]> git.saurik.com Git - wxWidgets.git/history - src
don't misinterpret the time after the date as a weekday (patch 1836708)
[wxWidgets.git] / src /
2007-12-15  Vadim Zeitlindon't misinterpret the time after the date as a weekday...
2007-12-15  Vadim Zeitlinfix unused parameter warning
2007-12-15  Vadim Zeitlinfixed another invalid cast
2007-12-15  Vadim Zeitlinfixed invalid cast of wxWindowDCImpl to wxDC in DoGetPi...
2007-12-15  Vadim Zeitlinfixed wxGTK1 compilation after wxDC changes (still...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-12-15  Vadim Zeitlinfix gcc warning about possibly uninitialized variables
2007-12-15  Vadim Zeitlinfix signed/unsigned comparison warnings
2007-12-15  Vadim ZeitlinwxMotif should use wxX11 wxPalette instead of duplicati...
2007-12-15  Vadim Zeitlinremoved empty file which wasn't present in the makefile...
2007-12-15  Vadim Zeitlinfix X11 build after wxDC changes
2007-12-15  Vadim Zeitlinfix unused variables and parameters warnings
2007-12-15  Václav Slavíkremoved SetVirtualSizeHints() and related code
2007-12-15  Robin DunnUpdate Scintilla to version 1.75
2007-12-15  Vadim Zeitlindon't modify the output variable if ToXXX() fails to...
2007-12-15  Vadim ZeitlinPalmOS 6 compilation fixes (patch 1849757)
2007-12-15  Vadim ZeitlinwxMotif compilation fixes after wxDC changes
2007-12-14  Vadim Zeitlincompilation fix after HandleWindowEvent() changes
2007-12-14  Vadim Zeitlinanother file which needs wx/thread.h inclusion now
2007-12-14  Vadim Zeitlinfixed wxDFB compilation after wxDC-related changes
2007-12-14  Vadim Zeitlinfixed unused parameter warning
2007-12-14  Stefan Csomormaking ref counting behavior consistent, activating...
2007-12-14  Vadim Zeitlincompilation fix: need to include wx/thread.h now
2007-12-13  Robin DunnAdd a FIXME for a reminder...
2007-12-13  Robin DunnApplied patch [ 1845819 ] wxMSW Top level window freeze...
2007-12-13  Vadim Zeitlindon't allow TAB-bing away to other TLWs
2007-12-12  Václav Slavíkfixed test for toplevel windows to use IsTopLevel...
2007-12-12  Vadim Zeitlinreplace wrong WXDLLEXPORT declarations with correct...
2007-12-11  Vadim Zeitlindon't leak wxImageList if wxHF_CONTENTS is not used...
2007-12-11  Julian SmartSet the object for context menu events.
2007-12-11  Vadim Zeitlinhack: don't use wxCharTypeBuffer<char>::operator[]...
2007-12-11  Vadim Zeitlindon't overload SizeInM{aj,in}orDir() on const/non-const...
2007-12-11  Vadim Zeitlinfix unused variable warning if !HAS_AUTOCOMPLETE
2007-12-11  Paul Cornettfix for link errors in DLL build
2007-12-11  Robin DunnDon't prematurely return from Create before appending...
2007-12-10  Stefan Csomorchanging guard to support popupwindows as well
2007-12-10  Stefan Csomormaking sure it always returns a valid string
2007-12-10  Stefan Csomorgoing private with refdata
2007-12-09  Vadim Zeitlindon't use the native implementation if wxTaskBarIcon...
2007-12-09  Chris Elliottanother VC6 fix; i reused inside for
2007-12-09  Robert Roeblinguse wxPopupWindow for wxCombo (doesn't work yet)
2007-12-09  Stefan Csomorfixing unicode compile
2007-12-09  Vadim Zeitlindon't use FillRect() in DoDrawRectangle() but always...
2007-12-08  Stefan Csomormoving collapsible pane a few steps forward os OSX
2007-12-08  Stefan Csomormoving collapsible pane a few steps forward os OSX
2007-12-08  Vadim Zeitlincall Clear() in dtor: this is necessary at least to...
2007-12-08  Vadim Zeitlinadd wxUSE_TASKBARICON_BALLOONS to make it possible...
2007-12-08  Vadim Zeitlintranslate wx{File,Dir}PickerWidgetLabel
2007-12-08  Robert RoeblingUse native DisclosureTriangle control for wxCollapsible...
2007-12-08  Stefan Csomorunifying CFTypes
2007-12-08  Robert RoeblingCompilo
2007-12-08  Stefan Csomorunifying CFTypes
2007-12-08  Stefan Csomorunifying CFTypes
2007-12-08  Stefan Csomorunifying CFTypes
2007-12-08  Robert RoeblingMake wxGenericColourButton derive from wxBitmapButton
2007-12-08  Robert Roebling[ 1836794 ] gtk menu: radiogroup and separator
2007-12-08  Robert RoeblingAdded wxWrapSizer (modified patch: [1826950] Wrapping...
2007-12-08  Robert Roeblinguse buffered DC again
2007-12-08  Robert RoeblingDocument wxBitmapToggleButton, add update UI event...
2007-12-07  Chris ElliottSF patch 1840451
2007-12-07  Julian SmartDon't show messages for directories that can't be read
2007-12-06  Václav Slavíkfixed wxSpinCtrl's client size computation in wxMSW...
2007-12-06  Robin DunnAdd wxID_EDIT to the list of stock IDs
2007-12-06  Paul Cornettsetting style on backing window should not be necessary...
2007-12-06  Julian SmartBig wxRichTextCtrl performance increase due to faster...
2007-12-06  Bryan PettyPatch from David Warkentin fixing initialization of...
2007-12-05  Stefan Csomorextending locale detection
2007-12-05  Robert RoeblingAdded wxToggleBitmapButton
2007-12-05  Paul Cornettfix deferred show when min size has been set
2007-12-04  Julian SmartReverted mouse position change - wxMSW does send (...
2007-12-04  Václav SlavíkwxLaunchDefaultBrowser messages should be localized
2007-12-04  Václav Slavíkadded <scrollrate> parameter to wxScrolledWindow XRC...
2007-12-04  Stefan Csomorshorter code for wxMac
2007-12-04  Stefan Csomoremulate expected setlocale(0,"") behaviour
2007-12-04  Paul CornettOnly account for WM frame extents in tlw size if WM...
2007-12-04  Julian SmartContext menu event from keyboard records the mouse...
2007-12-04  David ElliottMake wxCocoa compile with new pImpl wxDC.
2007-12-04  Vadim Zeitlinuse wxFileName to construct well-formed paths in GetMsg...
2007-12-04  Vadim Zeitlinuse CreateWindow() instead of CreateStatusWindow()...
2007-12-03  Robert Roeblingcorrect wxMemoryDC constr. to not use m_owner
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
2007-12-03  Stefan Csomorfixing warning about missing virt destructor
2007-12-03  Robert Roeblingcompile fix
2007-12-03  Robert RoeblingResize col to fill entire client area if only 1 col.
2007-12-03  Robert RoeblingAdd support for wxDC_ROW_LINES for GTK+ and OS X
2007-12-03  Paul Cornettremove unneccessary header dependencies on wx/thread.h
2007-12-03  Paul Cornettnon-pch build fix
2007-12-03  Paul Cornettnon-pch build fixes
2007-12-03  Paul Cornettbuild fix for -D__WXUNIVERSAL__
2007-12-02  Robert Roeblingfurther work on custom renderer
2007-12-02  Paul Cornettnon-pch build fix
2007-12-02  Paul Cornettkeep initial size from changing when frame extents...
2007-12-02  Vadim Zeitlinadded support for icon flags to wxGenericNotificationMe...
2007-12-02  Vadim Zeitlinadded wxNotificationMessage::AlwaysUseGeneric() MSW...
2007-12-02  Vadim Zeitlinadded wxArtProvider::GetMessageBoxIcon() to avoid dupli...
2007-12-02  Paul Cornettdon't set resize mode to QUEUE, it seems to be wrong...
2007-12-02  Vadim Zeitlinremoved the "Silver theme fix" which made the controls...
2007-12-02  Vadim Zeitlincorrect the wxEVT_TASKBAR_BALLOON_CLICK handler name...
2007-12-02  Vadim Zeitlinimplemented wxNotificationMessage for wxMSW using wxTas...
2007-12-02  Vadim Zeitlindelete the TLW used by taskbar icons instead of destroy...
next