wxWidgets.git
2006-08-25  Jouk Jansen Patches for OpenVMS port
2006-08-25  Paul Cornettset depth to 32 when creating pixbuf from wxImage with...
2006-08-25  Robin DunnAdd wrappers for wxNativePixelData and wxAlphaPixelData
2006-08-25  Robin DunnStill check for a Python error in %threadWrapperOff
2006-08-25  Robin DunnDefault construcctor for Iterator
2006-08-24  Michael WetherellAdd apptrait.h for msdos
2006-08-24  Vadim Zeitlinprevent selecting the treebook items without correspond...
2006-08-24  Vadim Zeitlindon't reset the selection after event was vetoed if...
2006-08-24  Vadim Zeitlinadded tests for setting the cursor
2006-08-24  Michael WetherellImplement wxIsPlatform64Bit().
2006-08-24  Michael WetherellMissing exports.
2006-08-24  Vadim Zeitlinfix compilation both for Robert's cross-compiler and...
2006-08-24  Vadim Zeitlintry to deal more gracefully (than simply not showing...
2006-08-24  Włodzimierz... WinCE build fixes.
2006-08-24  Włodzimierz... Follow OnOK changes in wxDialog.
2006-08-24  Włodzimierz... After adding check to wx/mgl/chkconf.h for UNIV flag...
2006-08-24  Włodzimierz... Warning fix.
2006-08-24  Włodzimierz... Avoid conflict between new transparency API and old...
2006-08-24  Włodzimierz... Blind wxTinderbox fix.
2006-08-24  Włodzimierz... wx\settings.h is part of PCH support.
2006-08-24  Włodzimierz... Keep wxPalmOS buildable - wxIcon and wxCursor moved...
2006-08-24  Włodzimierz... Keep wxPalmOS buildable - event table moved to base...
2006-08-24  Włodzimierz... Warning fix.
2006-08-24  Włodzimierz... Keep wxPalmOS buildable - missing functions.
2006-08-24  Robert Roebling Added resize support to wxMiniFrame.
2006-08-24  Robert Roebling Suppress warning from wxMiniFrame.
2006-08-24  Robert Roebling revert bits for XBM bitmaps under MSW
2006-08-24  Robert Roebling Reenable inversion code again.
2006-08-24  Stefan NeisRemoved no longer needed "DECLARE_EVENT_TABLE()" comple...
2006-08-24  Paul Cornettallow white as mask color when creating mask from mono...
2006-08-24  Paul Cornettcorrect access for virtual
2006-08-23  Robert Roebling Use the same colour for miniframe title bar and
2006-08-23  Robert Roebling Use close button used in wxMiniFrame.
2006-08-23  Robert Roebling Readded close button to wxMiniFrame and use the
2006-08-23  Robert Roebling Comment out suspicious 1-bit bitmap conversion
2006-08-23  Václav Slavíkfixed HTML colours parsing after patch #1473731 ('wxCol...
2006-08-23  Robert Roebling Comment out direction aware code for now.
2006-08-23  Vadim Zeitlinclarified LeftIsDown() behaviour for left click events
2006-08-23  Robert Roebling Add opaque move support to wxGTK's wxMiniFrame.
2006-08-23  Vadim Zeitlindocumented wxURLDataObject
2006-08-23  Vadim Zeitlinallow passing URL to wxURLDataObject ctor
2006-08-23  Vadim Zeitlinrespect the encoding of the text style and not only...
2006-08-23  Vadim Zeitlinno real changes, just use IsSingle/MultiLine() insteado...
2006-08-23  Robert Roebling Added direction sensitive docking.
2006-08-23  Václav Slavíkcompilation fix for !wxUSE_BUTTON
2006-08-23  Václav Slavíkset wxUSE_TOOLBAR_NATIVE to 0 when --enable-universal...
2006-08-23  Václav Slavíkremoved wxUSE_TOOLBAR_SIMPLE leftovers from the main...
2006-08-23  Robin Dunnpass useMask=true for the toucan images
2006-08-23  Robin DunnPremultiply the alpha on wxMSW in the BitmapFromBuffer...
2006-08-23  Robin DunnAdd BitmapFromBuffer demo
2006-08-23  Robin DunnAlways create the pixmap with an alpha channel
2006-08-23  Robin DunnShow use use of both wxNativePixelData and wxAlphaPixelData
2006-08-22  Robert Roebling Skip double size events.
2006-08-22  Robert Roebling Set size of hint window before showing it.
2006-08-22  Robert Roebling Forgot this one.
2006-08-22  Michael WetherellSwitch to AC_CHECK_DECLS instead of WX_CHECK_DECLS.
2006-08-22  Robert Roebling Add the new showOnIdle code to various other
2006-08-22  Michael WetherellRevert last commit.
2006-08-22  Michael WetherellAdd WX_CHECK_DECLS macro and try it out on strtok_r...
2006-08-22  Michael WetherellFor an unknown generic unix system make --with-x11...
2006-08-22  Paul Cornettprevent linker from discarding wxStockGDIMac
2006-08-22  Michael WetherellCompile fix for Minix.
2006-08-22  Michael WetherellUse string.h instead of memory.h, since some system...
2006-08-22  Paul Cornettbuild fix
2006-08-22  Robin DunnAdded wx.BitmapFromBuffer and wx.BitmapFromBufferRGBA...
2006-08-22  Robin DunnRefactored wx.ImageFromBuffer
2006-08-22  Robert Roebling Commited Bryan Petty's blind fix patch.
2006-08-22  Robert Roebling Added intermediate state (m_showOnIdle) indicating...
2006-08-22  Vadim Zeitlinfixed a crash and a leak in GetShortcutTarget() (closes...
2006-08-22  Vadim Zeitlinmention wxPathList change
2006-08-22  Vadim Zeitlinadd round trip wxTextCtrl::Get/SetValue() test
2006-08-22  Vadim Zeitlindon't force UTF-8 encoding to ISO-8859-1 for GTK+ 2...
2006-08-22  Vadim Zeitlinuse size of wxNORMAL_FONT instead of hard coded 12...
2006-08-22  Vadim Zeitlinadded "set encoding" menu item
2006-08-22  Vadim Zeitlinallow entering font description string interactively
2006-08-22  Paul Cornettuse wxModule to ensure proper initialization order...
2006-08-21  Robert Roebling Don't emit bogus size events if a child window
2006-08-21  Robin DunnAdded wx.lib.combotreebox from Frank Niessink
2006-08-21  Robin DunnMove CanSetTransparent and SetTransparent up to wxWindo...
2006-08-21  Robin DunnAdapt to some wxDC methods becoming protected
2006-08-21  Robin DunnMake it possible to tell wxXmlResource which domain...
2006-08-21  Robin Dunnfix label
2006-08-21  Robin DunnAdded test of using CalendarDateAttr
2006-08-21  Robin DunnRecognize the numpad cursor keys too
2006-08-21  Stefan Csomorstill overriding the escape key
2006-08-21  Stefan Csomorremoving unneeded event table
2006-08-21  Robert Roebling Fix same compilation again, I guess 0 was
2006-08-21  Robert Roebling Fix compilation under MSW with GCC cross.
2006-08-20  Vadim Zeitlinadded stock menu items support
2006-08-20  Stefan NeisAdded stub for wxIsPlatform64Bit.
2006-08-20  Vadim Zeitlindon't use dynamic handlers for standard buttons as...
2006-08-20  Stefan NeisRemoved event table as these things are now handled...
2006-08-20  Vadim Zeitlincreate status bar to see wxLogStatus messages
2006-08-20  Vadim Zeitlinremoved unneeded cast to wxWindowDC in DrawItemSelectio...
2006-08-20  Vadim Zeitlinconnect the affirmative/cancel button handlers to new...
2006-08-20  Vadim Zeitlinset wxID_CLOSE as affirmative id, not cancel id, this...
2006-08-20  Vadim Zeitlinmap Esc to GetAffirmativeId() instead of hardcoded...
2006-08-20  Vadim Zeitlinupdates for wxDialog affirmative/escape id buttons...
2006-08-20  Vadim Zeitlinhandle the buttons with ids specified in SetAffirmative...
2006-08-20  Mattia Barbon Allow building when WXINTL_NO_GETTEXT_MACRO is defined.
next