]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2008-06-11  Vadim Zeitlinuse more general pointer-to-member representation for...
2008-06-11  Vadim Zeitlinfix for crash under wxX11: we get text event there...
2008-06-11  Vadim Zeitlinuse native calendar control in wxDatePickerCtrl if...
2008-06-11  Vadim Zeitlinuse wxDC::SetDeviceClippingRegion() instead of deprecat...
2008-06-11  Stefan Csomorremoving outdated files for mac
2008-06-11  Robert Roebling#9559 DataViewCtrl wrong behaviour with reordering...
2008-06-11  Stefan Csomorremoving outdated files for mac
2008-06-11  Paul Cornettmove 8 copies of the same function to common code
2008-06-11  Stefan Csomorremoving outdated files for mac
2008-06-11  Stefan Csomorforward port of fix
2008-06-11  Stefan Csomorremoving old files
2008-06-11  Vadim Zeitlinremember the last type used for loading or saving the...
2008-06-11  Vadim Zeitlinfix some parameters docs and other minor changes (...
2008-06-10  Stefan Csomorremoving outdated files on mac
2008-06-10  Stefan Csomorremoving outdated files on mac
2008-06-10  Stefan Csomorremoving outdated files on mac
2008-06-10  Stefan Csomorremoving outdated files on mac
2008-06-10  Stefan Csomorremoving outdated files on mac
2008-06-10  Stefan Csomorremoving outdated files on mac
2008-06-10  Stefan Csomorremoving outdated files on mac, adding new files
2008-06-10  Stefan Csomorremoving outdated files on mac
2008-06-10  Stefan Csomorremoving outdated files on mac
2008-06-10  Stefan Csomorremoving outdated files on mac
2008-06-10  Paul CornettwxMenuItem code cleanup, removing duplicate and unnecce...
2008-06-09  Vadim Zeitlincorrect some compatibility problems with the existing...
2008-06-09  Vadim Zeitlindon't use deprecate SetClippingRegion(wxRegion)
2008-06-09  Stefan CsomorRGBColor on QD only
2008-06-09  Stefan Csomorsetup font defines for iphone correctly
2008-06-09  Robert Roeblingblind fix for: #9549: crash in wxDataViewMainWindow...
2008-06-09  Stefan Csomoradding correct include explicitely
2008-06-09  Stefan Csomorclipping to empty if not visible
2008-06-09  Stefan Csomoronly available on carbon or cocoa
2008-06-08  Stefan Csomorremoving unneeded code for osx
2008-06-08  Vadim Zeitlinmake list whose items are referred to by their numbers...
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-06-08  Vadim Zeitlinadded multisampling (anti-aliasing) support to wxGLCanv...
2008-06-07  Vadim Zeitlinset a global flag on shut down instead calling Delete...
2008-06-07  Vadim Zeitlindo what we advise, not what we say is unsupported:...
2008-06-07  Vadim Zeitlinmake wxLogWindow thread-safe (#8783)
2008-06-07  Vadim Zeitlinpresent information about key presses better; some...
2008-06-07  Vadim Zeitlinuse memcpy() instead of wxTmemcpy() as the latter is...
2008-06-07  Vadim Zeitlinmore compilation fixes for VC6 (#9492)
2008-06-07  Stefan NeisCompilation fix for GTK1.
2008-06-07  Stefan NeisUse spaces in configuration names, so they need less...
2008-06-07  Vadim Zeitlincompilation fix for PCH-less compilation after the...
2008-06-07  Vadim Zeitlindon't show the normal context menu while editing an...
2008-06-07  Vadim Zeitlindon't refresh the current cell in SetCellHighlightROPen...
2008-06-07  Vadim Zeitlinensure that dialog gripper is always positioned below...
2008-06-07  Vadim Zeitlinsupport multiline labels in wxCheckBox (#9495)
2008-06-07  Vadim Zeitlincorrect phrase broken by the last change
2008-06-07  Vadim Zeitlincall wxSizerFlags::Top/Bottom() or Left/Right() shouldn...
2008-06-07  Vadim Zeitlinchange another long type to wxBitmapType
2008-06-07  Vadim Zeitlinspecify the name of the control (#9515)
2008-06-07  Vadim Zeitlinreplace another SF link with wxTrac one (#9501)
2008-06-06  Vadim Zeitlinreplace SF links with wxTrac ones (#9500)
2008-06-06  Vadim Zeitlinuse report mode for the wxListbook list control if...
2008-06-06  Vadim Zeitlinfixed another pointer-to-int-of-lesser-size conversion...
2008-06-06  Vadim Zeitlinchange longs used for bitmap types to wxBitmapType...
2008-06-06  Vadim Zeitlindon't leave current item index invalid after SetItemCou...
2008-06-06  Vadim Zeitlinremove another unnecessary memcpy() of string contents...
2008-06-06  Vadim Zeitlinremove unnecessary memcpy() of string contents to wxStr...
2008-06-06  Vadim Zeitlininitialize wxStringBuffer with the original contents...
2008-06-06  Vadim Zeitlincompilation fix for VC6 (and maybe not only): enums...
2008-06-06  Vadim Zeitlincompilation fixes for ANSI build
2008-06-06  Vadim Zeitlinremoved the test which never works: Lower/Upper() don...
2008-06-06  Julian SmartFixed reading of image type
2008-06-05  Vadim Zeitlincorrected bug in wxTimeSpan::IsShorterThan() for equal...
2008-06-05  Václav SlavíkPCH-less compilation fix
2008-06-05  Vadim Zeitlincompilation fix for --disable-filesystem --enable-xrc...
2008-06-05  Václav Slavíkadded wxHtmlWindow::SetRelatedStatusBar(wxStatusBar...
2008-06-04  Václav SlavíkChanged wxHTML default font size for printing to be...
2008-06-04  Václav SlavíkwxDFB: implemented Raise() and Lower() for TLWs
2008-06-04  Vadim Zeitlincompilation fix for wxUSE_STL==1
2008-06-04  Václav Slavíkglcmn.cpp doesn't belong in OPENGL_SRC_PLATFORM (it...
2008-06-04  Stefan NeisMore compilation fixes for mingw-w64.
2008-06-04  Julian SmartOut by one correction
2008-06-03  Robert RoeblingRemove old GTK 1.2 code
2008-06-03  Benjamin Williamsprevent memory leak
2008-06-03  Vadim Zeitlinremoved deleted wx/gtk/treectrl.h from bakefiles as...
2008-06-03  Vadim Zeitlinfix crash when repositioning tools without labels in...
2008-06-02  Robert RoeblingSeparate label with wx mnemonics (&) and with gtk mnemo...
2008-06-02  Vadim Zeitlinsuppress warning about casting int to a pointer of...
2008-06-02  Robert RoeblingMake wxMenuItem::GetLabelText readable again
2008-06-02  Vadim Zeitlindefine wxHAS_ATOMIC_OPS only if native implementation...
2008-06-02  Robin DunnAdd a SetDoubleBuffered method for wxMSW (XP+)
2008-06-02  Robert RoeblingDisable disabling wxWeakRef<T>
2008-06-02  Václav Slavíkregenerated all trunk makefiles with bakefile-0.2.3
2008-06-02  Václav Slavíkfixed OSX bundles bkl code to handle conditional target...
2008-06-02  Vadim Zeitlinadded a note about wxrc to Xcode section
2008-06-01  Vadim Zeitlinremove mentions of contrib
2008-06-01  Vadim Zeitlinfix the test for vsscanf() declaration which never...
2008-06-01  Vadim Zeitlinuse wxHAS_RAW_BITMAP instead of wxHAVE_RAW_BITMAP
2008-06-01  Vadim Zeitlincorrect error in wxHAVE_RAW_BITMAP definition: it shoul...
2008-06-01  Paul Cornettfix tool referencing, remove dropdown element in DoDele...
2008-06-01  Vadim Zeitlinuse IMPLEMENT_APP_CONSOLE and not IMPLEMENT_APP for...
2008-06-01  Vadim Zeitlindefine wxHAS_RAW_BITMAP (instead of inconsistenly named...
2008-06-01  Vadim Zeitlindon't run GUI tests under Unix if the DISPLAY is not set
2008-06-01  Vadim ZeitlinReadBig() should be defined in ANSI build too
2008-06-01  Vadim Zeitlininclude wx/crt.h to get wxUSE_WXVSNPRINTF
2008-06-01  Vadim Zeitlincompilation fix for wxX11
next