wxWidgets.git
2009-01-11  Francesco Montorsifix for PCH-less builds
2009-01-11  Francesco Montorsisplit wxGrid implementation in grideditors.cpp (for...
2009-01-11  Francesco Montorsifix others $Id$ keywords
2009-01-11  Francesco Montorsido not remove Author, Date, Revision SVN keywords
2009-01-11  Francesco Montorsijust fix some $Id$ tokens
2009-01-11  Francesco Montorsia few missing Id keywords
2009-01-11  Francesco Montorsitypo fix
2009-01-11  Francesco Montorsifix few doxygen warnings
2009-01-11  Francesco Montorsidocument recently added enums
2009-01-11  Francesco Montorsiadd note for wxWidgets user with a skeleton for a very...
2009-01-11  Francesco Montorsisuppress warnings about missing_semicolons file not...
2009-01-11  Francesco MontorsiVC6 gets confused by the protected copy ctor; make...
2009-01-11  Francesco Montorsifix for the broken VC6 compiler (why do we have to...
2009-01-11  Vadim Zeitlinfix handling of locale names without county info (close...
2009-01-11  Vadim Zeitlincheck for wxUSE_REARRANGECTRL dependency on wxUSE_CHECK...
2009-01-11  Vadim Zeitlincorrect typo: s/wxUSE_MENU/&S/
2009-01-11  Vadim Zeitlinadded wxUSE_HEADERCTRL
2009-01-11  Vadim Zeitlincheck for wxUSE_REARRANGECTRL being defined
2009-01-11  Vadim Zeitlinthere is no need to do DEFAULT_wxUSE_CONTROL=yes; also...
2009-01-11  Vadim Zeitlinadded wxUSE_REARRANGECTRL
2009-01-11  Francesco Montorsido not return true when no data is read by the stream...
2009-01-11  Francesco Montorsiuse IsOk() instead of Ok(); fix crash when loading...
2009-01-11  Francesco Montorsiguard against NULL parents
2009-01-11  Francesco Montorsiadd the 'GarbageTestCase' which helped me to spot some...
2009-01-11  Vadim Zeitlinfix build with wxUSE_MENU==0 (closes #10330)
2009-01-11  Vadim Zeitlincorrect the FTP host name mungled by a too eager global...
2009-01-11  Francesco Montorsiremove operators added by error
2009-01-10  Francesco Montorsino change; just fix indentation
2009-01-10  Francesco Montorsiother ifacecheck fixes
2009-01-10  Francesco Montorsiremove docs originally copied from wxDC docs now that...
2009-01-10  Francesco Montorsimany automated ifacecheck fixes
2009-01-10  Francesco Montorsifix the definition of many static functions marked...
2009-01-10  Francesco Montorsifix an important bug: ifacecheck was parsing only ...
2009-01-10  Stefan Csomorfixes #10358
2009-01-10  Stefan Csomormaking sure enabling the menus works
2009-01-10  Stefan Csomorguarding against NULL peers
2009-01-10  Stefan Csomorfixing wrong constant
2009-01-10  Stefan Csomorfixing default location for cocoa, see #10361
2009-01-10  Francesco Montorsimiscellaneous small enhancements
2009-01-10  Stefan Csomorcalling superclass impl, see #10361
2009-01-10  Stefan Csomorcocoa layout optimization, see #10361
2009-01-10  Stefan Csomornative apple event support for osx cocoa
2009-01-10  Francesco Montorsis/""/wxEmptyString
2009-01-10  Francesco Montorsido not use Ok(); use IsOk() instead
2009-01-10  Francesco Montorsidisable test which asserted when trying to call wxListC...
2009-01-10  Francesco Montorsidescribe wxMemory* streams
2009-01-10  Francesco Montorsifix deprecation warnings when building filefn.cpp
2009-01-10  Jaakko SalliReverted to old wxPG_AUTO_SORT behavior in which only...
2009-01-10  Vadim Zeitlinreverted apparently accidental change of r57896
2009-01-10  Julian SmartFixed [wxRichTextCtrl] Right Alignment sets text in...
2009-01-10  Vadim Zeitlinfix GetGridColLabelWindow() name
2009-01-10  Stefan Csomorsupporting PopUp on osx cocoa as well, see #10361
2009-01-10  Jaakko SalliAdded #include for wx/propgrid/advprops.h
2009-01-10  Jaakko SalliUpdate propgrid minimal sample: Added wxEVT_PG_CHANGING...
2009-01-10  Francesco Montorsifix a couple of typos
2009-01-10  Stefan Csomorcleaning up default OPEN and CLOSED HAND cursors
2009-01-10  Stefan Csomoradding open and close hand cursor constants, implementa...
2009-01-10  Stefan Csomormoving launch methods to common code
2009-01-09  Bryan PettyTurned off brief descriptions on group pages (it just...
2009-01-09  Francesco Montorsido not assert in wxFTP construction because of its...
2009-01-09  Francesco Montorsiminor cleanup; add wxDocument::OnChangeFilename for...
2009-01-09  Francesco MontorsiMinor samples/docview refactoring (closes #10081)
2009-01-09  Francesco Montorsiadd const attribute to avoid lots of warnings from GCC
2009-01-09  Francesco Montorsiadd Id SVN keyword
2009-01-09  Francesco Montorsiadd wxImage::Clear (patch by troelsk); closes #10141
2009-01-09  Francesco Montorsipatch from Utensil Candel: remove ctrlmaskout.h/cpp...
2009-01-09  Francesco Montorsisupport underlined text in wxCairoContext (Marcin's...
2009-01-09  Stefan Csomorguarding against calls through 'non-window' instances...
2009-01-09  Stefan Csomorguard against NULL win (happens during debug startup...
2009-01-09  Francesco Montorsibuild fix
2009-01-09  Francesco MontorsiFix wxTextValidator introducing a wxTextValidatorStyle...
2009-01-09  Francesco Montorsiuse #if instead of #ifdef for WX_COMPAT
2009-01-09  Francesco Montorsifix dialog layout
2009-01-09  Francesco Montorsimove wxLaunch* code in utilsx11.cpp as utilsunx.cpp...
2009-01-09  Francesco Montorsifix the fix of r57935
2009-01-09  Francesco Montorsiblind fix for buildbot
2009-01-09  Francesco MontorsiFix wxLaunchDefaultBrowser on wxMSW for local files...
2009-01-09  Robert RoeblingTried to improve look of toogle tool under OS X, adapte...
2009-01-09  Robert RoeblingCompile fix
2009-01-08  Francesco Montorsibuild fix
2009-01-08  Francesco Montorsialways remember to test IsOk() after using wxFileInputS...
2009-01-08  Paul Cornettrevert slop from previous commit
2009-01-08  Francesco Montorsia few more int/wxPolygonFillMode substitutions in wxReg...
2009-01-08  Francesco Montorsieven more fixes detected using ifacecheck
2009-01-08  Francesco Montorsifix build
2009-01-08  Francesco Montorsiautomated ifacecheck fixes
2009-01-08  Francesco Montorsifix typo
2009-01-08  Robert Roeblinguse wxRound(x), not int(x+0.5)
2009-01-08  Robert Roeblinguse wxRound(x) instead of int( x+0.5 )
2009-01-08  Francesco Montorsilastest patch from Utensil Candel: remove some legacy...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2009-01-08  Robert RoeblingAdd the same margin to wxBitmapToggleButton as to wxBit...
2009-01-08  Jouk Jansenmy previous commit patched the wrong file
2009-01-08  Robert RoeblingUpdate allocation of all child widgets after scrolling
2009-01-08  Robert RoeblingMake wxWrapSizer respect border around items
2009-01-08  Jouk JansenInsert missing include file
2009-01-08  Robert RoeblingOverride mouse wheel scrolling steps from GTK and make...
2009-01-07  Jouk JansenUpdate OpenVMS compile support
2009-01-07  Jouk Janseninsert missing include file for OpenVMS platforms
2009-01-07  Jouk Janseninsert missing iclude file
next