]> git.saurik.com Git - wxWidgets.git/history - src
Test header and renderer aligment separately, II
[wxWidgets.git] / src /
2008-04-06  Robert RoeblingFix compilo
2008-04-06  Vadim Zeitlinno changes, just fix typo in variable name
2008-04-06  Vadim Zeitlindelay setting the window shape until it is realized...
2008-04-06  Vadim Zeitlinuse kind, not id, of a menu item to test whether it...
2008-04-06  Vadim Zeitlinremoved (unused) occurrences of _WX_DEFINE_DATE_EVENTS_...
2008-04-06  Vadim Zeitlinrefresh the item after adding its first child as, appar...
2008-04-06  Vadim Zeitlincontinue with other handlers if some handler fails...
2008-04-06  Vadim Zeitlinreset m_selection in DeleteAllPages() (patch 1922215...
2008-04-06  Chris ElliottSF bug 1895101
2008-04-06  Robin Dunnuse the same constant the other ports use instead of...
2008-04-06  Robin DunnSlight reorg of last change
2008-04-05  Vadim Zeitlininclude more headers for PCH-less compilation
2008-04-05  Robert RoeblingAlways interpret a column width of -1 as 80 until somth...
2008-04-05  Vadim Zeitlinuse wxCHECK instead of wxASSERT in Alloc() to avoid...
2008-04-05  Vadim Zeitlindon't crash in ReadString() if the length read from...
2008-04-05  Vadim Zeitlinfix for g++ signed/unsigned comparison warning
2008-04-05  Robert RoeblingFixed bug that made adding a child to a branch (that...
2008-04-05  Robert RoeblingBugs-1934787 ] Bug in wxDataViewSpinRenderer::CreateEdi...
2008-04-05  Robert RoeblingProbable fix for [ 1933745 ] Crash in wxDataViewHeaderW...
2008-04-05  Robert Roebling[ 1922123 ] Generic wxDataViewCtrl leaks
2008-04-05  Robert RoeblingSupport renderer::LeftClick() in generic code, removed...
2008-04-04  Vadim Zeitlinset focus to the control when it's clicked
2008-04-04  Vadim Zeitlinuse wxWANTS_CHARS to allow arrows to work inside the...
2008-04-04  Vadim Zeitlinimplemented toggling of wxCAL_MONDAY_FIRST in the nativ...
2008-04-04  Vadim Zeitlinimplemented Mark() in the native MSW version of wxCalen...
2008-04-04  Vadim Zeitlingenerate double click events in the native MSW version...
2008-04-04  Vadim Zeitlingenerate the correct events in the native MSW version...
2008-04-04  Vadim Zeitlinimplemented HitTest() in the native MSW version; added...
2008-04-04  Vadim Zeitlinimplement EnableMonthChange() by restricting the dates...
2008-04-04  Vadim Zeitlincompilation fix for PCH-less build
2008-04-04  Vadim Zeitlininitial native implementation of wxCalendarCtrl for MSW
2008-04-03  Robin DunnFix AdjustForOverflow to use item->CalcMin, not item...
2008-04-03  Václav SlavíkFixed timing of malformed animated GIFs in wxHTML ...
2008-04-03  Vadim Zeitlinreplace wrong wxUSE_DYNAMIC_LOADER test with the correc...
2008-04-03  Stefan Csomorfixing the build for wxMAC_USE_COCOA=1
2008-04-03  Stefan CsomorGetPixel isn't returning RGBColor anymore, so change...
2008-04-03  Stefan CsomorGetPixel isn't returning RGBColor anymore, so change...
2008-04-03  Robin DunnCall ValueChanged after SetValue so other views will...
2008-04-03  Robin Dunnfix warnings
2008-04-03  Robin DunnFix for potential layout glitches in wxGridBagSizer...
2008-04-02  Stefan NeisAdded detection of vsscanf and whether or not a prototy...
2008-04-02  Julian SmartOnly update the toolbar buttons if the toolbar is visible
2008-04-02  Vadim Zeitlinlog error before returning, not after
2008-04-01  Vadim Zeitlinsuppress VC++ /Wp64 warnings
2008-04-01  Václav Slavíkcompilation fix for wxMSW and r52961
2008-04-01  Václav SlavíkGeneralized wxScrolledWindow into wxScrolled<T> that...
2008-04-01  Robin DunnDon't force wxBORDER_SUNKEN so the programmer can speci...
2008-03-31  Vadim Zeitlinthrow away the now invalid items in wxSelectionStore...
2008-03-31  Vadim Zeitlinfix unused parameter warning
2008-03-31  Vadim Zeitlinstore selected indices as unsigned int, not size_t...
2008-03-31  Vadim Zeitlindon't leave empty listboxes with tiny best size
2008-03-30  Václav Slavíkadded wxXmlNode::InsertChildAfter and use it for (much...
2008-03-29  Václav Slavík1. fixed wxXmlNode::InsertChild() documentation to...
2008-03-29  Stefan NeisLinker fixes for OS/2 build.
2008-03-29  Stefan NeisOS/2 port: reorganized wxBitmap/wxBitmapHandler classes...
2008-03-29  Václav Slavíkset initial GTK_CAN_FOCUS value to match AcceptsFocus...
2008-03-29  Václav Slavíkremoved no longer used win_gtk.c file
2008-03-29  Václav Slavíkbe tolerant of XHTML self-closing tags when parsing...
2008-03-28  Francesco Montorsiadd more pure virtuals to wxBrushBase; fix the GetColou...
2008-03-28  Vadim Zeitlincompilation fix for ANSI build: use reinterptre_, not...
2008-03-28  Vadim Zeitlinadded native GTK implementation of wxCalendarCtrl ...
2008-03-28  Vadim Zeitlinfix gcc warning about assigning -1 to a guint
2008-03-27  Robin DunnUse SetCanFocus
2008-03-27  Robin DunnA bit of cleanup for STC's use of PopupWindow
2008-03-27  Robin DunnUse SetCanFocus
2008-03-27  Vadim Zeitlinlock wxPendingEventsLocker when deleting the handler...
2008-03-27  Vadim Zeitlindon't blit too much when copying static box border...
2008-03-27  Stefan Csomorgraphics bitmap implementation, fix for bitmap scaling
2008-03-27  Vadim Zeitlindon't use gtk_notebook_insert_page() return value as...
2008-03-27  Vadim ZeitlinSeveral fixes for removing/readding controls to the...
2008-03-26  Julian SmartAdded GetId() to Connect calls to ensure only the relev...
2008-03-26  Stefan Csomorpopup activation scope and l&f
2008-03-26  Stefan Csomorfixing custom background on non owned windows
2008-03-26  Stefan Csomorfixing custom background on non owned windows
2008-03-26  Julian SmartFixed selection clearing.
2008-03-25  Vadim Zeitlinseveral g++ 4 warning fixes
2008-03-25  Stefan Csomormoving tlw list up, cleanup
2008-03-25  Francesco Montorsibuild fix
2008-03-25  Francesco Montorsireorganized wxBitmap/wxBitmapHandler classes to use...
2008-03-25  Stefan Csomorporting reordering of controls back from 2.8
2008-03-25  Julian SmartFix for non-pch
2008-03-25  Stefan Csomoradding 10.4 code for making focus events behave as...
2008-03-25  Vadim Zeitlincall OnReadWaiting(), not OnExceptionWaiting(), when...
2008-03-25  Vadim ZeitlinANSI mode compilation fix
2008-03-25  Stefan Csomorfix adding non owned window for mac
2008-03-25  Stefan Csomornon owned window implementation
2008-03-25  Stefan Csomornon owned window implementation
2008-03-25  Stefan Csomornon owned window implementation
2008-03-25  Stefan Csomornon owned window implementation
2008-03-25  Stefan Csomornon owned window implementation
2008-03-25  Stefan Csomornon owned window implementation
2008-03-25  Stefan Csomornon owned window implementation
2008-03-25  Stefan Csomornon owned window implementation
2008-03-25  Stefan Csomornon owned window implementation
2008-03-25  Stefan Csomornon owned window installation
2008-03-25  Stefan Csomormake popup on mac behave as on msw
2008-03-24  Vadim Zeitlinfix wxExecute() compilation in ANSI build
2008-03-24  Václav Slavíkno need to export private list/arrays of generic contro...
2008-03-24  Francesco Montorsifix for built with compat 2.8 off
2008-03-24  Vadim Zeitlinfix (one off, so not really important) memory leak...
next