1998-09-19 |
Vadim Zeitlin | ConvertToStandardCommandArgs() was ugly, buggy and... |
tree | commitdiff |
1998-09-17 |
Guilhem Lavaux | * Added wxSerial DLL support for Borland 32 |
tree | commitdiff |
1998-09-17 |
Julian Smart | Dnd constant name changes because names like Copy can... |
tree | commitdiff |
1998-09-17 |
Julian Smart | Simplified app initialisation in wxMSW and wxStubs |
tree | commitdiff |
1998-09-16 |
Julian Smart | Made wxStubs compile on Unix. |
tree | commitdiff |
1998-09-14 |
Julian Smart | DLL-related changes |
tree | commitdiff |
1998-09-12 |
Julian Smart | Added variant.h/cpp; changed variable names in object... |
tree | commitdiff |
1998-09-10 |
Julian Smart | Eliminated some warnings under Windows; wxGetHomeDir... |
tree | commitdiff |
1998-09-08 |
Julian Smart | Additional makefiles; changes for compilation with... |
tree | commitdiff |
1998-09-08 |
Guilhem Lavaux | * some C++ness correction in wxStream. |
tree | commitdiff |
1998-09-07 |
Julian Smart | Added wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorit... |
tree | commitdiff |
1998-09-07 |
Vadim Zeitlin | some clean up of the code |
tree | commitdiff |
1998-09-07 |
Vadim Zeitlin | tab traversal now works better (using uninitialized... |
tree | commitdiff |
1998-09-07 |
Vadim Zeitlin | added wxLogSysError() in wxExecute() if the command... |
tree | commitdiff |
1998-09-07 |
Vadim Zeitlin | wxGetHomeDir() added |
tree | commitdiff |
1998-09-07 |
Vadim Zeitlin | wxRegConfig now works again |
tree | commitdiff |
1998-09-07 |
Vadim Zeitlin | the notebook now has wxTAB_TRAVERSAL style |
tree | commitdiff |
1998-09-07 |
Vadim Zeitlin | added support for right aligned labels (wxALIGN_RIGT... |
tree | commitdiff |
1998-09-07 |
Vadim Zeitlin | "const" added to wxAceelTable ctor |
tree | commitdiff |
1998-09-07 |
Julian Smart | Made wxSocket compile using makefiles; #ifdefed out... |
tree | commitdiff |
1998-09-06 |
Vadim Zeitlin | GetItem() now works (it was completely broken) |
tree | commitdiff |
1998-09-04 |
Julian Smart | Fixed compile error in gtk/dc.cpp (L.88); also menu... |
tree | commitdiff |
1998-09-03 |
Julian Smart | Dang, can't remember what I changed now |
tree | commitdiff |
1998-09-01 |
Guilhem Lavaux | * wxCreateDynamicObject() uses an hashtable now |
tree | commitdiff |
1998-08-28 |
Julian Smart | Fixed MSW printing, tidied up member variable names |
tree | commitdiff |
1998-08-27 |
Robin Dunn | Added some typecasts that the compiler complained about... |
tree | commitdiff |
1998-08-27 |
Julian Smart | wxConfig changes to be more logical. |
tree | commitdiff |
1998-08-24 |
Julian Smart | HKEY -> WXHKEY; wxScrolledWindow::SetScale added |
tree | commitdiff |
1998-08-23 |
Vadim Zeitlin | minor fixes |
tree | commitdiff |
1998-08-22 |
Vadim Zeitlin | bug with checking the first character of possible empty... |
tree | commitdiff |
1998-08-21 |
Vadim Zeitlin | spurious error messages from wxRegKey::HasValue() suppr... |
tree | commitdiff |
1998-08-21 |
Vadim Zeitlin | radiobox had some strange ideas about vertical and... |
tree | commitdiff |
1998-08-21 |
Julian Smart | Accelerators now work for wxDialog; wxToolBarSimple... |
tree | commitdiff |
1998-08-20 |
Vadim Zeitlin | wxStaticBitmaps were created invisible - corrected |
tree | commitdiff |
1998-08-19 |
Julian Smart | GDI double-deletion fix, wxBitmap depth bug |
tree | commitdiff |
1998-08-18 |
Vadim Zeitlin | globally renamed uint to size_t. This has _not_ been... |
tree | commitdiff |
1998-08-17 |
Vadim Zeitlin | a micro bug (but which was enough to break regtest... |
tree | commitdiff |
1998-08-16 |
Julian Smart | Changed wxMenu::GetTitle to return a wxString. |
tree | commitdiff |
1998-08-15 |
Julian Smart | Changes mostly as a result of __WXSTUBS__ compilation... |
tree | commitdiff |
1998-08-14 |
Vadim Zeitlin | a small GUI glitch corrected (if a frame with child... |
tree | commitdiff |
1998-08-14 |
Vadim Zeitlin | WM_MOVE processing added (wxMoveEvent generated) |
tree | commitdiff |
1998-08-13 |
Julian Smart | Fixed compile bug in dropsrc.cpp (constr. arg); GnuWin3... |
tree | commitdiff |
1998-08-12 |
Vadim Zeitlin | wxWindow::MSWOnHScroll changed to call the default... |
tree | commitdiff |
1998-08-12 |
Vadim Zeitlin | stack overflow when clicking on the arrow in a notebook... |
tree | commitdiff |
1998-08-12 |
Vadim Zeitlin | suppressed VC++ 5.0 bool to int conversion warning... |
tree | commitdiff |
1998-08-10 |
Julian Smart | Various Dialog Editor-related mods; Dlg Ed. getting... |
tree | commitdiff |
1998-08-10 |
Julian Smart | Mod to allow hit-test on static to succeed. |
tree | commitdiff |
1998-08-09 |
Julian Smart | Miscellaneous, mostly cosmetic changes. wxPen/wxFont... |
tree | commitdiff |
1998-08-08 |
Vadim Zeitlin | SetBackgroundColour() call is now done after the window... |
tree | commitdiff |
1998-08-08 |
Vadim Zeitlin | wxDeleteStockLists() used (instead of duplicating part... |
tree | commitdiff |
1998-08-07 |
Julian Smart | Fixed various wxMSW compile problems that came down... |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | stray #include "wincmn.cpp" removed |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | the modal dialogs restore the focus to the control... |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | ProcessEvent() now saves the m_lastXXX parameters in... |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | code using ms_PaintDC changed a little (a couple of... |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | improved handling of frames with parent: now they have... |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | VZ: I removed (CASTWNDPROC) from ::CallWndProc - it... |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | WM_GETDLGCODE handling correctly implemented |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | a couple of missing calls to UngetWriteBuf() added |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | now process UDN_DELTAPOS notification: up-down control... |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | added call to _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG) ... |
tree | commitdiff |
1998-08-07 |
Robin Dunn | Added missing call to wxInitializeStockLists() in Commo... |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | (1) Denis Pershin's patch for wxGTK (memory leaks corre... |
tree | commitdiff |
1998-08-06 |
Julian Smart | Fixed someone's compile error in regconf.cpp (needed... |
tree | commitdiff |
1998-08-06 |
Julian Smart | OGL fixes; documentation fixes; dialog editor updates |
tree | commitdiff |
1998-08-05 |
Julian Smart | Fixed popup menu processing |
tree | commitdiff |
1998-08-05 |
Karsten Ballüder | added SetRecordDefaults() and IsRecordingDefaults(... |
tree | commitdiff |
1998-08-04 |
Julian Smart | Small fixes |
tree | commitdiff |
1998-08-02 |
Vadim Zeitlin | wxIniConfig added (pre-alpha quality, many functions... |
tree | commitdiff |
1998-07-31 |
Julian Smart | Added wxAccelerationTable class |
tree | commitdiff |
1998-07-31 |
Julian Smart | Added wxAcceleratorTable, wxFrame::SetAcceleratorTable... |
tree | commitdiff |
1998-07-31 |
Julian Smart | Some manual updates; in MDI sample, child frames now... |
tree | commitdiff |
1998-07-30 |
Julian Smart | MSWOnMouseMove arg bug in toolbar; compile bug in regco... |
tree | commitdiff |
1998-07-29 |
Julian Smart | Added missing OGL files; added defaults to wxDocMDIPare... |
tree | commitdiff |
1998-07-29 |
Julian Smart | Update to docs incl. wxString first stab; added a coupl... |
tree | commitdiff |
1998-07-28 |
Julian Smart | Added MDI support for Document/view, plus an example. |
tree | commitdiff |
1998-07-28 |
Julian Smart | Added ODBC database classes and sample from RemStar... |
tree | commitdiff |
1998-07-28 |
Julian Smart | Changed files to work with wxDataFormat |
tree | commitdiff |
1998-07-27 |
Julian Smart | Changed event type ids to constants instead of enum... |
tree | commitdiff |
1998-07-27 |
Julian Smart | wxToolBar API changes; now frames manage their toolbar... |
tree | commitdiff |
1998-07-24 |
Julian Smart | Removed duplicate code |
tree | commitdiff |
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 |
next |