wxWidgets.git
2006-09-28  Vadim Zeitlindefine wxUSE_BOOKCTRL when wxUSE_NOTE/LIST/CHOICEBOOK...
2006-09-28  Vadim Zeitlinhandle DIKI_ALT_GR in the switch even if we don't have...
2006-09-28  Vadim Zeitlinonly use PS printing in wxUniv (the test was accidental...
2006-09-28  Vadim Zeitlinfixed Contains() to pass the unit test (didn't work...
2006-09-28  Vadim Zeitlinadded wxString::Contains() unit test
2006-09-28  Vadim ZeitlinVC7.1 warning fix about passing temporary as (non-const...
2006-09-28  Jouk Jansen Committing in .
2006-09-28  Stefan Csomoradding wxArrayDouble for later use in graphics context...
2006-09-28  Stefan Csomoradopting correct implementation virtualization for...
2006-09-28  Vadim Zeitlinadded Malay translations (Mahrazi Mohd Kamal)
2006-09-28  Vadim Zeitlinupdate from Priyank Bolia
2006-09-27  Włodzimierz... Warning fix.
2006-09-27  Włodzimierz... Warning fix.
2006-09-27  Włodzimierz... WinCE build fix: access to protected member.
2006-09-27  Robin DunnAdd missing "public" so wxGridCellRenderer methods...
2006-09-26  Vadim Zeitlinallow specifying the size of wxDCTemp and do specify...
2006-09-26  Robert Roebling Added test bitmap.
2006-09-26  Robert Roebling Added wxDataViewBitmapCell
2006-09-26  Robert Roebling Added wxVariant's =, == and != operators for wxObject*
2006-09-26  Robert Roebling GetWxObjectPtr() returns wxObject*, not void*.
2006-09-26  Robert Roebling Make GetWxObjectPtr() const.
2006-09-26  Robin DunnIf a TLW's default item is not an immediate child then...
2006-09-26  Robin DunnAdd missing "public" so wxGridCellRenderer methods...
2006-09-26  Julian SmartConverts DOS line endings to Unix if necessary
2006-09-26  Robin DunnWorkaround some platform differences
2006-09-26  Stefan Csomorremoving the old style code cases
2006-09-26  Václav Slavíkfix client area computations and borders rendering...
2006-09-26  Václav Slavíkfixed crash when using GTK theme
2006-09-26  Vadim Zeitlinadd wxUSE_OLE_AUTOMATION here too
2006-09-26  Włodzimierz... Warning fix.
2006-09-26  Włodzimierz... Corrections after The Great wxRegion Refactoring.
2006-09-26  Robert Roebling [ 1541434 ] wxListView::IsSelected should be const
2006-09-26  Robert Roebling [ 1557102 ] wxCombobox + keyboard selection + TEXT_EN...
2006-09-26  Robert Roebling [ 1545669 ] EVT_ACTIVATE_APP wrongly documented as...
2006-09-26  Robert Roebling [ 1553595 ] Doc error: wxView::OnDraw
2006-09-26  Robert Roebling [ 1565385 ] wxImage scaling fix - apply mask when...
2006-09-26  Chris Elliottremove wx.pdf correctly
2006-09-26  Vadim Zeitlinlet the control process WM_RBUTTONDOWN finally, trying...
2006-09-26  Robin DunnAdd WXDLLEXPORT to wxRegionWithCombine declaration
2006-09-26  Robin DunnAdd properties
2006-09-25  Robert Roebling Implement most of AppendRow(), PrependRow(), InsertRow(),
2006-09-25  Robin Dunnadd tests for EVT_TEXT_ENTER
2006-09-25  Robin Dunnbuild tweaks, also drop most Python 2.3 builds
2006-09-25  Robin Dunnvarious changes to get up to date with CVS
2006-09-25  Václav Slavíkadded assert to check for not-yet-implemented behavior...
2006-09-25  Robin DunnForward declare wxMacListControl
2006-09-25  Vadim Zeitlincompilation fixes after recent changes
2006-09-25  Vadim Zeitlinfix undefined behaviour due to using shift variable...
2006-09-25  Vadim Zeitlinmake wxMacItem::m_colId of type DataBrowserPropertyID...
2006-09-25  Vadim Zeitlinfixed warnings, reformatted braces
2006-09-25  Vadim Zeitlincompilation fix after last change
2006-09-25  Robin Dunnfix attribute errors when importing wxPython.wx
2006-09-25  Włodzimierz... Corrections after The Great wxRegion Refactoring.
2006-09-25  Václav Slavíkcompilation fix (missing void)
2006-09-25  Robert Roebling Mention wxODCombo stuff.
2006-09-25  Włodzimierz... Build fix for wxMSWUniv makefile driven builds. univ...
2006-09-25  Robert Roebling Forgot to commit wxBitmapComboBox docs
2006-09-25  Vadim Zeitlinadded wxUSE_VARIANT guards
2006-09-25  Włodzimierz... Warning fixes.
2006-09-25  Vadim Zeitlinrename OnResize() to OnSize() to avoid conflict with...
2006-09-25  Vadim Zeitlinuse _snprintf() in system_sprintf() for the compilers...
2006-09-25  Vadim ZeitlinThe Great wxRegion Refactoring:
2006-09-25  Vadim Zeitlinadd wxTLW::UseNativeDecorations[ByDefault]() to allow...
2006-09-25  Vadim Zeitlinfix TLW borders width in mono theme
2006-09-25  Václav Slavíkdon't allocate backbuffer for dummy surfaces
2006-09-25  Václav Slavíkreduce the number of repaintings by repaiting (rect...
2006-09-25  Julian SmartFixed LoadFile typo
2006-09-25  Robin Dunnhandle starting out with multiple lines of text.
2006-09-24  Vadim Zeitlinoops, restored accidentally deleted functions in last...
2006-09-24  Vadim Zeitlinget rid of wxUSE_CHECKBOXES_IN_MULTI_SEL_TREE code...
2006-09-24  Vadim Zeitlinmake log messages more readable
2006-09-24  Michael WetherellImprove the error messages slightly.
2006-09-24  Vadim Zeitlin1. fixed many warnings about implicit double to int...
2006-09-24  Vadim Zeitlinmove wxBitmapComboBox dependency check to wx/chkconf...
2006-09-24  Vadim ZeitlinAdded wxUSE_VARIANT and the related checks, also added...
2006-09-24  Vadim Zeitlinuse wxRect::Contains(), not Inside() (fixes compilation...
2006-09-24  Robert Roebling Same problem for blurring functions.
2006-09-24  Robert Roebling Mention the problem with mask colour and blurring.
2006-09-24  Robert Roebling [ 1537065 ] wxImage: Higher quality scaling/sampling
2006-09-24  Michael WetherellForward port test case that corrupts archives to see...
2006-09-24  Julian SmartAdded DoLoadFile, DoSaveFile to wxTextCtrlBase
2006-09-24  Robert Roebling Added test to reproduce [ 1541148 ] wxTreeCtrol:...
2006-09-24  Vadim Zeitlinadded wxSize::IncBy() and DecBy() methods
2006-09-24  Robert Roebling Fixed [ 1561693 ] wxGIFDecoder creates incorrect...
2006-09-24  Robert Roebling Updated wxPallete information.
2006-09-24  Robert Roebling [ 1563875 ] wxTreeCtrl::FindItem asserts when item...
2006-09-24  Kevin OllivierkDataBrowserListViewNoGapForIconInHeaderButton not...
2006-09-24  Robin Dunnremove superfluous assert
2006-09-23  Robin DunnNew names for some ArtProvider methods
2006-09-23  Robin DunnMore bakfile changes needed for bmpcbox. Rebaked.
2006-09-23  Vadim Zeitlin1. deprecate redundantly sounding wxArtProvider::FooPro...
2006-09-23  Václav Slavíkchanged the catalogs lookup back to the old behaviour...
2006-09-23  Václav Slavíkrenamed GetMsgCatalogSubdir to *Subdirs to make it...
2006-09-23  Václav Slavíkadded comment clarifying the meaning of DoMoveWindow...
2006-09-23  Václav Slavíkfixed client<->window coords translations in DoMoveWind...
2006-09-23  Vadim Zeitlinregenrated after removing imaglist.cpp from GTK and...
2006-09-23  Vadim Zeitlinadded src/xrc/xh_bmpbt.cpp (how comes it was in Makefil...
2006-09-23  Vadim Zeitlinremove generic/imaglist.cpp from GTK|MOTIF_SRC now...
2006-09-23  Robert Roebling [ 1564062 ] wxComboCtrl popup height fix
2006-09-23  Robert Roebling [ 1564113 ] wxComboCtrl and wxODComboBox documentatio...
next