wxWidgets.git
2006-11-17  Vadim Zeitlindon't set A4 paper size, use the system default instead
2006-11-16  Robin DunnWrap the setting of the initial content and formatting...
2006-11-16  Robin DunnLayout tweak
2006-11-16  Robin DunnAdded the wx.combo module, which contains the ComboCtrl...
2006-11-16  Robin DunnCorrected double destruction of views
2006-11-16  Vadim Zeitlindisable mmedia contrib for wxMGL (blunt fix for tinderb...
2006-11-16  Robin DunnAdded wxStandardPaths::GetExecutablePath
2006-11-16  Benjamin Williamsadded missing button state
2006-11-16  Michael WetherellFix not recognising '/' on Windows.
2006-11-16  Benjamin Williamsnotebook window list popup positioning fixes
2006-11-16  Benjamin Williamsminor tab drawing improvements
2006-11-16  Michael WetherellChange the factory constructor to not use a predefined...
2006-11-16  Vadim ZeitlinwxMGL/Unix compilation fix attempt
2006-11-16  Jouk Jansen Solves 2 problems I encounterd on OpenVMS :
2006-11-16  Benjamin Williamspane buttons are now vertically centered
2006-11-16  Benjamin Williamsremoved a bunch of wxCHECK_VERSION(2,7,0)'s because...
2006-11-16  Benjamin Williamsuse real alpha blending algorithm to avoid sickly looki...
2006-11-16  Benjamin Williamsconsolidated duplicated static functions into one file
2006-11-16  Stefan NeisWrong version checked in last time, this time we really:
2006-11-16  Julian SmartRemoved new function
2006-11-16  Benjamin Williamsdocking crash fix patch applied
2006-11-15  Julian SmartMade new functions non-virtual
2006-11-15  Robert Roebling [ 1596568 ] Fix for bug 1595339
2006-11-15  Stefan NeisAvoid problems when calling lxlite on absolute unix...
2006-11-15  Julian SmartSmall bug fixes
2006-11-15  Václav Slavíkfixed wx-config symlink creation with non-empty DESTDIR
2006-11-15  Benjamin Williamsfixed wrong parameter types in FindToolForPosition
2006-11-15  Robert Roebling Check if DnD is started from a mouse event.
2006-11-15  Kevin OllivierColumn position changes after each delete, so always...
2006-11-14  Vadim Zeitlinbackported changes from gtk/window.cpp rev 1.678 (bug...
2006-11-14  Vadim Zeitlinbackported chnage in 1.115 of src/gtk/dnd.cpp (bug...
2006-11-14  Robin DunnUse a swig macro for generating the call to the _setCal...
2006-11-14  Robin Dunn2.7 --> 2.8
2006-11-14  Robin Dunnfix typo
2006-11-14  Robert Roebling Fix X server hang in DND.
2006-11-14  Vadim Zeitlincorrected version after last commit
2006-11-14  Vadim Zeitlinadded entry for 2.8.0-rc2
2006-11-14  Robert Roebling The usual RTL fix for GTK+'s theme drawing function.
2006-11-14  Vadim Zeitlinregenerated after last autoconf_inc.m4 change
2006-11-14  Benjamin Williamsrestore brush properly
2006-11-14  Benjamin Williamsanother GradientFillLinear fix
2006-11-14  Vadim Zeitlinfix compilation when one of wxUSE_LISTCTRL and wxUSE_TR...
2006-11-14  Vadim ZeitlinGdiplusStartup() takes ULONG_PTR, not DWORD (patch...
2006-11-14  Julian SmartOmission and bug fix
2006-11-14  Michael WetherellCompile fix for the version of VC8 included in the...
2006-11-14  Vadim Zeitlininclude advanced Unix files in wxMGL build under Unix...
2006-11-14  Vadim Zeitlinlabel the different gradient pictures clearly
2006-11-14  Benjamin Williamsfixed gradient direction in GradientFilLinear for all...
2006-11-14  Robert Roebling Just use the already existing wxRenderer::DrawItemSel...
2006-11-14  Jouk Jansen Committing in .
2006-11-14  Robin Dunnrevert part of my recent change, fixing the libwxbase...
2006-11-13  Benjamin Williamscorrected wrong tab colors
2006-11-13  Benjamin Williamscorrected sentence
2006-11-13  Vadim Zeitlindisable wxGLCanvas for wxMGL and wxDFB which don't...
2006-11-13  Benjamin Williamsadded new features to welcome page
2006-11-13  Benjamin Williamsminor tab height bug fix
2006-11-13  Robin DunnDon't use wxLB_EXTENDED with the checklistbox
2006-11-13  Julian SmartCorrected wxMultiChoiceDialog if wxCheckListBox is...
2006-11-13  Julian SmartAdded further icons
2006-11-13  Robert Roebling Minor change to stackwalker.
2006-11-13  Vadim Zeitlinfix some gcc warnings due to SQLINTEGER not being long...
2006-11-13  Vadim Zeitlinfix conflict with BOOL definition in X11/Xmd.h (bug...
2006-11-13  Benjamin Williamsreadded layer insert code
2006-11-13  Julian SmartTrailing newline
2006-11-13  Benjamin Williamsdocumentation updates
2006-11-13  Benjamin Williamstab ctrl height api fix
2006-11-13  Kevin OllivierDisable SortItems support for now, it is causing a...
2006-11-12  Robin DunnreSWIGged
2006-11-12  Robin DunnAdjust the layout a bit, don't show the checkbox if...
2006-11-12  Vadim Zeitlinattempt to disable experimental font dialog for OS...
2006-11-12  Vadim Zeitlinchanged last DrawButton() parameter from bool to int...
2006-11-12  Vadim Zeitlinput #if wxUSE_COLLPANE around AddCollapsiblePane()...
2006-11-12  Vadim ZeitlinwxStandardPathsCF::GetExecutablePath() implementation...
2006-11-12  Vadim ZeitlinwxCocoa doesn't have multi point wxRegion ctor neither
2006-11-12  Vadim Zeitlindon't assert if 'c' key is pressed when there is no...
2006-11-12  Vadim Zeitlincall SetAnimation() from the ctor instead of just assig...
2006-11-12  Michael WetherellSmall fix.
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
next