compute scrollbar spacing the same way GtkScrolledWindow does it
[wxWidgets.git] / src /
2012-12-14  Paul Cornettcompute scrollbar spacing the same way GtkScrolledWindo...
2012-12-14  Paul CornettGet DC size from GDK window if possible, client size...
2012-12-13  Paul Cornettdecrease number of skipped frames in assert dialog...
2012-12-11  Paul Cornettuse correct signature for callback
2012-12-11  Paul Cornettmake local functions static
2012-12-11  Paul Cornettadd wrappers to avoid compiling code which will never...
2012-12-11  Vadim ZeitlinHandle IN_MOVE inotify events better.
2012-12-11  Vadim ZeitlinInitialize wxRibbonBar::m_help_button_hovered.
2012-12-10  Vadim ZeitlinUse wxSetWorkingDirectory() instead of chdir().
2012-12-10  Vadim ZeitlinReadded tiffconf.h removed by libtiff 4.0.3 merge.
2012-12-10  Vadim ZeitlinMerged libtiff 4.0.3 changes into the trunk.
2012-12-08  Vadim ZeitlinAlso account for EOL chars correctly in wxStyledTextCtr...
2012-12-08  Vadim ZeitlinDon't test for key code being valid unnecessarily.
2012-12-08  Vadim ZeitlinRemove unnecessary default from a switch statement.
2012-12-08  Vadim ZeitlinFix copy/paste error in UnsetConstraints().
2012-12-08  Vadim ZeitlinCheck gtk_tree_model_iter_nth_child() return value...
2012-12-08  Vadim ZeitlinDon't use values returned by lstat() if it failed in...
2012-12-08  Vadim ZeitlinCheck wxDir::GetNext() return value in wxFindNextFile().
2012-12-08  Vadim ZeitlinAdd a wxHtmlTag helper parsing both absolute values...
2012-12-08  Vadim ZeitlinDon't unnecessarily NUL-terminate wxCharBuffer contents.
2012-12-08  Vadim ZeitlinStrip EOL characters from wxStyledTextCtrl::GetLineText...
2012-12-08  Vadim ZeitlinCatch attempts to create a window with itself as parent.
2012-12-08  Vadim ZeitlinRemove check of eof() return value validity.
2012-12-06  Paul Cornettdisable Ubuntu "overlay scrollbar", see #14871
2012-12-05  Paul Cornettfix tests for valid pen and brush, broken in r73099
2012-12-05  Julian SmartwxRTC text box layout fixes
2012-12-04  Vadim ZeitlinExplicitly set margins for single line text controls...
2012-12-04  Vadim ZeitlinAdd missing critical section locking before accessing...
2012-12-04  Vadim ZeitlinOpen debugger at the location of failing assert, if...
2012-12-03  Paul CornettRemove SashHitTest() "tolerance" parameter
2012-12-03  Paul CornettAvoid setting sash resize cursor when mouse is still...
2012-12-03  Paul CornettFix SashHitTest() returning true one pixel past the...
2012-12-02  Vadim ZeitlinCorrect lookup of Explorer-specific file association...
2012-12-02  Vadim ZeitlinAllow specifying -1 as font size to mean "default"...
2012-12-02  Vadim ZeitlinMake wxChoice and wxComboBox behaviour same as in nativ...
2012-12-02  Vadim ZeitlinAdd wxControlWithItems::SendSelectionChangedEvent(...
2012-12-02  Vadim ZeitlinWarn, don't assert, about unexpected inotify events.
2012-12-02  Paul Cornettsimplify code so it always returns the same object
2012-12-02  Paul Cornettclean up wxCairoRenderer initialization mess
2012-12-02  Paul CornettRemove nearly empty wx/cairo.h header
2012-12-01  Vadim ZeitlinUse disabled colour for the dropdown arrow of disabled...
2012-11-30  Paul Cornettsimplify code to return from the end of the function
2012-11-30  Paul Cornettmove wxGet{Colour,Font}FromUser() out of utilscmn.cpp...
2012-11-29  Vadim ZeitlinDon't assert when stopping watching a just renamed...
2012-11-29  Vadim ZeitlinLog invalid inotify() events without a valid watch...
2012-11-29  Vadim ZeitlinCorrect handling of IN_Q_OVERFLOW in wxFileSystemWatche...
2012-11-29  Julian SmartCope with the common case of utf-8 being specified...
2012-11-29  Jouk JansenDo not use GTKIsUsingGlobalMenu when compiled against...
2012-11-28  Vadim ZeitlinFix bezel used for bitmap buttons in wxOSX/Cocoa.
2012-11-28  Vadim ZeitlinSelect the entire spin control contents when changing...
2012-11-28  Vadim ZeitlinHandle Shift-TAB correctly in wxOSX/Carbon wxComboBox.
2012-11-28  Stefan Csomoradding some additional fixes for programmatic selection...
2012-11-28  Robin DunnCompilation fix.
2012-11-28  Vadim ZeitlinCompilation fixes after r73050.
2012-11-28  Vadim ZeitlinAdd "rect" paramerer to wxRichToolTip::ShowFor().
2012-11-28  Vadim ZeitlinAdd missing wxUSE_OLE checks to safearray.cpp.
2012-11-28  Stefan Csomorsupport for inheriting non-standard attributes (explici...
2012-11-28  Stefan Csomorsupporting selection methods when not focused, closes...
2012-11-27  Stefan Csomorsimulating focus events, see #13495
2012-11-27  Stefan Csomorsupport for simulating focus events since not all contr...
2012-11-27  Stefan Csomoremulating wx' focus-lost behavior
2012-11-27  Stefan Csomorspell error fixed
2012-11-27  Jouk JansenFix OpenVMS makefile
2012-11-26  Paul Cornettdisconnect "toggled" signal in dtor when style has...
2012-11-26  Paul Cornettfix for GTK assert after r72696, a draw/expose_event...
2012-11-26  Vadim ZeitlinFix wxALWAYS_SHOW_SB behaviour in wxGTK.
2012-11-25  Vadim ZeitlinFix wxGenericListCtrl scrolling by not processing the...
2012-11-25  Vadim ZeitlinFix TAB navigation in wxGTK broken by r72663.
2012-11-25  Vadim ZeitlinRestore generic GetPartialTextExtents() version use...
2012-11-25  Vadim ZeitlinDon't dereference NULL output pointer in wxTextMeasure.
2012-11-25  Vadim ZeitlinHandle UBUNTU_MENUPROXY=0 as "not using global menu".
2012-11-25  Paul Cornettavoid functions deprecated in GTK3
2012-11-25  Paul Cornettfix wxBitmapComboBox Gtk-CRITICAL assertion `GTK_IS_ENT...
2012-11-25  Paul Cornettnon-pch build fix
2012-11-25  Paul CornettSimplify GetDefaultAttributesFromGTKWidget() by passing...
2012-11-25  Vadim ZeitlinUse idle time menu updating when using global menu...
2012-11-25  Vadim ZeitlinAdd wxApp::GTKIsUsingGlobalMenu() helper to wxGTK.
2012-11-25  Vadim ZeitlinIgnore menu events while modal dialogs are shown in...
2012-11-24  Vadim ZeitlinAdd wxDocManager::Get{Views,Documents,Templates}Vector().
2012-11-24  Vadim ZeitlinUse wxBufferedPaintDC for wxStyledTextCtrl drawing...
2012-11-24  Vadim ZeitlinAdd check for destroying window with mouse capture...
2012-11-23  Stefan Csomorsupport for custom app controllers, override OSXCreateA...
2012-11-23  Vadim ZeitlinFix ribbon bar scroll buttons visibility bug.
2012-11-23  Vadim ZeitlinAdd possibility to delay showing wxRichToolTip.
2012-11-23  Stefan Csomorfixing overrelease and out-of-bounds write, fixes ...
2012-11-20  Vadim ZeitlinImplement GetSizeFromTextSize() for wxSpinCtrl.
2012-11-20  Vadim ZeitlinMake wxSpinCtrlGenericBase a wxCompositeWindow.
2012-11-20  Vadim ZeitlinRevert all wxNOEXCEPT-related changes.
2012-11-20  Vadim ZeitlinFix another compilation problem after wxNOEXCEPT introd...
2012-11-19  Vadim ZeitlinAdd wxTL_NO_HEADER style to wxTreeListCtrl.
2012-11-19  Vadim ZeitlinMore compilation fixes after wxNOEXCEPT introduction.
2012-11-19  Stefan Csomorimplementing delayed freezing, fixes #12865
2012-11-19  Vadim ZeitlinAdd wxFSW_EVENT_UNMOUNT wxFileSystemWatcher flag and...
2012-11-19  Vadim ZeitlinConvert wxFSW_EVENT_{WARNING,ERROR} to string correctly.
2012-11-19  Vadim ZeitlinImplement wxLocale::GetSystemEncodingName() for wxOSX.
2012-11-19  Paul Cornettput both versions of wxGetMousePosition in one place...
2012-11-19  Paul Cornettfix object referencing with wxSL_MIN_MAX_LABELS
2012-11-18  Vadim ZeitlinDefine SPI_GETCARETWIDTH ourselves if it's not defined.
2012-11-18  Vadim ZeitlinCompilation fixes for VC6 after MSWGetComboBoxInfo...
2012-11-17  Vadim ZeitlinFix path returned from wxGTK wxFileDialog too.
next