2003-01-21 |
Vadim Zeitlin | attempt to fix crash in DeleteAllItems() |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Julian Smart | Updated wxBitmap overview |
commit | commitdiff | tree | snapshot |
2003-01-20 |
Václav Slavík | fixed MGL libraries detection code |
commit | commitdiff | tree | snapshot |
2003-01-20 |
Mattia Barbon | Fixed a typo in makefile.vc, updated version numbers... |
commit | commitdiff | tree | snapshot |
2003-01-20 |
David Webster | TRUE not true, FALSE not false |
commit | commitdiff | tree | snapshot |
2003-01-20 |
Václav Slavík | added wxART_MISSING_IMAGE |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Václav Slavík | compilation fix |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Chris Elliott | commit missing .rc file |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Václav Slavík | updated for new/better way of declaring wxART_xxx constants |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Václav Slavík | use wxART_BROKEN_IMAGE in wxHTML |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Václav Slavík | use wxART_MISSING_IMAGE in wxHTML |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Vadim Zeitlin | added --with-wxdir=DIR option |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Mattia Barbon | More changes to be backported. |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Mattia Barbon | Patch [669503] Patch to CW7 wxMSW project file |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Mattia Barbon | Patch [669508] Define Win32 symbols for CW in platform.h |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Mattia Barbon | Patch [665886]: Fix smapi.cpp to support new for... |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Mattia Barbon | Derive wxBitmap from wxBitmapBase in wxMotif, with... |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Ron Lee | We surely don't need two debugging sections, |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Václav Slavík | better XRC handler for wxToolBar |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Václav Slavík | reformatted for 79 chars width and added wxToolBar... |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Václav Slavík | updated wxToolBar handler to support new wxToolBar... |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Mattia Barbon | Fix some wxMotif build warnings about deprecated... |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Vadim Zeitlin | experimental --inplace flag implementation |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Vadim Zeitlin | attempts to fix vsnprintf() detection under HP-UX |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Vadim Zeitlin | attempts to fix vsnprintf() detection under HP-UX |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Vadim Zeitlin | no real changes, just cleanup after merging in Vaclav... |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Vadim Zeitlin | fixed resource leak in MemoryHDC (closes bug 670016) |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Václav Slavík | TRUE/FALSE -> true/false in documentation |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Václav Slavík | why the heck should something that reacts on wxID_CLOSE... |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Václav Slavík | added wxFileName::MakeRelative test |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Václav Slavík | added --disable-compat24, 22 compatibility is off by... |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Václav Slavík | wxLocale::Init bugfix |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Václav Slavík | use wxFileName::MakeAbsolute istead of Normalize |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Václav Slavík | added wxFileName::MakeAbsolute |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Václav Slavík | no need to have this VMS-only; removed TABs |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Robin Dunn | wxMac (and maybe others?) get PAGEUP/PAGEDOWN instead... |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Vadim Zeitlin | use wxDynamicLibrary instead of wxPluginManager |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Mattia Barbon | Under Cygwin, in platform.h default to wxMSW unless... |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Václav Slavík | (probably) fixed wxLocale::Init with Borland C++ |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Stefan Neis | Fixed typo in test for WX_STATVFS_T |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Vadim Zeitlin | Borland apparently uses for int64 in printf(), not |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Vadim Zeitlin | check for NULL szLocale in Init() |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Vadim Zeitlin | tried to make wxCloseEvent docs more clear too |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Vadim Zeitlin | documented UngetWriteBuf overload |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Stefan Csomor | added horizontal scrollbars to listboxes |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Stefan Csomor | make sure wxMac fonts are never AntiAliased (measuring... |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Stefan Csomor | include needed for CFString conversion routines (param... |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Stefan Csomor | Get/SetNoAntiAliasing implemented |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Vadim Zeitlin | tried to make Close() docs more clear |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Ron Lee | update libpng-dev deps. |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Vadim Zeitlin | added links to the event docs from the default event... |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Mattia Barbon | Remove calls to a couple of deprecated methods, fix... |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Mattia Barbon | Implement vertical toolbar under Motif. |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Julian Smart | Added About menu |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Julian Smart | Added Mac icons to helpview |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Julian Smart | Added CW project file |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Stefan Csomor | added missing includes for wxMac specific additions |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Stefan Csomor | adapted wxSizer::Remove type to new header |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Vadim Zeitlin | forgot to include wxControlWithItem docs |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Vadim Zeitlin | the find dialog is created hidden, as all the other... |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Vadim Zeitlin | fixed detection of whether we're invoked from the top... |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Julian Smart | ReDOS-ified project files |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Stefan Csomor | preferences menu implementation |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Stefan Csomor | renaming because of conflicts with base Create:: |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Stefan Csomor | xml projects for CW 8 |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Stefan Csomor | additions for __MWERKS__ |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Stefan Csomor | conversion scripts for CW 8 Mac |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Václav Slavík | XRC fixes can be backported |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Václav Slavík | fix object_ref handling in XRC |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Václav Slavík | 1. made XRC immune against changing CWD |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Ron Lee | gah. escape $ in the here block. |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Ron Lee | reverted the --inplace addition and instead documented... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Vadim Zeitlin | added checks to prevent running sub configure scripts... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Vadim Zeitlin | updated configure to match configure.in changes |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Vadim Zeitlin | added WXWIN_COMPATIBILITY_2_4 |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Julian Smart | Applied David's fix for not autoconf-ing on RHL8 |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Vadim Zeitlin | Maximize(FALSE) change can be backported |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Vadim Zeitlin | fixed calling Maximize(FALSE) before the window is... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Vadim Zeitlin | make uninstall should remove wxwin.m4 |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Vadim Zeitlin | corrected Get/SetFrame() parameter/return type |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Vadim Zeitlin | removed OnXXX() methods, added new default event handli... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Julian Smart | Patch for Winlib: struct stat is defined in sys/stat... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Vadim Zeitlin | update wxStaticText check in revisions |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Vadim Zeitlin | fix for the previous commit |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Vadim Zeitlin | some mor minor bug fixes which can be backported |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Vadim Zeitlin | fixed wxStaticText best size calculation (closes bug... |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Vadim Zeitlin | Start() should resume the stopwatch if it is suspended |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Julian Smart | Fixed refresh bug on early versions of MacOS X by |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Stefan Csomor | added TARGET_CARBON and __MACH__ info |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Gilles Depeyrot | clarified some Mac OS related preprocessor defines |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Vadim Zeitlin | compilation fix for wxUSE_CONSTRAINTS==0 |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Mattia Barbon | #define HAVE_W32API_H for Cygwin/GCC 3.x, too. |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Julian Smart | Applied patch [ 667563 ] Wine: compile fix for using... |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Vadim Zeitlin | fixed incorrect cast in wxRegKey:GetName() |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Gilles Depeyrot | updated source to not use deprecated wxList methods |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Vadim Zeitlin | mention Solaris 7 compilation fix |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Vadim Zeitlin | use WX_STATVFS_T instead of trying to guess statvfs... |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Vadim Zeitlin | added configure test for WX_STATVFS_T |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Ron Lee | Improved const correctness. |
commit | commitdiff | tree | snapshot |
next |