2001-09-22 |
Václav Slavík | fixed client area handling for wxFrame/Univ |
tree | commitdiff |
2001-09-22 |
Václav Slavík | wxInputConsumer |
tree | commitdiff |
2001-09-22 |
Václav Slavík | (blind) fix for wxMotif compilation |
tree | commitdiff |
2001-09-21 |
Mattia Barbon | wxTextDataObject now uses Unicode if compiled with... |
tree | commitdiff |
2001-09-20 |
Mattia Barbon | Unicode compilation fixes. |
tree | commitdiff |
2001-09-20 |
Mattia Barbon | Re-enabled long long for MinGW. |
tree | commitdiff |
2001-09-19 |
Václav Slavík | fixes to client area origin handling |
tree | commitdiff |
2001-09-19 |
Václav Slavík | fixed problems with HTML printing w/o using wxHtmlWindow |
tree | commitdiff |
2001-09-19 |
Vadim Zeitlin | better fix for MIPSpro warnings: removed unneeded calls... |
tree | commitdiff |
2001-09-19 |
Vadim Zeitlin | compilation fixes for MIPSpro SGI compiler |
tree | commitdiff |
2001-09-18 |
Václav Slavík | partial implementation of wxTopLevelWindow for wXUniv |
tree | commitdiff |
2001-09-18 |
Václav Slavík | moved AdjustToClientAreaOrigin to wxWindowBase, needed... |
tree | commitdiff |
2001-09-18 |
Václav Slavík | made wxLocalFSHandler public and added Chroot to it |
tree | commitdiff |
2001-09-18 |
Václav Slavík | wxFrame for wxUniv |
tree | commitdiff |
2001-09-18 |
Václav Slavík | wxDialog for wxUniv |
tree | commitdiff |
2001-09-18 |
Vadim Zeitlin | test for long long directly instead of testing for gcc |
tree | commitdiff |
2001-09-17 |
Ron Lee | use 'local' quoting for wx headers in lib source |
tree | commitdiff |
2001-09-17 |
Ron Lee | fixed c++ style comments |
tree | commitdiff |
2001-09-17 |
Gilles Depeyrot | added missing destructor for Darwin/Mac OS X (wxGtk... |
tree | commitdiff |
2001-09-15 |
Václav Slavík | wxTopLevelWindow (only for wxGTK for now) |
tree | commitdiff |
2001-09-15 |
Václav Slavík | compilation fix |
tree | commitdiff |
2001-09-10 |
Gilles Depeyrot | added missing defines |
tree | commitdiff |
2001-09-10 |
Vadim Zeitlin | VC++ compilation fix (hopefully) |
tree | commitdiff |
2001-09-06 |
Vadim Zeitlin | applied patch from Xavier Nodet implementing better... |
tree | commitdiff |
2001-09-04 |
Robin Dunn | A couple little fixes for wxSTC |
tree | commitdiff |
2001-09-03 |
Vadim Zeitlin | added Set/ClearColumnImage() helpers to wxListView |
tree | commitdiff |
2001-09-02 |
Václav Slavík | added wxHtmlCell::Get/SetId |
tree | commitdiff |
2001-09-01 |
Václav Slavík | finally applied the helpbest patch |
tree | commitdiff |
2001-09-01 |
Robin Dunn | Upgraded to version 1.39 of Scintilla, and upated wxSty... |
tree | commitdiff |
2001-09-01 |
Robin Dunn | Added classinfo macros for wxTreeEvent |
tree | commitdiff |
2001-09-01 |
Vadim Zeitlin | added a bunch of new wxListCtrl messages: column right... |
tree | commitdiff |
2001-08-31 |
Vadim Zeitlin | implemented and documented wxHtmlWindow::OnCellMouseHov... |
tree | commitdiff |
2001-08-29 |
Václav Slavík | oops, forgot to check in a wxMGL define |
tree | commitdiff |
2001-08-29 |
Václav Slavík | non-recursive destructors |
tree | commitdiff |
2001-08-29 |
Stefan Csomor | added error message in case older apple header files... |
tree | commitdiff |
2001-08-28 |
Václav Slavík | compilation fix |
tree | commitdiff |
2001-08-28 |
Vadim Zeitlin | implemented wxDir::HasSubDirs() optimization for Unix |
tree | commitdiff |
2001-08-27 |
Vadim Zeitlin | added support for polygons to wxRegion |
tree | commitdiff |
2001-08-25 |
Václav Slavík | beginnings of HTML4 tables layouter |
tree | commitdiff |
2001-08-25 |
Vadim Zeitlin | are there still versions of gcc around which require... |
tree | commitdiff |
2001-08-25 |
Vadim Zeitlin | added wxGetDiskSpace for Win/Unix |
tree | commitdiff |
2001-08-25 |
Vadim Zeitlin | added wxLongLong::ToString() |
tree | commitdiff |
2001-08-25 |
Vadim Zeitlin | applied patch 432814: saving BMP in 1, 4 and 8 bpp |
tree | commitdiff |
2001-08-25 |
Vadim Zeitlin | applied patch 446836: removed qt headers |
tree | commitdiff |
2001-08-25 |
Vadim Zeitlin | refresh the tree ctrl when its back/foreground colour... |
tree | commitdiff |
2001-08-24 |
Vadim Zeitlin | declared private wxString::operator=(int) to prevent... |
tree | commitdiff |
2001-08-24 |
Vadim Zeitlin | added missing wxSTD |
tree | commitdiff |
2001-08-23 |
Václav Slavík | ProcessPlatformProperty should not be a member of wxXml... |
tree | commitdiff |
2001-08-23 |
Václav Slavík | wxHtmlEasyPrinting indentation changes + CreatePrintout... |
tree | commitdiff |
2001-08-22 |
Vadim Zeitlin | added UnregisterWindowClasses() (patch 447443) |
tree | commitdiff |
2001-08-20 |
Vadim Zeitlin | fixes for Raise() to work correctly with both top level... |
tree | commitdiff |
2001-08-20 |
Vadim Zeitlin | draw the selected items in another colour when the... |
tree | commitdiff |
2001-08-19 |
Robert Roebling | Various changes for simplification of focus event |
tree | commitdiff |
2001-08-19 |
Stefan Csomor | added a few encoding convenience methods for pc-mac... |
tree | commitdiff |
2001-08-18 |
Robert Roebling | Applied Greg's patch to tree control and related. |
tree | commitdiff |
2001-08-17 |
Julian Smart | Added possibility of 2-step initialisation, and wxWIZAR... |
tree | commitdiff |
2001-08-16 |
Vadim Zeitlin | added wxURLDataObject which unfortunately doesn't seem... |
tree | commitdiff |
2001-08-16 |
Václav Slavík | finished wxWindow for MGL |
tree | commitdiff |
2001-08-16 |
Vadim Zeitlin | added sending of EVT_TEXT_MAXLEN to wxGTK, suppressed... |
tree | commitdiff |
2001-08-15 |
Václav Slavík | bugfixes, bugfixes, bugfixes... |
tree | commitdiff |
2001-08-15 |
Vadim Zeitlin | implemented, tested and documented wxTextCtrl::SetMaxLe... |
tree | commitdiff |
2001-08-14 |
Vadim Zeitlin | 1. reset default item in ~wxWindow (better to be safe) |
tree | commitdiff |
2001-08-14 |
Vadim Zeitlin | removed redundant InitDialog methods |
tree | commitdiff |
2001-08-13 |
Vadim Zeitlin | implemented (untested) work around for wxScrolledWindow... |
tree | commitdiff |
2001-08-12 |
Václav Slavík | added wxEventLoop::GetActive() |
tree | commitdiff |
2001-08-12 |
George Tasker | Removed semi-colons off the end of two macro statement... |
tree | commitdiff |
2001-08-12 |
Gilles Depeyrot | added missing methods/removed duplicated base methods |
tree | commitdiff |
2001-08-12 |
Gilles Depeyrot | applied SourceForge patch #440594 which corrects ListBo... |
tree | commitdiff |
2001-08-10 |
Robert Roebling | Message dialog crashes when calling ::Move() etc. Better |
tree | commitdiff |
2001-08-09 |
Václav Slavík | wxMGL support |
tree | commitdiff |
2001-08-09 |
Václav Slavík | wxMGL wxWindow and wxApp mostly complete, now hunting... |
tree | commitdiff |
2001-08-08 |
Václav Slavík | made some wxHtmlEntitiesParser's methods public --... |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | changed wxControlContainer to avoid triggering tons... |
tree | commitdiff |
2001-08-06 |
Václav Slavík | Unicodification of wxTextFile |
tree | commitdiff |
2001-08-06 |
Václav Slavík | Unicodification of wxTempFile |
tree | commitdiff |
2001-08-06 |
Václav Slavík | compilation fix |
tree | commitdiff |
2001-08-06 |
Robert Roebling | Applied patch for wxComboBox and wxListBox to |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | don't allow TABbing to wxHtmlWindow |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | 1. slightly changed how wxControlContainer is used |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | added wxUSE_SPLASH |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | fixed infinite recursion in SetFocus() |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | compilation fixes |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | pragma fix for gcc |
tree | commitdiff |
2001-08-06 |
David Webster | Updates to fix statusbar and menu errors. |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | moved knd handling logic from wxPanel to wxControlConta... |
tree | commitdiff |
2001-08-05 |
Vadim Zeitlin | added empty and unused wxTLW - to be used later |
tree | commitdiff |
2001-08-05 |
Gilles Depeyrot | corrected includes for Mac OS X |
tree | commitdiff |
2001-08-05 |
Gilles Depeyrot | corrected conditional compilation for wxMac |
tree | commitdiff |
2001-08-05 |
Vadim Zeitlin | fixed processing of the implicit wxTextCtrl accelerator... |
tree | commitdiff |
2001-08-04 |
Václav Slavík | reverted my Set/getTitle change |
tree | commitdiff |
2001-08-03 |
Václav Slavík | compilation fixes |
tree | commitdiff |
2001-08-02 |
Václav Slavík | Set/GetTitle out of wxWindowBase, forked and put to... |
tree | commitdiff |
2001-08-02 |
Václav Slavík | Set/GetTitle out of wxWindowBase, forked and put to... |
tree | commitdiff |
2001-08-02 |
Vadim Zeitlin | applied patch 446014 (misc mingw fixes from Mattia) |
tree | commitdiff |
2001-08-02 |
Vadim Zeitlin | removed wxYield call from wxBusyCursorSuspender |
tree | commitdiff |
2001-08-01 |
Václav Slavík | wxMGL update (no, it still doesn't work, I'm backuping... |
tree | commitdiff |
2001-08-01 |
Václav Slavík | fixed overrestrictive test |
tree | commitdiff |
2001-08-01 |
Václav Slavík | compilation fix (Vadim, is this correct?) |
tree | commitdiff |
2001-08-01 |
Vadim Zeitlin | applied patch 441270 (fix cygwin wxSplashScreen compila... |
tree | commitdiff |
next |