]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2006-09-29  Václav Slavíksimplified #ifs around the code
2006-09-29  Václav Slavíkfixed IMPLEMENT_APP to work even if compiled with ...
2006-09-29  Václav Slavíkfixed IMPLEMENT_APP to work even if compiled with ...
2006-09-29  Václav Slavíkmoved wxSTRINGIZE to defs.h and made it work with macro...
2006-09-29  Włodzimierz... Build fix for !PCH builds.
2006-09-29  Václav Slavíkuse smaller statusbar margins in mono theme
2006-09-29  Václav Slavíkfixed wxStatusBar size calculations so that the text...
2006-09-29  Włodzimierz... Build fix for !PCH builds.
2006-09-29  Julian SmartFixed bugs in, and added operators and copy constructor...
2006-09-29  Vadim Zeitlinfixed confusing double messages about getservbyname_r...
2006-09-28  Vadim Zeitlinremoved non existent wx/dfb/popupwin.h
2006-09-28  Vadim Zeitlinsuppress gcc warning about DWET_XXX enumeration values...
2006-09-28  Vadim Zeitlinfix unused variable warning when wxUSE_PALETTE==0
2006-09-28  Vadim Zeitlinadd compilation options to allow compiling in just...
2006-09-28  Vadim ZeitlinThe Lesser wxMask Refactoring: merged wxMGL and wxDFB...
2006-09-28  Vadim Zeitlinadd compilation options to allow compiling in just...
2006-09-28  Vadim Zeitlinno real changes, just replaced a long preprocessor...
2006-09-28  Václav Slavíkdon't hardcode the theme, it prevents WXTHEME env.var...
2006-09-28  Vadim ZeitlinDIKI_ALTGR was removed in DFB 0.9.25
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
next