]> git.saurik.com Git - wxWidgets.git/history - include/wx
added wxUSE_EXCEPTIONS
[wxWidgets.git] / include / wx /
2003-09-15  Vadim Zeitlinadded wxUSE_EXCEPTIONS
2003-09-15  Julian SmartWinCE bitmap patch from Johannes Schindelin <Johannes...
2003-09-14  Julian SmartChanged version to 2.5.1
2003-09-14  Vadim Zeitlindisabled (conditionally) separating static line; improv...
2003-09-14  Stefan Csomorremoval of pc-mac charset conversion for wxMac
2003-09-14  Vadim Zeitlinfixed GetItemSpacing() inconsistency by deprecating...
2003-09-14  Vadim Zeitlinadded wxListCtrl::GetViewRect()
2003-09-13  Stefan Csomorfixed GetFilenames bug
2003-09-13  Mattia Barbon wxUniversal STL-ification.
2003-09-13  Stefan Csomorunicode correction for mac
2003-09-13  Robin DunnMove more stuff into base for wxMac so that two level...
2003-09-11  Mattia Barbon Added, documented and used wxGridCellChoiceEditor
2003-09-11  Mattia Barbon No real changes, just refactoring.
2003-09-11  Mattia Barbon wxX11 STL-ification.
2003-09-11  Julian SmartApplied patch [ 803473 ] wxListCtrl header height bugfix
2003-09-11  Julian SmartApplied patch [ 778625 ] wxSVGFileDC and UNICODE build
2003-09-11  Julian SmartApplied patch [ 794760 ] Majority of "... hides virtual...
2003-09-10  Mattia Barbon Don't declare copystring if WXWIN_COMPATIBILITY_2_4==0
2003-09-10  Vadim Zeitlinadded LVM_SETUNICODEFORMAT
2003-09-10  Václav Slavíkcompilation fix
2003-09-09  Vadim Zeitlincopy milliseconds in Set() too
2003-09-09  Václav Slavíkapplied Otto Wyss' patch to extend wxHelpController...
2003-09-09  Stefan Csomorfix for CW non unicode builds
2003-09-09  Stefan CsomorwxID_PREFERENCES added for the preferences menu item
2003-09-08  David ElliottImplement wxSpinButton (except up/down events)
2003-09-08  David ElliottProvide target/action mechanism for subclasses to use
2003-09-08  David ElliottImplement (sort-of) non-client wxWindowDC
2003-09-08  David ElliottAdded virtual GetNonClientNSView()
2003-09-08  David Elliott* Added NSWindowStyleForWxStyle static method
2003-09-08  Stefan Csomorsetter fix
2003-09-07  Stefan NeisInsure that messages are posted to the main threads...
2003-09-06  David ElliottOverride CocoaSetEnabled because it's not an NSControl
2003-09-06  David ElliottwxCocoa: CodeWarrior (like GCC) mangles struct X and...
2003-09-06  David ElliottwxCocoa: Added NSNotification
2003-09-06  David ElliottImplement wxChoice including sorting and client data
2003-09-05  David ElliottImplement wxGauge
2003-09-05  David ElliottOverride CocoaSetEnabled. NSProgressIndicator is not...
2003-09-05  David ElliottWorks a little better when you remember to say "virtual"
2003-09-05  David ElliottChanged CocoaNotification parameter names to notificati...
2003-09-05  David ElliottAdded ability to observe NSMenu notifications
2003-09-05  David Elliott* Move m_cocoaNSMenu out of wxCocoaNSMenu and into...
2003-09-05  David ElliottImplement Cocoa_canBecomeMainWindow to say YES to Cocoa
2003-09-05  David Elliott* Added GetAppMenuBar
2003-09-04  David Elliott* Added virtual GetAppMenuBar() which returns the app...
2003-09-04  David Elliott* Added delegate notifications for Become/Resign Main
2003-09-04  David ElliottAdded wxMenuBarManager
2003-09-04  Stefan Csomorlog changes
2003-09-04  Stefan Csomornaming changes
2003-09-03  Stefan Csomoradded GetBaseClassName1 and 2 for memory.cpp compiles
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
next