1999-05-25 |
Julian Smart | Misc small changes |
blob | commitdiff | raw |
1999-05-24 |
Unknown (BV) | Added wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING. |
blob | commitdiff | raw | diff to current |
1999-05-21 |
Unknown (NI) | Added missing comma |
blob | commitdiff | raw | diff to current |
1999-05-21 |
Unknown (NI) | added constant WXK_NUMPAD_NEXT |
blob | commitdiff | raw | diff to current |
1999-05-21 |
Vadim Zeitlin | HP-UX gcc compilation fixes |
blob | commitdiff | raw | diff to current |
1999-05-19 |
Vadim Zeitlin | 1. wxMSW seems to work (please test and send your bug... |
blob | commitdiff | raw | diff to current |
1999-05-17 |
Robert Roebling | New virtual key defines (NUMPAD_XXX). |
blob | commitdiff | raw | diff to current |
1999-05-13 |
Vadim Zeitlin | 1. MSW message handling simplifications |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Vadim Zeitlin | wxWindow split into wxWindowBase and wxWindow (wxGTK... |
blob | commitdiff | raw | diff to current |
1999-05-06 |
Julian Smart | Some doc corrections; various small fixes for Cygwin... |
blob | commitdiff | raw | diff to current |
1999-05-05 |
Robert Roebling | added wxStaticLine used in wxMessageBox |
blob | commitdiff | raw | diff to current |
1999-05-05 |
Karsten Ballüder | Modified WM hints handling which should be much better... |
blob | commitdiff | raw | diff to current |
1999-05-05 |
Julian Smart | wxNotebook fixes for Win16; VC++ 4 fixes for OLE files... |
blob | commitdiff | raw | diff to current |
1999-05-03 |
Robert Roebling | Implemented flat toolbars |
blob | commitdiff | raw | diff to current |
1999-04-20 |
Robert Roebling | little doc updates |
blob | commitdiff | raw | diff to current |
1999-04-09 |
Robert Roebling | Here it comes: |
blob | commitdiff | raw | diff to current |
1999-03-25 |
Julian Smart | Many changes to the printing classes. |
blob | commitdiff | raw | diff to current |
1999-03-25 |
Vadim Zeitlin | AIX patches from Hans-Joachim Baader <hans-joachim... |
blob | commitdiff | raw | diff to current |
1999-03-21 |
Julian Smart | Added wxTreeCtrl::SetItemDropHighlight (wxMSW only); |
blob | commitdiff | raw | diff to current |
1999-03-12 |
Vadim Zeitlin | more things are done by configure: checks for bool... |
blob | commitdiff | raw | diff to current |
1999-03-04 |
Vadim Zeitlin | HP-UX compilation fixes (or so I hope) |
blob | commitdiff | raw | diff to current |
1999-03-03 |
Vadim Zeitlin | SGI compilation fixes |
blob | commitdiff | raw | diff to current |
1999-02-25 |
Vadim Zeitlin | more HP-UX fixes |
blob | commitdiff | raw | diff to current |
1999-02-25 |
Vadim Zeitlin | more DG-UX compilation fixes (thanks to Benjamin Beckwith) |
blob | commitdiff | raw | diff to current |
1999-02-17 |
Robert Roebling | Let's face it, GTK's resizing is broken and |
blob | commitdiff | raw | diff to current |
1999-02-12 |
Julian Smart | Small Tex2RTF fixes; wxMotif compile fixes (motif.inc... |
blob | commitdiff | raw | diff to current |
1999-02-11 |
Stefan Csomor | CW Win32 and Mac adaptions |
blob | commitdiff | raw | diff to current |
1999-02-10 |
Robert Roebling | distribution things |
blob | commitdiff | raw | diff to current |
1999-02-09 |
Julian Smart | Added more makefiles; fixed some samples for Cygwin |
blob | commitdiff | raw | diff to current |
1999-02-05 |
Julian Smart | Removed lots of OnClose functions; doc'ed OnCloseWindow... |
blob | commitdiff | raw | diff to current |
1999-02-05 |
Julian Smart | Changed GetForce -> !CanVeto |
blob | commitdiff | raw | diff to current |
1999-02-03 |
Vadim Zeitlin | _MSC_VER change fixes - now compiles again |
blob | commitdiff | raw | diff to current |
1999-02-03 |
Vadim Zeitlin | _MSC_VER => __VISUALC__ change |
blob | commitdiff | raw | diff to current |
1999-02-02 |
Julian Smart | Consistent naming of e.g. wxUSE_CTRL |
blob | commitdiff | raw | diff to current |
1999-01-27 |
Robert Roebling | wxToolTip part II |
blob | commitdiff | raw | diff to current |
1999-01-20 |
Vadim Zeitlin | fixes to previous fixes for Sun's CC 5.0 |
blob | commitdiff | raw | diff to current |
1999-01-20 |
Vadim Zeitlin | fixes for Sun CC 5.0 (unlike 4.2 it understands bool) |
blob | commitdiff | raw | diff to current |
1999-01-19 |
Julian Smart | TWIN32 compatibility added; wxMotif uses wxGTK's wxPost... |
blob | commitdiff | raw | diff to current |
1999-01-19 |
Robert Roebling | New DnD and Clipboard code |
blob | commitdiff | raw | diff to current |
1999-01-19 |
Julian Smart | Some changes in a vain attempt to make Salford C++... |
blob | commitdiff | raw | diff to current |
1999-01-16 |
Julian Smart | Various changes for Salford C++, and commited fileconf... |
blob | commitdiff | raw | diff to current |
1999-01-15 |
Julian Smart | Added wxTE_PROCESS_TAB |
blob | commitdiff | raw | diff to current |
1999-01-14 |
Vadim Zeitlin | 1. NOT_FOUND -> wxNOT_FOUND |
blob | commitdiff | raw | diff to current |
1999-01-13 |
Julian Smart | wxMSW wxClipboard implementation |
blob | commitdiff | raw | diff to current |
1999-01-08 |
Julian Smart | Changes to allow Cygwin to compile in non-PCH mode |
blob | commitdiff | raw | diff to current |
1999-01-08 |
Robert Roebling | minor Configure / makefiles updates |
blob | commitdiff | raw | diff to current |
1999-01-07 |
Julian Smart | Doc & Symantec C++ fixes |
blob | commitdiff | raw | diff to current |
1999-01-02 |
Robert Roebling | Header changes (gtk.h etc no longer included in defs.h |
blob | commitdiff | raw | diff to current |
1999-01-01 |
Stefan Csomor | mac support as stubs added |
blob | commitdiff | raw | diff to current |
1998-12-28 |
Julian Smart | Changes for 16-bit BC++ (not there yet), GnuWin32;... |
blob | commitdiff | raw | diff to current |
1998-12-21 |
Stefan Csomor | CW Win32 support |
blob | commitdiff | raw | diff to current |
1998-12-20 |
Julian Smart | wxPaintDC -> wxDC in wxListCtrl; fixed compile problems... |
blob | commitdiff | raw | diff to current |
1998-12-18 |
Julian Smart | Partial Watcom C++ 10.6 support added (doesn't link... |
blob | commitdiff | raw | diff to current |
1998-12-17 |
Julian Smart | Added wxRA_SPECIFY_COLS/ROWS (same as wxRA_HORIZONTAL... |
blob | commitdiff | raw | diff to current |
1998-12-15 |
Julian Smart | Cured radiobutton non-setting by using BS_AUTORADIOBUTT... |
blob | commitdiff | raw | diff to current |
1998-12-14 |
Robert Roebling | New wxDataObject, DnD and Clipboard code |
blob | commitdiff | raw | diff to current |
1998-12-11 |
Julian Smart | Some stubs includes removed from wxMotif; wxNotebook... |
blob | commitdiff | raw | diff to current |
1998-12-11 |
Stefan Csomor | regrouped the fix by VZ so that __MWERKS__ comes first... |
blob | commitdiff | raw | diff to current |
1998-12-10 |
Vadim Zeitlin | __MWERKS__ check now doesn't give compilation error... |
blob | commitdiff | raw | diff to current |
1998-12-10 |
Stefan Csomor | CodeWarrior Support |
blob | commitdiff | raw | diff to current |
1998-11-24 |
Vadim Zeitlin | 1. new wxList code |
blob | commitdiff | raw | diff to current |
1998-11-23 |
Vadim Zeitlin | __WIN16__ not defined any more for !MSW build |
blob | commitdiff | raw | diff to current |
1998-11-22 |
Julian Smart | Changes to WXDLLEXPORT keyword position for VC++ 6... |
blob | commitdiff | raw | diff to current |
1998-11-09 |
Julian Smart | Removed references to DEBUG and WXDEBUG; cured Motif... |
blob | commitdiff | raw | diff to current |
1998-11-03 |
Robert Roebling | Fix for TextCtrl problem as reported by Vegh |
blob | commitdiff | raw | diff to current |
1998-10-22 |
Julian Smart | Added WXHTREEITEM |
blob | commitdiff | raw | diff to current |
1998-10-16 |
Unknown (UG) | no message |
blob | commitdiff | raw | diff to current |
1998-10-15 |
Julian Smart | Presumably someone didn't mean to commit that wxUSE_XPM... |
blob | commitdiff | raw | diff to current |
1998-10-14 |
Unknown (UG) | fix for vc4.2+ for c++ standard exception handling |
blob | commitdiff | raw | diff to current |
1998-10-12 |
Julian Smart | Session management changes for wxMSW. |
blob | commitdiff | raw | diff to current |
1998-10-09 |
Julian Smart | Dialog unit mods; wxProp tidying |
blob | commitdiff | raw | diff to current |
1998-10-02 |
Julian Smart | Removed DrawOpenSpline since it doesn't seem to be... |
blob | commitdiff | raw | diff to current |
1998-09-30 |
Robin Dunn | Found the RIGHT place to make the __unix__ fix. |
blob | commitdiff | raw | diff to current |
1998-09-28 |
Julian Smart | More wxMotif work, OGL enhancements, USE_ macro correct... |
blob | commitdiff | raw | diff to current |
1998-09-23 |
Julian Smart | wxMotif: wxWindow/Client/PaintDC starting to work. |
blob | commitdiff | raw | diff to current |
1998-09-22 |
Julian Smart | Some more Motif work; included utils.h in fileconf... |
blob | commitdiff | raw | diff to current |
1998-09-20 |
Julian Smart | More Motif stuff |
blob | commitdiff | raw | diff to current |
1998-09-18 |
Julian Smart | Some more wxMotif stuff: menus |
blob | commitdiff | raw | diff to current |
1998-09-17 |
Julian Smart | Dnd constant name changes because names like Copy can... |
blob | commitdiff | raw | diff to current |
1998-09-17 |
Julian Smart | Simplified app initialisation in wxMSW and wxStubs |
blob | commitdiff | raw | diff to current |
1998-09-16 |
Julian Smart | Made wxStubs compile on Unix. |
blob | commitdiff | raw | diff to current |
1998-09-12 |
Julian Smart | Added variant.h/cpp; changed variable names in object... |
blob | commitdiff | raw | diff to current |
1998-09-06 |
Julian Smart | Various changes |
blob | commitdiff | raw | diff to current |
1998-08-24 |
Julian Smart | HKEY -> WXHKEY, wxScrolledWindow::SetScale added |
blob | commitdiff | raw | diff to current |
1998-08-23 |
Julian Smart | defs.h corrected (syntax error in wxDELETEA). More... |
blob | commitdiff | raw | diff to current |
1998-08-23 |
Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... |
blob | commitdiff | raw | diff to current |
1998-08-18 |
Vadim Zeitlin | globally renamed uint to size_t. This has _not_ been... |
blob | commitdiff | raw | diff to current |
1998-08-15 |
Julian Smart | Changes mostly as a result of __WXSTUBS__ compilation... |
blob | commitdiff | raw | diff to current |
1998-08-13 |
Julian Smart | Attempting to check in this wretched cursor again.... |
blob | commitdiff | raw | diff to current |
1998-08-10 |
Julian Smart | Various Dialog Editor-related mods; Dlg Ed. getting... |
blob | commitdiff | raw | diff to current |
1998-08-08 |
Vadim Zeitlin | WXFARPROC prototyped as `typedef int (__stdcall *WXFARP... |
blob | commitdiff | raw | diff to current |
1998-08-07 |
Robert Roebling | More work on wxQt integration, configure |
blob | commitdiff | raw | diff to current |
1998-08-07 |
Vadim Zeitlin | (1) Denis Pershin's patch for wxGTK (memory leaks corre... |
blob | commitdiff | raw | diff to current |
1998-08-06 |
Julian Smart | OGL fixes; documentation fixes; dialog editor updates |
blob | commitdiff | raw | diff to current |
1998-07-31 |
Julian Smart | Added wxAcceleratorTable, wxFrame::SetAcceleratorTable... |
blob | commitdiff | raw | diff to current |
1998-07-27 |
Robert Roebling | warning msgs |
blob | commitdiff | raw | diff to current |
1998-07-27 |
Julian Smart | wxToolBar API changes; now frames manage their toolbar... |
blob | commitdiff | raw | diff to current |
1998-07-10 |
Karsten Ballüder | Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__... |
blob | commitdiff | raw | diff to current |
1998-07-07 |
Julian Smart | Various bug fixes, cosmetic changes |
blob | commitdiff | raw | diff to current |
1998-06-26 |
Julian Smart | wxEventType alterations. |
blob | commitdiff | raw | diff to current |
next |