]> git.saurik.com Git - wxWidgets.git/history - include
move the graphics context bridge dc into separate file
[wxWidgets.git] / include /
2006-10-26  Robin DunnSetTextColor --> SetTextColour, to be consistent with...
2006-10-26  Kevin OllivierOverride GetPixelSize on OS X as the base impl creates...
2006-10-25  Michael WetherellAdd class factories for filter streams. Also filters...
2006-10-25  Michael WetherellAdd class factories for filter streams. Also filters...
2006-10-25  Robin DunnDon't override DoGetSize, just let the default return...
2006-10-25  Kevin OllivierFix wxBufferedDC so that it adheres to its documented...
2006-10-25  Robert Roebling [ 1584680 ] wxComboCtrl Popup Animation
2006-10-25  Robert Roebling Prevent accession of to-be-deleted mdi
2006-10-25  Julian SmartwxRichTextCtrl not ready for WinCE yet, stop people...
2006-10-25  Włodzimierz SkibaMake wxRichTextCtrl again buildable on WinCE.
2006-10-25  Robert Roebling Add m_fsStyle next to m_windowStyle
2006-10-25  Michael WetherellFix export.
2006-10-25  Václav Slavíkchanged wxHAS_NATIVE_OVERLAY and wxHAS_CARET_USING_OVER...
2006-10-25  Vadim Zeitlindeclare wxMSLU_xxx functions in the headers which defin...
2006-10-25  Robin DunnRefactor the code that decides if the 0.5 offset chousl...
2006-10-25  Włodzimierz SkibaADV export fix.
2006-10-25  Kevin OllivierAdding support for item font/style/color customization...
2006-10-24  Vadim Zeitlinuse manifest id of 2 if ISOLATION_AWARE_ENABLED is...
2006-10-24  Vadim Zeitlindefine WXDEBUG_NEW to use special VC++-specific new...
2006-10-24  Robin Dunnuse WXDLLIMPEXP_ADV on the base class too
2006-10-24  Vadim ZeitlinwxCollapsiblePaneEvent is in adv library, not core
2006-10-24  Paul Cornettcorrect access for virtuals
2006-10-24  Paul Cornettwx/window.h not needed
2006-10-24  Julian SmartCompile fixes
2006-10-24  Julian SmartMust define a symbol to test its value
2006-10-24  Julian SmartCompile fixes
2006-10-24  Julian SmartAdded creation of printer DC to printer factory.
2006-10-24  Julian SmartAdded GetTempDir
2006-10-24  Włodzimierz Skibanon-PCH build fix (according to Tinderbox).
2006-10-24  Václav Slavíkmoved wxOverlay into overlay.* files and out of dc...
2006-10-24  Vadim Zeitlintest that _INTEGRAL_MAX_BITS is defined before comparin...
2006-10-24  Włodzimierz SkibaADV export fix.
2006-10-24  Michael WetherellFix check for wxUSE_BACKINGFILE.
2006-10-24  Paul Cornettnon-pch build fixes
2006-10-24  Robin DunnPass the config object into the wxHtmlHelpFrame so...
2006-10-23  Vadim Zeitlinuse wxBitmap object as m_buffer and not a pointer to...
2006-10-23  Michael WetherellRename WX[F]FILE_LARGEFILE to wxHAS_LARGE_[F]FILES.
2006-10-23  Vadim Zeitlintry to simplify the web of ifdefs; add Borland to the...
2006-10-23  Robin DunnBump subrelease number
2006-10-23  Julian SmartAdded GetTempDir
2006-10-23  Michael WetherellAdded wxBackingFile and wxBackedInputStream.
2006-10-23  Michael WetherellCorrect comment.
2006-10-23  Michael WetherellAdded wxBackingFile and wxBackedInputStream.
2006-10-23  Michael WetherellwxFileName::CreateTempFileName changes. Open the tempfi...
2006-10-23  Michael WetherellAdd WXFILE_LARGEFILE/wxFFILE_LARGEFILE to indicate...
2006-10-23  Włodzimierz SkibaCorrect 'markup' for GetResourceHandle after recent...
2006-10-23  Julian SmartFixed return values
2006-10-22  Vadim Zeitlinavoid code duplication between the generic and GTK...
2006-10-22  Vadim Zeitlin1. We don't need GetTopLevelParent() here, we already...
2006-10-22  Vadim Zeitlincleanup (mainly wrapping lines to be < 80 chars); added...
2006-10-22  Vadim Zeitlininitial draft of wxCollapsiblePane (patch 1577412 by...
2006-10-22  Vadim Zeitlinadded wxSimpleHtmlListBox (patch 1576109 by Francesco)
2006-10-22  Vadim Zeitlinsmall refactoring to avoid code duplication; renamed...
2006-10-22  Vadim Zeitlinadd alt popup window style allowing to use keyboard...
2006-10-22  Stefan Csomoradding path accessors
2006-10-22  Stefan Csomoradding wxobject and RTTI
2006-10-22  Vadim Zeitlinmake install location autodetection work for executable...
2006-10-22  Vadim Zeitlinuse wxComboCtrl instead of custom popup window (patch...
2006-10-22  Vadim Zeitlincall Init() from wxBufferedDC ctors to ensure that...
2006-10-22  Vadim Zeitlininherit the original layout direction (patch 1554810...
2006-10-21  Paul CornettwxGraphicContext --> wxGraphicsContext
2006-10-21  Paul CornettwxGraphicContext --> wxGraphicsContext
2006-10-21  Robert Roebling Fix warning.
2006-10-21  Stefan NeisCorrected port name used in headers.
2006-10-21  Vadim Zeitlinfilter out duplicate date changed events sent by the...
2006-10-21  Vadim Zeitlinone more correction to wxCondition::WaitTimeout() retur...
2006-10-21  Vadim Zeitlinalso define wxLstat for non-Unix platforms
2006-10-21  Vadim Zeitlinalso define wxLstat in ANSI build
2006-10-21  Vadim Zeitlinadded wxLstat() (one of patches from bug 1052385)
2006-10-21  Robert Roebling[ 1581391 ] wxAnimationCtrl XRC handler
2006-10-21  Robert Roebling [ 1580776 ] wxAnimationCtrl::SetInactiveBitmap
2006-10-21  Stefan Csomoruntangling dc and gc
2006-10-21  Robert Roebling Compilo.
2006-10-21  Robin Dunnuse consistent names (Graphic vs. Graphics)
2006-10-21  Robin DunnForward SetFont, SetBackgroundColour and SetForegroundC...
2006-10-20  Stefan Csomorscreendc implementation
2006-10-20  Stefan Csomornew method needed for screendc
2006-10-20  Stefan Csomoradding same methodname as gtk and msw
2006-10-20  Julian SmartAdded the ability to use built-in bullet styles, curren...
2006-10-20  Vadim Zeitlindefine bookctrl (and -derived) classes flags in their...
2006-10-20  Stefan Csomorreplacing old core graphics with new graphics context...
2006-10-20  Stefan Csomorreplacing old core graphics with new graphics context...
2006-10-20  Stefan Csomorreplacing old core graphics with new graphics context...
2006-10-20  Vadim Zeitlindefine bookctrl (and -derived) classes flags in their...
2006-10-20  Włodzimierz SkibaTypo.
2006-10-20  Włodzimierz SkibaWhitespaces and headers cleaning.
2006-10-20  Stefan Csomorstart using wxGraphicsContext for OS X instead of old...
2006-10-20  Paul CornettRemove unnecessary size members from GtkPizzaChild.
2006-10-19  Robin Dunnbump subrelease number
2006-10-19  Julian SmartAdded missing WXDLLIMPEXP_RICHTEXT symbol
2006-10-19  Julian SmartCompilation fixes
2006-10-19  Stefan Csomorusing graphics context for core graphics switch
2006-10-19  Vadim Zeitlinextracted wxGtkString in a separate file, it's also...
2006-10-19  Vadim ZeitlinMain change is that we now close X11 display on program...
2006-10-19  Julian SmartAdded a list style editor page to the formatting dialog.
2006-10-19  Vadim Zeitlinadded newline at end of file
2006-10-19  Robert Roebling Made wxStreamBase::IsOk() virtual;
2006-10-19  Mart RaudseppInclude defs.h before including wxchar.h to make init...
2006-10-19  Kevin OllivierSeveral wxWebKitCtrl enhancements/fixes. Including:
2006-10-18  Robin DunnPatch #1579801: wxBufferedDC shared buffer bitmap
next