1999-07-10 |
Vadim Zeitlin | 1. minor fixes in wxDynLib |
tree | commitdiff |
1999-07-09 |
Patrick Albert | Some minors changes, like adding empty lines at end... |
tree | commitdiff |
1999-07-08 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
1999-07-07 |
Guilhem Lavaux | * New wxStreams (to be documented), new classes: wxBuff... |
tree | commitdiff |
1999-07-06 |
Vadim Zeitlin | 1. wxAppBase class appers, wxApp in wxGTK and wxMSW... |
tree | commitdiff |
1999-07-05 |
Karsten Ballüder | Made icons configurable via a wxMApp virtual function... |
tree | commitdiff |
1999-07-02 |
Vadim Zeitlin | 1. DoSetSize() simplified, DoGetBestSize() introduced |
tree | commitdiff |
1999-06-28 |
Vadim Zeitlin | 1. wxStaticLine implemented (generic (ugly) and MSW... |
tree | commitdiff |
1999-06-26 |
Vadim Zeitlin | 1. serious bug in wxRegConfig corrected - deleting... |
tree | commitdiff |
1999-06-25 |
Vadim Zeitlin | multi line static controls now calculate their width... |
tree | commitdiff |
1999-06-25 |
Vadim Zeitlin | 1. wxSingleChoiceDialog looks Ok under Windows |
tree | commitdiff |
1999-06-24 |
Vadim Zeitlin | wxSpinButton::GetValue() returns correct result now |
tree | commitdiff |
1999-06-24 |
Vadim Zeitlin | several notebook bugs fixed: |
tree | commitdiff |
1999-06-23 |
Vadim Zeitlin | MDI child maximize bug fixed |
tree | commitdiff |
1999-06-23 |
Vadim Zeitlin | dlg navigation keys work even when combobox has focus |
tree | commitdiff |
1999-06-22 |
Vadim Zeitlin | an assert added to check that we're not doing something... |
tree | commitdiff |
1999-06-22 |
Robert Roebling | A bit of distribution/makefiles things. |
tree | commitdiff |
1999-06-20 |
Vadim Zeitlin | buttons now become default when they have focus |
tree | commitdiff |
1999-06-20 |
Vadim Zeitlin | keyboard/focus handling improved a bit more: |
tree | commitdiff |
1999-06-20 |
Vadim Zeitlin | better update rect calculation |
tree | commitdiff |
1999-06-20 |
Vadim Zeitlin | compile warnings removed |
tree | commitdiff |
1999-06-20 |
Vadim Zeitlin | bug which could result in trying to show the caret... |
tree | commitdiff |
1999-06-20 |
Vadim Zeitlin | better wxGetUserId/Name |
tree | commitdiff |
1999-06-20 |
Ove Kaaven | ...fixing up a previous Unicode fix. |
tree | commitdiff |
1999-06-19 |
Ove Kaaven | Unicode fixes. Appears that this may be the last before... |
tree | commitdiff |
1999-06-19 |
Ove Kaaven | Unicode fix, it seems |
tree | commitdiff |
1999-06-19 |
Vadim Zeitlin | text controls respect wxTE_PROCESS_ENTER/TAB styles... |
tree | commitdiff |
1999-06-18 |
Vadim Zeitlin | 1. uninitialized variable in wxPanel fixed and unused... |
tree | commitdiff |
1999-06-17 |
Vadim Zeitlin | 1. wxDialogs are now destroyed when they go out of... |
tree | commitdiff |
1999-06-16 |
Ove Kaaven | Had missed one LPSTR. |
tree | commitdiff |
1999-06-16 |
Ove Kaaven | Suppose I should trust the headers in BC++5.02 more... |
tree | commitdiff |
1999-06-15 |
Vadim Zeitlin | compilation fixes for wxMSW |
tree | commitdiff |
1999-06-15 |
Robert Roebling | Added a few #if wxUSE_XXX |
tree | commitdiff |
1999-06-14 |
Ove Kaaven | Unicode fix. |
tree | commitdiff |
1999-06-14 |
Ove Kaaven | A few weeks of Unicode fixes (my old win95 laptop compi... |
tree | commitdiff |
1999-06-14 |
Ove Kaaven | Some more Unicode changes. |
tree | commitdiff |
1999-06-14 |
Patrick Albert | Correct some minor compile pbs with VC++1.52c & VC... |
tree | commitdiff |
1999-06-14 |
Patrick Albert | *** empty log message *** |
tree | commitdiff |
1999-06-14 |
Vadim Zeitlin | wxGetFullHostName() implemented - it doesn't work thoug... |
tree | commitdiff |
1999-06-13 |
Vadim Zeitlin | 1. some more of "#if wxUSE_XXX" here and there |
tree | commitdiff |
1999-06-10 |
Vadim Zeitlin | WXDLLEXPORT added to wxStringTokenizer (and also severa... |
tree | commitdiff |
1999-06-10 |
Vadim Zeitlin | compialtion fixes |
tree | commitdiff |
1999-06-10 |
Vadim Zeitlin | wxNotebook compilation fix |
tree | commitdiff |
1999-06-10 |
Robert Roebling | wxWINE fixes. |
tree | commitdiff |
1999-06-09 |
Julian Smart | Getting various compilers to work with wxWin again |
tree | commitdiff |
1999-06-09 |
Robert Roebling | The last drops of WINE. |
tree | commitdiff |
1999-06-09 |
Vadim Zeitlin | 1. wxPaintDC reuse now seems to actually work instead... |
tree | commitdiff |
1999-06-09 |
Robin Dunn | Added command for building MS HTML Help file. |
tree | commitdiff |
1999-06-09 |
Robert Roebling | WINE is so fine. |
tree | commitdiff |
1999-06-08 |
Robert Roebling | Chianti, Pinot noir, WINE.. |
tree | commitdiff |
1999-06-08 |
Julian Smart | Removed floor() references |
tree | commitdiff |
1999-06-08 |
Robin Dunn | Added wxFrame::MakeModal for MSW, (it's already there... |
tree | commitdiff |
1999-06-08 |
Robin Dunn | Changed GetSize to DoGetSize so virtual GetSize works... |
tree | commitdiff |
1999-06-07 |
Robert Roebling | Added some WINE things. |
tree | commitdiff |
1999-06-07 |
Vadim Zeitlin | 1. wxWindow::IsTopLevel() added and documented |
tree | commitdiff |
1999-06-06 |
Vadim Zeitlin | bug in menu accelerators code corrected (don't create... |
tree | commitdiff |
1999-06-05 |
Brian Macy | Attempt at getting mingw32 working again... still doesn... |
tree | commitdiff |
1999-06-05 |
Vadim Zeitlin | 1. added missing wxUSE_TEXTDLG to setup0.h |
tree | commitdiff |
1999-06-03 |
Vadim Zeitlin | 1. more (minor) wxCaret bug fixes |
tree | commitdiff |
1999-06-03 |
Julian Smart | Corrected spelling of 'unrecognized' |
tree | commitdiff |
1999-06-03 |
Julian Smart | Removed GetSize from wxToolBar95 |
tree | commitdiff |
1999-06-02 |
Julian Smart | Added progdlgg.cpp to makefiles; fixed true/false in... |
tree | commitdiff |
1999-06-01 |
Vadim Zeitlin | compilation fixes |
tree | commitdiff |
1999-05-30 |
Brian Macy | IMHO these are the correct flags for borland |
tree | commitdiff |
1999-05-28 |
Robin Dunn | Made SetFont for wxCheckListBox more intelligent. |
tree | commitdiff |
1999-05-27 |
Julian Smart | Added dcbase target to various makefiles |
tree | commitdiff |
1999-05-26 |
Vadim Zeitlin | wxPrivateDataObject works under MSW as well (hopefully... |
tree | commitdiff |
1999-05-25 |
Brian Macy | Cleaned up some warnings |
tree | commitdiff |
1999-05-25 |
Brian Macy | Added dcbase.cpp |
tree | commitdiff |
1999-05-25 |
Vadim Zeitlin | wxCaret MSW bug fixes |
tree | commitdiff |
1999-05-25 |
Julian Smart | Misc small changes |
tree | commitdiff |
1999-05-23 |
Vadim Zeitlin | 1. some minor but nasty bugs fixed (see post to the... |
tree | commitdiff |
1999-05-21 |
Vadim Zeitlin | GetItem() doesn't ignore column number any more |
tree | commitdiff |
1999-05-20 |
Vadim Zeitlin | mysterious radiobox bug finally fixed |
tree | commitdiff |
1999-05-20 |
Robin Dunn | wxScrolledWindow for wxMSW is now getting wxScrollWinEv... |
tree | commitdiff |
1999-05-19 |
Vadim Zeitlin | 1. bug in wxSplitter corrected: mouse event coords... |
tree | commitdiff |
1999-05-19 |
Brian Macy | Changed [] parameters to be unsigned. |
tree | commitdiff |
1999-05-19 |
Vadim Zeitlin | notebook creation bug fixed |
tree | commitdiff |
1999-05-19 |
Vadim Zeitlin | ScreenToClient() implemented correctly |
tree | commitdiff |
1999-05-19 |
Vadim Zeitlin | 1. wxMSW seems to work (please test and send your bug... |
tree | commitdiff |
1999-05-18 |
Vadim Zeitlin | DeleteAllPages() bug corrected |
tree | commitdiff |
1999-05-13 |
Vadim Zeitlin | wxWindow::Show() works again |
tree | commitdiff |
1999-05-13 |
Vadim Zeitlin | 1. MSW message handling simplifications |
tree | commitdiff |
1999-05-11 |
Brian Macy | Fixed incorrect return type |
tree | commitdiff |
1999-05-10 |
Vadim Zeitlin | compile fix |
tree | commitdiff |
1999-05-10 |
Vadim Zeitlin | wxWindow split (MSW part of changes) |
tree | commitdiff |
1999-05-09 |
Julian Smart | Misc. fixes |
tree | commitdiff |
1999-05-07 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
1999-05-07 |
Guilhem Lavaux | * Created a new wxObject method: wxObject::CopyObject... |
tree | commitdiff |
1999-05-07 |
Vadim Zeitlin | tree ctrl sorting shouldn't crash when items don't... |
tree | commitdiff |
1999-05-06 |
Julian Smart | Some doc corrections; various small fixes for Cygwin... |
tree | commitdiff |
1999-05-06 |
Julian Smart | Defined PBS_SMOOTH, PBS_VERTICAL in gauge95.cpp, if... |
tree | commitdiff |
1999-05-05 |
Julian Smart | Fixed Yield/Windows clash in sckint.cpp, updated makefile |
tree | commitdiff |
1999-05-05 |
Julian Smart | wxNotebook fixes for Win16; VC++ 4 fixes for OLE files... |
tree | commitdiff |
1999-04-30 |
Robin Dunn | Fixed wxValidator::Clone and friends to return a wxObje... |
tree | commitdiff |
1999-04-29 |
Robin Dunn | Added $(NEW_WXLIBNAME) to allow changing the library... |
tree | commitdiff |
1999-04-27 |
Ove Kaaven | Added wxchar.cpp, I think |
tree | commitdiff |
1999-04-27 |
Guilhem Lavaux | * Fixed a compilation problem on Windows |
tree | commitdiff |
1999-04-26 |
Guilhem Lavaux | * Committing new wxSocket core (socket.cpp sckint.cpp... |
tree | commitdiff |
1999-04-19 |
Julian Smart | Fixed wxexpr.cpp bug (quote wasn't being removed in... |
tree | commitdiff |
next |