Border corrections, and more compact dialog sizes
[wxWidgets.git] / src /
2007-11-14  Julian SmartBorder corrections, and more compact dialog sizes
2007-11-14  Robert RoeblingOk -> IsOk
2007-11-14  Robert Roeblinguse const for xpm icons
2007-11-14  Paul Cornettput the useable border styles in one place
2007-11-14  Paul Cornettput the useable border styles in one place
2007-11-13  Benjamin Williamsadded null pointer check and assert
2007-11-13  Paul Cornettfix border glitches after rev 49907
2007-11-13  Vadim Zeitlinfix another minor bug in DLGC_WANTMESSAGE handling...
2007-11-13  Vadim Zeitlinunselect all selected items, not just the currently...
2007-11-13  Vadim Zeitlinuse GDK_SIZING instead of GDK_FLEUR which looks more...
2007-11-13  Vadim Zeitlinfix unreachable code warning in TranslateBorder()
2007-11-13  Vadim Zeitlincorrection to the changes of r49805 to make the code...
2007-11-13  Julian SmartTake wxBORDER_THEME, and the default border style,...
2007-11-13  Julian SmartwxBORDER_THEME processing for Motif and X11
2007-11-13  Julian SmartTake account of wxBORDER_THEME (assume it's like wxBORD...
2007-11-13  Julian SmartGetting borders working
2007-11-13  Vadim Zeitlinreplace changes of r49890 by defining more compatibilit...
2007-11-13  Robert RoeblingMore DC changes
2007-11-13  Robert Roeblingcompile fix
2007-11-13  Julian SmartAdding missing variable declaration
2007-11-13  Julian SmartTidying
2007-11-13  Julian SmartMore border rationalisation. GetDefaultBorder is now...
2007-11-13  Julian SmartResolve '&&' ambiguity
2007-11-13  Julian SmartResolve '&&' ambiguity (VC++ 6)
2007-11-13  Paul Cornettblock signal handler rather than disconnecting
2007-11-13  Paul Cornettbuild fix for wxUSE_DISPLAY==0
2007-11-13  Paul Cornettnon-pch build fix
2007-11-13  Vadim Zeitlinnl_langinfo() check in wxIsLocaleUtf8() was never done...
2007-11-13  Vadim Zeitlinuse standard functions for BSTR handling instead of...
2007-11-13  Vadim Zeitlinreset the dialog fields if they're not specified in...
2007-11-13  Vadim Zeitlindelete m_idleMutex later to avoid crashes if any window...
2007-11-12  Vadim Zeitlinmade wxApp::argv an object convertible to either char...
2007-11-12  Vadim Zeitlinsuppress unused parameter warning in UTF8-only build
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-11-12  Vadim Zeitlincompilation fix for g++ 4 after last commit (why was...
2007-11-12  Vadim Zeitlinflatten the single item submenus under Maemo
2007-11-12  Vadim Zeitlinuse more natively looking HildonNote instead of GtkMess...
2007-11-12  Vadim Zeitlinrefactor wxGTK mnemonics conversion functions in a...
2007-11-12  Robert RoeblingAdapt for new DC code
2007-11-12  Robert Roeblingsmall fixes
2007-11-12  Paul Cornettdestroy created widgets
2007-11-12  Paul Cornettremove unused function
2007-11-12  Paul Cornettcleanup copy-and-paste
2007-11-12  Vadim Zeitlinsome Hildon integration work: use HildonProgram (for...
2007-11-11  Stefan NeisAvoid passing wxChar* to API functions (patch #1830017).
2007-11-11  Stefan NeisAvoid deprecation warnings for ::IsEmpty (patch #1829909)
2007-11-11  Stefan NeisAvoid deprecation warnings for GetText (patch #1829903)
2007-11-11  Robert RoeblingCompilation for GTK+
2007-11-11  Stefan Csomorfixing cairo bugs under OS X
2007-11-11  Vadim Zeitlincorrect typo in last commit
2007-11-11  Vadim Zeitlincompilation fixes for wxUSE_ACCEL=0
2007-11-11  Vadim Zeitlinunused parameter warning fixes for --disable-all-featur...
2007-11-11  Vadim ZeitlinX11 implementation of wxClientDisplayRect() doesn't...
2007-11-11  Vadim Zeitlinadd wxUSE_FILECTRL guards
2007-11-10  Paul CornettwxCairoContext doesn't need to know about wxPizza
2007-11-10  Stefan Csomoravoiding a -1,-1 being set as icon size
2007-11-10  Stefan Csomoradding missing file
2007-11-10  Stefan Csomorenabling clip
2007-11-10  Stefan Csomoradapting to new pizza, fixing dashes, pango layout
2007-11-10  Vadim Zeitlindon't forward Enter presses to the default button if...
2007-11-10  Vadim Zeitlinshow default title if no custom one was specified inste...
2007-11-10  Vadim Zeitlinadded functions for setting the columns order in wxList...
2007-11-10  Vadim Zeitlinfix unused parameters warnings
2007-11-09  Vadim Zeitlinremoved unused gs_centerDialog variable accidentally...
2007-11-09  Stefan Csomorforward port from 2.8
2007-11-09  Stefan Csomorforward port from 2.8
2007-11-09  Robert RoeblingMore attempts to better support theme borders
2007-11-09  Stefan Csomorforward port from 2.8
2007-11-09  Stefan Csomorforward port from 2.8
2007-11-09  Stefan Csomorforward port from 2.8
2007-11-09  Stefan Csomorforward port from 2.8
2007-11-09  Vadim Zeitlincompilation fix for VC6 with standard (i.e. not updated...
2007-11-09  Vadim Zeitlindon't call SetInsertionPointEnd() on a read-only combob...
2007-11-09  Vadim Zeitlinforward ported changes in 2.8.7 from WX_2_8_BRNACH
2007-11-09  Vadim Zeitlindon't show more than one about dialog (slightly modifie...
2007-11-09  Vadim Zeitlinfixed bugs with moving/centering the file dialog (repla...
2007-11-09  David ElliottAdd RCS-ID and normalize whitespace.
2007-11-09  David ElliottApplied slightly-modified patch 1826540 from Gareth...
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  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 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  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...
next