merge of RTL changes (with many modifications) from SOC2006_RTL branch
[wxWidgets.git] / include /
2006-09-04  Vadim ZeitlinMerge ... RTL changes (with many modifications) from...
2006-09-04  Vadim Zeitlinsmall cleanup, removed unused headers
2006-09-04  Vadim Zeitlinadded wxSizer::Get/SetContainingWindow()
2006-09-04  Václav Slavíkadded alpha support to generic wxColour
2006-09-04  Václav Slavíkreformatted DEFINE_STD_WXCOLOUR_CONSTRUCTORS to fit...
2006-09-04  Václav Slavíkremoved obsolete and incorrect comment
2006-09-03  Robert Roebling Commit wxComboCtrl clipping patch from J. Salli
2006-09-03  Robert RoeblingCommited FRM's stockitem patch (empty stock items).
2006-09-03  Robert Roebling Commited patch for wxSizer::Replace()
2006-09-02  Robin Dunnbump subrel number
2006-09-02  Robert Roebling Forgot to commit.
2006-09-01  Vadim Zeitlinalways let GtkTextView have mouse release events to...
2006-09-01  Vadim Zeitlinadded GTKProcessEvent() to allow controlling whether...
2006-09-01  Vadim Zeitlincall GTKUpdateCursor() from SetCursor()
2006-09-01  Robert Roebling Implement wxSetCusorEvent better than before.
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-31  Václav Slavíkfixed typo in previous commit
2006-08-31  Václav Slavíkadded wxArtProvider::InsertProvider to accompany PushPr...
2006-08-31  Vadim Zeitlindon't use static buffer needing a critical section...
2006-08-31  Robin DunnProvide an implementation for SurfaceImpl::AlphaRectang...
2006-08-30  Michael WetherellStream inserter to wxString
2006-08-30  Paul Cornettheader includes cleanup
2006-08-29  Stefan Csomoradding command key accelerator
2006-08-28  Vadim Zeitlinadded alpha support to wxCocoa, also fixed compilation...
2006-08-27  Stefan NeisFixed OS/2 specific defines (there's no such thing...
2006-08-27  Robert Roebling Made toolbars sticky, i.e. you need to drag them
2006-08-27  Vadim Zeitlinadded wxCHECK_DFB_VERSION() macro
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port
2006-08-26  Vadim Zeitlindon't crash when EnsureVisible() is called for the...
2006-08-26  Paul Cornettcorrect idle tag type; remove unneeded includes
2006-08-26  Stefan Csomoradding constants
2006-08-26  Stefan Csomorgetting rid of unused param warning
2006-08-26  Stefan Csomoradding alpha to wxColour
2006-08-25  Vadim Zeitlinoverride OnAssertFailure(), not OnAssert() which is...
2006-08-25  Vadim Zeitlindon't hardcode HTML font sizes, this makes wxHtmlWindow...
2006-08-25  Vadim Zeitlinchanged GTKCallbackCommonPrologue() to return -1 in...
2006-08-25  Vadim ZeitlinMany changes:
2006-08-25  Robin DunnDefault construcctor for Iterator
2006-08-24  Michael WetherellAdd apptrait.h for msdos
2006-08-24  Michael WetherellMissing exports.
2006-08-24  Włodzimierz SkibaAvoid conflict between new transparency API and old...
2006-08-24  Włodzimierz SkibaBlind wxTinderbox fix.
2006-08-24  Włodzimierz SkibaKeep wxPalmOS buildable - wxIcon and wxCursor moved...
2006-08-24  Włodzimierz SkibaKeep wxPalmOS buildable - event table moved to base...
2006-08-24  Stefan NeisRemoved no longer needed "DECLARE_EVENT_TABLE()" comple...
2006-08-24  Paul Cornettcorrect access for virtual
2006-08-23  Robert Roebling Readded close button to wxMiniFrame and use the
2006-08-23  Robert Roebling Add opaque move support to wxGTK's wxMiniFrame.
2006-08-23  Vadim Zeitlinallow passing URL to wxURLDataObject ctor
2006-08-23  Vadim Zeitlinrespect the encoding of the text style and not only...
2006-08-23  Robert Roebling Added direction sensitive docking.
2006-08-23  Václav Slavíkremoved wxUSE_TOOLBAR_SIMPLE leftovers from the main...
2006-08-22  Robert Roebling Add the new showOnIdle code to various other
2006-08-22  Robert Roebling Added intermediate state (m_showOnIdle) indicating...
2006-08-21  Robin DunnMove CanSetTransparent and SetTransparent up to wxWindo...
2006-08-21  Robin DunnMake it possible to tell wxXmlResource which domain...
2006-08-21  Stefan Csomorstill overriding the escape key
2006-08-20  Vadim Zeitlindon't use dynamic handlers for standard buttons as...
2006-08-20  Vadim Zeitlinhandle the buttons with ids specified in SetAffirmative...
2006-08-20  Mattia Barbon Allow building when WXINTL_NO_GETTEXT_MACRO is defined.
2006-08-19  Vadim Zeitlinmoved all wxDialog event handlers to wxDialogBase to...
2006-08-19  Vadim Zeitlincentralized Esc key handling for closing the dialogs...
2006-08-19  Paul Cornettsimplify coordinate transformation code
2006-08-19  Paul Cornettconfigure test for round
2006-08-19  Vadim Zeitlinrefactoring/simplification of code dealing with scrollb...
2006-08-19  Julian SmartAdded missing include
2006-08-18  Julian SmartwxFileName size patch
2006-08-18  Julian SmartApplied patch [ 1531615 ] size support for wxFileName
2006-08-18  Julian SmartCorrected VC++ compilo (not yet tested)
2006-08-18  Chris Elliottadd #if wxUSE_AUI to get VC6 with no wxUSE_AUI to compile
2006-08-16  Václav SlavíkwxPlatformInfo::IsUsingUniversalWidgets() was broken...
2006-08-16  Michael WetherellDeclarations missing from VC++ 5
2006-08-16  Michael WetherellAvoid warnings from VC++ 5.0
2006-08-15  Paul Cornettneeds wx/string.h to compile independently
2006-08-14  Paul CornettCombine two wxImage-to-pixmap creation functions into...
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-08-13  Vadim Zeitlinadded wxULongLong::ToDouble() (patch 1531597)
2006-08-13  Vadim Zeitlinbetter key handling for MSW and GTK (patch 1526666)
2006-08-13  Vadim Zeitlinadded wxDir::FindFirst() (modified patch 1525502)
2006-08-11  Stefan Csomorwe are always compositing on the supported OS versions
2006-08-11  Stefan Csomorwe are always compositing on the supported OS versions...
2006-08-11  Stefan Csomorwe are always compositing on the supported OS versions
2006-08-10  Václav Slavíkmoved duplicated wxRegionContain definitions to wx...
2006-08-10  Vadim Zeitlincompilation fix: remove wxRegionContain enum which...
2006-08-10  Vadim Zeitlinremoved wxHtmlWindow::m_Style which duplicated wxWindow...
2006-08-10  Vadim Zeitlinmove the logic for changing notebook pages using the...
2006-08-10  Václav Slavíkmoved duplicated wxRegionContain definitions to wx...
2006-08-10  Julian SmartNeed include so user code can access book control
2006-08-10  Václav Slavíkmoved mgl/colour.{cpp,h} to generic so that it can...
2006-08-10  Václav Slavíkcheck that wxUniv is enabled when compiling for wxMGL
2006-08-10  Vadim Zeitlinadded NormalizeValue() which can be used to ensure...
2006-08-10  Vadim ZeitlinAdded wxID_PAGE_SETUP standard id
2006-08-09  Václav Slavíkmoved wxIcon implementation for ports where it's identi...
2006-08-08  Václav Slavíkadded wxRect::Inside(wxRect) for testing if a rectangle...
2006-08-08  Václav SlavíkwxPipeInputStream depends on wxFile, use wxUSE_FILE
2006-08-06  Stefan NeisFixed (?) problem in region handling which caused major...
2006-08-06  Vadim Zeitlinunified wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTH...
2006-08-06  Robin DunnGive timers a generated ID if wxID_ANY is passed
2006-08-05  Václav Slavíkreformatted DEFINE_STD_WXCOLOUR_CONSTRUCTORS definition...
2006-08-04  Vadim Zeitlinundid last change and removed wxTE/CB_FILENAME style...
next