]> git.saurik.com Git - wxWidgets.git/history - src
fixed spacer image
[wxWidgets.git] / src /
2004-10-10  Stefan NeisMove children if parent gets resized.
2004-10-10  Ryan Nortoncorrect assignment in constructors, a little optimizati...
2004-10-10  Julian SmartFixed the change that broke eVC++ compile (please don...
2004-10-09  Vadim Zeitlinthe #ifdef around BROWSEINFO.lpszTitle assignment is...
2004-10-09  Vadim Zeitlinuse wxStrdupA() instead of #ifdef's around strdup()
2004-10-09  Julian SmartFix for Standard WinCE SDK
2004-10-09  Julian SmartUse _strdup under WinCE/eVC++
2004-10-09  Julian SmartWorkaround for incorrect header in some versions of...
2004-10-09  Julian SmartResolved ambiguity
2004-10-09  Ryan Nortoncorrect white values in extra stock cursors
2004-10-08  Ryan Nortonfix description
2004-10-08  Ryan Nortonfinal null-char wxString stuff, a couple of bugfixes...
2004-10-08  Václav Slavíkpropagate invalidated best size upstream
2004-10-08  Kevin HockAdded Quicktime framework from System folder, updated...
2004-10-08  Włodzimierz SkibaBetter markup.
2004-10-08  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-08  Robin DunnCheck for an image list before complaining in OnGetItem...
2004-10-08  Ryan Nortonfinal compilo fixups for 10.2 unicode - c/c++ fixes...
2004-10-08  Ryan Nortonvarious cleanups
2004-10-08  Ryan NortonwxSound for wxCocoa
2004-10-08  Ryan NortonwxDisplay for wxCocoa
2004-10-08  Ryan NortonwxCocoa link fixes
2004-10-07  Ryan Nortonfix darwin defines
2004-10-07  Ryan Nortona bit of cleanup
2004-10-07  Ryan Norton1.10.2 and less mbtowc and wctomb HAVE THE COOTIEScd...
2004-10-07  Julian SmartApplied patch [ 1039456 ] [wxOS2]Popup menu problems
2004-10-07  Ryan Nortonsome preparation for carbon/cocoa interop
2004-10-07  Robin DunnCorrect compile errors in non-unicode build
2004-10-07  Ryan Nortonanother stub for wxCocoa
2004-10-07  Robin DunnVerified and applied [ 1042133 ] GTK2.0: DrawRotatedTex...
2004-10-07  Ryan Norton1. Yet another unit test for new stirng stuff
2004-10-07  Julian SmartApplied patch [ 1042241 ] Fixes print setup problem...
2004-10-07  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-07  Dimitri Schoolwerthfixed Carbon compilation; call HID keyboard dtor for...
2004-10-07  Ryan Nortonrevert badly screwed up commit :\
2004-10-07  Ryan Norton2.5.3 - cleanups, fixes, etc. etc. -
2004-10-06  Ryan Nortoncursors for cocoa
2004-10-06  Václav Slavíkfixed broken DoUpdateWindowUI: event.SetChecked doesn...
2004-10-06  Ryan Nortoncocoa tooltips. Remove runtime warning from 10.2 ...
2004-10-06  Włodzimierz SkibaBlind fix to lack of sql types.
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-06  Włodzimierz SkibaRemoved doubled events, corrected behaviour (patch...
2004-10-06  Kevin HockExpanded comment in Initialize to include why Initializ...
2004-10-06  Kevin HockMac sockets events must be added to the RunLoop in...
2004-10-06  Kevin HockAdded back compile-time check for about/prefs menu...
2004-10-06  Stefan Csomoradjusting DoGetBestSize according MSW
2004-10-05  Vadim Zeitlincleaning up strdup/isascii definitions for compilers...
2004-10-05  Robert Roebling Make wxComboBox spit out a bit fewer surplis
2004-10-05  Ryan Nortondefault pos/size cleanup
2004-10-05  Robert Roebling Fixed missing focus problem.
2004-10-05  Václav Slavíkadded wxRB_SINGLE
2004-10-05  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-05  David ElliottImplement wxButtonBase::GetDefaultSize()
2004-10-04  David ElliottAdded wxAutoNSAutoreleasePool where needed for controls...
2004-10-04  Vadim Zeitlinmade IsMainLoopRunning() static and implemented it...
2004-10-04  Robin Dunnfix compile error
2004-10-04  Włodzimierz SkibaWarning fixes to most detailed warning output of OpenWa...
2004-10-04  Robin DunnBail out if GetCurrentMenu returns NULL
2004-10-04  Ryan Nortonnative wxFontDialog for carbon, second shot
2004-10-04  Dimitri Schoolwerthadded missing include for non-PCH compilation
2004-10-04  Vadim Zeitlindon't use non blocking sockets if wxApp::IsMainLoopRunn...
2004-10-04  Vadim Zeitlinassert that name, not full path, is used in RenameEntry...
2004-10-04  Vadim Zeitlinfixed deletion of last group in the config file (bugs...
2004-10-04  Vadim Zeitlindon't try to delete our config file in DeleteAll()...
2004-10-04  Vadim Zeitlindon't add dummy empty line at the end when reading...
2004-10-04  Vadim Zeitlinsmall optimization in wxConfigPathChanger: don't change...
2004-10-03  Dimitri Schoolwerthremoved tab character
2004-10-03  Vadim Zeitlinadded wxFileConfig::Save(stream); documented it in...
2004-10-03  Vadim Zeitlindon't keep a dirty flag in each entry/group, this is...
2004-10-03  Vadim Zeitlinuse wxFileName::MacSetTypeAndCreator() in Flush() inste...
2004-10-03  Vadim Zeitlinadded wxUmaskChanger class and wxCHANGE_UMASK macro...
2004-10-03  Václav Slavíkfixed menu destruction if it was removed from menubar...
2004-10-03  Václav Slavíkfixed transiency when the parent is MDI child frame
2004-10-03  Julian SmartWorkaround for special menu items not always being...
2004-10-03  Václav Slavíkfixed crash on invalid data (patch 1039453)
2004-10-03  Vadim Zeitlindon't include headers not needed when wxUSE_GUI == 0
2004-10-03  Robert Roebling Reworked TLW and app activation event code, also
2004-10-03  Vadim Zeitlinstore bitmap data in premultiplied by alpha format...
2004-10-03  Vadim Zeitlinuse AlphaBlt() when blitting to a bitmap with alpha...
2004-10-03  Vadim Zeitlinupdate the disabled buttons appearance when system...
2004-10-03  Vadim Zeitlinoops, AdjustFontSize() had no effect; fixed (patch...
2004-10-03  Vadim Zeitlindestroy any TLWs still alive when the app terminates...
2004-10-02  Vadim Zeitlinfixes for Metrowerks command line compiler (avoid redef...
2004-10-02  Vadim Zeitlin$#include "expat_config.h" instead of <expat_config...
2004-10-02  Vadim Zeitlinonly use __attribute__(regparm) for x86, this results...
2004-10-02  Vadim Zeitlinadded wxVaCopy() and use it to fix wxVsnprintf() crash...
2004-10-02  Vadim Zeitlinfixed dll import specification of wxGetHInstance()
2004-10-02  Julian SmartBlind fixes for Mac project files (version number,...
2004-10-01  David ElliottwxCocoa: Added (mostly) stubs for wxGLCanvas and friends.
2004-10-01  Ryan Nortonfix const to normal warning
2004-10-01  Václav Slavíkuse default GUI font in wxHtmlListBox
2004-10-01  Ryan Norton*** empty log message ***
2004-10-01  Ryan NortonOSX only (a runtime check would be preferable as Kevin...
2004-10-01  Kevin HockIncrease status bar height from 15 to 18, allows common...
2004-10-01  Ryan Nortononly do the seperator between about and preferences...
2004-10-01  Kevin Hockwx apps did not have the separator like other apps...
2004-10-01  Vadim Zeitlinhack: hide the MDI parent frame by moving it off screen
2004-10-01  Vadim Zeitlinrelayout frame contents when tool/statusbar is shown...
2004-10-01  Vadim Zeitlinextracted OnSize() body in a new DoLayout() method...
2004-09-30  Vadim Zeitlindon't deprecate SetItemImage() with 3 parameters; just...
next