1998-11-09 |
Julian Smart | Removed references to DEBUG and WXDEBUG; cured Motif... |
tree | commitdiff |
1998-11-08 |
Julian Smart | OGL fixes for wxMotif; added Set/GetClientData to wxMen... |
tree | commitdiff |
1998-11-08 |
Robert Roebling | Compile and build fixes for wxGTK and wxMotif |
tree | commitdiff |
1998-11-08 |
Julian Smart | Minor changes |
tree | commitdiff |
1998-11-06 |
Robert Roebling | Second try at doing Set/GetClient right |
tree | commitdiff |
1998-11-06 |
Unknown (UG) | no message |
tree | commitdiff |
1998-11-06 |
Unknown (UG) | dll fixes |
tree | commitdiff |
1998-11-06 |
Robert Roebling | SetEventData for a few widgets |
tree | commitdiff |
1998-11-04 |
Julian Smart | Added GetRect to region iterator; cured window.cpp... |
tree | commitdiff |
1998-11-03 |
Robert Roebling | Fix for TextCtrl problem as reported by Vegh |
tree | commitdiff |
1998-11-02 |
Robert Roebling | DnD fixes |
tree | commitdiff |
1998-11-02 |
Denis Pershin | All functionality I know hot implement already implemented. |
tree | commitdiff |
1998-10-31 |
Robert Roebling | Font fixes and icons in report view for list control |
tree | commitdiff |
1998-10-31 |
Denis Pershin | wxTreeCtrl changes: |
tree | commitdiff |
1998-10-30 |
Robert Roebling | Fixes to fonts, static text, radiobox, frame |
tree | commitdiff |
1998-10-30 |
Robert Roebling | Tought Systemettings that sysfont has 12 pts |
tree | commitdiff |
1998-10-29 |
Robert Roebling | Big color update with the newest information |
tree | commitdiff |
1998-10-28 |
Guilhem Lavaux | * Build IODBC on demand on unix. |
tree | commitdiff |
1998-10-28 |
Denis Pershin | Minor modifications... |
tree | commitdiff |
1998-10-28 |
Mart Raudsepp | wxWave class for wxGTK (linux) |
tree | commitdiff |
1998-10-28 |
Robert Roebling | DnD |
tree | commitdiff |
1998-10-27 |
Robert Roebling | Fixes, typos etc... |
tree | commitdiff |
1998-10-27 |
Julian Smart | Motif wxNotebook about done; added print/preview to... |
tree | commitdiff |
1998-10-27 |
Vadim Zeitlin | "unsigned char" restored in wxColour ctor |
tree | commitdiff |
1998-10-27 |
Robert Roebling | Added background colour again |
tree | commitdiff |
1998-10-26 |
Julian Smart | Added OnEraseBackground to wxNotebook on wxMSW to avoid... |
tree | commitdiff |
1998-10-26 |
Vadim Zeitlin | final (?) changes to the generic tree ctrl -- seems... |
tree | commitdiff |
1998-10-26 |
Julian Smart | Motif and other mods |
tree | commitdiff |
1998-10-26 |
Robert Roebling | Implemented wxScreenDC the hard way |
tree | commitdiff |
1998-10-26 |
Robert Roebling | Did much work on colors. It doesn't work and I guess |
tree | commitdiff |
1998-10-24 |
Vadim Zeitlin | some new functions: |
tree | commitdiff |
1998-10-24 |
Robert Roebling | Added support for frames without borders (such as for |
tree | commitdiff |
1998-10-24 |
Robert Roebling | Removed usage of GdkImlib |
tree | commitdiff |
1998-10-24 |
Denis Pershin | Prealpha, prebeta of new wxTreeCtrl for GTK. It is... |
tree | commitdiff |
1998-10-23 |
Julian Smart | More Motif changes (colour/font stuff) |
tree | commitdiff |
1998-10-23 |
Vadim Zeitlin | 1. Split{Horizontal|Vertical} now accept negative args... |
tree | commitdiff |
1998-10-22 |
Julian Smart | More-or-less finished reasonably cool wxToolBar class... |
tree | commitdiff |
1998-10-22 |
Julian Smart | Added WXHTREEITEM |
tree | commitdiff |
1998-10-22 |
Julian Smart | Mods for Gnu-Win32 |
tree | commitdiff |
1998-10-21 |
Robert Roebling | SetBackground for ListBox and others |
tree | commitdiff |
1998-10-21 |
Julian Smart | More Motif stuff incl. beginnings of wxToolBar |
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 |
Denis Pershin | .cvsignores added |
tree | commitdiff |
1998-10-20 |
Robin Dunn | Commented out constructor causing ambiguity |
tree | commitdiff |
1998-10-20 |
Robin Dunn | commented out constructor causing ambiguity |
tree | commitdiff |
1998-10-19 |
Julian Smart | More Motif additions: mdi and sashtest samples now... |
tree | commitdiff |
1998-10-19 |
Vadim Zeitlin | 1. wxTextCtrl::SetBackgroundColour() now works |
tree | commitdiff |
1998-10-19 |
Vadim Zeitlin | added methods for sequential scan of wxTextFile: Get... |
tree | commitdiff |
1998-10-18 |
Vadim Zeitlin | new wxTreeCtrl files |
tree | commitdiff |
1998-10-18 |
Julian Smart | Motif additions |
tree | commitdiff |
1998-10-17 |
Julian Smart | Motif updates |
tree | commitdiff |
1998-10-16 |
Julian Smart | Misc. Motif; removed duplicate wxICON; variant compile... |
tree | commitdiff |
1998-10-16 |
Unknown (UG) | no message |
tree | commitdiff |
1998-10-15 |
Robin Dunn | Added wxFrame::SetStatusBar |
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 |
Guilhem Lavaux | * wxSocket fixes |
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-14 |
Unknown (UG) | fix for vc4.2+ for c++ standard exception handling |
tree | commitdiff |
1998-10-14 |
Julian Smart | Rewrote ConvertToStandardCommandArgs; resource.h correc... |
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-07 |
Julian Smart | Latex updates; added defines to printdlg.h for referrin... |
tree | commitdiff |
1998-10-06 |
Julian Smart | FreeBSD patch to sckaddr.cpp; include more files in... |
tree | commitdiff |
1998-10-03 |
Vadim Zeitlin | bogus assert removed, optimized (and removed a bug... |
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-30 |
Robin Dunn | Found the RIGHT place to make the __unix__ fix. |
tree | commitdiff |
1998-09-30 |
Robin Dunn | fixed Stricmp ifdef to also check for __unix__ |
tree | commitdiff |
1998-09-29 |
Vadim Zeitlin | 1) wxGTK now use the new, native implementation of... |
tree | commitdiff |
1998-09-29 |
Denis Pershin | See the prev one. |
tree | commitdiff |
1998-09-28 |
Julian Smart | More wxMotif work, OGL enhancements, USE_ macro correct... |
tree | commitdiff |
1998-09-28 |
Vadim Zeitlin | an extra backslash removed |
tree | commitdiff |
1998-09-25 |
Vadim Zeitlin | USE_xxx constants renamed to wxUSE_xxx. This is an... |
tree | commitdiff |
1998-09-25 |
Denis Pershin | const added to GetBitmap it was my fault. |
tree | commitdiff |
1998-09-24 |
Julian Smart | Fixed delete operator for VC++ 6. |
tree | commitdiff |
1998-09-23 |
Julian Smart | wxMotif: wxWindow/Client/PaintDC starting to work. |
tree | commitdiff |
1998-09-22 |
Julian Smart | Some more Motif work; included utils.h in fileconf... |
tree | commitdiff |
1998-09-21 |
Karsten Ballüder | check for empty data pointer in Len() and Empty() |
tree | commitdiff |
1998-09-20 |
Vadim Zeitlin | 1) minor modifications in fileconf.cpp |
tree | commitdiff |
1998-09-20 |
Vadim Zeitlin | somehow log target wasn't being created automatically... |
tree | commitdiff |
1998-09-20 |
Julian Smart | More Motif stuff |
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-18 |
Vadim Zeitlin | wxBaseArray::Shrink() added |
tree | commitdiff |
1998-09-18 |
Julian Smart | Some more wxMotif stuff: menus |
tree | commitdiff |
1998-09-18 |
Julian Smart | Added Motif files. |
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 |
Vadim Zeitlin | fixed 64but bug with g_strEmpty initialization |
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 |
next |