2001-04-02 |
Robin Dunn | updates of generated sources for wxGTK |
commit | commitdiff | tree | snapshot |
2001-04-02 |
Robin Dunn | Other odds and ends... |
commit | commitdiff | tree | snapshot |
2001-04-02 |
Robin Dunn | wxPython now creates it's own Python thread state inste... |
commit | commitdiff | tree | snapshot |
2001-04-02 |
Robin Dunn | Added wxPython/lib/infoframe.py from Chris Fama. It... |
commit | commitdiff | tree | snapshot |
2001-04-02 |
Robin Dunn | Applied patch for building with Borland C++ (untested... |
commit | commitdiff | tree | snapshot |
2001-04-02 |
Robin Dunn | added better typemaps for wxPen*, wxBrush* and wxFont* |
commit | commitdiff | tree | snapshot |
2001-04-02 |
Robin Dunn | Fix for wxHtmlPrintout getting decrefed in Python at... |
commit | commitdiff | tree | snapshot |
2001-04-01 |
Vadim Zeitlin | typo fixed |
commit | commitdiff | tree | snapshot |
2001-04-01 |
Gilles Depeyrot | corrections for final release of Mac OS X |
commit | commitdiff | tree | snapshot |
2001-03-31 |
George Tasker | SendSizeEvent() method moved from wxWindow to wxFrame... |
commit | commitdiff | tree | snapshot |
2001-03-31 |
George Tasker | SendSizeEvent() method moved from wxWindow to wxFrame... |
commit | commitdiff | tree | snapshot |
2001-03-31 |
Gilles Depeyrot | added CarbonAccessors object file for non Carbon builds |
commit | commitdiff | tree | snapshot |
2001-03-31 |
Gilles Depeyrot | added CodeWarrior project for example working under... |
commit | commitdiff | tree | snapshot |
2001-03-31 |
Gilles Depeyrot | ignore CodeWarrior build directory and output files |
commit | commitdiff | tree | snapshot |
2001-03-31 |
Gilles Depeyrot | added conditional compilation for toggle buttons (wxUSE... |
commit | commitdiff | tree | snapshot |
2001-03-31 |
Gilles Depeyrot | added CarbonAccessors to non Carbon builds |
commit | commitdiff | tree | snapshot |
2001-03-31 |
Gilles Depeyrot | added instructions concerning ACCESSOR_CALLS_ARE_FUNCTIONS |
commit | commitdiff | tree | snapshot |
2001-03-30 |
George Tasker | If wxUSE_GUI was not defined, then apps using this... |
commit | commitdiff | tree | snapshot |
2001-03-30 |
Vadim Zeitlin | this should hopefully fix BC++ crashes |
commit | commitdiff | tree | snapshot |
2001-03-29 |
David Webster | Blit code for masks |
commit | commitdiff | tree | snapshot |
2001-03-29 |
David Webster | Blit code for masks |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Ove Kaaven | Unicode compilation fixes. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Ove Kaaven | Some Unicode compilation fixes. This Unicode stuff... |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Ove Kaaven | wchar_t byte-swapping is not necessary if __STDC_ISO_10... |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Ove Kaaven | Unicode compilation fix. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Julian Smart | Added Inno Setup distrib files |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Gilles Depeyrot | added __POWERPC__ define to compilation flags for Mac... |
commit | commitdiff | tree | snapshot |
2001-03-28 |
David Webster | Some new interfaces in common code requires an updated... |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Robin Dunn | Finished the changes necessary to use the new event... |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Robin Dunn | Added DECLARE_LOCAL_EVENT_TYPE which doesn't use WXDLLE... |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Robin Dunn | fixed typo in a couple method names for wxPython, also... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Robin Dunn | Added code to optionally put the wxSTC on a panel inste... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Robin Dunn | Remapped zoom/unzoom to Ctrl keys |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Robin Dunn | Put back some code that was commented out for testing |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Robin Dunn | fixed bug in IMP_PYCALLBACK__BOOL2DBL2INT, for #223404... |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Robin Dunn | fixed compile warning |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Robin Dunn | Added wxWakeUpMainThread, wxMutexGuiEnter, wxMutexGuiLeave, |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Robin Dunn | a fix for the last fix |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Robin Dunn | Removed initial startup dependency on the OpenGL DLLs... |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Robin Dunn | some little doc tweaks |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Robin Dunn | Fix for Bug #229543 |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Julian Smart | Bug fix to Mkdirs and GetLongPath |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Julian Smart | Added focus in/out handlers for wxTextCtrl |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Julian Smart | Added 'full' param to wxFileName::Mkdir to make all... |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Julian Smart | Corrections to the GetLongPath code |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Julian Smart | Attempt at improving GetLongPath |
commit | commitdiff | tree | snapshot |
2001-03-25 |
Václav Slavík | wxZipFSHandler does not report non-local zip archives... |
commit | commitdiff | tree | snapshot |
2001-03-25 |
Václav Slavík | implemented dummy wxPalette for wxGTK, so that it no... |
commit | commitdiff | tree | snapshot |
2001-03-25 |
Václav Slavík | made wxLocale::GetSystemLanguage and wxLocale::AddLangu... |
commit | commitdiff | tree | snapshot |
2001-03-25 |
Václav Slavík | modified wxLANGUAGE generating script to visibly mark... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
David Webster | Ownerdrawn updates |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Vadim Zeitlin | fixed memory leak in wxZlibInputStream |
commit | commitdiff | tree | snapshot |
2001-03-22 |
David Webster | Ownerdrawn stuff. Text display done, image display... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Julian Smart | Fix for tip disappearing immediately under MSW |
commit | commitdiff | tree | snapshot |
2001-03-22 |
David Webster | More ownerdrawn stuff |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Vadim Zeitlin | merged Ctrl-Space fix from 2.2 branch |
commit | commitdiff | tree | snapshot |
2001-03-21 |
David Webster | OwnerDrawn updates |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Julian Smart | Changed GetLong/ShortPath to allocate memory dynamically |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Vadim Zeitlin | patch for cleanall target in mingw makefiles (which... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Vadim Zeitlin | forgot to commit |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Vadim Zeitlin | minor fixes to wxLocale::GetSystemLanguage(), test... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
George Tasker | Checked back in the change from rev 1.57 that allows... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Vadim Zeitlin | merged __sgi compilation fix |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Vadim Zeitlin | fixed (?) problems with assignment operator in wxTreeItemId |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Julian Smart | Added long-filename functions & normalisation; patch... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
David Webster | Ownerdrawn testing |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Ron Lee | changed -dbg priority to match overrides. |
commit | commitdiff | tree | snapshot |
2001-03-20 |
David Webster | More Ownerdraw menu updates |
commit | commitdiff | tree | snapshot |
2001-03-20 |
David Webster | no message |
commit | commitdiff | tree | snapshot |
2001-03-20 |
David Webster | Ownerdrawn menu updates |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Ron Lee | tweaked wx-config alternatives priorities. |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Vadim Zeitlin | wxImage::Ok() now returns false for images with 0 width... |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Julian Smart | Small doc mod; made wxRAISED_BORDER work |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Ron Lee | removed (deprecated) call to dh_testversion. |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Václav Slavík | wxHTML: fixed bug in tables rendering when rowspan... |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Ron Lee | Updated /debian with the latest changes from 2.2 branch. |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Václav Slavík | removed out-of-date info |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Vadim Zeitlin | replaced wxLogDebugs with wxLogTrace in dnd code -... |
commit | commitdiff | tree | snapshot |
2001-03-16 |
Vadim Zeitlin | fixed (?) bug 407974 (arrows not working) |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Vadim Zeitlin | added checks to wxFont accessors |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Robin Dunn | wxGTK version of generated code for recent changes |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Robin Dunn | wxGTK version of generated code for recent changes |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Robin Dunn | enhanced a comment ;-) |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Robin Dunn | fixed the automatic sys.stdout/sys.stderr to window... |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Robin Dunn | Changed wxFont, wxPen, wxBrush to not implicitly use... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Robin Dunn | A bunch of little tweaks, fixes, and additions |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Václav Slavík | moved splines rendering code into wxDCBase |
commit | commitdiff | tree | snapshot |
2001-03-13 |
George Tasker | Fixed the template so that the .DSP file that gets... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
George Tasker | Added code to the template to copy setup0.h to setup... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
George Tasker | Added the wxBase makefile/VC project template creations... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
George Tasker | New tmake template for generating makebase.vc for comma... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
George Tasker | Regenerated from the new vc6base.t tmake template |
commit | commitdiff | tree | snapshot |
2001-03-13 |
George Tasker | Fixed sample so that if the DATETIME test is enabled... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
George Tasker | VC makefile for building samples/console using wxBase... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
George Tasker | Additions to support the building of wxBase(d).lib... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
George Tasker | makefile for building wxBase using the command line... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
George Tasker | Added the code to copy setup0.h to setup.h if setup... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
George Tasker | Memory tracing and ODBC classes are now (optionally... |
commit | commitdiff | tree | snapshot |
2001-03-13 |
George Tasker | Semicolon was missing on the end of the WXINC line |
commit | commitdiff | tree | snapshot |
next |