2001-08-16 |
Vadim Zeitlin | added sending of EVT_TEXT_MAXLEN to wxGTK, suppressed... |
commit | commitdiff | tree | snapshot |
2001-08-16 |
Vadim Zeitlin | compilation fix |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Václav Slavík | bugfixes, bugfixes, bugfixes... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Vadim Zeitlin | compilation fix |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Vadim Zeitlin | compilation fixes for VC++ in release mode |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Vadim Zeitlin | fixed bug with loading standard icons |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Vadim Zeitlin | traces of my debugging session, no real changes |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Vadim Zeitlin | implemented, tested and documented wxTextCtrl::SetMaxLe... |
commit | commitdiff | tree | snapshot |
2001-08-15 |
Vadim Zeitlin | compilation warning fix |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Robin Dunn | updates for swig generated code |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Robin Dunn | Deprecated PyShell and PyShellWindow, added a snapshot... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Robin Dunn | Fixed the drawing of the HRules so they don't try to... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Robin Dunn | Fixed a bug so wxLC_VRULES works by itself. |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Vadim Zeitlin | 1. reset default item in ~wxWindow (better to be safe) |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Vadim Zeitlin | unsuccessful attempts to fix wxMenuBar positioning... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Vadim Zeitlin | reduce flicker in header window when deleting items... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Vadim Zeitlin | removed redundant InitDialog methods |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Robin Dunn | A fix for attribrute sorting, but it's still broken... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Robin Dunn | Moved fix from 2.2 branch that allows the attributes... |
commit | commitdiff | tree | snapshot |
2001-08-14 |
Robin Dunn | fixed the last of the off-by-one errors (some are refix... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Stefan Csomor | added translation of mac system into language, adaption... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Vadim Zeitlin | implemented (untested) work around for wxScrolledWindow... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Vadim Zeitlin | added missing refresh when changing focus in wxListCtrl... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Vadim Zeitlin | moved wxNO_FULL_REPAINT_ON_RESIZE to wxControl from... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
Vadim Zeitlin | don't try to refresh the menu bar before showing it... |
commit | commitdiff | tree | snapshot |
2001-08-13 |
George Tasker | Replaced /'s with \'s as BCC requires \'s for path... |
commit | commitdiff | tree | snapshot |
2001-08-12 |
George Tasker | Replaced 'erase' with $(RM) so that the default file... |
commit | commitdiff | tree | snapshot |
2001-08-12 |
George Tasker | Makefile submitted by Markus G. for G95 |
commit | commitdiff | tree | snapshot |
2001-08-12 |
George Tasker | Added regex to WXINC line (patch from Markus G) |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Václav Slavík | added wxEventLoop::GetActive() |
commit | commitdiff | tree | snapshot |
2001-08-12 |
George Tasker | Removed semi-colons off the end of two macro statement... |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Gilles Depeyrot | corrections for Mac OS compilation |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Gilles Depeyrot | added missing methods/removed duplicated base methods |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Gilles Depeyrot | bitmap mask corrections for Mac OS |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Gilles Depeyrot | corrected CodeWarrior project target names and generate... |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Gilles Depeyrot | applied SourceForge patch #440594 which corrects ListBo... |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Gilles Depeyrot | added CodeWarrior 5.3 projects for working demos |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Gilles Depeyrot | added missing return value |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Gilles Depeyrot | added container class files |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Václav Slavík | wxMGL bugfixes |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Václav Slavík | fixed fl makefiles that Julian didn't fix correctly |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Václav Slavík | compilation fix |
commit | commitdiff | tree | snapshot |
2001-08-12 |
Václav Slavík | fixed wxUniv compilation |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Gilles Depeyrot | added container class source |
commit | commitdiff | tree | snapshot |
2001-08-11 |
Stefan Csomor | corrected a bug in the masking code |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Robert Roebling | Message dialog crashes when calling ::Move() etc. Better |
commit | commitdiff | tree | snapshot |
2001-08-10 |
Julian Smart | Fixed project files for regex.lib, taking the regex... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Václav Slavík | wxMGL support |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Václav Slavík | added evtlooop.cpp for mgl |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Václav Slavík | wxMGL wxWindow and wxApp mostly complete, now hunting... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Václav Slavík | added std icons to wxMGL |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Vadim Zeitlin | Define _GNU_SOURCE instead of _XOPEN_SOURCE (which... |
commit | commitdiff | tree | snapshot |
2001-08-09 |
Vadim Zeitlin | changed CPPFLAGS to CXXFLAGS |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Vadim Zeitlin | fixed wxINSTALL_PREFIX setting |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Vadim Zeitlin | moved wxINSTALL_PREFIX from CPPFLAGS to setup.h |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Vadim Zeitlin | 1. fixed test in configure for gettimeofday() argument |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Václav Slavík | fix for nbsp problem and minor parsing flow change |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Václav Slavík | made some wxHtmlEntitiesParser's methods public --... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Václav Slavík | updated wxTextFile docs; some typo corrections |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Václav Slavík | wxEraseEvent docs corrections |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Vadim Zeitlin | 1. next attempt to fix RH 7.1 build |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Robert Roebling | Probably fixed listbox crashes. |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Vadim Zeitlin | fixed errors in glibc test |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Vadim Zeitlin | oops, last check in undone - there is a problem somewhe... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Vadim Zeitlin | attempts to fix recursive mutex initialized detection... |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Julian Smart | Corrected my typo |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Julian Smart | Added container class |
commit | commitdiff | tree | snapshot |
2001-08-08 |
Vadim Zeitlin | drastically reduced flicker in RefreshItems |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Václav Slavík | merged wxMGL cursors from wxUniversal branch |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Václav Slavík | native theme for wxMGL |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Vadim Zeitlin | removed Robert's message box |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Vadim Zeitlin | fixed unwanted owner data accesses in virtual list... |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Vadim Zeitlin | compilation fix |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Stefan Csomor | no message |
commit | commitdiff | tree | snapshot |
2001-08-07 |
Vadim Zeitlin | don't process enter as tab, there are many controls... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Vadim Zeitlin | changed wxControlContainer to avoid triggering tons... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Václav Slavík | Unicodification of wxTextFile |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Václav Slavík | Unicodification of wxTempFile |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Václav Slavík | why was generic wxNativeFontInfo code disabled for... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Václav Slavík | compilation fix |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Robert Roebling | Applied patch for wxComboBox and wxListBox to |
commit | commitdiff | tree | snapshot |
2001-08-06 |
David Webster | Some Updates for latest CVS. |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Vadim Zeitlin | use item colour when drawing the focused item if we... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Vadim Zeitlin | don't draw the focused item rect around the image |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Vadim Zeitlin | don't draw the selected item background if we don't... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Vadim Zeitlin | don't draw the selected item background if we don't... |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Vadim Zeitlin | don't allow TABbing to wxHtmlWindow |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Vadim Zeitlin | compilation fix |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Stefan Csomor | corrected mac src due to new api changes |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Vadim Zeitlin | 1. slightly changed how wxControlContainer is used |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Vadim Zeitlin | added another small test for wxTimeSpan::Format |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Vadim Zeitlin | added wxUSE_SPLASH |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Vadim Zeitlin | wxBase compilation fix |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Vadim Zeitlin | added wxUSE_SPLASH |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Vadim Zeitlin | fixed infinite recursion in SetFocus() |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Vadim Zeitlin | regenerated to include src/common/containr.cpp |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Vadim Zeitlin | bug in SetLastFocus corrected |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Vadim Zeitlin | compilation fixes |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Vadim Zeitlin | compilation fix (sorry) |
commit | commitdiff | tree | snapshot |
2001-08-06 |
Vadim Zeitlin | pragma fix for gcc |
commit | commitdiff | tree | snapshot |
next |