1998-10-22 |
Julian Smart | Mods for Gnu-Win32 |
tree | commitdiff |
1998-10-20 |
Vadim Zeitlin | added back the missing "unsigned"s to wxColour ctor |
tree | commitdiff |
1998-10-20 |
Vadim Zeitlin | sorry... forgot to commit these 2 files |
tree | commitdiff |
1998-10-20 |
Vadim Zeitlin | wxColour(const char *) ctor related modifications |
tree | commitdiff |
1998-10-20 |
Robin Dunn | Commented out constructor causing ambiguity |
tree | commitdiff |
1998-10-19 |
Vadim Zeitlin | 1. wxTextCtrl::SetBackgroundColour() now works |
tree | commitdiff |
1998-10-18 |
Vadim Zeitlin | new wxTreeCtrl files |
tree | commitdiff |
1998-10-15 |
Julian Smart | Commented out _CrtSetDbgFlag yet again, restored setup... |
tree | commitdiff |
1998-10-15 |
Julian Smart | Presumably someone didn't mean to commit that wxUSE_XPM... |
tree | commitdiff |
1998-10-14 |
Vadim Zeitlin | minor changes a bit everywhere + a small wxLog change... |
tree | commitdiff |
1998-10-14 |
Julian Smart | Removed windows.h and friend function. |
tree | commitdiff |
1998-10-14 |
Unknown (UG) | fix for private access for wxTimerProc |
tree | commitdiff |
1998-10-14 |
Julian Smart | Protected -> public |
tree | commitdiff |
1998-10-12 |
Julian Smart | Session management changes for wxMSW. |
tree | commitdiff |
1998-10-12 |
Vadim Zeitlin | 1. wxTimer::Start() returns bool in wxGTK too (other... |
tree | commitdiff |
1998-10-12 |
Julian Smart | Changes related to stream includes |
tree | commitdiff |
1998-10-09 |
Julian Smart | Dialog unit mods; wxProp tidying |
tree | commitdiff |
1998-10-06 |
Julian Smart | FreeBSD patch to sckaddr.cpp; include more files in... |
tree | commitdiff |
1998-10-02 |
Julian Smart | Removed DrawOpenSpline since it doesn't seem to be... |
tree | commitdiff |
1998-10-02 |
Robin Dunn | Added wxFrame::SetStatusBar for wxPython |
tree | commitdiff |
1998-09-28 |
Julian Smart | More wxMotif work, OGL enhancements, USE_ macro correct... |
tree | commitdiff |
1998-09-25 |
Vadim Zeitlin | USE_xxx constants renamed to wxUSE_xxx. This is an... |
tree | commitdiff |
1998-09-20 |
Vadim Zeitlin | 1) minor modifications in fileconf.cpp |
tree | commitdiff |
1998-09-20 |
Julian Smart | More Motif stuff, minor stubs correction |
tree | commitdiff |
1998-09-18 |
Julian Smart | menuitem.h is now per port, since some ports (e.g.... |
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-12 |
Julian Smart | Added variant.h/cpp; changed variable names in object... |
tree | commitdiff |
1998-09-07 |
Vadim Zeitlin | wxRegConfig now works correctly again |
tree | commitdiff |
1998-09-07 |
Vadim Zeitlin | "const" added to wxAccelTable ctor |
tree | commitdiff |
1998-09-03 |
Julian Smart | Dang, can't remember what I changed now |
tree | commitdiff |
1998-08-28 |
Julian Smart | Fixed MSW printing, tidied up member variable names |
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 |
Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... |
tree | commitdiff |
1998-08-18 |
Vadim Zeitlin | uint -> size_t change |
tree | commitdiff |
1998-08-17 |
Julian Smart | Changed floats to doubles in wxexpr.h; added a flag... |
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-13 |
Julian Smart | Attempting to check in this wretched cursor again.... |
tree | commitdiff |
1998-08-12 |
Vadim Zeitlin | added a "wxWindow *" (unused) argument for wxGTK compat... |
tree | commitdiff |
1998-08-12 |
Vadim Zeitlin | explicit SetSelection/SetOldSelection methods added... |
tree | commitdiff |
1998-08-12 |
Vadim Zeitlin | had to modify it (added one pixel...) to be able to... |
tree | commitdiff |
1998-08-10 |
Julian Smart | Various Dialog Editor-related mods; Dlg Ed. getting... |
tree | commitdiff |
1998-08-09 |
Julian Smart | Miscellaneous, mostly cosmetic changes. wxPen/wxFont... |
tree | commitdiff |
1998-08-07 |
Julian Smart | Fixed various wxMSW compile problems that came down... |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | wxTREE_INSERT_XXX constants were incorrectly defined... |
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 |
Robin Dunn | Removed a ">>>>>>> 1.5" (a CVS conflict indicator)... |
tree | commitdiff |
1998-08-07 |
Robin Dunn | Removed duplicate definitions of GetMenuCount and GetMe... |
tree | commitdiff |
1998-08-07 |
Vadim Zeitlin | (1) Denis Pershin's patch for wxGTK (memory leaks corre... |
tree | commitdiff |
1998-08-06 |
Julian Smart | OGL fixes; documentation fixes; dialog editor updates |
tree | commitdiff |
1998-08-04 |
Julian Smart | Small fixes |
tree | commitdiff |
1998-08-02 |
Vadim Zeitlin | minor changes to registry classes and wxIniConfig added |
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-29 |
Vadim Zeitlin | wxApp::(S|G)etVendorName added |
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 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 | wxToolBar API changes; now frames manage their toolbar... |
tree | commitdiff |
1998-07-24 |
Julian Smart | Added missing accessors |
tree | commitdiff |
1998-07-24 |
Julian Smart | Altered event.h to reflect new toolbar event handling... |
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-17 |
Julian Smart | Some Borland/GnuWin32 fixes |
tree | commitdiff |
1998-07-17 |
Julian Smart | Added STRICT corrections. |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | wxWindow::OnSize() removed |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | 1) separate expand/collapse event |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | constraints handling for the notebook pages fixed |
tree | commitdiff |
1998-07-12 |
Vadim Zeitlin | defined wxFILE_MUST_EXIST flag |
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-08 |
Vadim Zeitlin | added virtual functions AcceptsFocus() and MSWGetDlgCode() |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | added Acceptsfocus() { return FALSE; } |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | added AcceptsFocus() { return FALSE; } |
tree | commitdiff |
1998-07-08 |
Vadim Zeitlin | improved keyboard handling, bug fixes |
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 | 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 #pragmas for gcc. |
tree | commitdiff |
1998-07-02 |
Julian Smart | Removed some consts from tabctrl.h; fixed some other... |
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 |
tree | commitdiff |
1998-06-28 |
Julian Smart | Separated out Win95 versions of gauge, slider; added... |
tree | commitdiff |
1998-06-26 |
Julian Smart | wxEventType alterations. |
tree | commitdiff |
1998-06-22 |
Julian Smart | Added wxCLIP_CHILDREN style (mainly for getting rid... |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | wxListbox::GetSelections() now takes a wxArrayInt inste... |
tree | commitdiff |
1998-06-22 |
Vadim Zeitlin | now compiles with USE_XPM_IN_MSW on |
tree | commitdiff |
1998-06-15 |
Julian Smart | Corrected some problems I introduced, added tabevent... |
tree | commitdiff |
1998-06-14 |
Vadim Zeitlin | wxNotebook interface (it may change!), implementation... |
tree | commitdiff |
next |