]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2006-12-07  Paul Cornettstatic functions don't need an instance
2006-12-07  Paul Cornettcorrect access for virtual, declare variable only if...
2006-12-07  Paul Cornettclass/struct mismatch
2006-12-07  Paul Cornettcorrect access for virtuals
2006-12-07  Paul Cornettcorrect access for virtuals
2006-12-07  Paul Cornettremove redundant test
2006-12-07  Paul Cornettuse correct test
2006-12-07  Paul Cornettindentation fix
2006-12-07  Paul Cornettuse computed justification
2006-12-07  Paul Cornettunused variable
2006-12-07  Paul Cornettfix wrong parenthesizing of boolean expressions
2006-12-07  Paul Cornettcorrect access for virtuals
2006-12-07  Paul Cornettminor cleanup
2006-12-07  Paul Cornettdon't use %d to print pointer
2006-12-07  Paul Cornettcorrect access for virtuals
2006-12-07  Robin DunnwxRect2DDouble --> wxRect2D
2006-12-07  Robin Dunnclip the bitmap to the size of the source DC in DoBlit...
2006-12-06  Vadim Zeitlinexplicitly call OnExit() in the ports which don't use...
2006-12-06  Kevin OllivierImplement SortItems for native OS X wxListCtrl to match...
2006-12-06  Robert Roebling Correct Unicode support topic.
2006-12-06  Robert Roebling I blindly believe that WinCE doesn't delete a
2006-12-06  Vadim Zeitlinwe don't need to include wx/url.h from the header,...
2006-12-06  Václav Slavíkuse WXDFB_FONTPATH variable instead of WXDFB_FONTDIR...
2006-12-06  Vadim Zeitlindon't leave dummy extension in of.lpstrDefExt (bug...
2006-12-06  Vadim Zeitlinask for BPP for .bmp extension, not .bpp one
2006-12-06  Kevin OllivierFix eating of key events (cleaner impl will come after...
2006-12-05  Robin DunnAdd wxGraphicsMatrix::Get
2006-12-05  Robin DunnTry using locale.getpreferredencoding
2006-12-05  Robin Dunnfix building/running of tex2rtf
2006-12-05  Robin Dunnwx.lib.masked: Patch from Will Sadkin. Includes Unicod...
2006-12-05  Robin Dunndistrib fixes
2006-12-05  Robin Dunnfix some warnings
2006-12-05  Julian SmartChanged month
2006-12-05  Vadim Zeitlinuse #define instead of static const to avoid warnings...
2006-12-05  Vadim Zeitlinupdated for 2.8.0 rc3
2006-12-04  Vadim Zeitlinremoved a couple of useless #if wxUSE_UNICODE tests
2006-12-04  Vadim Zeitlinuncommented code in wxgtk_list_store_get_value() and...
2006-12-04  Vadim Zeitlin--with-gnomeprint not needed any longer, it's the defau...
2006-12-04  Vadim Zeitlinenable gnomeprint code by default
2006-12-04  Vadim Zeitlinremoved extra comma in --enable-dataviewctrl helpstring
2006-12-04  Robin DunnAdd ToggleWindowStyle
2006-12-04  Robin DunnAdd Get/SetLogicalFunction
2006-12-04  Robin DunnAdd 2.5 dirs to PREFIXES
2006-12-04  Kevin OllivierDo not uninstall wxaddons module or files.
2006-12-04  Robin DunnDocument new location of the patched swig
2006-12-04  Robin Dunnfix typo
2006-12-04  Kevin OllivierMention the wxSystemOption for turning on the generic...
2006-12-04  Vadim Zeitlinadd test for wxLaunchDefaultBrowser, it makes sense...
2006-12-04  Vadim Zeitlinunused parameter warning fix after last change
2006-12-04  Vadim Zeitlinquick fix for TRACE_DND being undefined for compilers...
2006-12-04  Vadim Zeitlinfix a problem with (sometimes) editing an invalid item...
2006-12-04  Vadim Zeitlinfix (harmless) assert in virtual list control under...
2006-12-04  Vadim Zeitlinuse wxMBConvUTF8(MAP_INVALID_UTF8_TO_OCTAL) for all...
2006-12-04  Vadim Zeitlingive the file name in the error message about failed...
2006-12-04  Julian SmartAvoid generating two events on selection (when MSWComma...
2006-12-04  Vadim Zeitlinremoved wxGTK-specific 2 pixel border around the window...
2006-12-04  Vadim Zeitlinallow dynamically changing most of text control styles...
2006-12-04  Vadim Zeitlinremoved empty and unused CalculateScrollbar() method
2006-12-04  Vadim Zeitlinadded documentation of return value of ToggleWindowStyle()
2006-12-04  Vadim Zeitlinadded a small helper ToggleWindowStyle() function
2006-12-04  Vadim Zeitlinensure that scroll position is always in scrolling...
2006-12-04  Vadim Zeitlinremoved explicit initial size for BugsGridFrame, it...
2006-12-04  Vadim Zeitlinremoved unneeded SetMargins(0, 0) call (this is the...
2006-12-04  Vadim Zeitlinadded the missing parameter to SetScrollbars() call...
2006-12-04  Vadim Zeitlinreplaced wxLogDebug with wxLogTrace in wxExecute()...
2006-12-04  Julian SmartUse font encoding
2006-12-04  Julian SmartAn attempt at fixing the Unicode conversion errors...
2006-12-04  Julian SmartAdded SetEncoding
2006-12-04  Jouk Jansen Committing in .
2006-12-04  Vadim Zeitlincreate mask from alpha channel if the bitmap has no...
2006-12-04  Vadim Zeitlinuse Remove(-1) instead of looping over all images manua...
2006-12-04  Vadim Zeitlinmoved assertdlg_gtk.[ch] to GTK_LOWLEVEL_SRC/HDR to...
2006-12-03  Michael WetherellCheck the size of the boolean type used by an external...
2006-12-03  Michael WetherellCheck for wxFS_READ in OpenFile.
2006-12-03  Vadim Zeitlinfix for assert which happened if the checkbox was clear...
2006-12-03  Vadim Zeitlinremoved the workaround for our SetWindowStyleFlag(...
2006-12-03  Vadim Zeitlindon't use SetWindowStyleFlag() in wxWindowBase::CreateB...
2006-12-03  Vadim Zeitlinfixed long standing bug with Fit() still showing the...
2006-12-03  Robert Roebling Missing bracket.
2006-12-03  Robert Roebling Move list of raw overviews under the categorized
2006-12-03  Vadim Zeitlinsuppress warnings about double to short conversions...
2006-12-03  Vadim Zeitlindon't call fputs() with NULL buffer, it crashes
2006-12-03  Vadim Zeitlinadded default value for GetLocalizedResourcesDir()...
2006-12-03  Vadim Zeitlinadded a dummy return to GetItemState() to suppress...
2006-12-03  Vadim Zeitlinfixed gcc warning about size_t/src/common/dbgrid.cppi...
2006-12-03  Vadim Zeitlindon't show wxOnAssert() frame neither in the assert...
2006-12-03  Vadim Zeitlindon't show line numbers as 0 when they're not available...
2006-12-03  Vadim Zeitlinreplaced the button suppressing the assert dialog with...
2006-12-03  Stefan Csomorwe must turn off AA for XOR etc.
2006-12-03  Stefan Csomoradding raster op hook to graphics context (10.4 only...
2006-12-03  Stefan Csomorpaper size, duplex support
2006-12-03  Stefan Csomormissing reversed orientation assignments
2006-12-03  Stefan Csomoradding raster op hook to graphics context
2006-12-03  Stefan Csomoradding raster op hook
2006-12-03  Vadim Zeitlinstop the rename timer when the current item changes...
2006-12-03  Vadim Zeitlinno changes, just de TABified
2006-12-03  Vadim Zeitlinbackported changes from gtk/window.cpp 1.679 and dnd...
2006-12-03  Vadim Zeitlinremove pointer to the changelog in the docs which isn...
2006-12-03  Vadim Zeitlinfix initial layout of the widgets pages: avoid calling...
2006-12-03  Vadim Zeitlinadded --disable-vararg_macros option to allow not using...
next