]> git.saurik.com Git - wxWidgets.git/history - src
removed non existent wx/dfb/popupwin.h
[wxWidgets.git] / src /
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 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 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  Stefan Csomoradopting correct implementation virtualization for...
2006-09-27  Włodzimierz SkibaWarning fix.
2006-09-27  Włodzimierz SkibaWarning fix.
2006-09-27  Włodzimierz SkibaWinCE build fix: access to protected member.
2006-09-26  Vadim Zeitlinallow specifying the size of wxDCTemp and do specify...
2006-09-26  Robert Roebling Added wxDataViewBitmapCell
2006-09-26  Robert Roebling Added wxVariant's =, == and != operators for wxObject*
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  Julian SmartConverts DOS line endings to Unix if necessary
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  Włodzimierz SkibaWarning fix.
2006-09-26  Robert Roebling [ 1557102 ] wxCombobox + keyboard selection + TEXT_EN...
2006-09-26  Robert Roebling [ 1565385 ] wxImage scaling fix - apply mask when...
2006-09-26  Vadim Zeitlinlet the control process WM_RBUTTONDOWN finally, trying...
2006-09-25  Robert Roebling Implement most of AppendRow(), PrependRow(), InsertRow(),
2006-09-25  Václav Slavíkadded assert to check for not-yet-implemented behavior...
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 Zeitlinfixed warnings, reformatted braces
2006-09-25  Vadim Zeitlincompilation fix after last change
2006-09-25  Włodzimierz SkibaCorrections after The Great wxRegion Refactoring.
2006-09-25  Václav Slavíkcompilation fix (missing void)
2006-09-25  Vadim Zeitlinadded wxUSE_VARIANT guards
2006-09-25  Włodzimierz SkibaWarning 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-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  Michael WetherellImprove the error messages slightly.
2006-09-24  Vadim Zeitlin1. fixed many warnings about implicit double to int...
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 [ 1537065 ] wxImage: Higher quality scaling/sampling
2006-09-24  Julian SmartAdded DoLoadFile, DoSaveFile to wxTextCtrlBase
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 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íkfixed client<->window coords translations in DoMoveWind...
2006-09-23  Robert Roebling [ 1564062 ] wxComboCtrl popup height fix
2006-09-23  Robert Roebling Implememt GetColoursCount() in the generic wxPalette.
2006-09-23  Robert Roebling Compilo.
2006-09-23  Robert Roebling [ 1557935 ] wxPalette::GetColoursCount implementation
2006-09-23  Robert Roebling [ 1559479 ] wxImageComboBox
2006-09-23  Robert Roebling [ 1560860 ] wxComboCtrl EVT_TEXT filtering.
2006-09-23  Robert Roebling Reset m_oldValue of after ::SetValue().
2006-09-22  Robin DunnFix my last fix. The method is pure virtual in the...
2006-09-22  Robin DunnRemove the wxVariantDataString::Read method since the...
2006-09-22  Robin DunnPatch from Tim Kosse to allow virtual list ctrl to...
2006-09-22  Robin DunnCatch WXK_NUMPAD_DELETE and WXK_NUMPAD_INSERT too
2006-09-22  Kevin OllivierFixing SetColumnWidth and selection handling, attempt...
2006-09-22  Kevin HockWhen autosizing a row or column (AutoSize____), use...
2006-09-22  Stefan Csomorfurther encapsulation of graphics context, wxdc becomin...
2006-09-22  Jouk Jansen Update OpenVMS make files
2006-09-22  Václav Slavíkimplemented SetFocus
2006-09-22  Vadim Zeitlindon't release the DC which we don't own in wxUSE_UXTHEM...
2006-09-21  Václav Slavíkput remaining toolbars-related methods into #if wxUSE_T...
2006-09-21  Václav Slavíksend wxChildFocusEvent
2006-09-21  Václav Slavíkfixed DrawText to use text colours instead of pen+brush...
2006-09-21  Włodzimierz SkibaPCH build fixes.
2006-09-21  Václav Slavíkhide the caret before setting m_updateRegion: produces...
2006-09-21  Stefan Csomorcleanup
2006-09-21  Włodzimierz SkibaPCH build fix.
2006-09-21  Stefan Csomorgetting out for 'addded' events early enough
2006-09-20  Vadim Zeitlinremoved operator>>(istream&, wxString&) -- it's better...
2006-09-20  Kevin OllivierRemove instances where wxGenericImageList is included...
2006-09-20  Vadim Zeitlinmake colours of the selected text inversed
2006-09-20  Vadim Zeitlinadd more virtual border drawing functions used by frame...
2006-09-20  Vadim Zeitlincentre frame decoration bitmaps in their buttons
2006-09-20  Vadim Zeitlinremoved stubs for frame decorations drawing
2006-09-20  Vadim Zeitlinmove frame decorations drawing to the base class
2006-09-20  Vadim Zeitlinfix infinite recursion in DrawStatusField() after lates...
2006-09-20  Vadim Zeitlinadded stubs for the missing functions, this theme links now
2006-09-20  Vadim Zeitlinmove generic part of AdjustSize() and status bar method...
2006-09-20  Vadim Zeitlindefine wxCONTROL_SIZEGRIP as another possible interpret...
2006-09-20  Vadim Zeitlinfirst compilable version of the mono theme, replacing...
next