]> git.saurik.com Git - wxWidgets.git/history - src/univ
Added wxGridBagSizer, a grid sizer where item positions can be
[wxWidgets.git] / src / univ /
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)
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-30  Julian SmartAdded another log.h
2002-08-30  Julian SmartAdded another log.h; removed redundant trace args
2002-08-20  Julian SmartApplied patch [ 597320 ] Return wxNotebook::SetSelectio...
2002-08-18  Julian SmartUse wxGenericImageList for wxMSW/wxUniv now; this
2002-08-12  Julian Smart'if' commented out by JACS on behalf
2002-07-24  Mattia BarbonUpdated Makefiles for all but Motif; there is either...
2002-06-14  Chris Elliottfixes MSW comparision where theme name extracted from...
2002-06-05  Vadim ZeitlinVC++ warning fix
2002-05-19  Václav SlavíkCosmetic changes to wxSS::GetScreen:
2002-05-16  Vadim Zeitlingenerate EVT_SCROLL events for the standalong scrollbar...
2002-05-08  Gilles Depeyrotremoved useless trailing semicolon
2002-05-04  Robert Roebling Added screen design to system settings for
2002-04-26  Robert Roebling Added background inheritance to wxUniv.
2002-04-25  Mattia BarbonRewrote Metal theme to use delegation. requires more...
2002-04-22  Julian SmartMade default theme win32 under wxX11 since I think...
2002-04-22  Julian SmartwxUniversal fixes:
2002-04-20  Vadim Zeitlininitialize (and delete) the themes art provider - fixes...
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-14  Robert Roebling Three more attempts to get metal look.
2002-04-11  Robert Roebling Made metal theme a little faster.
2002-04-10  Robert Roebling Added "metal" theme.
2002-04-08  Robert Roebling Buttons need to be small on PDAs.
2002-04-05  Vadim Zeitlincompilation fix for !WXWIN_COMPATIBILITY_2_2
2002-04-01  Julian SmartModifications to get wxNanoX compiling again
2002-04-01  Robert Roebling Temporarily use self-made wxTextCtrl in wxX11 until
2002-03-30  Robert Roebling some more tweaks were required
2002-03-30  Robert Roebling Rewrote wxToolBar another time.
2002-03-30  Robert Roebling Added code for erasing the small square between scrol...
2002-03-28  Robert Roebling More changes for better redraw flow under X11.
2002-03-27  Robert Roebling wxX11 wants to have the border style flag
2002-03-26  Mattia BarbonwxIconBundle implementation.
2002-03-26  Vadim ZeitlinwxUniv toolbar compilation fixes
2002-03-25  Robert Roebling Some more fiddling with two-window approach and
2002-03-24  Robert Roebling Implemented two-window approach for wxX11.
2002-03-24  Václav Slavíkadded wxTheme::GetArtProvider to wxUniv
2002-03-21  Vadim Zeitlinremoved som obsolete TODO comments
2002-03-20  Robert Roebling No more pixel junk when resizing windows that
2002-03-19  Vadim Zeitlincompilation fix after wxMenuItem changes
2002-03-18  Vadim Zeitlin1. implemented radio menu items for wxGTK
2002-03-17  Václav Slavíkfix to segfault in system menu code
2002-03-17  Václav Slavíkmore corrections to interactive resizing
2002-03-17  Robert Roebling A draft for a possible fix to the redraw
2002-03-17  Robert Roebling New WM decoration code. It fails to resize dialogs
2002-03-17  Robert Roebling New attempt to implement wxNO_FULL_REDRAW_ON_REPAINT.
2002-03-17  Václav Slavíkimplemented 'shaft scrolling' of children in wxUnivWind...
2002-03-16  Robert Roebling Removed notebook tab flicker.
2002-03-15  Vadim Zeitlinfixed scrollbar shaft colour
2002-03-15  Vadim Zeitlinfixed selecting the items in the combobox with a simple...
next