wxWidgets.git
2007-11-09  David ElliottResynch with 2.8 changes (realized I don't need __WX_CO...
2007-11-09  David ElliottAdd RCS-ID and normalize whitespace.
2007-11-09  David ElliottMake new wxCocoaMessageDialog suitable for backport...
2007-11-09  David ElliottApplied slightly-modified patch 1826540 from Gareth...
2007-11-09  Robert Roeblingcompilation
2007-11-09  Robert Roeblinglittle fix
2007-11-09  Robert RoeblingTrying to get these drawing right (little success)
2007-11-09  Julian SmartFixed compilo with VC++
2007-11-09  Robert Roeblingadded test for simplistic control with border
2007-11-09  Julian SmartFix from wxAUI forum (kirix.com/forums/viewtopic.php...
2007-11-09  Julian SmartDon't delete dangling pointers in destructor (ported...
2007-11-09  Julian SmartRemoved redundant iostream inclusion
2007-11-09  Robert RoeblingUse const for xpm icons
2007-11-09  Robert RoeblingWe don't use the old GtkCombo widget any more
2007-11-09  Robert RoeblingWe don't use the old GtkCombo widget any more
2007-11-09  Robert Roeblinguse const for xpm icons
2007-11-09  Robert Roeblinguse const for xpm icons
2007-11-09  Paul Cornettmodified fix for empty client area, first one broke...
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-11-08  Paul Cornettfix for blank client area after restoring a "rolled...
2007-11-08  Julian SmartMenubar accelerators are now preserved
2007-11-08  Stefan NeisCompilationf fixes according to patch #1828105.
2007-11-07  Stefan NeisFixed compilation error (patch #1827541).
2007-11-07  Julian SmartWarning fix
2007-11-07  Julian SmartVertically centres a left-aligned wxChoiceBook controller
2007-11-07  Robert RoeblingUpport hint window improvement using custom GTK+ code
2007-11-07  Robert RoeblingUpport wxMiniFrame corrections
2007-11-07  Vadim Zeitlinreplaced FIXME comment left in the last commit with...
2007-11-06  Julian SmartRemoved no longer needed desktop size hack
2007-11-06  Vadim Zeitlinimplement wxGetCientDisplayRect() correctly for X11...
2007-11-06  Paul CornettNew "pizza" widget implementation (should have been...
2007-11-06  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-11-06  Benjamin Williamsdon't renumber dock rows to remove gaps
2007-11-06  Benjamin Williamsaui dock renumbering fix
2007-11-06  Julian SmartMoved desktop margin options to a more sensible place
2007-11-06  Julian SmartAdded sizer.desktopmargin.x, sizer.desktopmargin.y...
2007-11-06  Vadim Zeitlindon't add 0.5 to GetTextExtent() results and do take...
2007-11-06  Mart RaudseppFix compilation of gnome-vfs module after dynlib.h...
2007-11-06  Mart RaudseppInclude the parent classes header to fix compilation...
2007-11-05  Vadim Zeitlinimplemented wxTextEntry for wxMotif, made wxComboBox...
2007-11-05  Vadim Zeitlinundid an overeager WXUNUSED() which broke non-Mac compi...
2007-11-05  Vadim Zeitlinmore unused parameters warnings (should have been part...
2007-11-05  Vadim Zeitlindon't include generic files in wxGTK build (should...
2007-11-05  Vadim Zeitlinrequire GTK+ 2.4 for wxGTK2
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-11-05  Vadim Zeitlinfix a few hundreds of harmless unused parameters warnin...
2007-11-05  Vadim Zeitlinsuppress (harmless) gcc warning about non-virtual dtor...
2007-11-05  Vadim Zeitlinexclude include/wx/vms_x_fix.h from ctags input, it...
2007-11-05  Vadim Zeitlintemporary wxMotif compilation fix
2007-11-05  Robert RoeblingMinimum is now GTK+ 2.4
2007-11-05  Robert RoeblingMinimum is now GTK+ 2.4
2007-11-05  Robert RoeblingMinimum is now GTK+ 2.4
2007-11-05  Robert RoeblingMinimum is now GTK+ 2.4
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...
next