]> git.saurik.com Git - wxWidgets.git/history - include/wx
always define HDS_HOTTRACK if it's not defined, not only for DMC (fixes WinCE compila...
[wxWidgets.git] / include / wx /
2007-07-29  Vadim Zeitlinalways define HDS_HOTTRACK if it's not defined, not...
2007-07-29  Vadim Zeitlinupdate button style to include BS_MULTILINE when a...
2007-07-29  Vadim Zeitlinadded support for 2 extra mouse buttons (patch 1757630)
2007-07-28  David ElliottRemove bogus DoDelete from 44730. It's appears that...
2007-07-28  Vadim Zeitlinno changes, just a typo fix
2007-07-28  Vadim Zeitlinadded maxDepth parameter to WalkFromException() (patch...
2007-07-28  Vadim Zeitlinremoved unused wxUSE_XXX options (patch 1759328)
2007-07-27  Vadim Zeitlinmade strings used in wxIPC methods const as a temporary...
2007-07-27  Vadim Zeitlinadded wxTo/FromString() overloads for wxFont (1st part...
2007-07-27  David Elliott* Implement the wxMask copy constructor to retain the...
2007-07-27  Vadim Zeitlinuse symbolic name for the shell menu bar too; include...
2007-07-27  Vadim Zeitlinmany compilation fixes for WinCE using VC8 (it now...
2007-07-27  Vadim Zeitlinadded wxUSE_INICONF (disabled by default)
2007-07-27  Vadim Zeitlincompilation fix for insert()
2007-07-26  David ElliottAdd a Clear() method simply calling the wxComboBoxBase...
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-25  Robert RoeblingUse type safe list for model notifiers, sample corrected
2007-07-25  Robert RoeblingItemDeleted now has (parent, item)
2007-07-25  Vadim Zeitlinfix warnings due to using deprecated-but-used-internall...
2007-07-25  Robert RoeblingAdd iterators to wxVector, use std::vector in STL mode...
2007-07-24  Václav Slavíkoptimized wxStringTokenizer: it's now slightly faster...
2007-07-24  Vadim Zeitlinadd wxMBConvStrictUTF8 class implementing just UTF...
2007-07-24  Robert RoeblingAdded wxQsort()
2007-07-24  Robert RoeblingSend events from port-specific code, not common code...
2007-07-22  Vadim Zeitlinfix for r47646: typedef wxDouble for all platforms...
2007-07-22  Stefan Csomoradding missing defaults
2007-07-22  Stefan Csomorno 68k macs more to support...
2007-07-22  Václav Slavíkfix visibility problems with libstdc++ on Debian and...
2007-07-22  Václav Slavíkfixed visibility warning on Fedora
2007-07-21  Vadim Zeitlincorrect closing comments in #endifs (patch 1756990)
2007-07-21  Vadim Zeitlinadded support for user-defined types to wxConfig (patch...
2007-07-21  Vadim Zeitlinadded a macro for comparison size_t variables with...
2007-07-21  Vadim Zeitlinadded wxTo/FromString(wxColour) (part of patch 1753875)
2007-07-21  Robert Roeblingadded wxDataViewIndexListModel and sample
2007-07-21  Vadim Zeitlinallow overriding automatic alpha detection during icon...
2007-07-21  Václav Slavíkfixed wxMotif to compile in Unicode mode (this is not...
2007-07-21  Vadim Zeitlinremoved wxUSE_UXTHEME_AUTO which wasn't used anywhere
2007-07-21  Vadim Zeitlinremoved all MSW-specific options from this file, what...
2007-07-21  Vadim Zeitlinremoved all MSW-specific options from this file, what...
2007-07-21  Vadim Zeitlinadded wxUSE_REGKEY option
2007-07-21  Vadim Zeitlinextracted MSW-specific setup.h options to their own...
2007-07-21  Vadim Zeitlinadded wxUSE_FONTENUM for wxFontEnumerator
2007-07-21  Vadim Zeitlinfixes for building wxMSW with --disbale-all-features
2007-07-20  David ElliottwxCocoa: Implement wxTopLevelWindow::SetDefaultItem
2007-07-20  David ElliottwxCocoa: Basic support for font underlining:
2007-07-20  Vadim Zeitlinmoved wxUSE_CRASHREPORT checks to wx/msw/chkconf.h...
2007-07-20  Robert RoeblingRenamed HasChildren() to IsContainer(), added GetParent...
2007-07-20  David ElliottImplement wxWindow::SetCursor to invalidate Cocoa's...
2007-07-20  Vadim Zeitlinmake To/From8bit() inline for performance reasons
2007-07-19  David ElliottImplement wxCocoa wxRadioBox event.
2007-07-19  David ElliottMake wxRadioButton::SetValue(true) deselect all other...
2007-07-19  David ElliottImplement most of wxRadioBox's methods.
2007-07-19  Vadim Zeitlindo platform-specific checks after ensuring that the...
2007-07-19  Vadim Zeitlinadded wxUSE_TASKBARICON; corrected condition for genera...
2007-07-18  Robert RoeblingFirst work at resort with header click
2007-07-18  Robert RoeblingFirst actual sorting for wxDataViewCtrl
2007-07-17  Robert RoeblingSome code renaming to avoid confusion. Test editable...
2007-07-17  Václav Slavíkcompilation fix for Borland C++
2007-07-17  David ElliottPartially implement wxRadioBox for wxCocoa.
2007-07-16  Vadim Zeitlinremove file containing many obsolete defines, if anyone...
2007-07-16  Vadim Zeitlinadd wxMilliClockToLong() helper
2007-07-16  Vadim Zeitlinadd wxUSE_BASE64 checks around DoRead/WriteBinary(...
2007-07-16  Vadim Zeitlininclude wx/longlong.h to fix compilation with wxUSE_DAT...
2007-07-16  Václav Slavíkcompilation fix for wxStrtod and friends: non-zero...
2007-07-16  Robert Roeblingchange wxDataViewItem id to void*
2007-07-16  Robert RoeblingPatch from Bo for generic wxDataViewCtrl
2007-07-15  Vadim Zeitlinadded wxUSE_CONSOLE_EVENTLOOP around wxConsoleEventLoop
2007-07-15  Vadim Zeitlincreate greyed image for wxBitmapButton in MSW automatic...
2007-07-15  Václav Slavíkdon't export private stc2wx(), wx2stc() functions from...
2007-07-14  Vadim Zeitlindon't leak epoll descriptor
2007-07-14  Vadim Zeitlincreate the single global IO dispatcher in wxFDIODispatc...
2007-07-14  Vadim Zeitlinreplaced wxFDIODispatcher::RunLoop() with Dispatch...
2007-07-14  Vadim Zeitlinchanged wxFDIODispatcher::UnregisterFD() to take only...
2007-07-14  Vadim Zeitlinadded include guard
2007-07-14  Vadim ZeitlinAdded wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS...
2007-07-14  Robert RoeblingMade wxDataViewCtrl sample use a real, expandabl data...
2007-07-14  Václav Slavíkrenamed wxXmlProperty to wxXmlAttribute, plus implied...
2007-07-13  Václav Slavíkremoved broken and global GetLine() function from wx...
2007-07-13  Vadim Zeitlinuse wxLongLong::ToLong() and not GetLo() to extract...
2007-07-13  Václav Slavíkmake it possible to build in ANSI build on Windows...
2007-07-13  Robert RoeblingMore patches from Bo, reduced wxDataViewModel, more...
2007-07-12  David ElliottImprove static_cfref_cast so that it can be used withou...
2007-07-12  Robert RoeblingBo's patch for generic code, more sorting code, WIP
2007-07-12  Vadim Zeitlinremoved Insert() methods which already exist in the...
2007-07-12  Paul Cornettfix MDI child sizing, which was working more or less...
2007-07-12  Václav Slavíkcompilation fix
2007-07-12  Vadim Zeitlinadded support for binary data to wxConfig (slightly...
2007-07-11  Vadim Zeitlinadded wxUSE_SVG
2007-07-11  Vadim Zeitlincleanup: indentation, line length, don't include unneed...
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_MSGDLG==0
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_IMAGE==0
2007-07-11  Vadim Zeitlincheck for wxUSE_TIMER in headers, not the files includi...
2007-07-10  Vadim Zeitlincompilation fixes for wxUSE_LONGLONG==0
2007-07-10  Vadim Zeitlindon't include wx/unix/private/timer.h from evtloop...
2007-07-10  Václav Slavíkcompilation fix for gcc<3.4
2007-07-10  Václav Slavíkimplemented raw bitmap access for wxDFB
2007-07-10  Václav Slavíkcleanup of raw access to bitmaps:
2007-07-10  Robert RoeblingBlock all events in wxSpinButton::SetValue etc.
2007-07-10  Robert RoeblingBlock all events in wxSpinCtrl::SetValue etc.
2007-07-10  Robert RoeblingBlock all events in wxSpinCtrl::SetValue etc.
next