wxWidgets/include/wx/gtk
Artur Wieczorek ba4b8d5670 Fix retrieving clipping box after changing wxDC coordinates (GTK)
Member data containing clipping box have to be updated not only when the clipping region is explicitly changed by SetClippingRegion()/DestroyClippingRegion() but also when wxDC coordinates are transformed with SetDeviceOrigin(), SetLogicalOrigin(), SetUserScale(), SetLogicalScale(), SetTransformMatrix() or ResetTransformMatrix().
When any of these functions is called then clipping box data are marked as invalid and updated by recalculating extents of the clipping region in new coordinates at nearest call to GetClippingBox().

Closes #17646.
2016-09-01 21:42:13 +02:00
..
gnome Remove support for Gnome printing from wxGTK. 2013-10-01 17:09:02 +00:00
private Add support for returning item location to wxGTK wxMimeTypesManager. 2016-06-07 14:29:52 +02:00
accel.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
activityindicator.h Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
animate.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
anybutton.h No changes, just rename GTKGetCurrentState() to be more clear. 2015-05-09 19:17:41 +02:00
app.h Remove Hildon framework support. 2015-08-26 22:49:53 +02:00
assertdlg_gtk.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
bitmap.h Allow drawing HiDPI bitmaps with GTK3 2016-02-14 13:12:52 -08:00
bmpbuttn.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
bmpcbox.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
brush.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
button.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
calctrl.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
checkbox.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
checklst.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
chkconf.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
choice.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
clipbrd.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
clrpicker.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
collpane.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
colordlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
colour.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
combobox.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
control.h more use of wxOVERRIDE 2015-09-06 17:20:42 -07:00
cursor.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dataform.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dataobj2.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
dataobj.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
dataview.h Make wxDataViewCtrl::Expand() expand ancestors in native ports too 2016-03-22 21:22:36 +01:00
dc.h implement wxDC::GetContentScaleFactor() for GTK3 2016-02-22 09:52:26 -08:00
dcclient.h Fix retrieving clipping box after changing wxDC coordinates (GTK) 2016-09-01 21:42:13 +02:00
dcmemory.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dcscreen.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dialog.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dirdlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dnd.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
dvrenderer.h Allow using arbitrary windows as wxDataViewCtrl editors in wxGTK 2016-02-28 20:25:07 +01:00
dvrenderers.h Add wxDataViewTextRenderer::EnableMarkup() 2016-06-16 00:06:23 +02:00
evtloop.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
evtloopsrc.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
filectrl.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
filedlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
filehistory.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
filepicker.h more use of wxOVERRIDE 2015-09-06 17:20:42 -07:00
font.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
fontdlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
fontpicker.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
frame.h Remove Hildon framework support. 2015-08-26 22:49:53 +02:00
gauge.h Inherit wxGauge from wxGaugeBase in wxGTK 2016-05-13 22:32:16 +02:00
glcanvas.h Improve wxGLCanvas to be more type safe and better support modern OpenGL 2016-02-23 00:32:54 +01:00
hyperlink.h Fix wxGTK wxHyperlinkCtrl compilation problem with g++ 5.2 2016-03-07 19:41:58 +01:00
infobar.h Allow access to the currently shown wxInfoBar buttons. 2014-06-02 01:15:11 +00:00
listbox.h Add wxListBox::GetTopItem() and GetCountPerPage() 2016-02-06 19:13:35 +01:00
mdi.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
menu.h remove const from pass-by-value parameters 2016-01-16 10:55:01 -08:00
menuitem.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
mimetype.h Add support for returning item location to wxGTK wxMimeTypesManager. 2016-06-07 14:29:52 +02:00
minifram.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
msgdlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
nonownedwnd.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
notebook.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
pen.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
popupwin.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
print.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
private.h use G_VALUE_INIT 2013-11-10 18:13:27 +00:00
radiobox.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
radiobut.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
region.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
scrolbar.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
scrolwin.h Make wxWindow::HasScrollbar() respect wxScrolled::ShowScrollbars(). 2013-08-27 13:12:38 +00:00
setup0.h Add wxSecretStore 2016-06-04 18:29:15 +02:00
slider.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
spinbutt.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
spinctrl.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
statbmp.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
statbox.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
statline.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
stattext.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
taskbar.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
textctrl.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
textentry.h Add wxTextEntry::ForceUpper() 2015-12-08 03:02:46 +01:00
tglbtn.h Add RAII wrapper for GTKDisableEvents/GTKEnableEvents() calls 2016-02-06 19:13:35 +01:00
toolbar.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
tooltip.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
toplevel.h remove no-longer-needed OnInternalIdle() override 2015-12-06 20:24:59 -08:00
webview_webkit.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
webviewhistoryitem_webkit.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
window.h Add wxWindow::ApplyCssStyle() helper to wxGTK 2016-03-07 13:22:57 +01:00