]> git.saurik.com Git - wxWidgets.git/history - include
disable PCH under cygwin, it doesn't work even with the very latest cygwin gcc
[wxWidgets.git] / include /
2005-10-31  Vadim Zeitlin#undef CreateFont to fix cygwin compilation now that...
2005-10-31  Włodzimierz SkibawxMGL revitalised with OpenWatcom.
2005-10-31  Włodzimierz SkibawxMGL revitalised with OpenWatcom.
2005-10-31  Julian SmartApplied patch [ 1341085 ] richtext xml build fix
2005-10-29  Vadim Zeitlinrenamed BLOCK_SIZE which conflicts with a #define in...
2005-10-29  Vadim Zeitlindon't get margin to non NULL values in default ctor...
2005-10-29  Włodzimierz SkibaPressing build-in joystick on WinCE phones fires wxEVT_...
2005-10-28  Julian SmartApplied patch [ 1339882 ] richtext misc cleanup
2005-10-28  Chris Elliottremove GetImageList(int)
2005-10-27  Włodzimierz SkibaWinCE build fix according to eVC3 and eVC4 SDKs.
2005-10-27  Julian SmartSorry, forgot default value
2005-10-27  Włodzimierz SkibaWinCE build fix (we need default constructor).
2005-10-27  Włodzimierz SkibaSupport for automatic setup.h in OS/2 with OW builds...
2005-10-26  Chris Elliottavoid hidden GetImageList
2005-10-26  Julian SmartAdded parent window parameter to wxHelpController const...
2005-10-25  Julian SmartFixed warnings/errors and changed Thaw
2005-10-25  Vadim Zeitlinfixed DLL compilation warning
2005-10-24  Włodzimierz SkibaMove wxMulDivInt32 to common math.
2005-10-23  Włodzimierz SkibaWinCE build fixes.
2005-10-23  Michael WetherellExport wxFindFocusDescendant
2005-10-23  Stefan NeisRemoved unused symbol __WXOS2__ (it's either __OS2__...
2005-10-23  Julian SmartApplied patch [ 1307056 ] [wxMSW] Focus showing fix...
2005-10-22  Julian SmartNow works when derived from wxTextCtrlBase, using wxScr...
2005-10-21  Julian SmartReduced unnecessary painting; delete/recreate caret...
2005-10-21  Włodzimierz SkibaUnified flags for orienting wxBookCtrls (with backward...
2005-10-21  Michael WetherellFix a couple of export declarations
2005-10-21  Julian SmartFixed some styling bugs, optimized resize for large...
2005-10-20  Julian SmartResets scroll position on load
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 Skibaconst consistent for Clone(). Load/Save split to DoLoad...
2005-10-19  Julian SmartAdded wxRichTextCtrl
2005-10-18  David ElliottRemove sm_cocoaDelegate singleton. We need per-instanc...
2005-10-18  Włodzimierz SkibaSet/get for internal border in book based controls.
2005-10-18  Włodzimierz Skibacompilation fix after wxScrollHelper changes (ctor...
2005-10-18  Vadim Zeitlincompilation fix after wxScrollHelper changes (ctor...
2005-10-17  Michael WetherellWiden the hash key for win64
2005-10-17  Vadim Zeitlinrenamed DoHitTest() to DoTreeHitTest() to avoid conflic...
2005-10-17  Włodzimierz SkibaWarning 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 SkibaKeep setup0.h in sync with other ports.
2005-10-17  Michael WetherellWarning fix, should be #ifdef instead of #if
2005-10-16  Michael WetherellUse a different manifest for each of x86, amd64 and...
2005-10-15  Michael WetherellImplement string inserter for long long. This creates...
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  Michael WetherellManifest files for win64
2005-10-12  Mart RaudseppFix includes in wx/treectrl.h
2005-10-11  Vadim Zeitlin64 bit compilation fix
2005-10-11  Vadim Zeitlincompilation fix for !USE_PCH: added missing wx/panel...
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 Zeitlinintroduced a common base class for both MSW and generic...
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  Jouk Jansen Committing in .
2005-10-09  Vadim Zeitlindisable VC++ warning 4355 in wx/defs.h once and for...
2005-10-09  Vadim ZeitlinAdded wxTreebook:
2005-10-09  Vadim Zeitlinmade GetPage() not virtual because it doesn't need...
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-08  Vadim Zeitlindon't use wxCHECK_GCC_VERSION in the same test as __MIN...
2005-10-07  Vadim Zeitlinremoved C++ comment from C file
2005-10-07  Włodzimierz Skiba#include markup fix.
2005-10-07  Włodzimierz Skiba#include markup fix.
2005-10-06  Włodzimierz SkibawxPalette unified. Source cleaning.
2005-10-06  Vadim Zeitlindon't use a floating point value as a boolean flag...
2005-10-06  Włodzimierz SkibawxMotif for OS/2 adjustements. Source cleaning.
2005-10-05  Włodzimierz SkibawxColour source cleaning. Corrections to 'const unsigne...
2005-10-04  Włodzimierz SkibaFix for mistake with const for non pointer/reference...
2005-10-04  Włodzimierz SkibawxBrush::SetColour and wxPen::SetColour unified. Source...
2005-10-04  Chris Elliott#if wxUSE_DEBUGREPORT seems Ok
2005-10-03  Vadim Zeitlinadded more methods to transparently convert wxTreeItemI...
2005-10-03  Vadim Zeitlinremoved old commented out code and out of date comments
2005-10-03  Włodzimierz SkibaSource cleaning. wxMotif/OS2 adjustements.
2005-10-03  Chris Elliottavoid trying to link QA if not required
2005-10-03  Chris Elliottupdate to 2.7 from 2.6
2005-09-30  Mattia Barbon Implemented wxMenuBar::Insert and wxMenu::Insert.
2005-09-30  Mattia Barbon Simplify preprocessor guards for render tables and new
2005-09-29  Włodzimierz SkibawxCheckListBox cleanup.
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-27  Michael WetherellRemove cast of hash value to unsigned long, hash value...
2005-09-27  Michael WetherellAdd hashes for long long keys
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-27  Włodzimierz SkibaFix for broken MSWUniv after wxABI_VERSION removal...
2005-09-27  Vadim Zeitlin(blind) fix for keyboard cues display under XP (bug...
2005-09-26  David ElliottMake wxToolBar accept first mouse clicks. That is...
2005-09-26  David ElliottAdd EndDialog helper which calls EndModal with the...
2005-09-26  Włodzimierz SkibaBetter fix for modal/modeless wizards.
2005-09-26  Vadim Zeitlinfixed function declaration in wxFORCE_LINK_MODULE
2005-09-26  Vadim Zeitlinadded comment about things to update in version.bkl...
2005-09-26  Vadim Zeitlinfixed warnings about truncating 64 bit integers
2005-09-25  Vadim Zeitlinadded wxIsNullDouble()
2005-09-25  Vadim Zeitlinuse wxIsSameDouble() and wxIsNullDouble() for warning...
2005-09-25  Vadim Zeitlindon't use deprecated cast operator to wxList&
2005-09-25  Michael WetherellFixes for include guards, patch 1256967 Paul Cornett
next