]> git.saurik.com Git - wxWidgets.git/history - src
post WM_CLOSE instead of deleting the inplace edit control (second incarnation of...
[wxWidgets.git] / src /
2006-10-26  Michael WetherellFor streams smaller than the buffer reduce the buffer...
2006-10-26  Vadim Zeitlininclude wx/msw/mslu.h for wxUsingUnicowsDll() declaration
2006-10-26  Robert Roebling [ 1585253 ] Various important bugfixes to wxFileName...
2006-10-26  Robert Roebling Make animation of combo-popdown optional.
2006-10-26  Robert Roebling Rewrite selection event code for wxListBox.
2006-10-26  Michael WetherellMissing header.
2006-10-26  Stefan Csomormoving rounded rect and ellipse to path class
2006-10-26  Stefan Csomormissing apply call
2006-10-26  Vadim Zeitlinmove wxMSLU_xxx redefinitions of xxx() Windows function...
2006-10-26  Stefan Csomoradding workarounds for 10.4 only implementations
2006-10-26  Stefan Csomorswitching to new renderer API
2006-10-26  Robin Dunnfixed compile error (jump to label bypasses initializat...
2006-10-26  Václav Slavíkadded wxDelegateTheme to accompany wxDelegateRenderer
2006-10-26  Václav Slavíkfixed selection when using keyboard after JS' change...
2006-10-26  Benjamin Williamswxaui flags reworked a bit; allows any hinting type...
2006-10-26  Stefan Csomoradding new implementations
2006-10-26  Stefan Csomormissing common create functions
2006-10-26  Vadim Zeitlinfixed reversed return value of IsEmpty() (closes 1585004)
2006-10-26  Julian SmartLess drastic compile fix
2006-10-26  Włodzimierz SkibaBlind fix for Tinderbox build error.
2006-10-26  Julian SmartAdded dcgraph.cpp and rebaked
2006-10-26  Włodzimierz SkibaCorrect placement of header listed in wx/wx.h
2006-10-26  Julian SmartUsing MinGW 3, no hbmpItem
2006-10-26  Julian SmartAdded missing include for MinGW non-PCH compile
2006-10-26  Julian SmartAdded a cast
2006-10-26  Julian SmartTypo fixes
2006-10-26  Stefan Csomoradopt new set font API
2006-10-26  Stefan Csomornew renderer architecture
2006-10-26  Julian SmartAdded URL support to attribute objects and to wxRichTex...
2006-10-26  Stefan Csomoradapted to new font setter
2006-10-26  Stefan Csomoradapted to new renderer, moved wxGCDC into dcgraph.cpp
2006-10-26  Stefan Csomoradded the recangle fix
2006-10-26  Stefan Csomormove the graphics context bridge dc into separate file
2006-10-26  Robin DunnFix "PINK" to actually be pink, and not lavender
2006-10-26  Kevin OllivierAdding virtual wxListCtrl impl of GetItem.
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  Robin Dunnsome GTK1 bulkd fixes from Sander Niemeijer
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  Robert Roebling [ 1584680 ] wxComboCtrl Popup Animation
2006-10-25  Robin DunnHIShapeCreateEmpty doesn't exist prior to OSX 10.4...
2006-10-25  Robin Dunncorrected collpaneg.h name typo
2006-10-25  Václav Slavíkuse window's font instead of the default one in wxStatusBar
2006-10-25  Robert Roebling Prevent accession of to-be-deleted mdi
2006-10-25  Włodzimierz SkibaTypo fix.
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  Václav Slavíkchanged wxHAS_NATIVE_OVERLAY and wxHAS_CARET_USING_OVER...
2006-10-25  Julian SmartButton size adjustment
2006-10-25  Julian SmartDon't reset the best size to wxDefaultSize unless we...
2006-10-25  Julian SmartBetter button size on wxX11
2006-10-25  Robert Roebling Fix test for wxFD_MULTIPLE.
2006-10-25  Robin DunnFix for missing About menu item
2006-10-25  Robin DunnFix the rectangle size when offsetting
2006-10-25  Robin DunnRefactor the code that decides if the 0.5 offset chousl...
2006-10-25  Kevin OllivierAdding support for item font/style/color customization...
2006-10-24  Włodzimierz SkibaPCH support.
2006-10-24  Julian SmartFix incorrect comparison
2006-10-24  Paul Cornettcorrect deletes
2006-10-24  Julian SmartAdded missing header
2006-10-24  Julian SmartCompile fixes
2006-10-24  Julian SmartTypo correction
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 SkibaBlind Tinderbox build fix according to simiar usage...
2006-10-24  Václav Slavíkmoved wxOverlay into overlay.* files and out of dc...
2006-10-24  Vadim Zeitlinreset the internal flags at the end of DoSetValue(...
2006-10-24  Włodzimierz SkibaWarning fix.
2006-10-24  Włodzimierz SkibaVerify wx/filefn.h can be placed as first header in...
2006-10-24  Paul Cornettstatic class variable needs a definition
2006-10-24  Paul Cornettnon-pch build fixes
2006-10-24  Robin DunnPass the config object into the wxHtmlHelpFrame so...
2006-10-24  Kevin OllivierUse the same selection highlight and text colors as...
2006-10-23  Vadim Zeitlindon't use static objects containing bitmaps, this almos...
2006-10-23  Vadim Zeitlinuse wxBitmap object as m_buffer and not a pointer to...
2006-10-23  Vadim Zeitlinmoved wxCollapsiblePane files to adv library
2006-10-23  Michael WetherellRename WX[F]FILE_LARGEFILE to wxHAS_LARGE_[F]FILES.
2006-10-23  Vadim Zeitlindon't update the size of a maximized TLW, whatever...
2006-10-23  Vadim Zeitlindon't show licence pane if there is no licence text
2006-10-23  Robin DunnUsed wxConstCast where needed, fixed other compile...
2006-10-23  Robin Dunnadded missing default ctor
2006-10-23  Robin DunnUse wxGTK_CONV to fix compile error when building in...
2006-10-23  Robin DunnAdd collpane headers to files.bkl, and also collpaneg...
2006-10-23  Robert Roebling[ 1582733 ] Support wxALWAYS_SHOW_SB in wxGTK
2006-10-23  Julian SmartAdded GetTempDir
2006-10-23  Václav Slavíkdon't disable caret blinking on non-MSW platforms
2006-10-23  Włodzimierz SkibaPCH build fix.
2006-10-23  Michael WetherellAdded wxBackingFile and wxBackedInputStream.
2006-10-23  Michael WetherellwxFileName::CreateTempFileName changes. Open the tempfi...
2006-10-23  Michael WetherellWarning fix for vc8, and move wxGetFileKind out of...
2006-10-23  Włodzimierz SkibaCorrect 'markup' for GetResourceHandle after recent...
2006-10-23  Włodzimierz SkibaWarning fix.
2006-10-23  Włodzimierz SkibaWarning fix.
2006-10-23  Włodzimierz SkibaRebaked makefiles after htmllistbox and collapsable...
2006-10-23  Stefan Csomoradding new constructors
2006-10-23  Paul Cornettnon-pch build fix
2006-10-22  Vadim Zeitlinavoid code duplication between the generic and GTK...
next