2002-03-21 |
Václav Slavík | added wxArtProvider |
tree | commitdiff |
2002-03-18 |
Robin Dunn | Regenerated file lists so features.h would be installed |
tree | commitdiff |
2002-03-18 |
Vadim Zeitlin | 1. implemented radio menu items for wxGTK |
tree | commitdiff |
2002-03-17 |
Ron Lee | Added wxBufferedDC class. |
tree | commitdiff |
2002-03-14 |
Julian Smart | Removed duplicate WM line from motif/frame.cpp |
tree | commitdiff |
2002-03-04 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-02-25 |
Vadim Zeitlin | fixed linking errors |
tree | commitdiff |
2002-02-24 |
Václav Slavík | removed AdjustForParentClientOrigin from wxMotif and... |
tree | commitdiff |
2002-02-17 |
Václav Slavík | move wxMGL's wxTimer to src/generic |
tree | commitdiff |
2002-02-15 |
Julian Smart | Fixed usage of wxXmString |
tree | commitdiff |
2002-02-14 |
Julian Smart | Removed wxBuffer from several ports; added function... |
tree | commitdiff |
2002-02-13 |
Julian Smart | Allowed for wxHAVE_LIB_XPM or using wxXPMDecoder |
tree | commitdiff |
2002-02-13 |
Julian Smart | Include src/x11/utils.cpp |
tree | commitdiff |
2002-02-13 |
Julian Smart | Added shared private declarations header privx.h, utils... |
tree | commitdiff |
2002-02-09 |
Robert Roebling | Commiting remaining files of configure change for... |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | fixed 2 minor warnings |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | added the missing (newly added) colours to the switch |
tree | commitdiff |
2002-01-29 |
Mattia Barbon | Updated projects/makefiles |
tree | commitdiff |
2002-01-28 |
Vadim Zeitlin | removed non existing unzip.h from the filelist.txt... |
tree | commitdiff |
2002-01-24 |
Václav Slavík | added dummy <style> handler in order to hide CSS code |
tree | commitdiff |
2002-01-19 |
Vadim Zeitlin | Capture/ReleaseMouse() prefixed with Do for the other... |
tree | commitdiff |
2002-01-19 |
Gilles Depeyrot | corrections to XFontName accessors |
tree | commitdiff |
2002-01-17 |
Václav Slavík | fixed to the IFF handler, moved into one file |
tree | commitdiff |
2002-01-16 |
Robin Dunn | Added wx/dirctrl.h to filelist.txt so it will get insta... |
tree | commitdiff |
2002-01-11 |
Vadim Zeitlin | more Sun C++ compiler warning fixes: in particular... |
tree | commitdiff |
2002-01-11 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-01-08 |
Václav Slavík | use the new wxSystemSettings API everywhere |
tree | commitdiff |
2002-01-01 |
Václav Slavík | regenerated makefiles (forgot to do it after changing... |
tree | commitdiff |
2002-01-01 |
Gilles Depeyrot | wxSystemSettings class API face lift: better names... |
tree | commitdiff |
2002-01-01 |
Gilles Depeyrot | implemented native font stuff for wxMotif |
tree | commitdiff |
2001-12-19 |
Ron Lee | Added new dynamic loading classes. (which handle proper |
tree | commitdiff |
2001-11-22 |
Julian Smart | #ifdefed out the joystick code, and removed the wxBitma... |
tree | commitdiff |
2001-11-21 |
Gilles Depeyrot | added missing joystick source file for wxMotif |
tree | commitdiff |
2001-11-20 |
Václav Slavík | fixes for wxBase RPM |
tree | commitdiff |
2001-11-20 |
Vadim Zeitlin | don't use wxTheXXXList in wxXXX ctor/dtor, only objects... |
tree | commitdiff |
2001-11-18 |
Ron Lee | Removed include/wx/setup.h from filelist.txt -- Needed... |
tree | commitdiff |
2001-11-17 |
Václav Slavík | regenerated makefiles |
tree | commitdiff |
2001-11-14 |
Vadim Zeitlin | added wxTextBuffer and wxMemoryText which allow to... |
tree | commitdiff |
2001-10-30 |
Václav Slavík | changed wxSystemSettings::HasFrameDecorations to more... |
tree | commitdiff |
2001-10-30 |
Vadim Zeitlin | applied wxDirSelector() patch and regenerated the makef... |
tree | commitdiff |
2001-10-30 |
Vadim Zeitlin | added wx/platform.h to the list of files and regenerate... |
tree | commitdiff |
2001-10-19 |
Vadim Zeitlin | added wxApp::Yield() |
tree | commitdiff |
2001-10-14 |
Vadim Zeitlin | regenerated from the templates |
tree | commitdiff |
2001-10-09 |
Robin Dunn | Moved the [Set|Get]Client[Data|Object] and such out... |
tree | commitdiff |
2001-09-28 |
Ron Lee | More build system polishing.. mostly. Some stuff... |
tree | commitdiff |
2001-09-27 |
Robin Dunn | Added MSW toplevel.cpp and regenerated makefiles and... |
tree | commitdiff |
2001-09-18 |
Václav Slavík | regenerated |
tree | commitdiff |
2001-09-17 |
Robin Dunn | Regenerated from filelist.txt |
tree | commitdiff |
2001-08-16 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2001-08-14 |
Vadim Zeitlin | 1. reset default item in ~wxWindow (better to be safe) |
tree | commitdiff |
2001-08-07 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2001-08-06 |
Vadim Zeitlin | regenerated to include src/common/containr.cpp |
tree | commitdiff |
2001-08-01 |
Vadim Zeitlin | added generic implementation and documentation for... |
tree | commitdiff |
2001-07-23 |
Gilles Depeyrot | renamed Number method (should be GetCount) |
tree | commitdiff |
2001-07-22 |
Gilles Depeyrot | fixed wxListBox inheritance |
tree | commitdiff |
2001-07-21 |
Gilles Depeyrot | minor changes to correct compilation warnings |
tree | commitdiff |
2001-07-15 |
Gilles Depeyrot | modified configure to allow configuration of wxMotif... |
tree | commitdiff |
2001-07-13 |
Vadim Zeitlin | regenerated the makefiles to include regex.cpp |
tree | commitdiff |
2001-07-11 |
Julian Smart | Added wxUSE_DC_CACHEING and associated code to wxMSW |
tree | commitdiff |
2001-07-10 |
Vadim Zeitlin | wxUniv compilation fixes |
tree | commitdiff |
2001-07-09 |
Julian Smart | Various wxMotif fixes |
tree | commitdiff |
2001-07-09 |
Julian Smart | Various fixes for wxMotif |
tree | commitdiff |
2001-07-08 |
Gilles Depeyrot | added missing includes after wxUniv merge |
tree | commitdiff |
2001-07-03 |
Vadim Zeitlin | tons of fixes for wxGTK/Univ - seems to work, more... |
tree | commitdiff |
2001-07-02 |
Vadim Zeitlin | 1. fixed wxGTK notebook which was completely broken... |
tree | commitdiff |
2001-07-02 |
Vadim Zeitlin | regenerated with tmake |
tree | commitdiff |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
tree | commitdiff |
2001-06-22 |
Vadim Zeitlin | 1. fixed wxBase RPM template |
tree | commitdiff |
2001-06-08 |
Vadim Zeitlin | regenerated files with tmake |
tree | commitdiff |
2001-05-27 |
Vadim Zeitlin | regenerated from tmake templates |
tree | commitdiff |
2001-05-15 |
Julian Smart | Corrected some casting errors -> XtPointer |
tree | commitdiff |
2001-05-10 |
Guillermo Rodrigue... | Private gsocket files were using 'typedef int bool... |
tree | commitdiff |
2001-05-08 |
Václav Slavík | switched to new XPM code in wxMSW |
tree | commitdiff |
2001-04-30 |
Robin Dunn | Implemented wxGetClientDisplayRect which returns the... |
tree | commitdiff |
2001-04-28 |
Václav Slavík | added xpmdecod.cpp |
tree | commitdiff |
2001-04-22 |
Václav Slavík | added wxXPMHandler |
tree | commitdiff |
2001-04-17 |
Vadim Zeitlin | another attempt to fix wxMotif build |
tree | commitdiff |
2001-04-13 |
Vadim Zeitlin | linking fix for wxMotif |
tree | commitdiff |
2001-04-04 |
Václav Slavík | I moved platform specific code from wxImage to wxBitmap |
tree | commitdiff |
2001-03-13 |
Václav Slavík | moved splines rendering code into wxDCBase |
tree | commitdiff |
2001-03-12 |
Julian Smart | Bug fix for #406153 |
tree | commitdiff |
2001-02-22 |
Julian Smart | Added wxYieldIfNeeded |
tree | commitdiff |
2001-02-20 |
Vadim Zeitlin | compilation fix (patch 103882) |
tree | commitdiff |
2001-02-08 |
Vadim Zeitlin | applied (slightly modified) wxToggleButton patch from... |
tree | commitdiff |
2001-02-08 |
Vadim Zeitlin | (blind) fixes for Motif compilation |
tree | commitdiff |
2001-02-06 |
Vadim Zeitlin | regenerated all makefiles from filelist.txt |
tree | commitdiff |
2001-01-03 |
Vadim Zeitlin | regenerated the makefiles to include filename.cpp |
tree | commitdiff |
2000-12-22 |
Vadim Zeitlin | motif warning fixes |
tree | commitdiff |
2000-12-22 |
Vadim Zeitlin | motif compilation fixes |
tree | commitdiff |
2000-12-20 |
Vadim Zeitlin | compilation fix (?) |
tree | commitdiff |
2000-12-18 |
Vadim Zeitlin | applied wxNativeFontInfo patch from Derry Bryson (with... |
tree | commitdiff |
2000-10-06 |
Julian Smart | Added DECLARE/IMLEMENT_CLASS for wxToolBarBase |
tree | commitdiff |
2000-09-25 |
Ron Lee | implemented wxDisplaySizeMM for gtk, msw & motif. |
tree | commitdiff |
2000-09-12 |
Vadim Zeitlin | 1. removed 'B' flag from treebase.cpp and regenerated... |
tree | commitdiff |
2000-09-08 |
Julian Smart | Removed spurious _ |
tree | commitdiff |
2000-09-08 |
Julian Smart | Fixed some broken things related to context help, fixed... |
tree | commitdiff |
2000-09-08 |
Julian Smart | Put wxContextHelp into cshelp.h/cpp, added wxContextHel... |
tree | commitdiff |
2000-09-07 |
Julian Smart | Got wxHelpContext working, plus wxFindWindowAtPointer... |
tree | commitdiff |
2000-09-07 |
Julian Smart | Made wxContextHelp implementation generic and added... |
tree | commitdiff |
2000-08-29 |
Julian Smart | Fixed CanCut |
tree | commitdiff |
next |