]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2007-03-15  Vadim Zeitlindon't add wxVSCROLL if only wxHSCROLL is explicitly...
2007-03-15  Roman Rolinsky- undo/redo fix for nonchecked items
2007-03-15  Vadim Zeitlinadded support for wxGRID_AUTOSIZE in wxGrid::SetRow...
2007-03-15  Stefan Csomorreverting one line
2007-03-15  Vadim Zeitlinadded wxGridUpdateLocker helper class wrapping Begin...
2007-03-15  Julian SmartDon't send initial event in ctor
2007-03-15  Václav Slavíkfixed wxDataViewCtrl compilation with DigitalMars
2007-03-15  Vadim Zeitlinremoved outdated Classic files to avoid confusing people
2007-03-15  Vadim Zeitlinadded wrapper functions allowing to postpone loading...
2007-03-15  Vadim Zeitlinextracted code including gdiplus.h in a separate header
2007-03-15  Roman Rolinskysearching for plugins in XRCEDPATH
2007-03-15  Vadim Zeitlinfix GetSize() for large files (patch 1680876)
2007-03-14  Roman Rolinskycleanup of modules loaded from comment directives
2007-03-14  Roman Rolinskymoved custom menu up
2007-03-14  Vadim Zeitlinsuppress unused parameter warning
2007-03-14  Vadim Zeitlinlast change was wrong, fix wxUSE_MDI==0 build without...
2007-03-14  Václav Slavíkconstructing a sentence dynamically is not i18n-friendl...
2007-03-14  Roman Rolinskymore custom classes support
2007-03-14  Vadim Zeitlinreplace (deprecated) Get/UngetWriteBuf() with wxStringB...
2007-03-14  Vadim Zeitlinremoved wxUSE_DIB_FOR_BITMAP which doesn't seem to...
2007-03-14  Roman RolinskywxLED_ALIGN_MASK fix
2007-03-14  Vadim Zeitlinimplement Set/GetTitle() (last part of patch 1679337)
2007-03-14  Václav Slavíkconstructing a sentence dynamically is not i18n-friendl...
2007-03-14  Vadim Zeitlindon't really enable the window when its parent is disab...
2007-03-14  Chris Elliottbuild 2.8.2 html and htb docs on windows
2007-03-14  Vadim Zeitlinavoid duplicated empty help menu in localized applicati...
2007-03-14  Vadim Zeitlindon't add extra GetCharHeight() pixels to the top borde...
2007-03-14  Vadim Zeitlinchanged literal "minimal" strings to $(PRODUCT_NAME...
2007-03-13  Roman RolinskySupport for custom controls, first attempt
2007-03-13  Vadim Zeitlinimplemented Set/GetLabel() (part of patch 1679337)
2007-03-13  Vadim Zeitlinimplemented GetLabel() (part of patch 1679337)
2007-03-13  Vadim Zeitlintest for pthread_mutex_timedlock() availability in...
2007-03-13  Vadim Zeitlinallocate HPEN on demand instead of doing every time...
2007-03-13  Vadim Zeitlinallocate HFONT on demand instead of doing every time...
2007-03-13  Vadim Zeitlinfix setting the properties of a valid but unshared...
2007-03-13  Vadim Zeitlincorrected example; minor fixes to the text; uncommented...
2007-03-12  Vadim Zeitlinremoved extraneous semicolon (bug 1679080)
2007-03-12  Vadim Zeitlinfix window repainting when SetLineCount() is called...
2007-03-12  Benjamin Williamsprevent disappearing menus in tabmdi
2007-03-12  Vadim Zeitlininclude <locale.h> before using setlocale()
2007-03-12  Vadim Zeitlininclude wxUniv files in wxDFB distribution
2007-03-12  Benjamin Williamsapplied patch 1675101 - reduce flicker
2007-03-12  Julian SmartApplied patch [ 1678626 ] Non-ascii characters in wxRic...
2007-03-12  Jouk Jansen Modified Files:
2007-03-12  Vadim Zeitlinadded wxAppTraits::SetLocale() and call it during wxApp...
2007-03-11  Vadim Zeitlinadded wxSafeConvertMB2WX/WX2MB() and use them when...
2007-03-11  Roman Rolinskyediting comments by editing tree label
2007-03-11  Paul Cornettfix assertions on invalid items
2007-03-11  Vadim Zeitlinuse wxConvLibc, not wxConvCurrent, with regerror()
2007-03-11  Paul Cornettput refdata virtuals in the right class this time
2007-03-11  Julian SmartFixed wrapping with tabs
2007-03-11  Vadim Zeitlininclude wx/object.h now that wxConfigBase derives from...
2007-03-11  Roman RolinskyImplemented xxxComment. Due to different minidom XML...
2007-03-11  Roman RolinskyComment icon
2007-03-11  Roman RolinskyTree-Comment.png
2007-03-11  Paul Cornettuse AllocExclusive
2007-03-11  Vadim Zeitlinadded support for wxTE_NO_VSCROLL (patch 1588605) and...
2007-03-11  Vadim Zeitlintest wxTE_NO_VSCROLL
2007-03-11  Vadim Zeitlinlast fixes from patch 1604462: fix wxlike-libdirname...
2007-03-11  Vadim Zeitlincompilation fix after last commit: wxPenRefData, not...
2007-03-11  Vadim Zeitlinargh, added missing comma in last commit
2007-03-11  Vadim Zeitlinadded wxWinVersion_Vista to wxWinVersion enum
2007-03-11  Vadim Zeitlinderive wxConfig classes from wxObject and add wxRTTI...
2007-03-11  Vadim Zeitlinset GtkRcStyle::text to fg colour too to allow changing...
2007-03-11  Václav SlavíkVC6 compilation fix
2007-03-11  Roman Rolinskymade test window for Dialog and Wizard a child of g...
2007-03-11  Vadim Zeitlinfixed overflow when using sysconf() to retrieve free...
2007-03-11  Roman RolinskyCtrl-H must not be used on Mac...
2007-03-11  Vadim Zeitlinfixed compilation with wxUSE_WXDIB==0 (bug 1667819)
2007-03-10  Paul Cornettmake wxPenRefData private
2007-03-10  Paul Cornettuse AllocExclusive
2007-03-10  Václav Slavíkremoved C++BuilderX project files, they are broken...
2007-03-10  Václav Slavíkremoved remaining wx24dsp format references
2007-03-10  Paul Cornettsource id type is unsigned; minor cleanup
2007-03-10  Paul Cornettuse simpler color ctor
2007-03-10  Vadim Zeitlinderive wxConfig classes from wxObject and add wxRTTI...
2007-03-10  Vadim Zeitlinallow using multiple wxBufferedDCs at once (patch 1589441)
2007-03-10  Vadim Zeitlinmiscellaneous LnF improvements, including support for...
2007-03-10  Vadim Zeitlinadd many new macros to facilitate using wx from project...
2007-03-10  Vadim Zeitlinuse force=1 with default-value tags (part of patch...
2007-03-10  Vadim Zeitlinrequire bakefile 0.2.2 and not 0.2.1 and do it for...
2007-03-10  Vadim Zeitlinadded GetTextExtent() overload returning wxSize (patch...
2007-03-10  Vadim Zeitlinadded wxDIRCTRL_EDIT_LABELS style support (patch 1676853)
2007-03-10  Vadim Zeitlininclude wx/utils.h in PCH-less build to ensure that...
2007-03-10  Vadim Zeitlinreturn effective dnd operation result and not the expec...
2007-03-10  Vadim Zeitlinset SO_REUSEADDR before binding for UDP sockets too...
2007-03-10  Vadim Zeitlinallow using numpad enter key to activate the default...
2007-03-10  Vadim Zeitlindon't send incorrect char events when entering Unicode...
2007-03-10  Vadim Zeitlincompilation fix after last change
2007-03-10  Vadim Zeitlincorrected the just-added operator=(RGBColor) return...
2007-03-10  Vadim Zeitlincorrected bug due to testing for wrong return value...
2007-03-10  Vadim Zeitlinadded wxColour(RGBColor) ctor and use it insteaf of...
2007-03-10  Stefan NeisApplied patch #1677782 (Lock with Timeout for wxMutex...
2007-03-10  Roman Rolinsky0.1.8-4
2007-03-10  Paul Cornettuse simpler color ctor
2007-03-10  Paul Cornettsizeof(char) is 1. By definition.
2007-03-09  Vadim Zeitlinimplement wxMutex::LockTimeout() using critical region...
2007-03-09  Václav SlavíkUnicode compilation fixes
2007-03-09  Paul Cornettadd 4th parameter to AC_CHECK_HEADER to skip preprocess...
2007-03-09  Václav SlavíkUnicode compilation fix
next