2001-10-19 |
Vadim Zeitlin | use statvfs() if statfs() is not available (Solaris) |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Vadim Zeitlin | added wxApp::Yield() |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Vadim Zeitlin | who forward declared wcslen() without using extern... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Vadim Zeitlin | use -I. for parser.c as it needs it to find lexer.c |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Vadim Zeitlin | fix for BSD compilation |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Vadim Zeitlin | don't include X11 path before our own -I because on... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Vadim Zeitlin | fixed test for statfs() for BSD systems, not just MacOSX |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Vadim Zeitlin | oops, typo fix |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Vadim Zeitlin | added wxStreamToTextRedirector |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Stefan Csomor | corrected default arguments, so that setting GetStdIcon... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Vadim Zeitlin | simplified wxTextCtrl::Create() to use wxControl::MSWCr... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
Robin Dunn | Use the black pen for the border on Windows now too. |
commit | commitdiff | tree | snapshot |
2001-10-19 |
George Tasker | Added -DSTRICT to the WINFLAGS variable to match the... |
commit | commitdiff | tree | snapshot |
2001-10-19 |
George Tasker | Removed a line of debug code that got left in |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Vadim Zeitlin | fixed resource leak in wxBitmap::CopyFromIconOrCursor |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Vadim Zeitlin | fix for the initial size of the dialogs |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Václav Slavík | added screenshot capturing for debugging purposes |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Gilles Depeyrot | added missing include |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Gilles Depeyrot | use $(MAKE) instead of make |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Gilles Depeyrot | use $(MAKE) instead of make |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Vadim Zeitlin | fix for wxStatusBar linking problems under wxMac |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Gilles Depeyrot | use $(MAKE) instead of make |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Mattia Barbon | #elif -> #else |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Mattia Barbon | Added RTTI macros to wxSplashScreen. |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Mattia Barbon | Check for wxUSE_SPLASH |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Mattia Barbon | Updated makefile.g95/vc to behave similarly to wxWindow... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Mattia Barbon | Forgot to commit |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Robin Dunn | Added a set of sophisticated Error Dialogs from Chris... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Gilles Depeyrot | added conditional compilation around wxGTK specific... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Robin Dunn | An incorrect patch to SWIG caused incorrect generated... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Robin Dunn | An incorrect patch to SWIG caused incorrect generated... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Robin Dunn | Some little tweaks... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Robin Dunn | cleanup |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Gilles Depeyrot | removed wxGetTranslation already defined in wx intl |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Robin Dunn | Expanded some release notes |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Robin Dunn | Added wxTE_NOHIDESEL |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Robin Dunn | Removed wxLB_SORT flag. Users of the Autocomplete... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Robin Dunn | wxGTK's wxListBox now returns a meaningful value for... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Stefan Csomor | corrected wxGetWorkingDirectory for mac (stripping... |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Robin Dunn | wxPython updates for new wxSTC |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Robin Dunn | reference count bugs in DrawXXXList fixed |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Robin Dunn | A fix for Scintilla's case insensitive sort routine |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Robin Dunn | Updated to version 1.40 of Scintilla |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Robin Dunn | Updated to new PyCrust |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Vadim Zeitlin | added and documented wxTE_NOHIDESEL |
commit | commitdiff | tree | snapshot |
2001-10-18 |
Vadim Zeitlin | create lib\...\setup.h from setup.h, not setup0.h which... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Kendall Bennett | Added missing OS/2 files for wxUniversal on OS/2 |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Kendall Bennett | Mutiple updates from SciTech for wxWindows including... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Guillermo Rodriguez... | Added comment explaining that it's not necessary to... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Vadim Zeitlin | fixed linking problems related to wxStatusBar under... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Vadim Zeitlin | fix for linking problem under !MSW |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Julian Smart | Applied patch sent to me for xpmdecod.cpp/VC++ compilat... |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Gilles Depeyrot | added wxStatusBarBase |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Gilles Depeyrot | Use -h instead of -L to test for link |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Robin Dunn | tweaked some tests a bit |
commit | commitdiff | tree | snapshot |
2001-10-17 |
Robin Dunn | Another attempt to handle key events correctly for... |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Robin Dunn | Autodetect image type, some other cleanup |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Robin Dunn | Added some optimization methods to wxPython's wxDC |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Mattia Barbon | Changed char* to wxChar* in wxColour constructor. |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Robin Dunn | regenerated from glcanvas.i |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Robin Dunn | added AppendToPage |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Robin Dunn | update for interface changes |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Mattia Barbon | Some MinGW-related updates |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Robin Dunn | fixed typo in comment |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Stefan Csomor | no message |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Vadim Zeitlin | reverted my accidental changes |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Stefan Csomor | added statusbr from common, removed 68k targets |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Vadim Zeitlin | fixed status bar drawing broken by previous compilation fix |
commit | commitdiff | tree | snapshot |
2001-10-16 |
Vadim Zeitlin | show some text in the status bar panes |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Vadim Zeitlin | refresh wxStaticText after changing its label if we... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Vadim Zeitlin | fixed wxListCtrl::DeleteAllColumns() in the generic... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Václav Slavík | fixes to mask creation by colour |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Václav Slavík | fixed off-by-one error |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Václav Slavík | oops, segfault |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Václav Slavík | added GetStdIcon support to wxRenderer |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Václav Slavík | removed junk |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Václav Slavík | 1. added GetStdIcon support to wxRenderer |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Vadim Zeitlin | made wxStaticBox transparent (patch 427936) |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Václav Slavík | compilation fix for wxMGL (NotUniv directive doesn... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Václav Slavík | compilation fix for wxMGL |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Vadim Zeitlin | fix for the dialog controls font |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Vadim Zeitlin | reveretd change commenting out IMPLEMENT_DYNAMIC_CLASS |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Vadim Zeitlin | oops, forgot to commit yesterday changes related to... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Vadim Zeitlin | added section about incompatibilities between 2.2 and 2.3 |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Robert Roebling | Further fixes for wx-config and MacOS X. |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Robert Roebling | wxStatusBar doesn't link with double IMPLEMENT..... |
commit | commitdiff | tree | snapshot |
2001-10-15 |
Robert Roebling | Added Rez support to wx-config for MacOS X |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Václav Slavík | decouple wxTLW,Frame::ShowFullScreen in wxMSW |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Václav Slavík | fixes to MSW LowLevel files |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Václav Slavík | wxWindow::Enable now correctly has recursive effect... |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Václav Slavík | added wxHtmlWindow::AppendToPage |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Václav Slavík | wxBusycursorSuspender used in wxMGL as well (we need... |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Václav Slavík | fixed restoration of global cursor |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Václav Slavík | DC output fix |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Václav Slavík | antialiasing now disabled for small fonts |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Václav Slavík | removed obsolete files from wxMGL |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Václav Slavík | decouple wxTLW,Frame::ShowFullScreen in wxMSW |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Václav Slavík | wxUSE_CHOICE ifdefs, so that the sample compiles with... |
commit | commitdiff | tree | snapshot |
2001-10-14 |
Vadim Zeitlin | regenerated from the templates |
commit | commitdiff | tree | snapshot |
next |