]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2005-05-06  Michael WetherellThis handlers mustn't be deleted when a popup is dismis...
2005-05-06  Julian SmartPermission for flood-fill code clarified
2005-05-06  Włodzimierz... VC warning fixes.
2005-05-05  Kevin OllivierExtension fix for multiversion installs, and allow...
2005-05-05  Vadim Zeitlindefine wxUSE_CRASHREPORT as 0 for non-MSW
2005-05-05  Vadim Zeitlinlimit recursion depth in DumpUDT() to prevent crashes...
2005-05-05  Robin DunnPatch from Morgan Hua for 'better looking dialog box...
2005-05-05  Julian SmartRemoved non-theme related defs
2005-05-05  Julian SmartClarified copyright
2005-05-05  Julian SmartMac function no longer exists (OK, so this is deprecate...
2005-05-05  Robin Dunn_selected is a global
2005-05-05  Robin DunnMore updates from Morgan Hua
2005-05-04  Robin DunnDisown the config object when calling wx.ConfigBase.Set
2005-05-04  Robin DunnBind event to the listctrl
2005-05-04  Robin DunnDon't automatically copy the selection to the clipboard...
2005-05-04  Robin DunnDon't copy the NULL char into the clipboard. Most...
2005-05-04  Vadim Zeitlinadded (trivial) GetLong/ShortPath() test
2005-05-04  Vadim Zeitlinfixed GetLongPath(): it never used ::GetLongPath()...
2005-05-04  Vadim Zeitlinfixed EOVERFLOW handlign after previous commit and...
2005-05-04  Julian SmartAdded licence/copyright information
2005-05-04  Vadim Zeitlininclude iostream headers before using iostream classes...
2005-05-04  Vadim ZeitlinwxUSE_CRASHREPORT requires wxUSE_ON_FATAL_EXCEPTION
2005-05-04  Vadim Zeitlinreplace complicated OS tests with simple ifdef EOVERFLO...
2005-05-04  Włodzimierz... Build fix after changes in default help controller.
2005-05-04  Włodzimierz... Layout fixes for wxPlotWindow [#1192416] + source clean...
2005-05-04  Julian SmartRemoved redundant file
2005-05-04  Robin DunnAdded release dates where I could find them
2005-05-04  Robin Dunnuse the passed in ID
2005-05-04  Robin Dunnpart of the revert of 1.8 got botched
2005-05-03  Stefan Csomorotherwise we always fall back to blitting, even if...
2005-05-03  Julian SmartA control's text colour now reflects the system colour...
2005-05-03  Stefan Csomormust be static of course, otherwise items just get...
2005-05-03  Robin DunnreSWIGged
2005-05-02  Robin Dunnflicker reduction for gtk2
2005-05-02  Robin DunnEnsure the bitmap is good before drawing it.
2005-05-02  Robin DunnCorrect compilation error on Tiger
2005-05-02  Robin DunnRoll wxPyMake_wxSizer into wxPyMake_wxObject.
2005-05-02  Chris Elliottget the path in windows format for cygwin
2005-05-02  Chris Elliottsizer.h needed by cygwin
2005-05-01  Václav Slavíkthe manual contained wrong licence wording inconsistent...
2005-05-01  Michael WetherellChange the format of the output so that you can jump...
2005-04-30  Václav Slavíkreformatted to fix standard terminal
2005-04-30  Stefan Csomorreordering for CW compiles, setting control to opaque...
2005-04-30  Michael WetherellCall MGL_init earlier in wxApp::Initialize to avoid...
2005-04-29  Robin Dunndetabbed
2005-04-29  Robin Dunninit wxApp->argc and wxApp->argv even when wx has alrea...
2005-04-29  Julian SmartRemoved previous broken fix for deferred positioning...
2005-04-29  Robin DunnNo need to match bg colours any more
2005-04-29  Stefan Csomoradapting to latest API
2005-04-29  Julian SmartAdjustScrollbars can go into an infinite loop, so bail...
2005-04-29  Robin DunnCompleted wxImage docstrings
2005-04-29  Michael WetherellThe mmedia contrib requires sys/soundcard.h on unix...
2005-04-28  Julian SmartSwitch deferred sizing off for radioboxes because with...
2005-04-28  Julian SmartReverted/commented out unsuccessful defer fix
2005-04-28  Robin Dunndemo tweaks
2005-04-28  Julian SmartTypo correction
2005-04-28  Julian SmartUse real number of children for reserving deferred...
2005-04-28  Julian SmartWorked around an apparent bug in Windows whereby some...
2005-04-28  Stefan Csomorotherwise we always just fix rect at index 0 ...
2005-04-28  Kevin HockFix for unexplained change in socket behavior where...
2005-04-28  Robin DunnUpdates to doc/view modules and sample apps from Active...
2005-04-27  Julian SmartCopy about.htm
2005-04-27  Robin DunnreSWIGged
2005-04-27  Julian SmartTemporary fix (I hope) to allow an application to paint...
2005-04-27  Václav Slavíkuse wx-2.6, not 2.5, by default
2005-04-27  Robin DunnAdded wx.BrushFromBitmap to create a stippled brush...
2005-04-27  Kevin OllivierTiger compatibility fixes.
2005-04-27  Julian SmartFix for radiobox controls backgrounds being drawn incor...
2005-04-27  Robin DunnBump subrelease number
2005-04-27  Robin DunnwxLaunchDefaultBrowser
2005-04-27  Robin Dunntypo
2005-04-27  David WebsterUnicode fixes for OS/2
2005-04-27  David WebsterUnicode fixes for OS/2 (all inside #ifdef __WXPM__...
2005-04-27  David WebsterUnicode fixes
2005-04-26  Robin DunnNote XRCed update
2005-04-26  Mattia Barbon Correct wxArrayString::Add return value as per the...
2005-04-26  Włodzimierz... wxUniversal positioning fix [#1040625]
2005-04-26  Roman RolinskyVersion 0.1.5-1
2005-04-26  Robin Dunndropped 'rc' status
2005-04-26  Julian SmartFurther export symbols
2005-04-25  Robin DunnreSWIGged
2005-04-25  Robin DunnMark GetFrame functions as returning a new instance
2005-04-25  Robert Roebling Add test for wxChoice's focus events. (no fix yet).
2005-04-25  Robert Roebling Prevent unnecessary assert when someone tries to
2005-04-25  Włodzimierz... Fix for broken wxMSWUniv after wxLaunchDefaultBrowser...
2005-04-25  Julian SmartFixed erroneous selection of content in comboboxes...
2005-04-25  Michael WetherellCompilation fix
2005-04-25  Michael WetherellRemove msdos code now in src/msdos, update bakefiles...
2005-04-25  Michael WetherellCompilation fix for dos
2005-04-25  Michael WetherellAdd mimimal mimetype.h for msdos
2005-04-25  Michael WetherellAdd skeleton utils, dir and mimetype for dos.
2005-04-25  Michael WetherellAllow wchar_t for djgpp
2005-04-24  Robert Roebling Apply patch that prevents a crash when more than
2005-04-24  Mattia Barbon Another STL compilation fix.
2005-04-24  Robert Roebling Added some more test to the printing sample
2005-04-24  Robert Roebling Added support for DrawArc and Blit to GNOME print.
2005-04-24  Mattia Barbon Fix wxChoice on Mac whith STL when using wxCB_SORT.
2005-04-24  Julian Smart25.4 mm to the inch, not 25.1
2005-04-24  Julian SmartRestored previous revision after retag
2005-04-24  Julian SmartCreating new revision to retag with WX_2_6_0
next