]> git.saurik.com Git - wxWidgets.git/history - src/univ
added --with-wxdir=DIR option
[wxWidgets.git] / src / univ /
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...
2002-03-15  Vadim Zeitlincompilation warning fix
2002-03-15  Jouk Jansen Committing in .
2002-03-15  Vadim Zeitlindraw toolbar separators in Win32 theme
2002-03-15  Vadim Zeitlincompilation fixes for wxUSE_TOOLBAR under MSW
2002-03-15  Vadim Zeitlinreduced flicker in the statusbar when resizing the...
2002-03-14  Vadim Zeitlincompilation fixes for !wxUSE_TOOLBAR
2002-03-14  Julian SmartRemoved constraints check for wxDirDialog from configur...
2002-03-12  Václav Slavíkimplemented system menu handling in wxUniv
2002-03-12  Václav Slavík1. implemented system menu handling in wxUniv (win32...
2002-03-11  Vadim Zeitlinimplemented menu drawing in the GTK theme
2002-03-11  Vadim Zeitlinmore GTK-ish toolbar drawing
2002-03-11  Vadim Zeitlinignore clicks on a toolbar but outside any button
2002-03-10  Robert Roebling Next try on pop up menus. (#ifdef x11).
2002-03-10  Julian SmartMoved Nano-X specific code from univ to x11
2002-03-09  Robert Roebling Various changes to make pop up menus work
2002-02-28  Robert Roebling Lots of things to make menus and submenus work.
2002-02-28  Vadim Zeitlindon't allow clicking disabled buttons
2002-02-28  Vadim Zeitlinfix button double click handling (should be treated...
2002-02-28  Vadim Zeitlinfixes to toolbar, seems to work
2002-02-27  Vadim Zeitlin[start of] a wxUniversal implementation of wxToolBar
2002-02-26  Julian SmartGot dialog sizing to work, downsized fonts a bit (thoug...
2002-02-25  Robert Roebling New code for greying out.
2002-02-25  Julian SmartPut tool disabling back in, but we need to debug wxCrea...
2002-02-25  Julian SmartCommented out the bitmap-greying code until I have...
2002-02-25  Julian SmartCorrected typos
2002-02-25  Julian SmartAdded middle mouse event macros to wxListCtrl doc;...
2002-02-24  Václav Slavíkreverted wxMGL-specific code (didn't mean to commit...
2002-02-24  Julian SmartReverted to my own solution; I think it's better becaus...
2002-02-24  Julian SmartFixed conflicts with Robert's similar fixes; fixed...
2002-02-24  Robert Roebling Corrections to position and size for toolbar.
2002-02-24  Robert Roebling Added simplistic wxToolBar to wxUniversal. It
2002-02-24  Robert Roebling Added expose event compression.
2002-02-23  Robert Roebling Some work on GTK focus handling and events.
2002-02-20  Robert Roebling Always send an erase event to satisfy some users...
2002-02-20  Vadim Zeitlinfixed mouse input handling in wxUniv: the static boxes...
2002-02-19  Vadim Zeitlinshow the resize cursor when the mouse is above the...
2002-02-17  Robert Roebling wxX11:
2002-02-17  Václav Slavíkmove wxMGL's wxTimer to src/generic
next