2001-03-08 |
Vadim Zeitlin | fixed FindOrCreatePen/Brush() for the case when the... |
tree | commitdiff |
2001-03-07 |
Vadim Zeitlin | fixed DeviceToLogical[XY] |
tree | commitdiff |
2001-03-07 |
David Webster | Support for building samples in a port, dbg-rlse, dll... |
tree | commitdiff |
2001-03-07 |
David Webster | SUpport for new location of module definition files. |
tree | commitdiff |
2001-03-07 |
David Webster | SUpport for new location of module definition files. |
tree | commitdiff |
2001-03-07 |
David Webster | Moving OS/2 module defeintion files to /src/os2 |
tree | commitdiff |
2001-03-07 |
David Webster | Make updates for OS/2 |
tree | commitdiff |
2001-03-06 |
Vadim Zeitlin | merged fix from the 2.2 branch but the test I changed... |
tree | commitdiff |
2001-03-05 |
Julian Smart | wxFileSelector should have file name only, not path... |
tree | commitdiff |
2001-03-04 |
Stefan Csomor | corrected redraw problems with native controls |
tree | commitdiff |
2001-03-04 |
Stefan Csomor | correct window class attribution (was wrong in carbon) |
tree | commitdiff |
2001-03-04 |
Stefan Csomor | changed choice to properly inherit from wxChoiceBase... |
tree | commitdiff |
2001-03-03 |
Stefan Csomor | mac changes : wxDC - removed doubly defined vars (inher... |
tree | commitdiff |
2001-03-02 |
Robert Roebling | Implemented wxStaticLine under Mac. I thought I had |
tree | commitdiff |
2001-03-02 |
Julian Smart | Added DisplayTextPopup to wxHtmlHelpController; fixed... |
tree | commitdiff |
2001-03-01 |
Stefan Csomor | final adjustements to wxToolbar to make it layout as... |
tree | commitdiff |
2001-03-01 |
David Webster | Added YieldIfNeeded |
tree | commitdiff |
2001-02-28 |
Stefan Csomor | added new focus behaviour (like MSW) and toolbar fixes |
tree | commitdiff |
2001-02-28 |
David Webster | Undo the Test commit |
tree | commitdiff |
2001-02-28 |
David Webster | Test commit |
tree | commitdiff |
2001-02-28 |
Stefan Csomor | default window creation algorithm for mac platform... |
tree | commitdiff |
2001-02-28 |
Stefan Csomor | toolbars are now possible in any window |
tree | commitdiff |
2001-02-28 |
Julian Smart | Local event array wasn't initialized |
tree | commitdiff |
2001-02-28 |
Stefan Csomor | added menubar update OnActivate for multiple frames... |
tree | commitdiff |
2001-02-28 |
Stefan Csomor | corrected hiding/showing of native mac controls |
tree | commitdiff |
2001-02-27 |
Stefan Csomor | corrected the invalidation when resizing windows (was... |
tree | commitdiff |
2001-02-27 |
Stefan Csomor | added calls for invalidating the dc setup on mac explic... |
tree | commitdiff |
2001-02-26 |
Robert Roebling | wxMac: |
tree | commitdiff |
2001-02-26 |
Vadim Zeitlin | applied patch 403988 (fixing MDI window menu) |
tree | commitdiff |
2001-02-26 |
Vadim Zeitlin | applied patch 403898 (fixing msw/tabctrl.cpp include) |
tree | commitdiff |
2001-02-26 |
Vadim Zeitlin | applied patch 404136 which is supposed to fix BC5.5... |
tree | commitdiff |
2001-02-23 |
Václav Slavík | using wxURL now enforces linking http.o, ftp.o and... |
tree | commitdiff |
2001-02-22 |
Václav Slavík | fixed FindFirst/FindNext in fs_zip, it should find... |
tree | commitdiff |
2001-02-22 |
Julian Smart | Added PROIO_ prefix to yyparse to get it to link. |
tree | commitdiff |
2001-02-22 |
Julian Smart | Attempted to improve tip window behaviour, but kill... |
tree | commitdiff |
2001-02-22 |
Julian Smart | wxLIST_STATE_FOCUSED -> wxLIST_STATE_SELECTED in GetIte... |
tree | commitdiff |
2001-02-22 |
Julian Smart | Changed wxYield calls to wxYieldIfNeeded |
tree | commitdiff |
2001-02-22 |
Julian Smart | Added wxYieldIfNeeded |
tree | commitdiff |
2001-02-21 |
Václav Slavík | added missing implementation of wxHashTableLong::Create |
tree | commitdiff |
2001-02-21 |
Stefan Csomor | added carbrsrc.r to carbon resource target |
tree | commitdiff |
2001-02-21 |
Stefan Csomor | the carbon resource tag |
tree | commitdiff |
2001-02-21 |
Stefan Csomor | corrected an superfluous initfloatingwindows call in... |
tree | commitdiff |
2001-02-20 |
Gilles Depeyrot | do not perform Gestalt tests under Mac OS X |
tree | commitdiff |
2001-02-20 |
Stefan Csomor | added a PROIO_yyparse function in order to compile... |
tree | commitdiff |
2001-02-20 |
Vadim Zeitlin | fixed memory leak in Accept() |
tree | commitdiff |
2001-02-20 |
Václav Slavík | fixed some crashes |
tree | commitdiff |
2001-02-20 |
George Tasker | Added a #ifndef for DMPAPER_USER to define it to the... |
tree | commitdiff |
2001-02-20 |
Vadim Zeitlin | compilation fix (patch 103882) |
tree | commitdiff |
2001-02-20 |
Robin Dunn | Added a SetFont method that behaves like SetLabel does... |
tree | commitdiff |
2001-02-19 |
Vadim Zeitlin | fixed wxSocket::_Wait() for worker threads in an MT... |
tree | commitdiff |
2001-02-19 |
Vadim Zeitlin | temp (?) fix for wxYield() calls from other threads |
tree | commitdiff |
2001-02-16 |
Vadim Zeitlin | applied patch 103798 (yy... defines moved from expr... |
tree | commitdiff |
2001-02-16 |
Václav Slavík | applied patch #103817 to both branches (HTML printing... |
tree | commitdiff |
2001-02-16 |
Robin Dunn | Copied/merged from the 2.2 branch. |
tree | commitdiff |
2001-02-15 |
Gilles Depeyrot | modifications for compilation under Mac OS X |
tree | commitdiff |
2001-02-14 |
Robin Dunn | Fixed bug that was giving the wrong size of wxCustomDat... |
tree | commitdiff |
2001-02-14 |
Vadim Zeitlin | added wxADJUST_MINSIZE sizer flag |
tree | commitdiff |
2001-02-13 |
Vadim Zeitlin | fixed bug in wxCalendarCtrl (132199) and bug in wxDateT... |
tree | commitdiff |
2001-02-13 |
Julian Smart | More GTK+ 1.3.1 fixes |
tree | commitdiff |
2001-02-13 |
Julian Smart | Further __WXGTK20__ fix |
tree | commitdiff |
2001-02-13 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2001-02-13 |
Julian Smart | Tried to fix GTK+ 2.0 compilos |
tree | commitdiff |
2001-02-13 |
George Tasker | Beginnings of BLOB support - Do not use BLOBs yet thoug... |
tree | commitdiff |
2001-02-13 |
George Tasker | A temporary hDIB was not being unlocked before exiting... |
tree | commitdiff |
2001-02-13 |
George Tasker | Fixes display of bitmaps in owner drawn controls (like... |
tree | commitdiff |
2001-02-12 |
Robin Dunn | Now uses CC_FULLOPEN if m_colourData.GetChooseFull() |
tree | commitdiff |
2001-02-12 |
Vadim Zeitlin | fixed KDE link file reading code |
tree | commitdiff |
2001-02-12 |
Julian Smart | Fix for unsafe use of a global pointer for focus window... |
tree | commitdiff |
2001-02-12 |
Vadim Zeitlin | fixed crash with '\' on the end of the last line |
tree | commitdiff |
2001-02-08 |
Stefan Csomor | updated mac sources (CW 5.3 working , CW6 still having... |
tree | commitdiff |
2001-02-08 |
Vadim Zeitlin | applied (slightly modified) wxToggleButton patch from... |
tree | commitdiff |
2001-02-08 |
Vadim Zeitlin | some stupid attempts to make utf8 work - it doesn't... |
tree | commitdiff |
2001-02-08 |
Vadim Zeitlin | (blind) fixes for Motif compilation |
tree | commitdiff |
2001-02-08 |
Vadim Zeitlin | fixed bug in Eof(), finally |
tree | commitdiff |
2001-02-08 |
Ron Lee | More mostly cross compiling related mods.. |
tree | commitdiff |
2001-02-07 |
Václav Slavík | fix for undefined LANG_XXX constants with some compilers |
tree | commitdiff |
2001-02-07 |
George Tasker | SetBackgroundColour() and SetForegroundColour() were... |
tree | commitdiff |
2001-02-07 |
Vadim Zeitlin | fixed previous compilation fix |
tree | commitdiff |
2001-02-06 |
Julian Smart | Updated VC++ project files for making DLL-based samples |
tree | commitdiff |
2001-02-06 |
Julian Smart | Fixed sashwin events |
tree | commitdiff |
2001-02-06 |
Julian Smart | Fixed some warnings (don't know why dialoged Makefile... |
tree | commitdiff |
2001-02-06 |
Vadim Zeitlin | fixed (?) mingw32/cygwin compilation |
tree | commitdiff |
2001-02-06 |
Vadim Zeitlin | regenerated all makefiles from filelist.txt |
tree | commitdiff |
2001-02-06 |
Vadim Zeitlin | applied patch 103610 |
tree | commitdiff |
2001-02-06 |
Vadim Zeitlin | applied patch 103591 which should fix wxWakeUpIdle() |
tree | commitdiff |
2001-02-05 |
George Tasker | ::Initialize() methods added to the helper classes |
tree | commitdiff |
2001-02-04 |
Gilles Depeyrot | supply the sun style dlopen etc. functions in terms... |
tree | commitdiff |
2001-02-04 |
George Tasker | Cleanup of formatting of text |
tree | commitdiff |
2001-02-04 |
Gilles Depeyrot | ignore CodeWarrior build directory and files produced... |
tree | commitdiff |
2001-02-03 |
George Tasker | hstmtUpdate handle was not always being freed in all... |
tree | commitdiff |
2001-02-03 |
George Tasker | wxDbConnectInf is now converted to a class. Fully... |
tree | commitdiff |
2001-02-02 |
Vadim Zeitlin | applied patch #103444 |
tree | commitdiff |
2001-02-02 |
Vadim Zeitlin | added missing GetEventHandler() (patch #103561) |
tree | commitdiff |
2001-02-02 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2001-02-02 |
David Webster | Redfine some events |
tree | commitdiff |
2001-02-01 |
George Tasker | All char, char *, and char arrays changed to use wxChar... |
tree | commitdiff |
2001-02-01 |
George Tasker | Changed declaration of TREE events from being in both... |
tree | commitdiff |
2001-01-31 |
Vadim Zeitlin | Removed obsolete files |
tree | commitdiff |
2001-01-31 |
Vadim Zeitlin | 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE... |
tree | commitdiff |
2001-01-31 |
Vadim Zeitlin | event handling seems to work again, new sample (event... |
tree | commitdiff |
next |