]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2006-11-12  Vadim Zeitlinuse wxFputs(s) instead of puts(s.mb_str()) to avoid...
2006-11-12  Michael WetherellAdd wxTar docs.
2006-11-12  Michael WetherellAdd links to the zip and tar classes.
2006-11-12  Michael WetherellFix a couple of small errors.
2006-11-12  Vadim Zeitlinshow all available information in the dialog (somewhat...
2006-11-12  Vadim Zeitlinin addition to wxWinCE, also set background colour...
2006-11-12  Vadim ZeitlinGetColumnTextValue() can't return a reference to a...
2006-11-12  Vadim Zeitlingcc warning fix: don't use NULL where integer is required
2006-11-12  Benjamin Williamsgtk crash fix
2006-11-12  Robert Roebling Add cast
2006-11-12  Benjamin Williamstab sizing and split sizing fixes
2006-11-12  Vadim Zeitlinadded aui and richtext and also some extra (probably...
2006-11-12  Vadim Zeitlinremoved obsolete src/make*.env files
2006-11-12  Vadim Zeitlinmade GetMultiLineTextExtent() const (part of patch...
2006-11-12  Vadim Zeitlinfixed probable typo
2006-11-12  Vadim Zeitlincompilation fix after last commit
2006-11-12  Chris Elliottadd places to change the version for distribution
2006-11-12  Chris Elliottupdate for bakefile 0.2.1-xx
2006-11-12  Julian SmartTypo fix
2006-11-12  Julian SmartFixed compile error on Wine due to type mismatch
2006-11-12  Julian SmartNote about Unicode builds not working
2006-11-12  Julian SmartAdded newline for PDF RTF
2006-11-12  Julian SmartAdded missing arg
2006-11-12  Julian SmartUse LONG instead of long (some Wine headers complain)
2006-11-12  Benjamin Williamssome doc updates
2006-11-12  Julian SmartWine fix
2006-11-12  Stefan NeisApplied toolbar patch for wxTB_RIGHT support (patch...
2006-11-12  Julian SmartWine fixes
2006-11-12  Michael WetherellUpdate archive overview for class factory changes.
2006-11-12  Julian SmartWine fixes
2006-11-12  Robert Roebling Applied wxStackWalker improvement part of
2006-11-12  Julian SmartAdded some more 2.8 large features
2006-11-12  Julian SmartVersion update
2006-11-12  Julian SmartWine fix
2006-11-12  Robert Roebling Send delete item event just before the item is actually
2006-11-12  Julian SmartGTK+1 fix
2006-11-12  Robert Roebling [ 1590221 ] wxStandardPaths::GetExecutablePath
2006-11-12  Julian SmartFix for GTK+1
2006-11-12  Julian SmartVersion updates
2006-11-12  Julian SmartManual Version update
2006-11-12  Kevin OllivierRemove incorrect change that accidently made it into...
2006-11-12  Kevin OllivierAdd scrollbars if the columns exceed the horizontal...
2006-11-12  Robin DunnreSWIGged
2006-11-12  Robin DunnSome more details about CollapsiblePane
2006-11-12  Robin Dunndemo tweaks
2006-11-12  Robin DunnAdd wx.version()
2006-11-12  Robin DunnAdd wxSimpleHtmlListBox
2006-11-12  Robin Dunnmove the include of collpane.h to the main header
2006-11-12  Kevin OllivierSwitching to a keyed list for storing information about...
2006-11-11  Kevin OllivierAdding the option to toggle between native and generic...
2006-11-11  Vadim Zeitlinupdate from Jonas Rydberg
2006-11-11  Benjamin Williamsbeginnings of wxAuiNotebook documentation
2006-11-11  Vadim Zeitlinalso check for RenameGroup() calls which don't/shouldn...
2006-11-11  Vadim Zeitlinfix the bug with renaming groups leaving wxFileConfig...
2006-11-11  Benjamin Williamsadded wxAuiNotebook and wxAuiTabArt to classes.tex...
2006-11-11  Benjamin Williamsadded documentation stub files for wxAuiNotebook and...
2006-11-11  Vadim Zeitlinextend RenameGroup() test to demonstrate the bug 705022
2006-11-11  Vadim Zeitlinuse CPPUNIT_ASSERT_EQUAL() to be able to see the error...
2006-11-11  Robin DunnwxFD_SETSIZE --> FD_SETSIZE
2006-11-11  Vadim Zeitlinadded include/msvc/wx/setup.h
2006-11-11  Vadim Zeitlinupdated version to 2.8
2006-11-11  Robin DunnPatch [ 1594353 ] Fix for wxCollapsiblePane docs
2006-11-11  Robin DunnRemove superfluous assert that conflicts with style...
2006-11-11  Robin DunnSet default version to "28"
2006-11-11  Stefan NeisNeed to check for getsockopt argument in C++ mode.
2006-11-11  Chris Elliottfix missing path
2006-11-11  Chris Elliottfix missing =
2006-11-11  Chris Elliottcopy CHM files; change location of version
2006-11-11  Chris Elliottcopy CHM files; change location of version
2006-11-11  Julian SmartRemoved trailing comma
2006-11-11  Julian SmartAdded missing include
2006-11-11  Julian SmartAdded missing include
2006-11-11  Robin DunnreSWIGged
2006-11-11  Robin DunnSetOrientationReversed
2006-11-11  Robin Dunntest code
2006-11-11  Robin DunnAdded wx.CollapsiblePane
2006-11-11  Robin DunnSome wxCollapsiblePane tweaks:
2006-11-11  Kevin OllivierA more complete fix for the generic control border...
2006-11-11  Vadim Zeitlincorrected exit/about menu command ids in the code after...
2006-11-11  Robert Roebling Use wxGTK_CONV instead of wxConvUTF8
2006-11-11  Robert Roebling Added native selection rectangle drawing.
2006-11-10  Michael WetherellA couple more tests.
2006-11-10  Michael WetherellFixes for wxVsnprintf not always null terminating and...
2006-11-10  Włodzimierz... WinCE background fix. Perhaps not only WinCE problem???.
2006-11-10  Michael WetherellFix for wxVsnprintf's %n.
2006-11-10  Kevin OllivierFix typo with adding wxNO_BORDER to the native control.
2006-11-10  Włodzimierz... Update os2/ow makefiles.
2006-11-10  Stefan Csomorredirecting missing implementations to textctrl
2006-11-10  Włodzimierz... stub for wxOS2 region ctor from points.
2006-11-10  Włodzimierz... Update mgl/ow makefiles.
2006-11-10  Włodzimierz... Add wxRegion ctor from array of points to wxMGL.
2006-11-10  Robin DunnAdd DLL export macro
2006-11-10  Robin DunnCompile fix to match change made in header
2006-11-10  Benjamin Williamsadded private wxAUI_MGR_NO_DOCK_SIZE_LIMIT flag
2006-11-10  Benjamin Williamssmall fixed-wixth tab sizing bug fixed
2006-11-10  Vadim Zeitlinstub out wxRegion ctor not implemented in wxMGL and...
2006-11-10  Vadim Zeitlinuse WXSIZEOF() instead of hardcoded numbers of points...
2006-11-10  Vadim Zeitlinremoved const before WXCOLORREF because (1) g++ 3.1...
2006-11-10  Michael WetherellMake the function passed to wxStringToIntType a templat...
2006-11-10  Julian SmartAdded outline level
next