]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2007-12-03  Robert Roeblingcorrect wxMemoryDC constr. to not use m_owner
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
2007-12-03  Stefan Csomorfixing warning about missing virt destructor
2007-12-03  Stefan Csomorfixing warning about missing virt destructor
2007-12-03  Robert Roeblingcompile fix
2007-12-03  Robert RoeblingMention different internal usage of index list model
2007-12-03  Robert RoeblingResize col to fill entire client area if only 1 col.
2007-12-03  Julian SmartFixed player dialog listbox size and app icon on wxGTK
2007-12-03  Robert RoeblingAdd support for wxDC_ROW_LINES for GTK+ and OS X
2007-12-03  Julian SmartAdded Forty Thieves icon
2007-12-03  Paul Cornettremove unneccessary header dependencies on wx/thread.h
2007-12-03  Paul Cornettnon-pch build fix
2007-12-03  Paul Cornettnon-pch build fixes
2007-12-03  Paul Cornettbuild fix for -D__WXUNIVERSAL__
2007-12-02  Robert Roeblingfurther work on custom renderer
2007-12-02  Vadim Zeitlinadded wxMSW notifmsg.h/cpp
2007-12-02  Paul Cornettnon-pch build fix
2007-12-02  Paul Cornettkeep initial size from changing when frame extents...
2007-12-02  Vadim Zeitlinadded support for icon flags to wxGenericNotificationMe...
2007-12-02  Vadim Zeitlinadded wxNotificationMessage::AlwaysUseGeneric() MSW...
2007-12-02  Vadim Zeitlinadded wxArtProvider::GetMessageBoxIcon() to avoid dupli...
2007-12-02  Paul Cornettdon't set resize mode to QUEUE, it seems to be wrong...
2007-12-02  Vadim Zeitlinremoved the "Silver theme fix" which made the controls...
2007-12-02  Vadim Zeitlincorrect the wxEVT_TASKBAR_BALLOON_CLICK handler name...
2007-12-02  Vadim Zeitlinimplemented wxNotificationMessage for wxMSW using wxTas...
2007-12-02  Vadim Zeitlindelete the TLW used by taskbar icons instead of destroy...
2007-12-02  Stefan Csomorremoving non darwin mac source
2007-12-02  Vadim Zeitlinadded wxApp::GetShell32Version() to test for shell32...
2007-12-02  Stefan Csomorfixing new inheritance
2007-12-02  Robert RoeblingUse FillHilite style
2007-12-02  Robert Roeblingtest for valid icon
2007-12-02  Robert RoeblingMention DC change
2007-12-02  Robert RoeblingFix docs
2007-12-02  Vadim Zeitlindefine NIN_BALLOONXXX constants if the SDK doesn't
2007-12-02  Stefan Csomormaking sure the clientdc gets destroyed, otherwise...
2007-12-01  Bryan PettyReplaced moved wxVScrolledWindow HitTest methods fixing...
2007-12-01  Vadim Zeitlinadded wxEVT_TASKBAR_BALLOON_TIMEOUT/CLICK which will...
2007-12-01  Robert RoeblingForgot to actually use image list
2007-12-01  Vadim Zeitlinadd wxPrintData forward declaration (blind fix for...
2007-12-01  Robert RoeblingMention wxDataViewTreeCtrl in wxDataViewCtrl docs
2007-12-01  Robert RoeblingAdded wxDataViewTreeCtrl
2007-12-01  Paul Cornettnon-pch build fixes
2007-12-01  Vadim Zeitlinadded MSW-specific wxTaskBarIcon::ShowBalloon() method...
2007-12-01  Vadim Zeitlinremoved the menu item which could be used to remove...
2007-12-01  Vadim Zeitlinuse correct text format depending on build in XTYP_EXEC...
2007-12-01  Vadim Zeitlintest for wxUSE_UNICODE_UTF8 in wxUTF8Buf definition...
2007-12-01  Vadim Zeitlincompilation fix after argv changes (move initialization...
2007-12-01  Robert Roeblingcompilation fix and fewer warnings
2007-12-01  Stefan Csomorfixing define
2007-12-01  Stefan Csomorfont updates
2007-11-30  Robert Roeblingcompilation
2007-11-30  Robert Roeblingcompilation
2007-11-30  Robert Roeblingforgot to commit
2007-11-30  Vadim Zeitlincompilation fix after removing default wxDC ctor
2007-11-30  Vadim Zeitlinfree wxDCFactory::m_factory; also renamed SetDCFactory...
2007-11-30  Vadim Zeitlinremove default wxDC ctor to make it impossible to const...
2007-11-30  Stefan Csomoratsu for textctrl
2007-11-30  Stefan Csomorusing common code
2007-11-30  Stefan Csomorusing common code
2007-11-30  Stefan Csomortextctrl always needs ATSU...
2007-11-30  Vadim Zeitlinmention wxDC change (more details would be welcome)
2007-11-30  Vadim Zeitlinlast commit resolved the conflict incorrectly, undoing it
2007-11-30  Robert Roeblingremove checks for new dc code
2007-11-30  Vadim Zeitlinmove IMPLEMENT_CLASS macros for wxBuffered[Paint]DC...
2007-11-30  Robert Roeblingremove test for new dc
2007-11-30  Robert RoeblingCompile with printarch off
2007-11-30  Robert RoeblingRemove old wxDCBase class, restore IMPLEMENT_CLASS...
2007-11-30  Robert RoeblingwxOverlay compile fix
2007-11-30  Robert RoeblingDC change
2007-11-30  Robert Roeblingmore DC changes for wxX11
2007-11-30  Vadim Zeitlincorrected DECLARE_DYNAMIC_CLASS use
2007-11-30  Vadim Zeitlinuse WS_SYSMENU if wxCLOSE_BOX style is given, otherwise...
2007-11-30  Robert Roeblingremove superfluous visibility attribute
2007-11-30  Stefan Csomoradaptions for latest dc changes
2007-11-30  Stefan Csomoradaptions for latest dc changes
2007-11-30  Stefan Csomoradaptions for latest dc changes
2007-11-30  Stefan Csomoradaptions for latest dc changes
2007-11-30  Stefan Csomorfixing 10.5 only compiles
2007-11-30  Stefan Csomorfixing 10.5 only compiles
2007-11-30  Stefan Csomorfixing 10.5 only compiles
2007-11-30  Robert Roeblingconverted most of X11 DC code
2007-11-30  Vadim Zeitlinfix an unused variable warning in release build
2007-11-30  Vadim Zeitlinunused parameters and float/double->int conversion...
2007-11-30  Vadim Zeitlinfix compilation error after r50329: wxMenu doesn't...
2007-11-30  Vadim Zeitlinblind compilation fix after last commit
2007-11-30  Vadim Zeitlinbuild fixes for wxUSE_STL==1
2007-11-30  Robert RoeblingDC reorganization
2007-11-30  Robert RoeblingGTK+ doesn't like slider with min=max values
2007-11-30  Stefan Csomorfixing 10.5 only compiles
2007-11-30  Stefan Csomorfixing 10.5 only compiles
2007-11-30  Stefan Csomorfixing 10.5 only compiles
2007-11-30  Stefan Csomorfixing 10.5 only compiles
2007-11-30  Stefan Csomorfixing 10.5 only compiles
2007-11-30  Stefan Csomormoving code, fixing 10.5 only compiles
2007-11-30  Stefan Csomorfixing bug 1841377
2007-11-30  Stefan Csomorweak link test is not optimal, as CoreText is already...
2007-11-30  Stefan Csomorusing the cf string conversions exclusively
2007-11-29  Stefan Csomoradding CoreText implementation
2007-11-29  Stefan Csomoradding CoreText implementation
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
next