Committing in .
[wxWidgets.git] / src /
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  Robin DunnGive wxScrolledWindow its own Layout method that takes...
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 SmartAdded Layout() call to top level window Show() to preve...
2002-03-14  Vadim Zeitlinfix for what the patch 529900 was trying to fix (loadin...
2002-03-14  Robert Roebling Forgot to reset a flag.
2002-03-14  Julian SmartRemoved constraints check for wxDirDialog from configur...
2002-03-14  Vadim Zeitlinapplied the patch from Dimitri to prevent crashes with...
2002-03-14  Julian SmartCompiles for Nano-X again
2002-03-14  Julian SmartRemoved duplicate WM line from motif/frame.cpp
2002-03-13  Vadim Zeitlincompilation error fixed
2002-03-13  Robert Roebling Send size events from top level windows in idle time,
2002-03-13  Stefan Csomoradded correct fallback color settings for XP when used...
2002-03-13  Vadim Zeitlinupdate focus rectangle width when the columns are being...
2002-03-13  Robin DunnSome fixes for wxURLDataObject when wxUSE_UNICODE==1
2002-03-12  Václav Slavíkfixes to refreshing code in wxTreeCtrl
2002-03-12  Václav Slavíkcompilation fix
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-12  Václav Slavík1. handle Alt-F4 in wxUniv, not wxMGL
2002-03-12  Robert Roebling Added dialog tabbing to wxX11.
2002-03-12  Robert Roebling Implemented DoBlit().
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-03-12  Julian SmartAdded constructor for wxColourRefData, else CloneRefDat...
2002-03-12  Julian SmartTrivially implemented DoDrawIcon
2002-03-12  Julian SmartReplaced Blit with DrawBitmap in wxPoem to make it...
2002-03-11  Julian SmartOnly reparent first window if there are several children
2002-03-11  Vadim Zeitlinright clicking outside any column sets the column in...
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-11  Vadim Zeitlinadded missing headers to fix compilation without PCH
2002-03-10  Václav Slavíkuse AllocExclusive in wxAcceleratorTable
2002-03-10  Vadim Zeitlinpropagate the click dismissing a popup window to the...
2002-03-10  Robert Roebling Next try on pop up menus. (#ifdef x11).
2002-03-10  Vadim Zeitlinbetter fix (i.e. one which actually works) for VC+...
2002-03-10  Václav Slavíkcompilation fix
2002-03-10  Vadim Zeitlinfix for using an invalid HWND in IsEditable
2002-03-10  Ron Leeadded optional parameter to SetSizer, to allow replacin...
2002-03-10  Julian SmartMoved Nano-X specific code from univ to x11
2002-03-09  Vadim Zeitlinfixed a few VC++ warnings (release mode only)
2002-03-09  Vadim Zeitlin[this message is for the previous commit as well]
2002-03-09  Václav Slavíkreverted Robert's change
2002-03-09  Vadim Zeitlindon't include wx/wx.h unnecessarily
2002-03-09  Vadim Zeitlincopy the variant name in the assignment operator as...
2002-03-09  Julian SmartAdded reparenting helper classes to help apps to grab...
2002-03-09  Václav Slavíkquery MGL for resolution
2002-03-09  Robert Roebling Various changes to make pop up menus work
2002-03-09  Vadim Zeitlinlook at HOME and USERPROFILE in wxGetHomeDir() (patch...
2002-03-09  Vadim Zeitlincompilation warning fix for the daily builds
2002-03-09  Václav Slavíkwhat about returning a value?
2002-03-09  Vadim Zeitlinadded support for non alphanumeric simple character...
2002-03-09  Ron LeeAdded GetMaxSize virtual method for use by sizers.
2002-03-09  Robin DunnVisual C++ needs sys/stat.h too
2002-03-08  Václav Slavíkfixed MSVC compilation and warnings
2002-03-08  Václav Slavíkcase insensitive <font face>
2002-03-08  Václav Slavíkfixed bug in wxHtmlHelpFrame: didn't show HTML window...
2002-03-08  Mattia Barbon(Hopefully) last fix for daily builds
2002-03-08  Robin DunnFixed compilation error.
2002-03-08  Ron LeeAdded SetLogBuffer method.
2002-03-08  Vadim Zeitlintheoretically unnecessary but practically required...
2002-03-08  Julian SmartProcessXEvent now returns TRUE if processed, FALSE...
2002-03-08  Ron LeeMoved assert to before the segfault.
2002-03-07  Robin DunnRemoved unneeded assert
2002-03-07  Václav Slavíkrewrote Chris' fix properly
2002-03-07  Julian SmartCorrections in light of recent toolbar and other changes
2002-03-06  Gilles Depeyrotfixed creation of Info.plist file for Mac OS X
2002-03-06  Ron Leeremoved superfluous assignment handled in base class.
2002-03-06  Mattia BarbonMore fixes for daily builds
2002-03-06  Julian SmartApplied [ 520664 ] filedlg patch
2002-03-06  Julian SmartApplied patch for Forty, print patch and wxHTML book...
2002-03-06  Vadim Zeitlinfixes to the new pointer array implementation
2002-03-06  Gilles DepeyrotwxArray<T> macros have been changed to fix runtime...
2002-03-06  Vadim Zeitlinfixed creation of the dialogs with a simple (non 3D...
2002-03-05  Mattia BarbonMore blind fixes for daily builds
2002-03-05  Vadim Zeitlincompilation fix for WXWIN_COMPATIBILITY_2_2 == 0 case
2002-03-05  Vadim Zeitlinfix for wxScreenDC::GetSize
2002-03-05  Václav Slavíkfixed compilation for wxUSE_UNICODE=1, wxUSE_UNICODE_MSLU=0
2002-03-04  Mattia BarbonBlind fix for daily builds
2002-03-04  Jouk Jansen Committing in .
2002-03-04  Julian SmartRemoved obsolete -WE flags from WIN32 BC++ makefiles
2002-03-03  Václav Slavíkfixed translatable strings handling in XRC
2002-03-03  Václav Slavíkremoved implicit dependency on wxPNGHandler from wxGTK...
2002-03-01  David WebsterThis weeks interface and compile catchup
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 Zeitlinremoved unnecessary include
2002-02-28  Vadim Zeitlinfixes to toolbar, seems to work
2002-02-28  Vadim Zeitlinwarnings fixed
2002-02-28  Julian SmartCorrected points to pixels calculation
2002-02-27  Vadim Zeitlin[start of] a wxUniversal implementation of wxToolBar
2002-02-27  Julian SmartNano-X: used drawable-to-wxImage function in wxBitmap...
2002-02-27  Julian SmartNano-X: added function to copy from a drawable to a...
2002-02-27  Julian SmartNano-X: bitmap now showing in wxMessageBox, but it...
2002-02-26  Julian SmartGot dialog sizing to work, downsized fonts a bit (thoug...
2002-02-26  Julian SmartWindow management and sizer layout corrections
next