2001-09-29 |
Václav Slavík | removed superfluous backslash |
tree | commitdiff |
2001-09-29 |
Václav Slavík | reverted my previous commit to this file; was done... |
tree | commitdiff |
2001-09-28 |
Václav Slavík | input handling in wxTLW/Univ |
tree | commitdiff |
2001-09-28 |
Václav Slavík | compilation fixes for MSW+Univ+Mingw32 |
tree | commitdiff |
2001-09-28 |
Václav Slavík | proper fullscreen handling |
tree | commitdiff |
2001-09-28 |
Václav Slavík | fixed wxGTK fullscreen mode, broken by my previous... |
tree | commitdiff |
2001-09-28 |
Vadim Zeitlin | applied (slightly modified) wxGLApp patch for MSW |
tree | commitdiff |
2001-09-28 |
Vadim Zeitlin | applied wxGLApp patch (#464500) |
tree | commitdiff |
2001-09-28 |
Ron Lee | More build system polishing.. mostly. Some stuff... |
tree | commitdiff |
2001-09-27 |
Robin Dunn | fixed compilation errors |
tree | commitdiff |
2001-09-27 |
Robin Dunn | Fixed compilation error |
tree | commitdiff |
2001-09-27 |
Robin Dunn | Added missing WXDLLEXPORT |
tree | commitdiff |
2001-09-27 |
Robin Dunn | Fixed problem with wxPen::SetDashes. (An array of... |
tree | commitdiff |
2001-09-26 |
Václav Slavík | temporary stubs for fullscreen functions |
tree | commitdiff |
2001-09-26 |
Václav Slavík | Use wxGetInstallPrefix() instead of wxINSTALL_PREFIX... |
tree | commitdiff |
2001-09-26 |
Václav Slavík | oops, forgot do add fullscreen stuff to wxTLWBase |
tree | commitdiff |
2001-09-26 |
Vadim Zeitlin | compilation/build fixes for wxUniv |
tree | commitdiff |
2001-09-24 |
Václav Slavík | statusbar handling |
tree | commitdiff |
2001-09-24 |
Vadim Zeitlin | added wxTreeEvent::GetKeyEvent() to allow to retrieve... |
tree | commitdiff |
2001-09-24 |
Vadim Zeitlin | added wxTLW for MSW |
tree | commitdiff |
2001-09-23 |
Václav Slavík | partial implementation of wxTLW's decorations |
tree | commitdiff |
2001-09-23 |
Václav Slavík | added wxBitmap::CopyFromIcon to wxGTK |
tree | commitdiff |
2001-09-23 |
David Webster | FALSE, not false |
tree | commitdiff |
2001-09-23 |
Mattia Barbon | * Fixed wxToolbar95 and wxToolbarGTK to emit TOOL_ENTER... |
tree | commitdiff |
2001-09-22 |
Václav Slavík | wxTOPLEVEL_EX_DIALOG is a better name than wxTLW_EX_DIALOG |
tree | commitdiff |
2001-09-22 |
Václav Slavík | evaluate window style in Create, not later |
tree | commitdiff |
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 |
next |