]> git.saurik.com Git - wxWidgets.git/history - src/univ
don't redefine __WXMAC__
[wxWidgets.git] / src / univ /
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-15  Vadim Zeitlin(blind) fix for virtual function hiding warning
2005-02-13  Vadim Zeitlin1. added SetSelection() to wxItemContainer and removed...
2005-02-11  Włodzimierz SkibaVarious cleanings.
2005-02-10  Włodzimierz SkibawxEmptyString decorations.
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-19  Włodzimierz SkibaMinGW warning fix.
2005-01-18  Kevin HockFor efficiency reasons, text controls no longer set...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2005-01-12  Włodzimierz SkibaWarning fix.
2005-01-07  Vadim Zeitlinharmless unused param warning fix
2004-12-20  Vadim Zeitlinfixed dragging scrollbar in wxUniv: use wxMouseEvent...
2004-12-12  Vadim Zeitlindelete children in ~wxWindow dtor and not in the base...
2004-12-09  Julian SmartAdded further 'missing' wxTextCtrl-like functions to...
2004-11-22  Włodzimierz SkibaGCC fixes.
2004-11-22  Włodzimierz SkibaFix the assert of not reset highlighted menu item pointer.
2004-11-19  Włodzimierz SkibaSorting fixes to wxUniv wxCombo/ListBox [part of bug...
2004-11-19  Włodzimierz SkibaDo not make bitmap buttons with standard width (like...
2004-11-18  Włodzimierz Skiba3rd state in checkboxes for wxUniv [closes bug#1040585].
2004-11-15  Włodzimierz SkibaVertical tabs orientation in gtk renderer of wxUniv.
2004-11-15  Włodzimierz SkibaPartial fix to bug #1040607: support for vertical orien...
2004-11-15  Włodzimierz SkibawxUniv use wxBU flags [bug #1040584]
2004-11-05  Włodzimierz SkibaWarning fixes to unused variables, int/wxChar keycode...
2004-11-05  Włodzimierz SkibaSimplify wxRect construction at the wxPoint(0,0) with...
2004-11-05  Włodzimierz SkibaSimplify wxRect construction at the wxPoint(0,0) with...
2004-08-30  Václav Slavíknew stock buttons API
2004-08-23  Włodzimierz SkibaFixed sending events by submenus.
2004-08-16  Chris Elliottfixes bug when closing mdi frame with >5 children
2004-08-10  Włodzimierz SkibaCleaning of sources (Univ related files). -1/TRUE/FALSE...
2004-07-25  Vadim Zeitlinadded status bar fields styles support (patch 988292)
2004-07-23  Vadim Zeitlinimplemented HitTest() for GTK2; test it in the sample
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-06-20  Chris Elliottfix bug with univ creating textctrl
2004-05-30  Dimitri Schoolwerthpartially applied patch #895170: "Building with minimal...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-30  David ElliottInstead of m_menuBar use GetMenuBar() which will be...
2004-03-19  Jouk Jansen Committing in .
2004-03-19  Jouk Jansen Committing in .
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-02-12  Robin DunnFixed to use wxNcPaintEvent types where needed
2004-02-08  Julian SmartApplied patch [ 892543 ] wxUniversal: Bitmaps in disabl...
2004-02-08  Julian SmartApplied patch [ 892511 ] wxUniversal: fix of segfault...
2004-02-07  Vadim ZeitlinDigital Mars compilation warnings and Unicode fixes...
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-13  Julian SmartImproved colours in wxUniv -- white (window colour...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-10-16  Vadim Zeitlinuse ShouldInheritColours()
2003-10-08  Vadim Zeitlinrenamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-18  Julian SmartApplied patch [ 808050 ] fixes for WXUNIVERSAL and...
2003-09-13  Mattia Barbon wxUniversal STL-ification.
2003-09-01  Jouk Jansen Committing in .
2003-08-24  Julian SmartWorked around a problem whereby the MSW _native_ horiz...
2003-08-21  Mattia Barbon Warning fixes.
2003-08-20  Vadim Zeitlincreated wxBookCtrl which will be tje base class for...
2003-08-20  Václav Slavíkcompilation fix
2003-08-17  Julian SmartMust call DoMoveWindow in Create() or buttons may not be
2003-08-15  Julian SmartCorrected silly recursion mistake
2003-08-11  Julian SmartwxCaretSuspender only shows the caret if it was visible...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-08  Julian SmartCall base OnInternalIdle
2003-08-03  Vadim Zeitlinwarnings (and some errors) fixes for wxUniv DLL build
2003-08-02  Vadim Zeitlinrenamed renderer.cpp to ctrlrend.cpp to avoid conflicts...
2003-07-21  Mattia Barbon wxX11 and wxMotif STL-ification, part 1. it does...
2003-07-21  Mattia Barbon Compilaton fixes.
2003-07-20  Václav Slavíkfiles.lst files are no longer used
2003-07-09  Vadim Zeitlinfixed crash in wxSpinButton (patch 646214)
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-06  Vadim Zeitlinsend more page change events (patch 750521); document...
2003-07-06  Vadim ZeitlinwxNotebook::HitTest() for wxMSW added (patch 748469)
2003-06-01  Julian SmartApplied [ 745533 ] implemented wxNotebook::DoGetBestSize
2003-05-12  Mattia Barbon Compilation fix.
2003-05-09  Vadim ZeitlinInsert() patch from John Labenski
2003-04-03  Julian SmartFixed the wxX11 crash bug on opening a dialog that...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-18  Julian SmartApplied patch [ 681893 ] Combobox in toolbar
2003-02-13  Jouk Jansen Committing in .
2003-02-02  Julian SmartApplied patch [ 677730 ] Menus with radio items (wxUniv)
2003-02-02  Julian SmartApplied patch [ 670782 ] Combobox uses popup window...
2003-02-02  Julian SmartApplied Patch 664399: wxButton default size should...
2003-01-24  Julian SmartApplied patch [ 668155 ] Refresh problem when msgbox...
2003-01-24  Julian SmartApplied patch [ 621451 ] Fixed version of wxSlider...
2003-01-03  Julian SmartAdded missing wx/frame.h inclusion
2003-01-03  Julian SmartApplied patch [ 652336 ] Add tooltip support to wxUniv...
2003-01-02  Vadim Zeitlinremoved a couple of obsolete functions from wxDialog
2002-12-27  Julian SmartApplied patch [ 657501 ] SpinButton wraps 1 too much
2002-12-10  Julian SmartApplied patch [ 651640 ] Toolbar sizing fix
2002-12-09  Julian SmartApplied patch [ 650078 ] Add better checking to wxComboBox
2002-12-09  Julian SmartApplied patch [ 648042 ] Erase background error
2002-12-08  Julian SmartApplied patch [ 637982 ] wxComboBox needs margin
2002-12-07  Vadim Zeitlinminor visual corrections to renderers (patch 649847)
2002-12-06  Vadim Zeitlinfixed mem leak when using non default theme; change...
2002-12-06  Vadim Zeitlinfix typo in drawing slider ticks; added assert to check...
2002-12-06  Vadim Zeitlinbetter check of parameter in Delete() (2nd part of...
2002-12-06  Vadim Zeitlindon't leak client data (1st part of patch 646145)
next