]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2007-07-12  Paul Cornettfix MDI child sizing, which was working more or less...
2007-07-12  Václav Slavíkcompilation fix
2007-07-12  Vadim Zeitlinadded missing spaces
2007-07-12  Vadim Zeitlinnon-PCH compilation fix after latest change
2007-07-12  Vadim Zeitlinadded support for binary data to wxConfig (slightly...
2007-07-11  Vadim Zeitlin--with-sdl option should be taken into account for...
2007-07-11  Vadim Zeitlinminor changes: increase the initial window size, create...
2007-07-11  Vadim Zeitlincall SetCanFocus(false) to prevent the control window...
2007-07-11  Vadim Zeitlindon't output -DwxUSE_GUI=0 in cflags by default, do...
2007-07-11  Vadim Zeitlinfixed a bug in a test (there should be a space after -z)
2007-07-11  Vadim Zeitlindisable the libraries and features which were disabled...
2007-07-11  Vadim Zeitlinadded wxUSE_SVG
2007-07-11  Vadim Zeitlincleanup: indentation, line length, don't include unneed...
2007-07-11  Vadim Zeitlinadd adv and core libraries to the built wx libs if...
2007-07-11  Vadim ZeitlinRewrote configure --enable/with options handling:
2007-07-11  Stefan Csomoravoiding copies if not necessary (better dependancy...
2007-07-11  Stefan Csomor64bit fix for patch as well
2007-07-11  Julian SmartTest for wxUSE_UXTHEME
2007-07-11  Julian SmartAvoid a crash due to OnSize being called before initial...
2007-07-11  Robert RoeblingCompilo.
2007-07-11  Vadim Zeitlincorrected timer.h include broken by last change
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_COMBOBOX/RADIOBTN==0
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_MSGDLG==0
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_IMAGE==0
2007-07-11  Vadim Zeitlincheck for wxUSE_TIMER in headers, not the files includi...
2007-07-10  Vadim Zeitlinadded missing wxUSE_XXX checks
2007-07-10  Vadim Zeitlinremoved dummy variable, C++ compilers shouldn't have...
2007-07-10  Vadim Zeitlincompilation fixes for wxUSE_TIMER==0
2007-07-10  Vadim Zeitlincompilation fixes for wxUSE_LONGLONG==0
2007-07-10  Vadim Zeitlindon't include wx/unix/private/timer.h from evtloop...
2007-07-10  Václav Slavíkcompilation fix for gcc<3.4
2007-07-10  Václav Slavíkadded support for custom bitmap depths
2007-07-10  Robin DunnSwitch GetHeaderButtonWidget to use a real column heade...
2007-07-10  Václav Slavíkimplemented raw bitmap access for wxDFB
2007-07-10  Václav Slavíkcleanup of raw access to bitmaps:
2007-07-10  Robert RoeblingBlock all events in wxSpinButton::SetValue etc.
2007-07-10  Robert RoeblingBlock all events in wxSpinCtrl::SetValue etc.
2007-07-10  Robert RoeblingBlock all events in wxSpinCtrl::SetValue etc.
2007-07-10  Vadim Zeitlinremoved obsolete makefiles
2007-07-10  Vadim Zeitlinadded --optional-libs wx-config argument (patch 1747239)
2007-07-10  Vadim ZeitlinAlso added wxFFileStream::IsOk() and corrected IsOk...
2007-07-10  Vadim Zeitlinregenerated after adding base64.h/cpp
2007-07-10  Vadim Zeitlinadded functions for base64 en/decoding (replaces patch...
2007-07-09  Robin DunnNeed to send an event in the wxCP_NO_TLW_RESIZE case...
2007-07-09  Robin DunnUse a button that has a tree widget as a parent as...
2007-07-09  Robert RoeblingMore work on sorting in wxDataViewCtrl
2007-07-09  David ElliottFix compilo due to r47267.
2007-07-09  Vadim Zeitlinuse first unused colour for the mask instead of hardcod...
2007-07-09  Vadim Zeitlinadded wxFileStream::IsOk() (patch 1749587)
2007-07-09  Vadim Zeitlingenerate wxEVT_COMMAND_LIST_END_LABEL_EDIT event even...
2007-07-09  Vadim Zeitlindon't bubble up the events upwards the window hierarchy...
2007-07-09  Julian SmartAdded gravity
2007-07-09  Robert RoeblingAdd GtkSortableIface stubs
2007-07-09  Vadim Zeitlinadded missing WXDLLIMPEXP_CORE for wxGetDisplay() for...
2007-07-09  Robert RoeblingAdd compare function to wxDataViewModel
2007-07-09  Robert RoeblingBo'd patch to make wxDataViewCtrl compile again (4th...
2007-07-09  Václav Slavíkignore Bakefiles.local.bkgen file with local customizations
2007-07-09  Václav Slavíkadded GCC visibility support
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-07-08  Vadim Zeitlinfix from Francesco for the latest version of wxPresets
2007-07-08  Václav Slavíkdocumented removal of unsafe wxGets() and wxTmpnam...
2007-07-08  Václav Slavíkdon't call <del-flags> for flags that weren't added
2007-07-08  Václav Slavíkremoved unsecure wxTmpnam() function (patch by Francesc...
2007-07-08  Václav Slavíkfix Watcom compilation: removed templates for wxFileSel...
2007-07-08  Václav Slavíkremoved wxWCHAR_T_IS_SEPARATE_TYPE: there already was...
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-07-07  David ElliottDon't include <CoreFoundation/CFBase.h> because it...
2007-07-07  David ElliottRemove wxMBConv_mac and wxMBConv_macUTF8D converters...
2007-07-07  David ElliottAdd support for wxFONTENCODING_MACKEYBOARD.
2007-07-07  David ElliottAdd factory functions for use with future unit tests.
2007-07-07  Robert RoeblingGCC doesn't like inline wxDEPRECATED methods.
2007-07-07  Václav Slavíkadded missing wx_str() (patch #1749398)
2007-07-07  Václav Slavíkfixed dereferencing of invalid pointers
2007-07-07  Václav Slavíkchanged wxVectorBase and WX_DECLARE_BASE into wxVector...
2007-07-07  David ElliottMove wxMBConv_cf out of strconv.cpp and into strconv_cf...
2007-07-06  Václav Slavíkfixed to make wxVariant compatible with both ANSI and...
2007-07-06  David ElliottFix wxMBConv_cf to implement FromWChar/ToWChar in lieu...
2007-07-06  Václav Slavíkadded alpha channel support to wxDFB's wxBitmap
2007-07-06  Václav Slavíkadded support for loading images with alpha channel...
2007-07-06  David ElliottRename wxMBConv_cocoa to wxMBConv_cf and use it when...
2007-07-06  Vadim Zeitlinuse WXDLLIMPEXP_GL instead of WXDLLEXPORT (which is...
2007-07-06  Václav Slavíkadded missing wxUniChar::operator=(wxUniCharRef)
2007-07-06  Vadim Zeitlinremove the unneeded +1 from wxGauge::SetValue() call...
2007-07-06  Vadim Zeitlindocument that SetValue() accepts values in 0..GetRange...
2007-07-06  Vadim Zeitlinuse 'neither ... nor ...' instead of 'neither ... or...
2007-07-06  David ElliottMake wxCocoa compile in 64-bit mode.
2007-07-06  David ElliottFix wxCocoa compilation.
2007-07-05  Vadim Zeitlinreset selection when sorting the items as they don...
2007-07-05  Vadim Zeitlindon't allow selecting multiple items in single selectio...
2007-07-05  David ElliottImplement wxColour constructors to match other ports...
2007-07-05  Bryan PettyAdded deprecation warnings to old wxVScrolledWindow...
2007-07-05  Robert RoeblingwxDataViewCtrl can show tree/list music sample.
2007-07-05  Robert RoeblingGetting closer to working tree/list wxDataViewCtrl.
2007-07-05  Václav Slavíkadded missing WXDLLIMPEXP_CORE
2007-07-05  Chris Elliottadded missing unixfiles
2007-07-05  Chris Elliottreplace cvsentries
2007-07-05  Robert RoeblingThe dataview sample compiles now, but doesn't work...
2007-07-05  Chris Elliottcvs to svn
2007-07-05  Chris Elliottmove to svn
2007-07-05  Bryan PettyFixed case on LaTeX member function labels.
next