]> git.saurik.com Git - wxWidgets.git/history - include
added wxApp::Set/GetAppDisplayName() (patch 1780414)
[wxWidgets.git] / include /
2007-08-15  Vadim Zeitlinadded wxToolTip::SetAutoPop() and SetReshow() (patch...
2007-08-15  Vadim Zeitlinuse correct WXDLLIMPEXP macro for forward declaration
2007-08-15  Vadim Zeitlinfix wrong clear selection (modified patch 1763916)
2007-08-15  Vadim Zeitlininclude wx/datetime.h, it's not always included from...
2007-08-15  Vadim Zeitlinset the correct properties for the source files
2007-08-15  Vadim Zeitlinadded wxConvertTo/FromIeeeExtended() synonyms for Conve...
2007-08-15  David ElliottFurther simplificiation of the NSSlider/wxSlider interf...
2007-08-14  Vadim Zeitlinno real changes, just some cleanup
2007-08-14  Vadim Zeitlinadded wxTaskBarIcon::Destroy()
2007-08-14  Vadim Zeitlincheck for wxUSE_ACCESSIBILITY not being set to 1 under...
2007-08-14  David ElliottInstall wx/cocoa/objc/objc_uniquifying.h for wxCocoa...
2007-08-13  Václav SlavíkwxMac compilation fixes for visibility (missing DLL...
2007-08-13  Václav Slavíkdon't attempt to convert 8bit values to Unicode in...
2007-08-13  Václav Slavíkcheck for HAVE_VISIBILITY first when setting WXIMPORT...
2007-08-13  Václav Slavíkcompilation fix for wxString::Format("no variadic argum...
2007-08-13  Robert RoeblingApplied Hartwig's implementation of OS X wxDataViewCtrl
2007-08-13  Václav SlavíkMingw compilation fix
2007-08-13  Julian SmartAdded XRC handler for wxPropertySheetDialog (Sander...
2007-08-11  Julian SmartCompile fixes
2007-08-11  Julian SmartSmall fix
2007-08-11  Julian SmartMenu label consistency changes
2007-08-11  Václav Slavíkadded missing export declarations for wxGTK internal...
2007-08-11  Vadim Zeitlinuse WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT in...
2007-08-10  David ElliottFix up NSSlider code to not use class posing and instan...
2007-08-10  David ElliottAttempt to fix RCS-ID tags so svn will fill them in.
2007-08-10  David ElliottMajor wxCocoa wxSlider overhaul from Mark Oxenham.
2007-08-10  David ElliottTell NSTextField to send us its action message and...
2007-08-10  David ElliottImplement transformation between the wxDisplay coordina...
2007-08-09  David ElliottRemove virtual from the newly added Create methods.
2007-08-09  David ElliottAdd wxBitmap constructors and Create methods to allow...
2007-08-09  David ElliottAdd Objective-C uniquifying to WXNSWindow and WXNSPanel
2007-08-09  David ElliottImplement wxStaticBitmap.
2007-08-09  Julian SmartToolbars shouldn't have themed borders
2007-08-08  Václav Slavíkfixed visiblity attribute warnings in STL build
2007-08-08  Václav SlavíkVC6_WORKAROUND -> WX_LIST_VC6_WORKAROUND to prevent...
2007-08-08  Julian SmartMade wxBORDER_THEME the same as wxBORDER_DEFAULT
2007-08-07  David ElliottImplement wxRadioButton Get/SetLabel methods.
2007-08-07  Julian SmartAdded wxBORDER_THEME, wxWindow::GetDefaultBorderForCont...
2007-08-06  Václav SlavíkWXIMPORT must specify default visibility too, otherwise...
2007-08-06  Václav Slavíkfixed incorrect DLL export macro for wxJoystick
2007-08-06  David ElliottConsolidate cocoa view/control/cell label setting into...
2007-08-05  Francesco Montorsiadded the static function GetLabelText() to wxStaticTex...
2007-08-04  Vadim Zeitlinmake wxTmemchr() return (and take) char* instead of...
2007-08-04  Vadim Zeitlinadded FromAscii(unsigned char *) overloads
2007-08-03  Vadim Zeitlinsorting support for generic version (patch 1765087...
2007-08-03  Julian SmartAdded Get/SetParentWindow to allow the same easy printi...
2007-08-01  Julian SmartAdded EVT_MOVE_START, EVT_MOVE_END (wxMSW only for...
2007-08-01  Julian SmartVC++ 6 reports ambiguities when using template Read...
2007-08-01  Václav Slavíkfixed linking with visibility enable on Ubuntu and...
2007-07-31  Vadim Zeitlinadded WXDLLEXPORT to the (empty) wxControlWithItems...
2007-07-30  Václav Slavíkdon't crash in wxGetEmptyString(): it's now a #define...
2007-07-29  Vadim Zeitlinforcefully disable wxUSE_JOYSTICK too
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...
next