2001-07-28 |
Robin Dunn | Fixed resource leak for wxListItem |
commit | commitdiff | tree | snapshot |
2001-07-28 |
Robin Dunn | The installer should also check HKCU for the python... |
commit | commitdiff | tree | snapshot |
2001-07-28 |
Robin Dunn | A couple fixes for the demo, and some code to show... |
commit | commitdiff | tree | snapshot |
2001-07-28 |
Robin Dunn | A couple off-by-one fixes |
commit | commitdiff | tree | snapshot |
2001-07-27 |
Vadim Zeitlin | mingw32/cygwin compilation fixes |
commit | commitdiff | tree | snapshot |
2001-07-27 |
Vadim Zeitlin | don't crash when invalid colour is set as fg/bg colour |
commit | commitdiff | tree | snapshot |
2001-07-27 |
Julian Smart | Added fix to send scroll messages from mouse wheel... |
commit | commitdiff | tree | snapshot |
2001-07-27 |
Robin Dunn | Added some WXDLLEXPORTs |
commit | commitdiff | tree | snapshot |
2001-07-26 |
Vadim Zeitlin | (bad) fix for asserts and OnIdle events |
commit | commitdiff | tree | snapshot |
2001-07-26 |
Vadim Zeitlin | forgotten method declaration |
commit | commitdiff | tree | snapshot |
2001-07-26 |
Vadim Zeitlin | made the log dialog resizeable (again?) |
commit | commitdiff | tree | snapshot |
2001-07-26 |
Vadim Zeitlin | highlight the focused item in non report mode too |
commit | commitdiff | tree | snapshot |
2001-07-26 |
Vadim Zeitlin | fix for (re)positioning the main window when the style... |
commit | commitdiff | tree | snapshot |
2001-07-26 |
Vadim Zeitlin | avoid nested modal log dialogs |
commit | commitdiff | tree | snapshot |
2001-07-26 |
Vadim Zeitlin | test for wxLog interaction with wxYield better |
commit | commitdiff | tree | snapshot |
2001-07-26 |
Vadim Zeitlin | *really* suppress log messages from inside wxYield |
commit | commitdiff | tree | snapshot |
2001-07-26 |
Robert Roebling | Fixed problem with missing refresh in wxScrolledWindow:: |
commit | commitdiff | tree | snapshot |
2001-07-26 |
Vadim Zeitlin | respect SetFont/SetXXXColour in wxTextCtrl even when... |
commit | commitdiff | tree | snapshot |
2001-07-26 |
Vadim Zeitlin | don't do anything in SetBackgroundColour() if colour... |
commit | commitdiff | tree | snapshot |
2001-07-26 |
Vadim Zeitlin | timestampt trace/debug messages under Unix too, this... |
commit | commitdiff | tree | snapshot |
2001-07-26 |
Vadim Zeitlin | added demo of the difference Freeze/Thaw makes in wxTex... |
commit | commitdiff | tree | snapshot |
2001-07-26 |
Vadim Zeitlin | added wxWindow::Freeze/Thaw(), implemented them for... |
commit | commitdiff | tree | snapshot |
2001-07-25 |
Vadim Zeitlin | fix for focus handling when deleting the items |
commit | commitdiff | tree | snapshot |
2001-07-25 |
Julian Smart | Tweaks to fl project files |
commit | commitdiff | tree | snapshot |
2001-07-24 |
Vadim Zeitlin | compilation warning fixed |
commit | commitdiff | tree | snapshot |
2001-07-24 |
Vadim Zeitlin | reverted my previous change to WINVER - it is already... |
commit | commitdiff | tree | snapshot |
2001-07-24 |
Vadim Zeitlin | fixed compilation problem with multiple Update()s |
commit | commitdiff | tree | snapshot |
2001-07-24 |
Julian Smart | Added fl (frame layout) to wxWindows, from source tidie... |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Gilles Depeyrot | renamed Number method (should be GetCount) |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Vadim Zeitlin | fixed bug with wxPathExists('c:\') yet again |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Vadim Zeitlin | don't process VK_OEM_XXX key presses |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Vadim Zeitlin | use Windows standard icons instead of our own (patch... |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Vadim Zeitlin | added test for writing empty value to the config |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Vadim Zeitlin | 1. fixed bug with empty value not being written to... |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Vadim Zeitlin | don't call wxYield() from EnsureVisible(), this is... |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Vadim Zeitlin | fixed bug with deletion of several last items in wxList... |
commit | commitdiff | tree | snapshot |
2001-07-23 |
Vadim Zeitlin | added and documented wxDir::HasFiles/SubDirs(), use... |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | correction for Mac OS X compilation |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | corrected pragma interface/implementation (clash with... |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | fixed wxListBox inheritance |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | added property sheet option |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | added tree layout define |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | corrected conditional compilation tests |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | post wxUniv merge fix |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | post wxUniv merge fix |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | post wxUniv merge fix |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | corrected pragma interface/implementation for Mac OS X |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | added missing conditional compilation test for MSW... |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | added dependency handling to Makefiles |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | corrections for Mac OS X compilation |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | ignore files produced by CodeWarrior |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | correction for Mac OS compilation |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | added dependency handling to Makefiles |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | correction for Mac OS X compilation |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | post wxUniv merge fixes |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | corrections for Mac OS X compilation |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | added dependency handling to Makefiles |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Gilles Depeyrot | removed inexistant header files |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Vadim Zeitlin | compilation fix for old broken Borland compiler |
commit | commitdiff | tree | snapshot |
2001-07-22 |
Vadim Zeitlin | backported fix for proper tree ctrl refershing after... |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Gilles Depeyrot | replaced hardcoded wxgtk_gl library with appropriate... |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Gilles Depeyrot | added WX_TARGET_LIBRARY_GL to recursive configure subst... |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Gilles Depeyrot | added wxWindows shared library to link of OpenGL wxWind... |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Gilles Depeyrot | corrected bad Darwin related configure test |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Gilles Depeyrot | added DEP_INFO_FLAGS to compilation options |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Gilles Depeyrot | corrections for wxGtk compilation under Darwin/Mac... |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Gilles Depeyrot | added missing conditional compilation test for wxUSE_PR... |
commit | commitdiff | tree | snapshot |
2001-07-21 |
Gilles Depeyrot | minor changes to correct compilation warnings |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Vadim Zeitlin | fix for rather mysterious problem when deleting the... |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Gilles Depeyrot | post wxUniv merge fixes |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Gilles Depeyrot | post wxUniv merge fix |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Vadim Zeitlin | applied numpad keys patch |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Václav Slavík | fixed entities parsing under win32 |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Václav Slavík | oops, forgot to fix wxHtmlTag dtor |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Vadim Zeitlin | test for __WIN95__ in the main header, not platform... |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Vadim Zeitlin | define WINVER for mingw32 cross compilation |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Vadim Zeitlin | implemented EVT_LIST_CACHE_HINT support: send this... |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Vadim Zeitlin | fixed three new warnings after the last warning fix |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Vadim Zeitlin | fixed a warning and detabified |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Vadim Zeitlin | made 2 column list wider to accomodate all entries |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Vadim Zeitlin | replaced literal backslashes with backslash TeX macro |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Vadim Zeitlin | fixed crash in XPM decoder when reading non XPM files |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Vadim Zeitlin | filter out garbage Windows sends us via LVN_ODCACHEHINT |
commit | commitdiff | tree | snapshot |
2001-07-20 |
Vadim Zeitlin | added EVT_LIST_COMMAND_CACHE_HINT, implemented it for... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Vadim Zeitlin | VC++ warning fixed |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Václav Slavík | new wxHtmlParser core and changes implied by it |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Václav Slavík | new wxHtmlParser core |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Vadim Zeitlin | FreeBSD compilation fix |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Vadim Zeitlin | fixed some warnings |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Vadim Zeitlin | 1. don't delete item attributes in the virtual list... |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Vadim Zeitlin | added test for THREADS if JOYSTICK is set |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Vadim Zeitlin | don't remove lib/wx when making clean |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Vadim Zeitlin | made SetPriority docs more clear |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Vadim Zeitlin | fix for missing wxUSE_DARWIN definition |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Vadim Zeitlin | fixes to version string |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Vadim Zeitlin | 1. compilation fixes |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Vadim Zeitlin | fix for custom bitmap setting for the first page |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Vadim Zeitlin | minor fixes, added an example |
commit | commitdiff | tree | snapshot |
2001-07-19 |
Vadim Zeitlin | fixed compilation problem inwith ^ |
commit | commitdiff | tree | snapshot |
2001-07-18 |
Václav Slavík | removed debug printfs |
commit | commitdiff | tree | snapshot |
next |