]> git.saurik.com Git - wxWidgets.git/history - include
CodeWarrior Obj-C++ requires explicit casts from id to Objective-C types
[wxWidgets.git] / include /
2003-09-01  Václav Slavíkaccept focus, keyboard can be used for navigation ...
2003-09-01  Mattia Barbon Corrected statements about wxString correctly handling
2003-08-31  Stefan NeisAdded missing include.
2003-08-31  Stefan NeisRemoved duplicate declaration of wxEntry.
2003-08-31  Stefan NeisUpdated to current API.
2003-08-31  Stefan NeisUpdated API to current state of wxWindows (int -> size_t).
2003-08-31  Stefan NeisAdded missing include.
2003-08-31  Stefan NeisCleaned up remains of outdated 3D effect handling.
2003-08-31  Stefan NeisAdded missing include.
2003-08-31  Stefan NeisFixed return type of GetPageCount (int -> size_t).
2003-08-31  Stefan NeisFixed AppTraits handling on OS/2.
2003-08-31  Stefan CsomorCarbon Event Mouse Moved handler added
2003-08-30  Vadim Zeitlinreturn the index of the inserted/appended item
2003-08-30  Stefan NeisFixed several bugs in threading code for OS/2. Thread...
2003-08-29  Václav Slavíkremoved caching from wxInternetFSHandler
2003-08-29  Mattia Barbon Fixed bug introduced in fs_zip.cpp when replacing...
2003-08-29  Stefan Csomoradded WX_IMPLEMENT_PROPERTY
2003-08-29  David ElliottRename some of the Cocoa methods to reflect that they...
2003-08-29  David ElliottUse a delegate instead of manually adding notifications...
2003-08-29  Vadim Zeitlinimplemented IsModified() and DiscardEdits()
2003-08-28  David ElliottSend all menu item actions to a dedicated target. ...
2003-08-28  David ElliottCreateToolBar/SetToolBar wrapped in #if wxUSE_TOOLBAR
2003-08-28  Václav SlavíkwxCheckList -> wxCheckListBox
2003-08-27  Stefan CsomorWX_EVENT_PROPERTY instead of WX_DELEGATE
2003-08-27  Stefan Csomoradded range of types for delegate type info
2003-08-27  Stefan Csomorchanged getters for enum to const, GetEventClass to...
2003-08-26  David ElliottSend activate/deactivate events for become/resign key
2003-08-26  David ElliottAdded a notification observer for NSWindow. Observe...
2003-08-26  Stefan Csomorunicode fixes
2003-08-26  Julian SmartCompile extended RTTI in BC++
2003-08-25  Stefan Csomorlinkage and unicode corrections
2003-08-25  Stefan CsomorRTTI accessors for menus
2003-08-25  Václav Slavíkadded IMPLEMENT_APP_CONSOLE
2003-08-25  Václav Slavíkthere's no such thing as <typeinfo.h>
2003-08-25  Julian SmartMade CCS_VERT definition more general
2003-08-25  Julian SmartWinCE fixes
2003-08-25  Julian SmartFixes for WinCE
2003-08-25  Julian SmartAdded some missing settings
2003-08-25  Stefan Csomorgeneric template must not carry linkage clause
2003-08-24  Stefan Csomorswitching type info to registration base and lazy looku...
2003-08-24  Stefan NeisFixed #pragma interface/implementation handling for...
2003-08-24  Stefan NeisUse wxIconLocation instead of wxIcon (as in the other...
2003-08-24  Václav Slavíkfixed wrong WXDLLEXPORT usage
2003-08-24  Stefan Csomorlinkage corrections
2003-08-24  Stefan Csomorlinkage corrections, destructors added
2003-08-24  Stefan NeisCompilation fixes for OS/2.
2003-08-24  Václav Slavíkfix gcc warnings
2003-08-24  Václav Slavíkfixed gcc warnings and reformatted some pieces of code...
2003-08-24  Stefan Csomorgcc /vc6 workarounds
2003-08-24  Stefan NeisRemoved superfluous conditional include.
2003-08-23  Stefan Csomorflags extension
2003-08-23  Václav SlavíkUnicode fix
2003-08-23  Stefan Csomorredistribution of code for different library parts
2003-08-23  Václav Slavíkbuiltin iODBC build fixes
2003-08-23  Robin DunnAdded #if wxUSE_CMDLINE_PARSER
2003-08-23  Stefan Csomorxti additions / changes
2003-08-23  Stefan Csomorno message
2003-08-22  Mattia Barbon Fix building wxSTC as a DLL using MinGW GCC 3.x.
2003-08-22  Julian SmartRemoved erroneous return statements
2003-08-22  Julian SmartAdded wxUSE_EXTENDED_RTTI
2003-08-21  Vadim Zeitlinadded checks for wxUSE_LISTBOOK
2003-08-21  Vadim Zeitlinadded wxBookCtrlSizer; derive wxNotebookSizer from it
2003-08-21  Vadim Zeitlinadded wxListbook
2003-08-21  Vadim Zeitlincorrected wxUSE_BOOKCTRL test
2003-08-21  Stefan Csomormetadata support for metadata
2003-08-21  Vadim Zeitlincompilation fix
2003-08-21  Mattia Barbon wxGTK compilation fixes.
2003-08-21  Mattia Barbon Compilation fixes for wxMotif.
2003-08-21  Stefan Csomoradded support for allocation-creation method
2003-08-20  Vadim Zeitlincreated wxBookCtrl which will be tje base class for...
2003-08-20  Vadim Zeitlinadded missing headers
2003-08-20  Stefan NeisSplit src/os2/utils.cpp in two to support non-monolithi...
2003-08-20  Stefan NeisCompilation fixes for gcc-3.2.
2003-08-20  Mattia Barbon Keep order of nodes when wxHashMap is resized; this...
2003-08-20  Václav Slavíkmore Unicode fixes
2003-08-20  Václav SlavíkUnicode compilation fixes for wxX11
2003-08-19  Mattia Barbon Fixes for wxHashTable when wxUSE_STL=1:
2003-08-19  Stefan Csomorchanging wxxVariant signature
2003-08-19  Julian SmartCorrecting typo
2003-08-19  Stefan Csomorremoving rtti special functions
2003-08-19  Stefan CsomorRTTI extensions
2003-08-19  David ElliottOverride CocoaSetEnabled() to call -[NSControl setEnabled:]
2003-08-19  David ElliottOverride CocoaSetEnabled() to do nothing. Although...
2003-08-19  David ElliottAdded machinery to Enable/Disable windows. When a...
2003-08-19  Julian SmartFix to remove CW/Mac warning
2003-08-18  David Elliott* Implement GetValue() and SetValue().
2003-08-18  Stefan Csomorrtti api mods added
2003-08-18  Stefan Csomorrefactoring getters and setters to avoid signature...
2003-08-18  Mattia Barbon Correctly export events.
2003-08-18  David ElliottwxCocoa: Added NSMutableArray and NSTableColumn
2003-08-18  David Elliottsome more wxListBox support
2003-08-18  David ElliottAdded NSTableView support
2003-08-17  Stefan NeisCompletely reworked OS/2 thread implementation.
2003-08-17  David ElliottHandle setting of client size for all types of windows
2003-08-17  Stefan Csomoradded WXK_COMMAND
2003-08-17  Mattia Barbon Check for NULL base class.
2003-08-17  Stefan Csomortextcontrol handling change for mac (execute event...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-17  Václav Slavíkrestored wxBuildOptions class, for backward compatibili...
2003-08-17  Václav Slavíkremoved unused wxObject::Dump
next