wxWidgets.git
2005-10-21  Julian SmartFixed some styling bugs, optimized resize for large...
2005-10-21  Vadim Zeitlinfixed typo in GetNextItem example (bug 1333797)
2005-10-20  Julian SmartResets scroll position on load
2005-10-20  Michael WetherellAdd configtool to the distribution tarballs
2005-10-20  Michael WetherellSmall changes to 'make dist' to allow it work on Solari...
2005-10-20  Julian SmartSupport wxALWAYS_SHOW_SB
2005-10-20  Włodzimierz... Warning fixes.
2005-10-20  Julian SmartEfficiency measures; file loading bug fix
2005-10-19  Julian SmartIntroduced invalidation of ranges for later optimizatio...
2005-10-19  Włodzimierz... const consistent for Clone(). Load/Save split to DoLoad...
2005-10-19  Włodzimierz... richtext.bkl added and dmars makefiles removed.
2005-10-19  Julian SmartFirst part of a layout optimization
2005-10-19  Julian SmartOnly draw if inside client rectangle
2005-10-19  Julian SmartAdded wxRichTextCtrl
2005-10-19  Włodzimierz... constfunc correction
2005-10-18  Michael WetherellRestore ALL_BASE_HEADERS to its previous meaning of...
2005-10-18  Michael WetherellAdd note that precompiled headers do not work on curren...
2005-10-18  David ElliottRemove sm_cocoaDelegate singleton. We need per-instanc...
2005-10-18  David ElliottReplace wxNSTimerData -setTimer method with -initWithWx...
2005-10-18  Włodzimierz... Set/get for internal border in book based controls.
2005-10-18  Włodzimierz... compilation fix after wxScrollHelper changes (ctor...
2005-10-18  Jouk Jansen Committing in .
2005-10-18  Vadim Zeitlincompilation fix after wxScrollHelper changes (ctor...
2005-10-17  Michael WetherellRevert accidental change
2005-10-17  Vadim Zeitlinfixed Fit() to call SetClientSize() and not SetSize()
2005-10-17  Michael WetherellWiden the hash key for win64
2005-10-17  Michael WetherellWarning fixes for win64
2005-10-17  Włodzimierz... wxTinderbox build fix.
2005-10-17  Włodzimierz... Follow changes in common code.
2005-10-17  Vadim Zeitlinrenamed DoHitTest() to DoTreeHitTest() to avoid conflic...
2005-10-17  Włodzimierz... Warning fix (instead of silencing int->short with typec...
2005-10-17  Michael WetherellLink with bufferoverflowu.lib for VC++ 8 and later
2005-10-17  Włodzimierz... Keep setup0.h in sync with more ports.
2005-10-17  Włodzimierz... Keep setup0.h in sync with other ports.
2005-10-17  Michael WetherellCompile fix for Unicode build on win64
2005-10-17  Włodzimierz... htmlctrl sample is not for msw toolkits
2005-10-17  Michael WetherellWarning fix, should be #ifdef instead of #if
2005-10-16  Michael WetherellRegenerate the msvc makefiles after TARGET_CPU option...
2005-10-16  Michael WetherellUse a different manifest for each of x86, amd64 and...
2005-10-16  Michael WetherellAdd CPU_TARGET option to msvc makefiles for targeting...
2005-10-16  Stefan NeisFixed event handling bug as suggested by Lech Wiktor...
2005-10-15  Michael WetherellImplement string inserter for long long. This creates...
2005-10-15  Michael WetherellTypo, should be #if not #ifdef
2005-10-15  Michael WetherellTemporarily disable test that takes a long time to...
2005-10-15  Michael WetherellCompilation fix for platforms where size_t is larger...
2005-10-15  Michael WetherellCompilation fix, templates are broken on 64-bit VC...
2005-10-15  Michael WetherellRestore WC_UTF16, required for compilation on Windows
2005-10-14  Roman Rolinskyfix for correct type of checklist box items
2005-10-14  Roman Rolinskyiconize properties frame together with main
2005-10-14  Vadim Zeitlinfixed OnSysWrite() signature
2005-10-13  Julian SmartAdded "enabled" support for submenus
2005-10-12  Michael WetherellImplement wx_truncate_cast for VC++ 7.1 and later
2005-10-12  Michael WetherellAvoid cast in wx_truncate_cast for intel compiler
2005-10-12  Vadim Zeitlinremoved .cvsignore entries which were old/unused/duplic...
2005-10-12  Michael WetherellManifest files for win64
2005-10-12  Mart RaudseppFix includes in wx/treectrl.h
2005-10-12  Vadim Zeitlinclarified ScrollWindow() docs
2005-10-11  Vadim Zeitlin64 bit compilation fix
2005-10-11  Vadim Zeitlinadded wx/xrc/xh_treebk.h
2005-10-11  Dimitri Schoolwerthfixed argv[0] out of bounds error (argc can be 0 when...
2005-10-11  Dimitri Schoolwerthfixed MSVC6 compilation error ("C2639: compiler generat...
2005-10-11  Vadim Zeitlinanother fix for !USE_PCH: added missing wx/imaglist...
2005-10-11  Vadim Zeitlincompilation fix for !USE_PCH: added missing wx/panel...
2005-10-10  Vadim Zeitlininvalidate tree size after adding/removing pages; use...
2005-10-10  Vadim Zeitlinremoved hardcoded DoGetBestSize() implementation; added...
2005-10-10  Vadim Zeitlinremoved duplicated members which have been moved to...
2005-10-10  Vadim Zeitlinremoved deprecated InsertItem() overload because it...
2005-10-10  Vadim ZeitlinWindows compilation fixes after wxTreeCtrl refactoring
2005-10-10  Vadim Zeitlinintroduced a common base class for both MSW and generic...
2005-10-10  Vadim Zeitlincorrected code to really skip stack frames in the begin...
2005-10-10  Kevin HockFor consistency with other ports, send TEXT event after...
2005-10-10  Michael WetherellFix typos: '==' should be '='
2005-10-10  Vadim Zeitlinrefactored wxGTK scrolling: it has now fully-functionin...
2005-10-10  Vadim Zeitlinadded GtkUpdateScrollbar; folded some code duplicated...
2005-10-10  Vadim Zeitlinadded GetWindowSizeForVirtualSize() virtual hook for...
2005-10-10  Michael WetherellUse 'cp -pR' as a fallback for lndir, remove $(shell...
2005-10-10  Jouk Jansen Committing in .
2005-10-10  Vadim Zeitlinregenerated after bakefile change to always create...
2005-10-10  Vadim Zeitlinalways create shared-ld-sh as we always need it for...
2005-10-10  Michael WetherellMake _dist_dir a shadow directory of symlinks rather...
2005-10-09  Vadim Zeitlindisable VC++ warning 4355 in wx/defs.h once and for...
2005-10-09  Vadim Zeitlinregenerated with treebook files
2005-10-09  Vadim Zeitlinconfigure with wxUSE_TREEBOOK
2005-10-09  Vadim Zeitlincompilation fixes for wxUSE_TREEBOOK=0
2005-10-09  Vadim ZeitlinAdded wxTreebook:
2005-10-09  Vadim Zeitlinmade GetPage() not virtual because it doesn't need...
2005-10-09  Vadim Zeitlincorrected GetBestSize() implementation: take all items...
2005-10-09  Vadim Zeitlindon't call ::ShowWindow() if don't have HWND yet
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-10-09  Vadim Zeitlindon't put borders by default between sizer elements...
2005-10-09  Vadim Zeitlinimplemented GetBestSize() (TODO: make this available...
2005-10-09  Vadim Zeitlinfilter out duplicate mouse move events too; moved last...
2005-10-09  Vadim Zeitlindon't use -single_module together with -bundle under...
2005-10-09  Vadim Zeitlinblind compilation fix for CW 8.3 in Unicode build
2005-10-09  Vadim Zeitlindon't use __MSL__ unless it's defined
2005-10-08  Vadim Zeitlinshow the OS information in the about dialog
2005-10-08  Vadim Zeitlinenable all warnings (but disable some of them) for...
2005-10-08  Vadim Zeitlinfixed unused parameter warnings in non-debug build
2005-10-08  Vadim Zeitlinalways connect to both XmNvalueChangedCallback and...
2005-10-08  Vadim Zeitlinmore 'unreachable code' warnings which had been disable...
next