]> git.saurik.com Git - wxWidgets.git/history - src
fix warnings in EventsSuppressor ctor from gcc with -O option
[wxWidgets.git] / src /
2007-11-02  Paul Cornettbuild fixes
2007-11-02  Vadim Zeitlintry (this can be vetoed) to set focus to the listbox...
2007-11-01  Vadim Zeitlinuse wxTextEntry in wxTextValidator (modified patch...
2007-11-01  Vadim Zeitlindon't crash in HiglightAll() (called, in particular...
2007-11-01  Vadim Zeitlinset the focus to the tree before generating the selecti...
2007-11-01  Vadim Zeitlinmade LogLastRepetitionCountIfNeeded() non static to...
2007-11-01  Julian SmartSizing improvements and read-only preview controls
2007-11-01  David ElliottTemporary hack to allow wxUSE_FSCRIPT to be set on...
2007-11-01  David ElliottFix mouse coordinates in scrolled views to be those...
2007-11-01  David ElliottImplement scrolling like wxWindow expects. That is...
2007-10-31  Vadim Zeitlinmake strings used in the dialog translatable (patch...
2007-10-30  Vadim Zeitlinreverted last changed (r49413) as deleting non-attached...
2007-10-30  Vadim Zeitlindon't set CF_TEXT data in wxURLDataObject in Unicode...
2007-10-29  Vadim Zeitlinadd wxMouseEvent::GetClickCount() and implement it...
2007-10-29  Chris ElliottWatcom needs lfind change too
2007-10-29  Vadim Zeitlindefine TTF_TRANSPARENT if it's absent from SDK headers
2007-10-29  Vadim Zeitlindefine HDS_DRAGDROP and HDS_FULLDRAG if the SDK is...
2007-10-29  Chris ElliottDMC work round
2007-10-29  Vadim Zeitlinfix more unused parameters warnings
2007-10-29  Vadim Zeitlinuse TTF_TRANSPARENT to fix problem with flashing toolti...
2007-10-29  Vadim Zeitlinuse fixed TOOLINFO struct size instead of trying to...
2007-10-28  Chris Elliott2.4 GTK fix as at http://thread.gmane.org/gmane.comp...
2007-10-28  Vadim Zeitlindefine wxTIFFHandler ctor in the .cpp file even if...
2007-10-28  Vadim Zeitlinuse the same #if wxUSE_XXX checks in platform-specific...
2007-10-28  Vadim Zeitlinreverted unrelated changes accidentally committed as...
2007-10-27  Paul Cornettbuild fixes
2007-10-27  Vadim Zeitlindon't delete uninitialized m_eventHandler pointer if...
2007-10-27  Paul Cornettdon't include platform headers from public wx header
2007-10-27  Julian SmartImplementation of wxSysColourChangedEvent on wxGTK
2007-10-27  Julian SmartSkip the event to allow further child processing
2007-10-27  Julian SmartWarning fix
2007-10-27  Julian SmartwxSYS_COLOUR_WINDOW is no longer hard-wired in wxGTK
2007-10-27  Julian SmartFixed context menu in wxRichTextCtrl
2007-10-27  Julian SmartAdded wxVSCROLL to wxRichTextCtrls
2007-10-27  Chris Elliottanother DMC build fix http://www.digitalmars.com/pnews...
2007-10-26  Vadim Zeitlinrefresh the item being collapsed when using comctl32...
2007-10-26  Vadim Zeitlinreverted the change of r32940 which worked around a...
2007-10-26  Vadim Zeitlinfix bug with adding entries to a root group containing...
2007-10-26  Robin DunnPatch [ 1820537 ] Fix for uninitialized alpha value...
2007-10-26  Chris Elliottanother DMC build fix
2007-10-26  Julian SmartWorkaround for gtk-qt display bug
2007-10-25  David ElliottLook for and remove any "-NSKey" "value" types of optio...
2007-10-25  Julian SmartFixed bug in optimization for character input, affectin...
2007-10-25  Paul Cornettbuild fixes
2007-10-25  Paul Cornettfix for scrolling wxSpinCtrl, broken by fix for scrolli...
2007-10-25  Julian SmartNow uses the correct selection colours.
2007-10-25  Julian SmartFixed a style application bug inserting a newline other...
2007-10-25  Chris Elliottfix png compile bug with DMC
2007-10-25  Chris Elliottfix compile bug with DMC
2007-10-24  Vadim Zeitlinalways delete the menus, even if the menu is attached...
2007-10-24  Vadim Zeitlinrelease update region as soon as we finished painting...
2007-10-24  Vadim Zeitlinuse LogLastRepetitionCountIfNeeded() instead of DoLogNu...
2007-10-24  Paul CornettUse a GtkVBox to do TLW layout. Rework some of the...
2007-10-24  Vadim Zeitlinadd a critical section protecting ms_prev variables...
2007-10-24  Vadim Zeitlinslightly simplified wxLog repetition counting code
2007-10-24  Julian SmartSmall usability improvements
2007-10-24  Julian SmartMade dialog captions more standard
2007-10-24  Vadim Zeitlinfix off by 1 pixel error in header drawing (patch 1819260)
2007-10-24  Robert RoeblingDon't hide wrong border around header button control...
2007-10-24  Paul Cornettnon-pch build fix
2007-10-23  Vadim Zeitlinremoved a wrong WXUNUSED() from DoNavigateIn()
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-10-23  Robin DunnUse premultiplied alpha pixel format to match what...
2007-10-23  Vadim Zeitlinfix a couple more of unused parameters warnings
2007-10-23  Robin DunnFactor out code to create a standard sized bitmap so...
2007-10-23  Vadim Zeitlindon't compare initial slider position with uninitialize...
2007-10-23  Vadim Zeitlinimplement wxSYS_DCLICK_MSEC support
2007-10-23  Vadim Zeitlinremove ODBC and DBgrid libraries
2007-10-23  Julian SmartSmall code cleanup
2007-10-23  Paul Cornettremove extraneous semicolons
2007-10-23  David ElliottGo back to my original idea of checking for EILSEQ...
2007-10-22  Vadim Zeitlinadded wxBG_STYLE_TRANSPARENT and implemented it for...
2007-10-22  Stefan Csomorfixing compilo
2007-10-22  Robert RoeblingAdded new line
2007-10-22  Robin DunnPatch [ 1816051 ] MSW DrawEllipticArc inconsistent...
2007-10-22  Robert RoeblingFurther attempts to get button header right
2007-10-22  Robert RoeblingUse CommCtrl to render sortup and sortdown indicators...
2007-10-22  Robert RoeblingTrying to get native header button right
2007-10-22  Stefan Csomormoving os x config defaults
2007-10-22  Vadim Zeitlincalling SetFocus() in OnMouseUp() is unnecessary if...
2007-10-22  Vadim Zeitlincompilation fix for wxUSE_STL==1 after wxList methods...
2007-10-22  Robert RoeblingUse a private GtkCellRendererText for rendering text...
2007-10-22  Robert RoeblingCorrectly set item in wxDataViewRenderer::Activate()
2007-10-22  Robert Roeblingremove deprecated and constructor and SetModal() methods
2007-10-22  Robert Roeblingremove deprecated and constructor and SetModal() methods
2007-10-22  Stefan Csomorxcode adaptions
2007-10-22  Stefan Csomormaking things compile and build again ...
2007-10-21  Vadim Zeitlindon't store NULL attribute in wxGridRowOrColAttrData...
2007-10-21  Paul Cornettadd wxUSE_MINIFRAME wrapper
2007-10-20  Vadim Zeitlinreplace wrong calss of Refresh() with (hopefully) corre...
2007-10-20  Vadim Zeitlinfix unused parameter warnings
2007-10-20  Vadim Zeitlinmany wxIPC Unicode and UTF-8 fixes (use void* instead...
2007-10-20  Vadim Zeitlindefine wxUTF8Buf as the type returned by wxString:...
2007-10-20  Paul Cornettdon't force size_allocate in gtk_pizza_put, it shouldn...
2007-10-20  Vadim Zeitlindeprecate wxEffects
2007-10-20  Vadim Zeitlinaccept "--opt val" and "--opt:val" syntax in addition...
2007-10-20  Robert RoeblingRedundant call to GetItemByRow
2007-10-20  Robert RoeblingAdded wxDataViewCustomRenderer::RenderText() for render...
2007-10-20  Paul Cornettdon't need to paint tlw background, GTK does it
2007-10-20  Vadim Zeitlinload message catalogs using wxFileSystem; use wxMemoryB...
next