2003-09-15 |
Vadim Zeitlin | use wxEventLoop in wxApp under wxMSW; factored out... |
tree | commitdiff |
2003-09-11 |
Mattia Barbon | No real changes, just refactoring. |
tree | commitdiff |
2003-08-17 |
Václav Slavík | removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2 |
tree | commitdiff |
2003-08-13 |
Mattia Barbon | Refactoring: no real changes. |
tree | commitdiff |
2003-08-13 |
Vadim Zeitlin | renamed wxWindow::Clear() to ClearBackground() (fixes... |
tree | commitdiff |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | load any files, not only XPMs, in wxIcon(wxIconLocation) |
tree | commitdiff |
2003-07-20 |
Mattia Barbon | Compilation fixes for !WXWIN_COMPATIBILITY_2_4. |
tree | commitdiff |
2003-07-19 |
Mattia Barbon | Don't #include Motif headers from src/x11/glcanvas... |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | extracted common code into a single wxfileDialogBase... |
tree | commitdiff |
2003-07-14 |
Julian Smart | Rationalised OnIdle |
tree | commitdiff |
2003-07-10 |
Vadim Zeitlin | added wxTB_HORZ_TEXT (patch 713813); documented it... |
tree | commitdiff |
2003-07-09 |
Julian Smart | - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle... |
tree | commitdiff |
2003-07-01 |
Vadim Zeitlin | removed wxFunction |
tree | commitdiff |
2003-06-30 |
Vadim Zeitlin | removed old wxEntry() declaration |
tree | commitdiff |
2003-06-30 |
Vadim Zeitlin | more work on fixing wxEntry() and ANSI/Unicode cmd... |
tree | commitdiff |
2003-06-30 |
Vadim Zeitlin | extracted common initialization/cleanup functions in... |
tree | commitdiff |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build... |
tree | commitdiff |
2003-06-21 |
Vadim Zeitlin | added wxIconLocation; minor fixes to wxIcon on some... |
tree | commitdiff |
2003-06-14 |
Vadim Zeitlin | wxFileDialog cleanup, extracted common code to fldlgcmn... |
tree | commitdiff |
2003-05-27 |
Mattia Barbon | Derive wxScrollBar from wxScrollBarBase, plus miscell... |
tree | commitdiff |
2003-05-27 |
Mattia Barbon | Removed some duplicated code, made wxCursor( wxImage ) |
tree | commitdiff |
2003-05-24 |
Mattia Barbon | Used wxRegion code from wxX11. |
tree | commitdiff |
2003-05-22 |
Mattia Barbon | Remove duplicate wxEmptyString declaration. |
tree | commitdiff |
2003-05-17 |
Mattia Barbon | Remove dead code. Factor out duplicated code. |
tree | commitdiff |
2003-05-13 |
Mattia Barbon | Derive wxStaticText from wxStaticTextBase, remove... |
tree | commitdiff |
2003-05-12 |
Mattia Barbon | Factored out some common code. |
tree | commitdiff |
2003-05-12 |
Mattia Barbon | Implemented copy-on-demand for wxClipboard. |
tree | commitdiff |
2003-05-12 |
Mattia Barbon | Removed redundant wx<Control>NameStr declarations. |
tree | commitdiff |
2003-05-11 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
tree | commitdiff |
2003-05-09 |
Vadim Zeitlin | Insert() patch from John Labenski |
tree | commitdiff |
2003-05-07 |
Mattia Barbon | Implemented wxBitmapDataObject. |
tree | commitdiff |
2003-05-04 |
Mattia Barbon | Changed the way ApplicationShells are used: now wxMotif |
tree | commitdiff |
2003-05-03 |
Robin Dunn | Reversed the meaning of black and white in wxRegion... |
tree | commitdiff |
2003-04-25 |
Mattia Barbon | Not used anymore. |
tree | commitdiff |
2003-04-14 |
Mattia Barbon | Code clanup: removed some useless/unused member |
tree | commitdiff |
2003-04-13 |
Mattia Barbon | Fix wxMotif build. |
tree | commitdiff |
2003-04-09 |
Mattia Barbon | Add tests for XShape extension API in configure, |
tree | commitdiff |
2003-04-09 |
Mattia Barbon | Use the wxBitmap implementation from wxX11 |
tree | commitdiff |
2003-04-07 |
Mattia Barbon | Moved m_visual* wxApp[X11] members used by wxBitmap and |
tree | commitdiff |
2003-04-02 |
Mattia Barbon | Make wxIcon more independent from wxBitmap implementa... |
tree | commitdiff |
2003-03-31 |
Mattia Barbon | Removed Motif files that only contained stubs |
tree | commitdiff |
2003-03-31 |
Mattia Barbon | Removed a deprecated wxBitmap constructor, and some |
tree | commitdiff |
2003-03-30 |
Mattia Barbon | Moved wxWindow::SetSizeHints implementation to wxTopL... |
tree | commitdiff |
2003-03-30 |
Mattia Barbon | Inherit LoadFile and SaveFile from wxTextCtrlBase... |
tree | commitdiff |
2003-03-30 |
Mattia Barbon | Removed dependency on wxTabView. |
tree | commitdiff |
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 |
next |