wxWidgets.git
2007-11-05  Robert Roebling[ 1823588 ] gtk filedlg - droping support for gtk 2.2
2007-11-05  Vadim Zeitlinfix ReceiveTimeout() reference
2007-11-05  Vadim Zeitlinupdate the requirements: OS X >= 10.3, GTK+ >= 2.4
2007-11-05  Vadim Zeitlincompilation fix for stuff missing from mingw32 headers
2007-11-05  Vadim Zeitlinforward declare wxArrayString (compilation fix for...
2007-11-05  Paul Cornettinitialize bitmap to avoid assertion
2007-11-05  Vadim Zeitlinimplement AutoComplete for wxMSW too
2007-11-04  Paul Cornettbuild fix: return type for AutoComplete is bool
2007-11-04  Vadim Zeitlinadded wxTextEntry::AutoCompleteFileNames() and implemen...
2007-11-04  Vadim Zeitlinadded wxTextEntry::AutoComplete() and implemented it...
2007-11-04  Benjamin Williamsbug fix for vista in multi-selection tree
2007-11-04  Paul Cornettbuild fixes for universal
2007-11-04  Paul Cornettremove unused file
2007-11-04  Vadim Zeitlinuse gtk_entry_set_activates_default() instead of redoin...
2007-11-04  Vadim Zeitlinonly generate wxEVT_COMMAND_TEXT_ENTER if the combobox...
2007-11-04  Vadim Zeitlinimplement wxLocale::GetInfo() using CFLocale (modified...
2007-11-04  Vadim Zeitlininclude wx/wxprec.h first (patch 1743343)
2007-11-04  Vadim Zeitlinmention that wxTE_PROCESS_ENTER must be used in order...
2007-11-03  Vadim Zeitlinadded wxWindow::AlwaysShowScrollbars() and its wxMac...
2007-11-03  Vadim Zeitlinmake wxScrollBar derive from wxScrollBarBase under...
2007-11-03  Vadim Zeitlinset the event object of the menu events to the frame...
2007-11-03  Vadim Zeitlinhandle failure of gtk_drag_begin() (which can happen...
2007-11-03  Paul Cornettput dnl on a new line so it doesn't join lines, remove...
2007-11-03  Paul Cornettdo not use [] around tr character ranges, it is not...
2007-11-03  Paul Cornettfix for configure error message "grep: Unmatched [...
2007-11-02  Vadim Zeitlinfix unused parameters warnings
2007-11-02  Vadim Zeitlindon't make the dialog 3 times as wide as the length...
2007-11-02  Stefan Csomorfixing compile problem, but is it the best way to fix...
2007-11-02  Vadim Zeitlinfix warnings in EventsSuppressor ctor from gcc with...
2007-11-02  Vadim Zeitlinprevent builtin libtiff from using libjpeg if --without...
2007-11-02  Paul Cornettbuild fixes
2007-11-02  Vadim Zeitlintry (this can be vetoed) to set focus to the listbox...
2007-11-02  Vadim Zeitlinfixes for DLL build
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-11-01  Vadim Zeitlinadded wxMessageQueue class for inter-thread communications
2007-11-01  Vadim Zeitlinalso assert in generic GetSelection() if the control...
2007-10-31  Vadim Zeitlinmention that bitmap must be selected out of wxMemoryDC...
2007-10-31  Vadim Zeitlinmake strings used in the dialog translatable (patch...
2007-10-31  Vadim Zeitlinreplaced a wrong _() with _T() (small part of 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-30  Chris Elliottmove to newer tex2rtf
2007-10-29  Vadim Zeitlinadd wxMouseEvent::GetClickCount() and implement it...
2007-10-29  Chris ElliottWatcom needs lfind change too
2007-10-29  David ElliottAdd WXUNUSED to unused parameters in several inline...
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 syntax errors in the example
2007-10-29  Vadim Zeitlinfix syntax error in the example
2007-10-29  Vadim Zeitlinfix more unused parameters warnings
2007-10-29  Vadim Zeitlinrun libtiff configure when --with-libtiff=builtin is...
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  Stefan NeisApplied patch #1821711 (workaround for Watcom inconsist...
2007-10-28  Stefan NeisOS/2 currently unsupported due to platform's insufficie...
2007-10-28  Chris Elliott2.4 GTK fix as at thread.gmane.org/gmane.comp.lib.wxwid...
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  Paul Cornettcorrect access for virtuals
2007-10-27  Vadim Zeitlinfix memory leak in the usage example
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 digitalmars.com/pnews/read.php...
2007-10-27  Chris Elliottanother DMC build fix (thread.gmane.org/gmane.comp...
2007-10-27  Julian SmartRemoved duplicates
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  Vadim Zeitlinremove more references to wxODBC
2007-10-26  Vadim Zeitlinremoved isql.h and isqlext.h from files.bkl too
2007-10-26  Robin DunnPatch [ 1820537 ] Fix for uninitialized alpha value...
2007-10-26  Chris Elliottanother DMC build fix
2007-10-26  Robin DunnMove the %disownarg directive to the .i file
2007-10-26  Paul Cornettrevert calling static directly, its not always static
2007-10-26  Michael WetherellOmit contrib from build of trunk.
2007-10-26  Michael WetherellAdd FreeBSD trunk build.
2007-10-26  Julian SmartAdded documentation for gtk.window.force-background...
2007-10-26  Julian SmartWorkaround for gtk-qt display bug
2007-10-26  Paul Cornettmake access for virtuals match base
2007-10-26  Paul Cornettuse class keyword to match forward decl, call static...
2007-10-26  Paul Cornettallow including wx/crt.h first
2007-10-26  Vadim Zeitlinremoved dbbrowse demo from the makefiles
2007-10-26  Vadim Zeitlinremoved odbc from the libraries used by the console...
2007-10-25  Michael WetherellFix missing word 'test' causing 'yes' to run during...
next