]> git.saurik.com Git - wxWidgets.git/history - src/motif
Removed wxVectorBase and wxClientDataDictionary symbols
[wxWidgets.git] / src / motif /
2005-07-31  Mattia Barbon Allow displaying Japanese character with wxMotif...
2005-07-30  Mattia Barbon Avoid crash when wxGUIAppTraits::GetToolkitInfo is...
2005-07-30  Mattia Barbon Initialize Xt locale handling.
2005-07-30  Mattia Barbon Move per display data cleanup to wxApp::CleanUp where...
2005-07-30  Mattia Barbon Align initial size handling with other ports.
2005-07-28  Vadim Zeitlinremoved USE_SHARED_LIBRARY mentions (and all variations...
2005-07-12  Mattia Barbon Applied fix for wxCreateTopLevelRealizedWidget crash.
2005-07-03  Mattia Barbon Applied patch by Johan van Zyl
2005-07-03  Mattia Barbon Applied patch by Johan van Zyl.
2005-06-19  Mattia Barbon Fix crash on exit with Lesstif (and possibly Motif...
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2005-05-31  Włodzimierz SkibaWarning fix.
2005-03-21  Vadim Zeitlinadded orient parameter to wxMDIParentFrame::Tile()
2005-03-18  Dimitri Schoolwerthfixed signed/unsigned mismatch warning
2005-03-17  Vadim Zeitlinimplemented wxMenuBar ctor taking array of menus/titles...
2005-03-17  Jouk Jansen Committing in .
2005-03-11  Włodzimierz SkibaBase for wxMessageDialog with common checks for style.
2005-03-07  Robert Roebling Applied GetSystemMetric patch to suppurt GTK and...
2005-03-05  Mattia Barbon Use the common wxParseCommonDialogsFilter function
2005-03-01  Mattia Barbon Revert my last commit, GetClientAreaOrigin was alread...
2005-02-26  Mattia Barbon Add implementation for pure virtual method.
2005-02-26  Mattia Barbon No real change.
2005-02-23  Włodzimierz SkibaLinup API of wxRadioBox::Show on all ports. Move wxRadi...
2005-02-21  Włodzimierz SkibaConsistent wxWindow::Enable with wxRadioBox::Enable...
2005-02-14  Jouk Jansen Committing in .
2005-02-13  Vadim Zeitlin1. added SetSelection() to wxItemContainer and removed...
2005-02-10  Włodzimierz SkibawxWindow::GetClientAreaOrigin duplicated wxWindowBase...
2005-02-06  Mattia Barbon Replaced TRUE and FALSE with true and false
2005-01-31  Robert Roebling Correct link prob.
2005-01-26  Stefan NeisCleanup for previous bug fix.
2005-01-22  Stefan NeisBlind fix for bug [ 1106890 ] (undeclared symbols on...
2005-01-22  Mattia Barbon Warning fixes.
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2005-01-04  Mattia Barbon Deprecation warning fix.
2004-12-21  Włodzimierz SkibaMetric conversion constants not doubled in each port...
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-12-08  Włodzimierz SkibawxPaletteBase introduction. wxPalette::GetColoursCount...
2004-12-07  Włodzimierz SkibaFix to FIXME about using unused Get/SetOptimization.
2004-12-03  Włodzimierz SkibawxBrushBase between wxBrush and wxGDIObject (class...
2004-11-30  Włodzimierz SkibaIS_HATCH macro replaced with wxBrush::IsHatch() + sourc...
2004-11-08  Włodzimierz SkibaGet shorter code with new wxRect constructor.
2004-09-30  Václav Slavíkmoved wxWindow::GetBestSize implementation into DoGetBe...
2004-09-29  Robin DunnwxSystemSettings::GetMetric returns -1 if the metric...
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-08-31  Włodzimierz Skibasome wxUSE_* macros not used consistently (patch #99245...
2004-08-30  Václav Slavíknew stock buttons API
2004-08-28  Mattia Barbon Patch #1003174: Fixes crash when toolbar has a disabl...
2004-08-12  Jouk Jansen Committing in .
2004-08-08  David ElliottUse bool instead of int. Replace TRUE/FALSE with true...
2004-08-05  David ElliottRemoved unneeded GSocket files
2004-08-04  David ElliottC->C++ conversion
2004-07-30  Vadim Zeitlinswitched to wxEventLoopBase/wxEventLoop implementation...
2004-06-28  Mattia Barbon Compilation fixes.
2004-06-24  Jouk Jansen Committing in .
2004-06-05  Mattia Barbon Added code for 3 state checkbox.
2004-06-05  Mattia Barbon This code is now shared with wxX11: remove.
2004-06-03  Václav Slavíkuse current mouse position as default position in wxWin...
2004-05-25  Julian SmartFixes for wxMotif
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-22  Mattia Barbon Do not realize the top level shell that acts as a...
2004-05-10  Robin DunnAdd GetOwner accessor and fix wxRTTI inheritance for...
2004-05-08  Mattia Barbon When wxUSE_STL == 1 and STL provides quasi-standard...
2004-05-07  Chris Elliottfix for motif /scintilla bugs
2004-05-05  Vadim Zeitlinuse ResetClipping() instead of simply setting m_clippin...
2004-05-03  Jouk Jansen Committing in .
2004-05-02  Mattia Barbon Make wxMotif buttons smaller (and nicer) by default,
2004-05-01  Mattia Barbon Fixed menu separators.
2004-05-01  Mattia Barbon Native wxControl::DoGetBestSize() implementation
2004-05-01  Mattia Barbon Precompiled headers support.
2004-04-29  Jouk Jansen Committing in .
2004-03-30  David ElliottInstead of m_menuBar use GetMenuBar() which will be...
2004-03-26  Vadim Zeitlindon't set wxMenu::m_menuBar when appending the menu...
2004-03-25  Jouk Jansen Committing in .
2004-03-22  Vadim Zeitlinremoved wxMotif::wxMenuItem::DeleteSubMenu()
2004-03-03  Mattia Barbon Removed duplicated code.
2004-02-08  Mattia Barbon Reverses part of my changes of Mon Apr 14 17:27:28...
2004-02-08  Mattia Barbon Applied patches #892580 and #892582 from Christian...
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-31  Mattia Barbon Fixed idle event processing in wxMotif.
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-18  David ElliottCopied gsockmot.c revision 1.7
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-12-11  Julian SmartApplied patch [ 828303 ] Slight wxColour cleanup
2003-11-21  Mattia Barbon Compilation fix.
2003-11-16  Mattia Barbon Changes corresponding to patch #841324 from Ian...
2003-11-16  Mattia Barbon Made element layout consistent with wxMSW/wxGTK when
2003-11-16  Mattia Barbon Applied changes corresponding to patch #840617.
2003-11-15  Mattia Barbon Applied patch #840643 from Ian Brown with some modifi...
2003-11-02  Mattia Barbon Compilation fix.
2003-10-30  Vadim Zeitlinremoved calls to wxWindowBase::InitBase(), it is called...
2003-10-23  Mattia Barbon Suboptimal wxColour::CreateByName implementation...
2003-10-18  Vadim Zeitlinreplaced all occurences of wxColourDatabase::FindColour...
2003-10-14  Mattia Barbon Implemented wxPopupWindow for wxMotif.
2003-10-13  Mattia Barbon wxMotif now uses wxGLCanvas implementation from wxX11,
2003-10-13  Mattia Barbon Fixes for application not closing after last top...
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
next