2004-05-23 |
Julian Smart | Name and version changes |
tree | commitdiff |
2004-05-22 |
Mattia Barbon | Do not realize the top level shell that acts as a... |
tree | commitdiff |
2004-05-08 |
Mattia Barbon | When wxUSE_STL == 1 and STL provides quasi-standard... |
tree | commitdiff |
2004-05-05 |
Vadim Zeitlin | use ResetClipping() instead of simply setting m_clippin... |
tree | commitdiff |
2004-05-02 |
Mattia Barbon | Make wxMotif buttons smaller (and nicer) by default, |
tree | commitdiff |
2004-05-01 |
Mattia Barbon | Native wxControl::DoGetBestSize() implementation |
tree | commitdiff |
2004-05-01 |
Mattia Barbon | GCC 3.4 fixes. |
tree | commitdiff |
2004-03-22 |
Vadim Zeitlin | removed wxMotif::wxMenuItem::DeleteSubMenu() |
tree | commitdiff |
2004-03-03 |
Mattia Barbon | Removed duplicated code. |
tree | commitdiff |
2004-01-31 |
Mattia Barbon | Added some missing STL-like wxArray/wxArrayString... |
tree | commitdiff |
2004-01-23 |
Robin Dunn | wxMenu::Append (and similar) now return a pointer to... |
tree | commitdiff |
2003-12-11 |
Julian Smart | Applied patch [ 828303 ] Slight wxColour cleanup |
tree | commitdiff |
2003-11-16 |
Mattia Barbon | Changes corresponding to patch #841324 from Ian... |
tree | commitdiff |
2003-10-23 |
Mattia Barbon | Suboptimal wxColour::CreateByName implementation... |
tree | commitdiff |
2003-10-18 |
Vadim Zeitlin | replaced all occurences of wxColourDatabase::FindColour... |
tree | commitdiff |
2003-10-14 |
Mattia Barbon | Implemented wxPopupWindow for wxMotif. |
tree | commitdiff |
2003-10-13 |
Mattia Barbon | wxMotif now uses wxGLCanvas implementation from wxX11, |
tree | commitdiff |
2003-10-13 |
Mattia Barbon | Fixes for application not closing after last top... |
tree | commitdiff |
2003-09-27 |
Vadim Zeitlin | removed wxApp::Initialized() (replaced with a dummy... |
tree | commitdiff |
2003-09-24 |
Vadim Zeitlin | pointer returned by GetNativeFontInfo() is now const... |
tree | commitdiff |
2003-09-23 |
Vadim Zeitlin | added wxTextCtrl::MarkDirty() |
tree | commitdiff |
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 |
next |