2005-07-31 |
Mattia Barbon | Allow displaying Japanese character with wxMotif... |
tree | commitdiff |
2005-06-19 |
Mattia Barbon | Fix crash on exit with Lesstif (and possibly Motif... |
tree | commitdiff |
2005-04-05 |
Vadim Zeitlin | give an error if wxMotif is built in Unicode mode ... |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | added orient parameter to wxMDIParentFrame::Tile() |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | implemented wxMenuBar ctor taking array of menus/titles... |
tree | commitdiff |
2005-03-11 |
Włodzimierz Skiba | Base for wxMessageDialog with common checks for style. |
tree | commitdiff |
2005-03-01 |
Mattia Barbon | Revert my last commit, GetClientAreaOrigin was alread... |
tree | commitdiff |
2005-02-26 |
Mattia Barbon | Add implementation for pure virtual method. |
tree | commitdiff |
2005-02-23 |
Włodzimierz Skiba | Linup API of wxRadioBox::Show on all ports. Move wxRadi... |
tree | commitdiff |
2005-02-21 |
Włodzimierz Skiba | Consistent wxWindow::Enable with wxRadioBox::Enable... |
tree | commitdiff |
2005-02-16 |
Vadim Zeitlin | use WX_DEFINE_ARRAY_PTR instead of WX_DEFINE_ARRAY... |
tree | commitdiff |
2005-02-14 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2005-02-13 |
Vadim Zeitlin | 1. added SetSelection() to wxItemContainer and removed... |
tree | commitdiff |
2005-02-10 |
Włodzimierz Skiba | wxWindow::GetClientAreaOrigin duplicated wxWindowBase... |
tree | commitdiff |
2005-02-09 |
Jouk Jansen | -------------------------------------------------... |
tree | commitdiff |
2005-02-06 |
Mattia Barbon | Replaced TRUE and FALSE with true and false |
tree | commitdiff |
2005-01-19 |
Włodzimierz Skiba | wxTextPos for all GetLastPosition with constants for... |
tree | commitdiff |
2004-12-16 |
Włodzimierz Skiba | Make ComputeScaleAndOrigin() as virtual part of wxDCBas... |
tree | commitdiff |
2004-12-08 |
Włodzimierz Skiba | wxPaletteBase introduction. wxPalette::GetColoursCount... |
tree | commitdiff |
2004-10-09 |
Julian Smart | SetSizeHints -> DoSetSizeHints |
tree | commitdiff |
2004-09-30 |
Václav Slavík | moved wxWindow::GetBestSize implementation into DoGetBe... |
tree | commitdiff |
2004-08-30 |
Václav Slavík | new stock buttons API |
tree | commitdiff |
2004-08-15 |
Václav Slavík | added stock buttons support |
tree | commitdiff |
2004-06-28 |
Mattia Barbon | Compilation fixes. |
tree | commitdiff |
2004-06-19 |
Mattia Barbon | Remove no longer used header. |
tree | commitdiff |
2004-06-12 |
Dimitri Schoolwerth | removed SetAutoLayout(true) calls when a corresponding... |
tree | commitdiff |
2004-06-05 |
Mattia Barbon | Added code for 3 state checkbox. |
tree | commitdiff |
2004-06-03 |
Václav Slavík | split wxRegion(wxBitmap) ctor into two ctors with clear... |
tree | commitdiff |
2004-05-23 |
Julian Smart | Use old licence name |
tree | commitdiff |
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 |
next |