wxWidgets.git
2006-10-08  Vadim Zeitlinrebaked with aboutdlg.* files
2006-10-08  Vadim Zeitlinadded GTK+ 2.6 implementation of wxAboutBox
2006-10-08  Julian SmartAdded missing image.h header
2006-10-08  Vadim Zeitlintest credits in about dialog
2006-10-08  Vadim Zeitlinadded --enable-aboutdlg
2006-10-08  Vadim Zeitlinreformat and add files
2006-10-08  Vadim Zeitlinadded native Mac implementation of wxAboutBox(); also...
2006-10-08  Vadim Zeitlinuse wxSTRINGIZE_T instead of _T(wxSTRINGIZE())
2006-10-08  Vadim Zeitlinuse wxVERSION_NUM_DOT_STRING_T instead of wxVERSION_NUM...
2006-10-08  Vadim Zeitlinadded Unicode-friendly variants of version string macros
2006-10-08  Vadim Zeitlinadded Unicode-friendly wxSTRINGIZE_T()
2006-10-08  Vadim Zeitlinuse wxSTRINGIZE instead of redefining a special STRINGI...
2006-10-08  Paul CornettMove some things to wxBitmapBase to avoid much duplication.
2006-10-08  Robin Dunnreturn values of overloaded virtuals should match the...
2006-10-08  Robin DunnOverride CreateItem so wxListBox can turn its notificat...
2006-10-08  Vadim Zeitlinadded wxAboutBox-related files
2006-10-08  Vadim Zeitlinadded wxUSE_ABOUTDLG
2006-10-08  Vadim Zeitlinuse the main frame icon if no icon is explicitely specified
2006-10-08  Vadim Zeitlininitial implementation of wxAboutBox()
2006-10-08  Vadim Zeitlinadded wxUSE_ABOUTDLG
2006-10-08  Vadim Zeitlinfixed VC warning about unreachable code
2006-10-08  Vadim Zeitlinignore the other WXDLLIMPEXP_XXX and not only BASE...
2006-10-07  Robert Roebling Some more explanations.
2006-10-07  Robert Roebling More docs.
2006-10-07  Robert Roebling Two more typos.
2006-10-07  Paul Cornettsmall cleanup
2006-10-07  Paul Cornettsome cleanup, and plug a few small holes
2006-10-07  Robert Roebling Typo.
2006-10-07  Robert Roebling Include wxDataViewCtrl in list of controls.
2006-10-07  Robert Roebling Include dataview docs.
2006-10-07  Robert Roebling Add docs to wxDataViewCtrl
2006-10-07  Robert Roebling Not everything has to be virtual.
2006-10-06  Robin Dunnrename the ID parameter
2006-10-06  Vadim Zeitlinfix for handling from Francesco
2006-10-06  Robert Roebling Return toolbars "own" GdkWindow, required among
2006-10-06  Robin DunnreSWIGged
2006-10-06  Robin DunnRenamed wx.FutureCall to wx.CallLater so it is named...
2006-10-06  Robin Dunnbe able to switch between the frame managing the toolba...
2006-10-06  Robin Dunnsome tweaks
2006-10-06  Robin Dunnmore informative assert message
2006-10-06  Paul Cornettmake pixbuf/alpha handling more coherent in gtk wxBitma...
2006-10-06  Paul Cornettdon't invert mono bitmaps in Rescale
2006-10-06  Robert Roebling Implemended column header mouse clicks.
2006-10-06  Jouk Jansen Committing in .
2006-10-06  Robin DunnAllow the native toolbar to have more han one button...
2006-10-06  Robin DunnreSWIGged
2006-10-06  Robin Dunndon't inject constructors
2006-10-06  Robin Dunnalways use wxPyPanel
2006-10-06  Robin Dunnreduce the number of objects for a quicker startup...
2006-10-06  Robin DunnSet overview to docstring
2006-10-06  Robin DunnFixes for using the staticmethods
2006-10-06  Robin DunnApplied second part of patch #1570448, use the device...
2006-10-05  Robin Dunnsome fixes
2006-10-05  Robin DunnUpdates from Paul
2006-10-05  Robin DunnPart of patch# 1570448, use dwRop for StretchBIBits too
2006-10-05  Robin Dunnensure that wxMAC_USE_CORE_GRAPHICS is turned on if...
2006-10-05  Robin DunnAdd USE_GDIPLUS option that will control (for the makef...
2006-10-05  Robin DunnMake the message about wxUSE_GRAPHICS_CONTEXT a bit...
2006-10-05  Robin DunnAdd FlatNotebook
2006-10-05  Jamie GaddNeed to update the bg brush when the first page is...
2006-10-05  Robert Roebling Added sort order and alignement for column headers.
2006-10-05  Mattia Barbon Fix buffer overrun in Linux/x86_64 (Pixel is a 64...
2006-10-05  Robert Roebling Add support for bitmaps in headers.
2006-10-05  Robert Roebling[ 1560785 ] wxFileName::IsReadable/Writable/Executable
2006-10-05  Vadim Zeitlinfix problems with using incorrect vswprintf() for mingw...
2006-10-05  Włodzimierz... PCH build fix.
2006-10-05  Vadim Zeitlinrestored Ove Kåven name in the header comment which was
2006-10-05  Włodzimierz... wxGenericDirCtrl page for widgets sample.
2006-10-05  Włodzimierz... Warning fixes and TODO markup for easier finding by...
2006-10-04  Vadim Zeitlinhonour wxBU_EXACTFIT in wxToggleButton (patch 1567892)
2006-10-04  Vadim Zeitlinfixed off by 2 error in HasPage() (patch 1562871)
2006-10-04  Vadim Zeitlinfix the length passed to wxMB2WC (replaces patch 155443...
2006-10-04  Vadim Zeitlincorrected date in header; removed extra wx/wxprec.h...
2006-10-04  Vadim Zeitlinupdated copyright year, s/wxWindows/wxWidgets/
2006-10-04  Vadim Zeitlinfixed unused var warning
2006-10-04  Robert Roebling Add row activated event.
2006-10-04  Robert Roebling Fix warning for unknown menu stock id.
2006-10-04  Włodzimierz... New icon for combobox with bitmaps. Improved readabilit...
2006-10-04  Włodzimierz... Connect changed page event after subpages are created...
2006-10-04  Włodzimierz... BookCtrl event handler added to default book layer.
2006-10-04  Robin DunnSave a reference to the DC
2006-10-04  Robin DunnAvoid warnings when wxMAC_USE_CORE_GRAPHICS_BLEND_MODES...
2006-10-04  Robin DunnBakefile changes for building the graphics context...
2006-10-03  Robin DunnWrap module in #if wxUSE_GRAPHICS_CONTEXT
2006-10-03  Robin Dunnfix parameter type
2006-10-03  Robin DunnAvoid ambigous overload errors
2006-10-03  Robin DunnGive the grid events a Clone method
2006-10-03  Robin DunnDLL build fix
2006-10-03  Robin DunnAdd wrappers for wxGraphicsPath and wxGraphicsContext...
2006-10-03  Robin Dunnfix HitTest
2006-10-03  Robin DunnKeyCode --> GetKeyCode
2006-10-03  Robin DunnDon't use the old wxPython namespace
2006-10-03  Robin DunnChange wx.DC inheritance hierarchy to match reality
2006-10-03  Robin DunnDon't deprecate Inside() yet
2006-10-03  Robin DunnUse Set(name) instead of InitFromName(name)
2006-10-03  Robin DunnDon't forget the samples\ide\activegrid\model dir
2006-10-03  Robin DunnAdded the wx.lib.buttonpanel module, which is a tweaked...
2006-10-03  Paul Cornettbuild fix
2006-10-03  Paul Cornettuniv build fix
2006-10-03  Stefan Csomorline endings
next