2002-12-08 |
Mattia Barbon | Refactored & cleaned up wxChoice & wxComboBox code... |
tree | commitdiff |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
tree | commitdiff |
2002-09-13 |
Julian Smart | Applied patch [ 608370 ] fix for static text sizing... |
tree | commitdiff |
2002-09-12 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-09-12 |
Julian Smart | If a window has zero dimension, make it at least 1... |
tree | commitdiff |
2002-09-11 |
Julian Smart | Applied [ 585322 ] motif border style fix for statictext |
tree | commitdiff |
2002-09-07 |
Vadim Zeitlin | applied the workaround for XUnionRectWithRegion() retur... |
tree | commitdiff |
2002-09-05 |
Mattia Barbon | XmNframeChildType is not in Lesstif if it was compiled... |
tree | commitdiff |
2002-09-05 |
Mattia Barbon | Build without 2.2 compatibility |
tree | commitdiff |
2002-09-05 |
Robin Dunn | Added effects.h to filelist.txt so it will get installe... |
tree | commitdiff |
2002-09-02 |
Vadim Zeitlin | old compilation fix for AIX from Ian Brown |
tree | commitdiff |
2002-08-28 |
Julian Smart | XmNframeChildType is not in Motif 1.2. #ifdef appropria... |
tree | commitdiff |
2002-08-27 |
Mattia Barbon | Honour wxSB_WRAP in wxMotif spin button |
tree | commitdiff |
2002-08-27 |
Mattia Barbon | When there is no display, the default log target will... |
tree | commitdiff |
2002-08-24 |
Julian Smart | wxChoice derives from wxChoiceBase; renamed Append... |
tree | commitdiff |
2002-08-21 |
Vadim Zeitlin | compilation fix after my previos m_exitOnFrameDelete... |
tree | commitdiff |
2002-08-08 |
Julian Smart | Applied [ 590985 ] fix for radiobox under motif |
tree | commitdiff |
2002-08-08 |
Julian Smart | Removed bogus default parameters, applying |
tree | commitdiff |
2002-08-06 |
Mattia Barbon | Patch [ 588732 ] makes wxRB_GROUP/radiobuttons working |
tree | commitdiff |
2002-08-05 |
Robert Roebling | Lots of Unix/Unicode compile fixes, some of which |
tree | commitdiff |
2002-07-31 |
Mattia Barbon | Fixed logic error |
tree | commitdiff |
2002-07-31 |
Mattia Barbon | Regenerated files.lst after addition of listbase.h |
tree | commitdiff |
2002-07-31 |
Mattia Barbon | Refactored wxListBox code so that it correctly implements |
tree | commitdiff |
2002-07-30 |
Mattia Barbon | Due to my previous commit, calling wxWindow::Create... |
tree | commitdiff |
2002-07-29 |
Mattia Barbon | Under MSW and GTK the foreground and background colour... |
tree | commitdiff |
2002-07-28 |
Mattia Barbon | Take into account icon mask in wxStaticBitmap |
tree | commitdiff |
2002-07-28 |
Mattia Barbon | Check for NULL pointer |
tree | commitdiff |
2002-07-28 |
Mattia Barbon | Calss interface updates (wxMotif-only). |
tree | commitdiff |
2002-07-28 |
Mattia Barbon | Implemented wxSpinButton for wxMotif. |
tree | commitdiff |
2002-07-27 |
Mattia Barbon | Added statline.h to wxMotif files |
tree | commitdiff |
2002-07-27 |
Mattia Barbon | Check for NULL before dereferencing |
tree | commitdiff |
2002-07-27 |
Mattia Barbon | Changed wxMotif's wxWindow::Create so it does not call... |
tree | commitdiff |
2002-07-25 |
Mattia Barbon | Applied patch from Ian Brown to make menus look better... |
tree | commitdiff |
2002-07-25 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-07-25 |
Mattia Barbon | Updated Makefiles for Motif |
tree | commitdiff |
2002-07-23 |
Julian Smart | Applied patch [ 585436 ] motif toolbar control alignmen... |
tree | commitdiff |
2002-07-23 |
Julian Smart | Applied patch [ 585322 ] motif border style fix for... |
tree | commitdiff |
2002-07-23 |
Julian Smart | Applied patch [ 584885 ] better colour handling in... |
tree | commitdiff |
2002-07-12 |
Julian Smart | Added Ian Brown's fix for PopupMenu not blocking |
tree | commitdiff |
2002-07-10 |
Vadim Zeitlin | AIX linking fix (declare wxDataObject dtor) |
tree | commitdiff |
2002-07-09 |
Vadim Zeitlin | compilation fixes for _LARGE_FILES |
tree | commitdiff |
2002-07-03 |
Vadim Zeitlin | wxMotif compilation fix with gcc 3.1 (patch 576847) |
tree | commitdiff |
2002-07-01 |
Chris Elliott | make motif cursor from wxImage |
tree | commitdiff |
2002-06-24 |
Vadim Zeitlin | wxMotif compilation warning fix |
tree | commitdiff |
2002-05-29 |
Julian Smart | Applied patch #561454, testing for scrollbar |
tree | commitdiff |
2002-05-28 |
Vadim Zeitlin | added consts to wxAcceleratorTable ctors from wxAcceler... |
tree | commitdiff |
2002-05-08 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-05-04 |
Robert Roebling | Added screen design to system settings for |
tree | commitdiff |
2002-04-28 |
Vadim Zeitlin | changed DoDragDrop(bool) into DoDragDrop(int) and added... |
tree | commitdiff |
2002-04-23 |
Václav Slavík | added wx/msw/missing.h |
tree | commitdiff |
2002-04-22 |
Julian Smart | Fixed drawing sample compilo for wxMotif (doesn't have... |
tree | commitdiff |
2002-04-17 |
Julian Smart | Added wxDF_HTML |
tree | commitdiff |
2002-04-16 |
Vadim Zeitlin | return NULL from a function returning a pointer, not... |
tree | commitdiff |
2002-04-07 |
Václav Slavík | cleaned up the mess caused by FloodFill patch |
tree | commitdiff |
2002-04-05 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-04-01 |
Julian Smart | Separated wxImage::FloodFill from image.cpp |
tree | commitdiff |
2002-04-01 |
Julian Smart | Applied FloodFill patch |
tree | commitdiff |
2002-03-26 |
Mattia Barbon | wxIconBundle implementation. |
tree | commitdiff |
2002-03-26 |
Vadim Zeitlin | wxMotif toolbar compilation fixes |
tree | commitdiff |
2002-03-24 |
Václav Slavík | move wxApp::GetStdIcon to wxArtProvider |
tree | commitdiff |
2002-03-22 |
Julian Smart | Removed helpwxht.h/cpp (old wxHelpControllerHtml class) |
tree | commitdiff |
2002-03-22 |
Václav Slavík | added wxBitmap::CopyFromIcon and wxIcon::CopyFromBitmap... |
tree | commitdiff |
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 |
next |