]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2006-12-10  Vadim Zeitlinfixed off by one error in OnButtonSet()
2006-12-10  Vadim Zeitlincompilation fix for g++ < 3.4 after last commit
2006-12-10  Stefan Csomorswitching to autorelease
2006-12-10  Stefan Csomoradding an autorelease capability (got weird crashes...
2006-12-10  Włodzimierz... Implemented Set button for date picker page.
2006-12-10  Włodzimierz... Warning fix.
2006-12-10  Robin Dunntest popup menus with checkable items
2006-12-10  Robin DunnwxStaticLineNameStr
2006-12-09  Michael WetherellFix so that AR/AROPTIONS can be overridden on the confi...
2006-12-09  Michael WetherellRevert last commit.
2006-12-09  Michael WetherellFix for the compiler checks. The compiler flags like...
2006-12-09  Michael WetherellFix for the compiler checks. The compiler flags like...
2006-12-09  Paul Cornettindentation fixes
2006-12-09  Paul Cornettunused variable
2006-12-09  Robert Roebling Update Readme.txt
2006-12-09  Paul Cornettcorrect access for virtuals
2006-12-09  Paul CornettSetInsertionPointEnd should make the insert point visib...
2006-12-09  Paul Cornettrename RemoveIdleSource to SuspendIdleCallback
2006-12-09  Vadim Zeitlinmention wxCSConv(utf-16/32) fix
2006-12-09  Vadim Zeitlinimplement To/FromWchar() as wxCSConv methods, otherwise...
2006-12-09  Vadim ZeitlinUnicode compilation fixes
2006-12-09  Vadim Zeitlinadded test cases for wxTextInputStream and UTF-xx encod...
2006-12-09  Vadim Zeitlindefault name of wxStaticLine should be wxStaticLineName...
2006-12-09  Vadim Zeitlinignore warning 4535 for VC8 too as it still seems to...
2006-12-09  Robert Roebling Mention that GetEditControl is only missing in Mac...
2006-12-09  Stefan Csomorfixing memory leaks (toolbartool not released) and...
2006-12-09  Paul Cornettfix for SetPosition/SetInsertionPoint when called durin...
2006-12-08  Robin DunnClear error if wxPyConvertSwigPtr failed
2006-12-08  Robin DunnUse correct flags Chinese
2006-12-08  Robin DunnMustHaveApp(wxWindow_FromHWND);
2006-12-08  Paul Cornettre-enable blocking of wx idle events when assert dialog...
2006-12-08  Stefan Csomorswitching from native rtti to wxrtti
2006-12-08  Robin Dunnget rid of one of the extra slashes in the download...
2006-12-08  Vadim Zeitlin1. don't assert if we're passed an empty defaultDir...
2006-12-08  Vadim Zeitlinuse MAP_INVALID_UTF8_TO_PUA instead of MAP_INVALID_UTF8...
2006-12-07  Robert Roebling No longer break idle (and indeed all) event handling
2006-12-07  Robin Dunnminor build tweaks
2006-12-07  Robin Dunnignore a const overloaded method
2006-12-07  Paul Cornettbitwise vs. logical operator
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...
next