]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2006-01-30  Julian SmartAdded wxToolbook class
2006-01-30  Julian SmartSeparated out book control sizing code
2006-01-30  Jouk Jansen Committing in .
2006-01-29  David SurovellwxPython tab cleaning
2006-01-29  Robert Roebling Fix rawbitmap sample to clear bitmap first.
2006-01-29  David Surovellremove extraneous whitespace
2006-01-29  Robin DunnEnsure the window is still valid before adjusting the...
2006-01-29  Robin DunnMinor demo tweaks
2006-01-29  Robin DunnChanges needed to be able to build with SWIG 1.3.24...
2006-01-29  Robin DunnOuput a SWIG_VERSION #define to the wrapper file.
2006-01-29  Robin DunnChanges needed to be able to build with SWIG 1.3.24...
2006-01-29  Robin Dunnno longer need to lowercase the input ourselves
2006-01-29  Robin DunnUse reference types on SetDimension so the proper typem...
2006-01-28  David Surovellminor changes as per RN comments - add some comments...
2006-01-28  David Surovellimproved LaunchDefaultBrowser on FreeBSD systems by...
2006-01-28  Stefan NeisDo test for get{host,serv}byname_r in C++ mode, so...
2006-01-28  Stefan Csomorconverting menu ids and safeguarding against missing...
2006-01-28  Julian SmartFurther attempts at WinCE media control
2006-01-28  Stefan Csomorattempt to fix endian problems when doing cross-compile...
2006-01-28  Kevin OllivierAdding Reswig and Universal binary options to both...
2006-01-28  Vadim ZeitlinSetSelection() must update m_selectionOld, otherwise...
2006-01-27  Julian SmartFurther steps towards media control support in WinCE...
2006-01-27  Julian SmartSmall typo fix
2006-01-27  Vadim Zeitlindon't eat all events if m_maxLength is 0: this means...
2006-01-27  Kevin OllivierSince Universal binaries compile the same file twice...
2006-01-27  Vadim Zeitlinfixed MIPSpro version in the comment
2006-01-27  Michael WetherellLink oleacc.lib conditionally since VC++ 5 w/o PSDK...
2006-01-27  Włodzimierz... Fix fro conflict between defs.h and glib headers.
2006-01-27  Stefan Csomorremoving unnecessary code
2006-01-27  Stefan Csomoradapting keycode field usage for EVT_CHAR in unicode...
2006-01-27  Włodzimierz... Fix fro conflict between defs.h and glib headers.
2006-01-27  Stefan Csomorapp.h must be included for the non RAEL implementation...
2006-01-27  Kevin HockFix InterruptWait on wxBase; use polling on wxBase...
2006-01-27  Kevin HockFixed wxSocketBase::InterruptWait on wxBase.
2006-01-27  Vadim Zeitlintentative compilation fix for MIPSpro 7.2
2006-01-26  Kevin OllivierFixes for wxMac Universal binary support. With these...
2006-01-26  Julian SmartFixed duplicate guard
2006-01-26  Włodzimierz... More headers for wxBase/MSW needed.
2006-01-26  Włodzimierz... Include order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-26  Włodzimierz... Blind fixes for warnings in wxTinderbox.
2006-01-26  Włodzimierz... Blind fixes for warnings in wxTinderbox.
2006-01-26  Włodzimierz... Better #include
2006-01-26  Włodzimierz... #include moved to module.
2006-01-26  Włodzimierz... Include order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-26  Włodzimierz... Include order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-26  Włodzimierz... Include order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-26  Stefan Csomorimplementing pure carbon event behaviour, getting rid...
2006-01-26  Włodzimierz... Filename correction.
2006-01-26  Włodzimierz... Include order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-26  Włodzimierz... wxBusyInfo interface moved to generic to make space...
2006-01-26  Włodzimierz... Improved preprocessor guards for numeric dialogs.
2006-01-26  Włodzimierz... Typo fix.
2006-01-26  Włodzimierz... Warning fixes after recent commits.
2006-01-26  Julian SmartSuppress VC++ 2005 deprecation warnings (for now)
2006-01-26  Robert Roebling GTK2 RGBA has 32 bits.
2006-01-26  Robert Roebling wxImage::Copy() forgot the alpha channel.
2006-01-26  Robin Dunnshow unicode/ansi mode on startup too
2006-01-26  Robin DunnAdd supoprt for wxListCtrl::OnGetItemColumnImage
2006-01-25  David Surovellfixed compilation failure introduced in prior commit
2006-01-25  Jamie GaddCalculate correct client size for windows that are...
2006-01-25  Robin DunnPatch from Tim Kosse to add supoprt for wxListCtrl...
2006-01-25  Jamie GaddClarify wxMessageBox usage. Fixes bug #1414535.
2006-01-25  David Surovellcleanup - more reformatting; fixed bug introduced in...
2006-01-25  David Surovellcleanup - more reformatting
2006-01-25  Robin DunnRemoved wxLogNull's used to supress errors coming from
2006-01-25  Robin DunnSwitched wxCheckWindowWndProc to always use the window...
2006-01-25  David Surovellcleanup - major reformatting
2006-01-25  Julian SmartDon't require drag and drop
2006-01-25  Julian SmartWinCE fixes (in case a WinCE-friendly backend gets...
2006-01-25  Julian SmartMove some OLE utilities to oleutils.cpp and simplified...
2006-01-25  Julian SmartWinCE fixes
2006-01-25  Julian SmartUpdated change log
2006-01-25  Stefan NeisFixed "typo".
2006-01-25  Stefan NeisCleaned attempts at fixing NetBSD compilation commited...
2006-01-25  Stefan NeisYet another try to fix NetBSD's problem with getservbyn...
2006-01-25  Julian SmartFirst stab at adding --enable-universal_binary
2006-01-25  Włodzimierz... Fixes for building wxOS2 shared with OpenWatcom.
2006-01-25  Stefan Csomorkey/char event changes for inline editing (japanese...
2006-01-25  Stefan Csomorkey/char event changes for inline editing (japanese...
2006-01-25  Stefan Csomoradapting comment to new implementation
2006-01-25  Julian SmartAdded wxHtmlHelp change log
2006-01-25  Michael WetherellFixes for the GTK1 split
2006-01-24  David Surovellcleanup - reformatting
2006-01-24  Vadim Zeitlinfixed WX_DEFINE_SORTED_ARRAY_INT example
2006-01-24  Włodzimierz... Static build for wxMGL/DOS and little readme.
2006-01-24  Włodzimierz... msw/private.h needs msw/mslu.h in wxBase.
2006-01-24  Stefan Csomormask fixes for non-core graphics case (this build uses...
2006-01-24  Robin Dunnfix for broken files that were recently checked in
2006-01-24  Robin Dunnmove the nodefault option into _defs.i too.
2006-01-24  Vadim Zeitlinno changes but more comments in DoSetClientSize() ...
2006-01-23  Robin DunnreSWIGged with the new SWIG runtime
2006-01-23  Robin Dunnmore about the downloadable swig
2006-01-23  Robin DunnreSWIGged with new SWIG runtime
2006-01-23  Michael WetherellRemove old Makefile.ins
2006-01-23  Stefan NeisYet another attempt at making the getservbyname_r proto...
2006-01-23  Robin Dunncomment fix
2006-01-23  Michael Wetherelllndir no longer needed
2006-01-23  Michael WetherellBack to copying for make dist
2006-01-23  Stefan NeisTesting if using -D_REENTRANT helps compiling socket...
2006-01-23  Robin DunnClear possible exception from failed wxPyConvertSwigPtr
next