1998-07-24 |
Julian Smart | Removed compile bugs in regconf.cpp, added new toolbar... |
tree | commitdiff |
1998-07-23 |
Julian Smart | Moved Get/SetToolBar down into frame.h/cpp |
tree | commitdiff |
1998-07-22 |
Julian Smart | Added wxString version of wxStripExtension; changed... |
tree | commitdiff |
1998-07-19 |
Vadim Zeitlin | MSWGetDlgCode() behaviour changed to allow both TAB... |
tree | commitdiff |
1998-07-18 |
Vadim Zeitlin | small bug fixes + a couple of new functions added |
tree | commitdiff |
1998-07-17 |
Vadim Zeitlin | compile without STRICT fixed |
tree | commitdiff |
1998-07-17 |
Vadim Zeitlin | the very last traces of wxTString removed |
tree | commitdiff |
1998-07-17 |
Julian Smart | Some Borland/GnuWin32 fixes |
tree | commitdiff |
1998-07-17 |
Julian Smart | Added STRICT corrections. |
tree | commitdiff |
1998-07-17 |
Robin Dunn | fixed a missing backslash |
tree | commitdiff |
1998-07-16 |
Julian Smart | Cured SetString/GetSelection interaction; incorporated... |
tree | commitdiff |
1998-07-16 |
Robin Dunn | Inserted an else that seemed to be missing. (My RadioB... |
tree | commitdiff |
1998-07-15 |
Guilhem Lavaux | wxStream: wxInputStream and wxOutputStream don't inheri... |
tree | commitdiff |
1998-07-14 |
Guilhem Lavaux | * wxStream: I've rewritten the inheritance |
tree | commitdiff |
1998-07-13 |
Julian Smart | Removed streams from VC++ makefile for now; corrected... |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | GetTextExtent checks that passed pointers are not NULL |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | constraints handling for notebook pages improved |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | wxFILE_MUST_EXIST added |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | 1. expand/collapse (and -ing variants) events are now... |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | wxFrame::OnSize() slightly optimized (the behaviour... |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | wxWindow::OnSize() removed |
tree | commitdiff |
1998-07-12 |
Guilhem Lavaux | Added IMPLEMENT_CLASS, ... about wxStream classes ... |
tree | commitdiff |
1998-07-12 |
Guilhem Lavaux | Added wxStream but I haven't tested them. |
tree | commitdiff |
1998-07-12 |
Julian Smart | Removed #pragmas in utils.cpp, corrected USE_(WX)DEBUG_... |
tree | commitdiff |
1998-07-10 |
Karsten Ballüder | Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__... |
tree | commitdiff |
1998-07-10 |
Karsten Ballüder | Cleared up DEBUG define mess, defines are now called... |
tree | commitdiff |
1998-07-10 |
Julian Smart | Fixed const problems in status bar code, changed panelg... |
tree | commitdiff |
1998-07-09 |
Vadim Zeitlin | MSW wxNotebook implementation |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | 1) keyboard handling: now generates NavigationKey event... |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | bug with multi-part status bars with default widths... |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | wxDC::GetTextExtent() checks that passed in x and y... |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | HasGroup/Entry added |
tree | commitdiff |
1998-07-08 |
Julian Smart | Removed redundant auto-setting code in wxDC; corrected... |
tree | commitdiff |
1998-07-08 |
Julian Smart | Cured a bad assert in wxStatusBar; #ifdefed oleutils... |
tree | commitdiff |
1998-07-08 |
Julian Smart | Fixed event arg in notebook.h, #ifdefed out some functi... |
tree | commitdiff |
1998-07-07 |
Julian Smart | Various bug fixes, cosmetic changes |
tree | commitdiff |
1998-07-04 |
Julian Smart | Sorry, I went and removed consts as per the style guide :-) |
tree | commitdiff |
1998-07-03 |
Julian Smart | Added wxExpr parser/lexer files which had somehow got... |
tree | commitdiff |
1998-07-02 |
Guilhem Lavaux | * Deleted all ^M |
tree | commitdiff |
1998-07-02 |
Julian Smart | Added dummy constructors etc. for wxProcess(Event)... |
tree | commitdiff |
1998-07-02 |
Julian Smart | Various changes for 16-bit compilation |
tree | commitdiff |
1998-07-01 |
Guilhem Lavaux | * Well, I've forgotten this file :-( |
tree | commitdiff |
1998-07-01 |
Guilhem Lavaux | * Changed "true" to "TRUE" in some file: "true" doesn... |
tree | commitdiff |
1998-06-28 |
Julian Smart | Separated out Win95 versions of gauge, slider; added... |
tree | commitdiff |
1998-06-26 |
Julian Smart | New wxEventType for event type enum, and corresponding... |
tree | commitdiff |
1998-06-25 |
Julian Smart | Cured DC/GDI object leak; listbox window proc restored... |
tree | commitdiff |
1998-06-23 |
Julian Smart | Corrected problem with MDI children not refreshing... |
tree | commitdiff |
1998-06-22 |
Julian Smart | Removed deletion of m_selections |
tree | commitdiff |
1998-06-22 |
Julian Smart | Cured problem introduced by LEAVE/ENTER OnIdle code... |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | attempt to clean up a little keyboard handling code |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | wxCHECK/wxCHECK_RET changes |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | wxCHECK change |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | GetSelections() changed to work with wxArrayInt |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | now compiles with USE_XPM_IN_MSW on, added error messag... |
tree | commitdiff |
1998-06-15 |
Julian Smart | Corrected some problems I introduced, added tabevent... |
tree | commitdiff |
1998-06-14 |
Julian Smart | Added #define wxHelpController to help.h; added wxWinHe... |
tree | commitdiff |
1998-06-14 |
Guilhem Lavaux | * Thread updates and cleanup (m_locked, MUTEX_UNLOCKED... |
tree | commitdiff |
1998-06-14 |
Julian Smart | const/void changes in thread, tabctrl and wave files... |
tree | commitdiff |
1998-06-14 |
Julian Smart | Corrected missing pipe in treectrl.h, wxOK->wxID_OK... |
tree | commitdiff |
1998-06-13 |
Julian Smart | Corrected dataobj.h/.cpp, corrected listbox to use... |
tree | commitdiff |
1998-06-13 |
Julian Smart | Correction to dnd.h; EVT_MOUSE_EVENTS now includes... |
tree | commitdiff |
1998-05-28 |
Julian Smart | Updates from Chris Breeze |
tree | commitdiff |
1998-05-27 |
Vadim Zeitlin | cleaned code a bit |
tree | commitdiff |
1998-05-27 |
Vadim Zeitlin | wxDataObject and wxDropSource implementations |
tree | commitdiff |
1998-05-27 |
Vadim Zeitlin | registry based implementation of wxConfig (wxRegConfig) |
tree | commitdiff |
1998-05-27 |
Vadim Zeitlin | 1) now associated drop target is deleted (memory/resour... |
tree | commitdiff |
1998-05-27 |
Vadim Zeitlin | removed compilation warning about "switch with default... |
tree | commitdiff |
1998-05-27 |
Vadim Zeitlin | many bugs (including major one in DeleteSelf) corrected |
tree | commitdiff |
1998-05-27 |
Vadim Zeitlin | spurious "(uint)" cast which was causing compilation... |
tree | commitdiff |
1998-05-27 |
Vadim Zeitlin | 1) Added call to wxLog::Flush() to wxApp::OnIdle() |
tree | commitdiff |
1998-05-27 |
Julian Smart | Changes to help with Win16 compilation. |
tree | commitdiff |
1998-05-22 |
Julian Smart | In SetString, added test for owner draw style to cure... |
tree | commitdiff |
1998-05-21 |
Julian Smart | App declarations modified; cursor was corrupt; needed... |
tree | commitdiff |
1998-05-21 |
Julian Smart | *** empty log message *** |
tree | commitdiff |
1998-05-20 |
Karsten Ballüder | now MSW stuff is complete |
tree | commitdiff |
1998-05-20 |
Karsten Ballüder | added some wxMSW stuff |
tree | commitdiff |
|