]> git.saurik.com Git - wxWidgets.git/history - src/univ
OS/2 fix
[wxWidgets.git] / src / univ /
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
2002-02-15  Robert Roebling wxX11:
2002-02-15  Václav Slavíkdon't show size grip when maximized
2002-02-14  Vadim Zeitlincache various bitmaps
2002-02-14  Vadim Zeitlinno changes (de-TABified, undid some horrors with which...
2002-02-14  Václav Slavíkcopyright update
2002-02-14  Julian SmartAdded some XSyncs to help size calculations, but positi...
2002-02-14  Václav Slavíkhandle accelerators for buttons, too
2002-02-13  Václav Slavíkuse wxLogTrace, not wxLogDebug
2002-02-12  Václav Slavíkdon't allow dragging a window if it is maximized
2002-02-12  Julian SmartRemoved some debug code from window headers; added...
2002-02-12  Julian SmartAttempts to get client origin working. Work in progress.
2002-02-12  Julian SmartSimplified default wxTheme code and made sure a default
2002-02-11  Julian SmartPut m_statusText.SetCount(number) before wxStatusBarBas...
2002-02-11  Julian SmartTypos and other fixes
next