]> git.saurik.com Git - wxWidgets.git/history - include
Added wxUSE_EXCEPTIONS
[wxWidgets.git] / include /
2003-09-18  Julian SmartAdded wxUSE_EXCEPTIONS
2003-09-18  Václav SlavíkwxMGL compilation fixes
2003-09-18  Václav SlavíkwxMGL compilation fixes
2003-09-18  Robin DunnUpdated to Scintilla 1.54
2003-09-17  Vadim Zeitlinmoved all event handlers callign code in ProcessEventIf...
2003-09-17  Vadim Zeitlinadded OnExit(); made event loop exception safe; added...
2003-09-17  Vadim Zeitlinadded HandleEvent() to allow handle exceptions in event...
2003-09-17  Vadim Zeitlinadded tied scoped pointers
2003-09-17  Vadim Zeitlincorrected wxCATCH_ALL usage
2003-09-17  Vadim Zeitlinuse wxON_BLOCK_EXIT instead of just ON_BLOCK_EXIT
2003-09-17  Vadim Zeitlinadded some trivial macros for exception handling
2003-09-17  Vadim Zeitlinadded wxUSE_STL and wxUSE_XTI
2003-09-17  Vadim Zeitlinadded wxUSE_EXCEPTIONS
2003-09-16  Mattia Barbon wxX11 compilation fix.
2003-09-16  Vadim Zeitlinfixed modal dialogs after event loop change
2003-09-16  Vadim Zeitlin(blind) fix for wxMac compilation
2003-09-15  Vadim Zeitlinno changes
2003-09-15  Vadim Zeitlinadded wxVALIDATOR_PARAM and use it to avoid warnings...
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-15  Vadim Zeitlinadded check for wxUSE_VALIDATORS
2003-09-15  Vadim Zeitlinadded and documented wxDEFINE_SCOPED_PTR_TYPE; improved...
2003-09-15  David ElliottClean up comments
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
next