2003-03-28 |
Robin Dunn | Added wxTLW::SetShape and implementations for wxGTK... |
tree | commitdiff |
2003-03-27 |
Mattia Barbon | FIxed wxRadioBox::Get/SetLabel. |
tree | commitdiff |
2003-03-27 |
Mattia Barbon | Removed some old cruft from wxBitmap, moved wxMotif... |
tree | commitdiff |
2003-03-27 |
Mattia Barbon | Made wxMotif Move/SetSize/DoMoveWindow/DoSetSize |
tree | commitdiff |
2003-03-26 |
Mattia Barbon | Calling a virtual function from a destructor is not... |
tree | commitdiff |
2003-03-26 |
Mattia Barbon | SetSelection must not send an event. Fixed an off |
tree | commitdiff |
2003-03-22 |
Mattia Barbon | Do not derive wxCursor from wxBitmap, plus misc cleanup. |
tree | commitdiff |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
tree | commitdiff |
2003-03-16 |
Mattia Barbon | Derive wxBitmapButton from wxBitmapButtonBase + misc... |
tree | commitdiff |
2003-03-10 |
Mattia Barbon | Added helper functions for string -> XmString conversion. |
tree | commitdiff |
2003-03-10 |
Mattia Barbon | Derive wxButton from wxButtonBase. |
tree | commitdiff |
2003-03-05 |
Mattia Barbon | Added new __WXMOTIF20__ macro, which is true if the... |
tree | commitdiff |
2003-03-02 |
Mattia Barbon | Refactored wxStaticBox, and changed wxStaticBox and... |
tree | commitdiff |
2003-03-02 |
Mattia Barbon | Implemented wxButton::DoGetBestSize for wxMotif.... |
tree | commitdiff |
2003-02-23 |
Mattia Barbon | Implemented DoGetBestSize for wxListBox, (native... |
tree | commitdiff |
2003-02-20 |
Mattia Barbon | Use some wxX11 files (currently pen.cpp and brush... |
tree | commitdiff |
2003-02-12 |
Mattia Barbon | Implemented wxToggleButton under Motif. |
tree | commitdiff |
2003-02-12 |
Vadim Zeitlin | added DoSetNativeFontInfo() to avoid virtual function... |
tree | commitdiff |
2003-02-10 |
Mattia Barbon | Remove unnecessary header dependencies. Fix resulting... |
tree | commitdiff |
2003-02-04 |
Mattia Barbon | Applied patch [ 679397 ] remove GPL code from motif... |
tree | commitdiff |
2003-02-03 |
Mattia Barbon | Do not #include an header where a forward declaration... |
tree | commitdiff |
2003-02-02 |
Mattia Barbon | Implemented wxEventLoop for wxMotif, and used it... |
tree | commitdiff |
2003-01-19 |
Mattia Barbon | Derive wxBitmap from wxBitmapBase in wxMotif, with... |
tree | commitdiff |
2003-01-18 |
Mattia Barbon | Fix some wxMotif build warnings about deprecated... |
tree | commitdiff |
2003-01-16 |
Mattia Barbon | Implement vertical toolbar under Motif. |
tree | commitdiff |
2003-01-12 |
Vadim Zeitlin | compilation fixes for non default wxUSE_XXX values... |
tree | commitdiff |
2003-01-11 |
Mattia Barbon | Removed unused, unimplemented and undocumented wxBitm... |
tree | commitdiff |
2003-01-06 |
Mattia Barbon | Implemented wxToplevelWindowMotif. (forgot to commit) |
tree | commitdiff |
2003-01-06 |
Mattia Barbon | Implemented wxToplevelWindowMotif. |
tree | commitdiff |
2002-12-24 |
Mattia Barbon | Use wxClientDataDictionary for client data. |
tree | commitdiff |
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-11 |
Julian Smart | Applied [ 585322 ] motif border style fix for statictext |
tree | commitdiff |
2002-08-24 |
Julian Smart | wxChoice derives from wxChoiceBase; renamed Append... |
tree | commitdiff |
2002-08-08 |
Julian Smart | Applied [ 590985 ] fix for radiobox under motif |
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-08-01 |
Julian Smart | Applied patch [ 588734 ] Makes ProcessIdle() virtual |
tree | commitdiff |
2002-07-31 |
Mattia Barbon | Refactored wxListBox code so that it correctly implements |
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 | Calss interface updates (wxMotif-only). |
tree | commitdiff |
2002-07-28 |
Mattia Barbon | Implemented wxSpinButton for wxMotif. |
tree | commitdiff |
2002-07-27 |
Mattia Barbon | Changed wxMotif's wxWindow::Create so it does not call... |
tree | commitdiff |
2002-07-25 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2002-07-10 |
Vadim Zeitlin | AIX linking fix (declare wxDataObject dtor) |
tree | commitdiff |
2002-07-01 |
Chris Elliott | make motif cursor from wxImage |
tree | commitdiff |
2002-06-28 |
Chris Elliott | STC and Motif patch |
tree | commitdiff |
2002-06-04 |
Vadim Zeitlin | added default parameter values to the overloaded Show... |
tree | commitdiff |
2002-05-28 |
Vadim Zeitlin | added consts to wxAcceleratorTable ctors from wxAcceler... |
tree | commitdiff |
2002-04-28 |
Vadim Zeitlin | changed DoDragDrop(bool) into DoDragDrop(int) and added... |
tree | commitdiff |
2002-04-17 |
Julian Smart | Added wxDF_HTML |
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 |
Václav Slavík | wxITEM_FOO instead of wxItem_Foo, for the sake of consi... |
tree | commitdiff |
2002-03-22 |
Václav Slavík | added wxBitmap::CopyFromIcon and wxIcon::CopyFromBitmap... |
tree | commitdiff |
2002-03-18 |
Vadim Zeitlin | 1. implemented radio menu items for wxGTK |
tree | commitdiff |
2002-02-24 |
Václav Slavík | removed AdjustForParentClientOrigin from wxMotif and... |
tree | commitdiff |
2002-02-14 |
Julian Smart | Added some XSyncs to help size calculations, but positi... |
tree | commitdiff |
2002-02-12 |
Julian Smart | Removed some debug code from window headers; added... |
tree | commitdiff |
2002-02-08 |
Julian Smart | Now compiling |
tree | commitdiff |
2002-02-05 |
Julian Smart | Reformatted Motif headers; added __WXX11__ symbol suppo... |
tree | commitdiff |
2002-01-19 |
Vadim Zeitlin | Capture/ReleaseMouse() prefixed with Do for the other... |
tree | commitdiff |
2002-01-14 |
Václav Slavík | removed setup0.h artifacts |
tree | commitdiff |
2002-01-13 |
Václav Slavík | applied ANI images patch and added wxUSE_ICO_CUR |
tree | commitdiff |
2002-01-06 |
Gilles Depeyrot | removed unneeded ; |
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-11-25 |
Gilles Depeyrot | removed trailing ; after DECLARE_NO_COPY_CLASS |
tree | commitdiff |
2001-11-22 |
Julian Smart | #ifdefed out the joystick code, and removed the wxBitma... |
tree | commitdiff |
2001-11-18 |
Gilles Depeyrot | removed duplicated prototype |
tree | commitdiff |
2001-10-30 |
Václav Slavík | changed wxSystemSettings::HasFrameDecorations to more... |
tree | commitdiff |
2001-10-21 |
Gilles Depeyrot | use "..." instead of <...> for wx headers |
tree | commitdiff |
2001-10-19 |
Vadim Zeitlin | added wxApp::Yield() |
tree | commitdiff |
2001-10-01 |
Václav Slavík | added wxSystemSettings::HasFrameDecorations (anybody... |
tree | commitdiff |
2001-09-22 |
Václav Slavík | (blind) fix for wxMotif compilation |
tree | commitdiff |
2001-08-14 |
Vadim Zeitlin | 1. reset default item in ~wxWindow (better to be safe) |
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-15 |
Gilles Depeyrot | modified configure to allow configuration of wxMotif... |
tree | commitdiff |
2001-07-11 |
Julian Smart | Added wxUSE_DC_CACHEING and associated code to wxMSW |
tree | commitdiff |
2001-07-09 |
Julian Smart | Various wxMotif fixes |
tree | commitdiff |
2001-07-09 |
Julian Smart | Various fixes for wxMotif |
tree | commitdiff |
2001-06-21 |
Vadim Zeitlin | possible compilation problem fix |
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-02-08 |
Vadim Zeitlin | (blind) fixes for Motif compilation |
tree | commitdiff |
2001-01-31 |
Vadim Zeitlin | 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE... |
tree | commitdiff |
2001-01-26 |
Vadim Zeitlin | dynamic event types actually work with these changes... |
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-09-27 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-07-30 |
Unknown (NI) | added a wrapper class for opengl contexts (like that... |
tree | commitdiff |
2000-07-20 |
Unknown (NI) | applied the patch by Garrick Meeker |
tree | commitdiff |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
tree | commitdiff |
2000-03-13 |
Ron Lee | moved wxDash typedef to gdicmn.h |
tree | commitdiff |
2000-03-06 |
Guillermo Rodrigue... | Added wxIcon(const char **) ctor (same as char **) |
tree | commitdiff |
2000-03-06 |
Vadim Zeitlin | patches from Ricky Gonzales <gonzales@pyramid3.net>: |
tree | commitdiff |
next |