]> git.saurik.com Git - wxWidgets.git/history - src
don't access m_clientDataItemsType directly
[wxWidgets.git] / src /
2007-09-17  Vadim Zeitlindon't access m_clientDataItemsType directly
2007-09-16  Vadim Zeitlincompilation fix
2007-09-16  Vadim Zeitlindon't use NULL when we mean 0
2007-09-16  Vadim Zeitlinfix warnings due to use of WXDLLEXPORT on forward decla...
2007-09-16  Vadim Zeitlinfix access to client data of wxComboBox in wxUniv by...
2007-09-16  Vadim Zeitlinmore fixes for using wxSocket in console applications...
2007-09-16  Vadim Zeitlinexpand the table cells to fill the entire table width...
2007-09-16  Vadim Zeitlinfix divide by 0 bug in UpdateScrollbars() (part of...
2007-09-16  Vadim Zeitlindestroy the old clipping region before setting the...
2007-09-16  Vadim Zeitlinremoved apparent off by 1 bug in the end line calculati...
2007-09-16  Vadim Zeitlinadded XRCSIZERITEM() allowing to directly retrieve...
2007-09-16  Vadim Zeitlinuse ListView_RedrawItems() to implement wxListCtrl...
2007-09-15  Vadim Zeitlincheck whether clipping region is empty, not whether...
2007-09-15  Vadim Zeitlinfix off by one (or rather "off by border width") bug...
2007-09-15  Vadim Zeitlinfix the bug with not showing all the text in the text...
2007-09-15  Vadim Zeitlincorrected m_strings array creation broken by last changes
2007-09-15  Robert RoeblingImplement wxWindow::SetFocusIgnoringChildren for GTK+
2007-09-15  Vadim ZeitlinwxX11 compilation fixes after wxTRANSLATE/wxCmdLineEntr...
2007-09-15  Robert RoeblingCorrect GetLabelItemRect to not include image (as per...
2007-09-15  Robert RoeblingRemove redundant test later in keypress handling
2007-09-15  Robert RoeblingOnly send keypress events to focus widget, not its...
2007-09-15  Paul Cornettlet GtkRange clamp scroll position
2007-09-15  Vadim Zeitlinget rid of the built-in drop target in rich text contro...
2007-09-15  Vadim Zeitlinalways NUL-terminate the buffers returned by cWC2MB...
2007-09-15  Vadim Zeitlinfix wxStringOutputStream to deal with NUL bytes correct...
2007-09-15  Vadim Zeitlinalways return positive pixel size, even for negative...
2007-09-15  Vadim Zeitlinfix wxMBConvUTF8::cMB2WC/cWC2MB() broken by the introdu...
2007-09-15  Vadim Zeitlinundo revision 48162 as it broke unit tests
2007-09-14  Vadim Zeitlinreverted the change of wxCmdLineEntryDesc fields to...
2007-09-14  Robert RoeblingImplement wxDataViewCtrl::GetSortingColumn() and relate...
2007-09-14  Vadim Zeitlinfix unused parameter warning
2007-09-14  Robert RoeblingImplement and test _HEADER_RIGHT_CLICK event for GTK+
2007-09-14  Robert RoeblingImplement and test wxDataViewCtrl::GetColumnPosition...
2007-09-14  Robert RoeblingPatch from Hartwig wrt SELECTION_CHANGE event
2007-09-14  Vadim Zeitlinfix warning about not enough parameters for WX_DEFINE_G...
2007-09-14  Vadim Zeitlinfix some harmless warnings (last two parts of patch...
2007-09-14  Julian SmartFixed caret sizing bug
2007-09-14  Robert RoeblingAPI change: a single SELECTION_CHANGED not lots of...
2007-09-14  Robert RoeblingFix ending label-editing bug when clicking elsewhere
2007-09-14  Paul Cornettremove m_blockScrollEvent from wxWindowGTK
2007-09-14  Paul Cornettbuild fix
2007-09-14  Paul Cornettmore value updating fixes
2007-09-13  Robert RoeblingwxDataViewCtrl patch from Hartwig
2007-09-13  Vadim Zeitlinremove the drag-and-drop compatibility hack for extract...
2007-09-13  Paul Cornettfix SetValue
2007-09-13  Paul Cornettnon-pch build fix, indentation and whitespace cleanup
2007-09-13  Robert RoeblingUse GTK_SPIN_BUTTON() not (GtkSpinButton*)
2007-09-13  Robert Roebling[ 1793012 ] wxSpinCtrl::SetValue() doesn't update inter...
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetColumnPosition() stubs
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetSortingColumn() stubs
2007-09-13  Robert RoeblingPatch from Hartwig (use new GetChildren() API)
2007-09-13  Robert Roeblinglittle change for Mac build
2007-09-13  Robert RoeblingThird update patch for GTK+ print (correcting my device...
2007-09-13  Robert RoeblingSecond update patch for GTK+ print (DrawBitmap fix)
2007-09-13  Robert RoeblingFirst update patch for GTK+ print
2007-09-13  Paul Cornettget more accurate TLW sizing by using a window decorati...
2007-09-12  Paul Cornettadd wxUSE_TASKBARICON wrapper
2007-09-12  Vadim Zeitlincheck that the conversion really succeeds even when...
2007-09-12  Vadim Zeitlinfix assert for bitmaps buttons created without bitmap...
2007-09-10  Václav Slavíkuse wxVector<T> instead of wxList in wxXmlResource...
2007-09-10  Robert RoeblingRewrote scaling for GTK+ print
2007-09-10  Robert RoeblingCompilation
2007-09-10  Vadim Zeitlinmap wxFONTENCODING_ISO2022_JP to the correct Windows...
2007-09-10  Vadim Zeitlinfix a warning about casting literal string constants...
2007-09-10  Robert Roeblingcorrected some of 200 compile errors introduced by...
2007-09-10  Robert RoeblingRewrote scaling code for GNOME print backend. The inver...
2007-09-10  Vadim Zeitlinchop off the unwanted \r from GetLineText() return...
2007-09-10  Vadim ZeitlinUnicode compilation fix
2007-09-10  Vadim ZeitlinwxDL_XXX macros and dynamic loading cleanup:
2007-09-09  Vadim Zeitlinadded wxApp::Set/GetAppDisplayName() (patch 1780414)
2007-09-09  Vadim Zeitlinadd wxSYS_DCLICK_TIME system metric constant; use it...
2007-09-09  Vadim Zeitlincache the result of wxGetOsVersion() (heavily modified...
2007-09-09  Vadim Zeitlindon't change locale in XRC GetFloat() method, change...
2007-09-09  Vadim Zeitlindon't give spurious error message if non-empty status...
2007-09-09  Vadim Zeitlinfixed off by 1 bug in wxDC::GradientFillLinear() (patch...
2007-09-09  Vadim Zeitlinfix gcc warnings about float/double to int conversion...
2007-09-09  Vadim Zeitlinno changes, just added a comment explaining the issues...
2007-09-09  Vadim Zeitlinreturn empty string, not NULL, from wxCStrData::AsChar...
2007-09-08  Vadim Zeitlinadded support for reading resolution information from...
2007-09-08  Robert RoeblingCompile error (no idea why Mingw doesn't like wxPoint())
2007-09-08  Vadim Zeitlinfix file names format in wxFileDataObject::GetDataHere...
2007-09-08  Vadim Zeitlindon't pass garbage to SetData() in wxURLDataObject...
2007-09-07  Vadim Zeitlindon't use _T() inside wxGetTranslation() and related...
2007-09-07  Julian SmartOnly write text colour if the colour is valid
2007-09-07  Robert RoeblingPatch to use high printer resolution instead of Cairo...
2007-09-07  Robert Roeblingminor corrections, made non-public API private
2007-09-07  Robert Roeblingprevent double deletion of cairo lib
2007-09-06  Robert RoeblingwxDC::Clear() shouldn't do anything in printing DCs...
2007-09-06  Robert RoeblingRemoved run-time dependency on libpangocairo
2007-09-06  Robert RoeblingMake use of wxCairoLibrary from within wxGtkPrint
2007-09-06  David ElliottMake a slider control created with a particular size...
2007-09-06  Robert RoeblingAdd wxCairoLibrary (not yet built)
2007-09-06  Robert RoeblingMove the wxDL_ macros to wxDynLibrary
2007-09-06  Václav Slavíkfixed wxString::FromAscii signature
2007-09-05  Vadim Zeitlinfixed off by 1 bug in converting premultiplied DIB...
2007-09-05  Robin DunnPass length including the null-terminator to cWC2MB
2007-09-05  Robert RoeblingAdd support for GTK print, modified from patch 1782055
2007-09-05  Robert RoeblingAdd force link for GtkPrint modeule (still commented...
2007-09-05  Robert RoeblingMake wxGnomePrintModule public so that wxGtkPrintModule...
2007-09-05  Robert Roeblingupport wxFileDataObject change for UTF8 handling
next