Updates For OpenVMS support and some extra includes to define wx(xxxx)DC types.
[wxWidgets.git] / src /
2007-12-21  Jouk JansenUpdates For OpenVMS support and some extra includes...
2007-12-20  Václav SlavíkwxScrolledWindow can get wxEVT_CHILD_FOCUS event for...
2007-12-20  Václav Slavíkcompilation fix for !wxUSE_THREADS
2007-12-20  Václav Slavíkfixed wxHAS_GENERIC_PROCESS_CALLBACK check to use ...
2007-12-20  Robert RoeblingPlaying with wxgrid, adding optionnally native columns...
2007-12-20  Robert RoeblingRemove old event type compatibility
2007-12-20  Julian SmartCorrected wxRTTI for wxNotebook so dynamic casting...
2007-12-20  Paul Cornettremove old thread debugging code
2007-12-20  Paul Cornettremove unused variables, tabs
2007-12-20  Paul CornettDC headers don't need to be in gtk/private.h
2007-12-20  Paul Cornettmore code simplification
2007-12-20  Vadim Zeitlinset up the correct layout direction for memory dc in...
2007-12-19  Václav Slavíkwhen a window inside scrolled window receives focus...
2007-12-19  Václav Slavíkimplemented wxExecute() for wxDFB; share the implementa...
2007-12-19  Stefan Csomorfixing strange bug under OS X (null strings from within...
2007-12-19  Vadim Zeitlinfix for ANSI mode build (patch 1853001)
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-19  Vadim Zeitlinfix compilation after r50329
2007-12-18  Václav Slavíkuse #include <> for system headers, not #include ""
2007-12-18  Stefan Csomorfixing the HITextView single line scrolling under 10.5
2007-12-18  Václav Slavíkfixes for the case when only epoll() based wxFDIODispat...
2007-12-18  Stefan Csomorchanging code that doesn't work on 10.5 as advertised
2007-12-18  Stefan Csomorchanging code that doesn't work on 10.5 as advertised
2007-12-18  Stefan Csomorstarting a doc must return true in order for printprevi...
2007-12-18  Julian SmartAdded missing include
2007-12-18  Stefan Csomormoving things to private headers
2007-12-18  Stefan Csomormoving things to private headers
2007-12-18  Stefan Csomormoving things to private headers
2007-12-18  Stefan Csomormoving things to private headers
2007-12-18  Stefan Csomoradding explicit copy and assignment
2007-12-18  Václav Slavíkcorrected WaitForChild comment about who sets endProcDa...
2007-12-18  Robert RoeblingImplement alternating row colours
2007-12-18  Robert RoeblingUse IsOk() instead of Ok()
2007-12-18  Robert RoeblingCorrect background colourin wxDataViewCtrl, Use IsOk...
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::Reset(), clarified...
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::RowsDeleted() and vario...
2007-12-17  Paul Cornettfactor out a whole bunch of duplicated code
2007-12-17  Stefan Csomormissing include
2007-12-17  Paul Cornettremove some duplication in font scaling code
2007-12-17  Paul Cornettcreate hatch bitmaps on demand, and dispose of them...
2007-12-17  Paul Cornettuse a wxCharBuffer instead of malloc/free for pango...
2007-12-17  Paul Cornettadd MutexGuiEnter/Leave to wxAppTraits, integrate nativ...
2007-12-17  Paul CornettMake sizing logic clearer, at the expense of a few...
2007-12-16  Robert RoeblingDisable any refresh in backing window (set_back_pixmap...
2007-12-16  Robert RoeblingFix resizing prob
2007-12-16  Václav Slavíkfixed wxGTK1's wxDialog::ShowModal() to use GetParentFo...
2007-12-16  Václav Slavíkfixed wxUniv's wxDialog::ShowModal() to use GetParentFo...
2007-12-16  Václav Slavíkconvert wxImage's mask into alpha channel in wxDFB...
2007-12-16  Stefan Csomorfixing string param
2007-12-16  Stefan Csomordifferent CoreText font caches for Robin's tests
2007-12-16  Robert RoeblingImplemented (for GTK+) and tested dataview_context_menu...
2007-12-16  Robert RoeblingPatches-1851591 ] dataview sample is crashing (under...
2007-12-16  Robert Roeblingprobably fixed blit crash in X11
2007-12-16  Robert RoeblingRemove old/new DC test code (3000th commit - and still...
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...
next