1999-07-26 |
Vadim Zeitlin | 1. wxChoice and wxComboBox support client data under MSW |
tree | commitdiff |
1999-07-26 |
Vadim Zeitlin | EditLabel fixes (wxMSW/wxGTK synchronised, docs updated) |
tree | commitdiff |
1999-07-24 |
Vadim Zeitlin | wxDialog::IsModal() works |
tree | commitdiff |
1999-07-24 |
Vadim Zeitlin | wxTreeEvent is declared in one header, not 3 of them |
tree | commitdiff |
1999-07-23 |
Vadim Zeitlin | 1. changed spelling error in wxTR_HAS_VARIABLE_HEIGHT... |
tree | commitdiff |
1999-07-23 |
Vadim Zeitlin | 1. more wxMotif fixes |
tree | commitdiff |
1999-07-22 |
Vadim Zeitlin | 1. added wxGetNumberFromUser (to textdlgg.cpp and dialo... |
tree | commitdiff |
1999-07-21 |
Vadim Zeitlin | 1. Assorted Motif fixes |
tree | commitdiff |
1999-07-20 |
Vadim Zeitlin | 1. panels pass focus to the next item in parent panel |
tree | commitdiff |
1999-07-20 |
Robert Roebling | MingW32 compilation fixes all over |
tree | commitdiff |
1999-07-19 |
Vadim Zeitlin | wxMenu ctor made compatible again |
tree | commitdiff |
1999-07-19 |
Harco de Hilster | forgot .bmp's |
tree | commitdiff |
1999-07-19 |
Harco de Hilster | forgot wx.rc |
tree | commitdiff |
1999-07-19 |
Harco de Hilster | added .cur and .ico files |
tree | commitdiff |
1999-07-19 |
Harco de Hilster | Moved bunch of #defines (LOG2DEV etc) from msw/dc.cpp... |
tree | commitdiff |
1999-07-17 |
Harco de Hilster | ignore these |
tree | commitdiff |
1999-07-17 |
Harco de Hilster | Building wxMSW with configure now also properly install... |
tree | commitdiff |
1999-07-17 |
Harco de Hilster | minor fixes for mingw32 compilation |
tree | commitdiff |
1999-07-16 |
Vadim Zeitlin | 1. fixed Maximise() mismatch between wxFrame and wxMDIFrame |
tree | commitdiff |
1999-07-15 |
Vadim Zeitlin | 1. wxTextCtrl compilation fixes for wxGTK and more... |
tree | commitdiff |
1999-07-14 |
Vadim Zeitlin | 1. new wxFFile class - as wxFile but uses fopen/fread... |
tree | commitdiff |
1999-07-12 |
Václav Slavík | *** empty log message *** |
tree | commitdiff |
1999-07-10 |
Vadim Zeitlin | wxButton::GetDefaultSize() added for MSW and documented |
tree | commitdiff |
1999-07-10 |
Julian Smart | Added test for wxUSE_STATLINE in statline.cpp |
tree | commitdiff |
1999-07-10 |
Václav Slavík | *** empty log message *** |
tree | commitdiff |
1999-07-10 |
Vadim Zeitlin | 1. minor fixes in wxDynLib |
tree | commitdiff |
1999-07-07 |
Václav Slavík | *** empty log message *** |
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-29 |
Vadim Zeitlin | my wxMotif fixes (merged with Robert's changes), wxMoti... |
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-23 |
Robert Roebling | Motif compile fixes |
tree | commitdiff |
1999-06-20 |
Ove Kaaven | OK, maybe not done yet, have to fix Unicode compilation... |
tree | commitdiff |
1999-06-19 |
Ove Kaaven | Because someone was inconsistent about using LPSTR... |
tree | commitdiff |
1999-06-19 |
Ove Kaaven | Unicode fix. |
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-18 |
Vadim Zeitlin | standard icons for msg boxes |
tree | commitdiff |
1999-06-17 |
Vadim Zeitlin | 1. wxDialogs are now destroyed when they go out of... |
tree | commitdiff |
1999-06-17 |
Julian Smart | Added some #defines |
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 | Couple more Unicode fixes. |
tree | commitdiff |
1999-06-14 |
Ove Kaaven | Unicode changes. |
tree | commitdiff |
1999-06-14 |
Patrick Albert | *** empty log message *** |
tree | commitdiff |
1999-06-13 |
Vadim Zeitlin | WXDLLEXPORTLOCAL removed, WXDLLEXPORT seems to be enough |
tree | commitdiff |
1999-06-13 |
Vadim Zeitlin | 1. some more of "#if wxUSE_XXX" here and there |
tree | commitdiff |
1999-06-10 |
Robin Dunn | Fixed compile errors. |
tree | commitdiff |
1999-06-10 |
Robert Roebling | Corrected byte swapping macros. |
tree | commitdiff |
1999-06-10 |
Vadim Zeitlin | wxNotebook compilation fix |
tree | commitdiff |
1999-06-10 |
Ove Kaaven | A few Unicode 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 |
Robert Roebling | WINE is so fine. |
tree | commitdiff |
1999-06-08 |
Robert Roebling | Chianti, Pinot noir, WINE.. |
tree | commitdiff |
1999-06-08 |
Robert Roebling | A few more WINE fixes. |
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 |
Robin Dunn | Added GetMessage to those that are undef'ed and reimple... |
tree | commitdiff |
1999-06-07 |
Robert Roebling | Just ignore CVS. It's better for you. |
tree | commitdiff |
1999-06-07 |
Vadim Zeitlin | 1. wxWindow::IsTopLevel() added and documented |
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 |
Julian Smart | Removed GetSize from wxToolBar95 |
tree | commitdiff |
1999-06-02 |
Brian Macy | Readd mingw32 support |
tree | commitdiff |
1999-06-02 |
Julian Smart | Added progdlgg.cpp to makefiles; fixed true/false in... |
tree | commitdiff |
1999-06-02 |
Vadim Zeitlin | removing (finally) autogenerated files |
tree | commitdiff |
1999-06-02 |
Vadim Zeitlin | headers are now installed by automake too |
tree | commitdiff |
1999-06-01 |
Vadim Zeitlin | compilation fixes |
tree | commitdiff |
1999-05-31 |
Brian Macy | Reworked the undef stuff a little |
tree | commitdiff |
1999-05-28 |
Robin Dunn | Made SetFont for wxCheckListBox more intelligent. |
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 | Fixed SetForeground and SetBackground declarations |
tree | commitdiff |
1999-05-25 |
Vadim Zeitlin | 1. wxNotifyEvent documented |
tree | commitdiff |
1999-05-25 |
Julian Smart | Reverted corrupt file (may not be in line with Vadim... |
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-19 |
Vadim Zeitlin | file which undefs symbols ocnflicting with windows.h |
tree | commitdiff |
1999-05-19 |
Vadim Zeitlin | 1. bug in wxSplitter corrected: mouse event coords... |
tree | commitdiff |
1999-05-19 |
Robin Dunn | fixed error about wxFrame::Command not returning a... |
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-17 |
Robin Dunn | Added |
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-10 |
Vadim Zeitlin | compile fix |
tree | commitdiff |
1999-05-10 |
Vadim Zeitlin | GetHandle() added (back) |
tree | commitdiff |
1999-05-10 |
Vadim Zeitlin | wxWindow split (MSW part of changes) |
tree | commitdiff |
1999-05-03 |
Robert Roebling | TreeCtrl indentation and spacing |
tree | commitdiff |
1999-04-26 |
Guilhem Lavaux | * Committing new wxSocket core (socket.cpp sckint.cpp... |
tree | commitdiff |
1999-04-23 |
Ove Kaaven | Unicode fix. |
tree | commitdiff |
1999-04-21 |
Ove Kaaven | Unicode fixes. |
tree | commitdiff |
1999-04-20 |
Ove Kaaven | Another "char" occurrence |
tree | commitdiff |
1999-04-20 |
Brian Macy | Can't figure out why Borland was excluded from DRAG... |
tree | commitdiff |
1999-04-19 |
Ove Kaaven | More wxChar conversion |
tree | commitdiff |
1999-04-19 |
Ove Kaaven | Those pesky globals declared all over again |
tree | commitdiff |
next |