gtk/tests
Jasper St. Pierre ece9ae4bc5 gtkwindow: Remove resize grips
Resize grips were introduced for GNOME 3.0, before we had any of the
"new GNOME app" features like invisible borders and CSD. With OS X 10.6
and 10.7, Apple has replaced the classic grips in their applications
with invisible borders as well.

New GNOME app designs don't use resize grips anymore and the new
default theme for GTK+, Adwaita, disables them entirely by forcing their
width and height to 0.

They're past their time. Remove the code to support them. This can
always be reverted if some app relies on them.
2014-07-03 12:58:41 -04:00
..
dummy-headers quartz: move atom/pasteboard type conversions functions to GDK 2013-03-28 13:10:38 +01:00
visuals tests: Connect signals in visuals test 2014-02-20 02:10:07 +01:00
3DRings.xpm Initial revision 1997-11-24 22:37:52 +00:00
animated-resizing.c animated-resizing, video-timer: Add missing return value from ::draw 2013-04-25 13:44:58 -04:00
apple-red.png Insert cast to fix warning. Assign something to old_value to quiet gcc 2003-07-03 01:02:04 +00:00
autotestkeywords.cc Don't include gdkwin32.h when testing Objective-C++ 2009-10-09 14:35:49 +03:00
check-n.xpm reworked the redrawing heuristics somewhat, this fixed a bunch of existing 1999-01-12 15:12:14 +00:00
check-y.xpm reworked the redrawing heuristics somewhat, this fixed a bunch of existing 1999-01-12 15:12:14 +00:00
FilesQueue.xpm Initial revision 1997-11-24 22:37:52 +00:00
flicker.c Don't use gtk_set_locale 2010-12-21 12:07:02 -05:00
frame-stats.c tests/animated-resizing: Split frame statistics out into a separate file 2013-04-23 14:04:40 -04:00
frame-stats.h tests/animated-resizing: Split frame statistics out into a separate file 2013-04-23 14:04:40 -04:00
gnome-textfile.png Add testiconview. A test for GtkIconView ...which uses this image. 2004-08-04 14:32:45 +00:00
gradient1.png Make styleexamples work 2011-01-03 12:34:23 -05:00
gtkoffscreenbox.c Remove deprecation warnings from demos and tests 2014-01-24 21:08:59 -05:00
gtkoffscreenbox.h Add offscreen testcase 2009-04-02 10:14:04 +02:00
Makefile.am Makefile: Add a few more cleanfile / ignore rules 2014-06-16 14:03:53 -04:00
makefile.msc Deprecate the unused gtk-file-chooser-backend setting 2013-06-30 13:44:24 -04:00
marble.xpm Initial revision 1997-11-24 22:37:52 +00:00
merge-1.ui Test handling of empty menus. 2003-09-30 20:55:24 +00:00
merge-2.ui Add UI manager attribute to always show image in menu items 2009-11-27 19:14:43 +01:00
merge-3.ui Change the XML format: <Root> element is replaced by <ui>, <menu> element 2003-08-27 22:22:28 +00:00
Modeller.xpm Initial revision 1997-11-24 22:37:52 +00:00
motion-compression.c Drop most uses of GtkMisc in tests 2014-05-13 07:43:21 -04:00
mydialog2.ui Add missing templates to testdialog 2014-04-25 22:11:54 -04:00
mydialog.ui Add missing templates to testdialog 2014-04-25 22:11:54 -04:00
popover.ui GtkMenuSectionBox: Always show separators for labeled sections 2014-04-29 12:19:53 -04:00
print-editor.c Port print-editor test to GtkBuilder from UIManager 2013-06-30 11:19:50 -04:00
scrolling-performance.c tests/scrolling-performance: Add a new test for GtkViewport performance 2013-04-23 14:04:40 -04:00
simple.c Change FSF Address 2012-02-27 17:06:11 +00:00
stresstest-toolbar.c Change FSF Address 2012-02-27 17:06:11 +00:00
styleexamples.c gtkwindow: Remove resize grips 2014-07-03 12:58:41 -04:00
test.xpm Initial revision 1997-11-24 22:37:52 +00:00
testaccel.c Change FSF Address 2012-02-27 17:06:11 +00:00
testactionbar.c tests: add a visibility toggle to the action bar test 2014-02-12 08:08:03 -05:00
testactions.c Deprecate GtkAction and GtkUIManager 2013-06-30 11:19:50 -04:00
testadjustsize.c testadjustsize: Keep using an alignment 2014-05-23 20:42:01 -04:00
testanimation.c tests: Stop using GtkAlignment 2014-05-23 21:32:51 -04:00
testappchooser.c Remove most of the stock API usage from the tests 2013-06-24 19:53:08 -04:00
testappchooserbutton.c tests: Include config.h 2012-11-06 21:29:58 +01:00
testapplication.desktop Add GtkApplication 2010-06-07 16:46:30 -04:00
testassistant.c tests: Stop using GtkAlignment 2014-05-23 21:32:51 -04:00
testbaseline.c Add tests/testbaseline 2013-04-23 05:58:07 +02:00
testbbox.c Add an expand button box type 2014-01-17 17:52:07 -05:00
testbox.c Add a testcase for box sizing 2014-02-16 23:24:13 -05:00
testboxcss.c tests: Drop manual property editor 2014-05-22 08:32:48 -04:00
testbuttons.c tests: Ignore deprecation warnings 2013-06-26 15:51:32 +02:00
testcairo.c Change FSF Address 2012-02-27 17:06:11 +00:00
testcalendar.c tests: Stop using GtkAlignment 2014-05-23 21:32:51 -04:00
testcellarea.c Remove most of the stock API usage from the tests 2013-06-24 19:53:08 -04:00
testcellrenderertext.c Change FSF Address 2012-02-27 17:06:11 +00:00
testclipboard.c Remove most of the stock API usage from the tests 2013-06-24 19:53:08 -04:00
testcolorchooser.c API: colorchooser: Use GtkOrientation for orientation 2012-03-07 03:11:05 +01:00
testcombo.c Drop an unnecessary include 2014-04-02 12:41:24 -04:00
testcombochange.c Drop most uses of GtkMisc in tests 2014-05-13 07:43:21 -04:00
testdialog.c testdialog: Add a spinner 2014-06-29 14:03:52 -04:00
testdnd.c Change FSF Address 2012-02-27 17:06:11 +00:00
testellipsise.c tests: Stop using GtkAlignment 2014-05-23 21:32:51 -04:00
testemblems.c Add a testcase for icons with emblems 2014-03-24 20:17:21 -04:00
testentrycompletion.c tests: Drop manual property editor 2014-05-22 08:32:48 -04:00
testentryicons.c tests: Remove unused args 2014-05-22 11:17:32 -04:00
testerrors.c Change FSF Address 2012-02-27 17:06:11 +00:00
testexpand.c tests: Stop using GtkAlignment 2014-05-23 21:32:51 -04:00
testexpander.c Add an expander-in-dialog example 2010-06-24 00:35:24 -04:00
testfilechooser.c tests: Drop manual property editor 2014-05-22 08:32:48 -04:00
testfilechooserbutton.c tests: Stop using GtkAlignment 2014-05-23 21:32:51 -04:00
testflowbox.c Changed obsolete FSF portal addresses to web address 2014-01-12 19:56:49 +07:00
testfontchooser.c tests: Drop manual property editor 2014-05-22 08:32:48 -04:00
testfontchooserdialog.c tests: Drop manual property editor 2014-05-22 08:32:48 -04:00
testfontselection.c Change FSF Address 2012-02-27 17:06:11 +00:00
testfontselectiondialog.c Change FSF Address 2012-02-27 17:06:11 +00:00
testframe.c tests: Don't call gtk_style_context_invalidate() 2013-10-05 13:57:51 +02:00
testfullscreen.c tests: add a test for fullscreen mode 2013-01-25 13:16:57 +01:00
testgeometry.c tests: return 0; from main() 2013-01-08 12:23:52 +01:00
testgiconpixbuf.c Change FSF Address 2012-02-27 17:06:11 +00:00
testgmenu.c Drop most uses of GtkMisc in tests 2014-05-13 07:43:21 -04:00
testgrid.c Add a testcase for empty grid rows 2013-04-28 18:46:11 -04:00
testgrouping.c (broken pipe) 2006-04-26 12:39:25 +00:00
testgtk2.css Make testgtk load CSS for custom styling. 2010-12-04 15:39:07 +01:00
testgtk.1 Added gtk/testgtk.1 man page for testgtk 1998-03-24 04:01:21 +00:00
testgtk.c tests: Adapt to gtk_widget_reparent deprecations 2014-05-22 08:50:18 -04:00
testgtk.css Revert "WIP: make GtkNotebook window-draggable" 2012-04-28 02:06:37 -04:00
testheaderbar.c tests: use actionbar in headerbar test 2014-01-07 08:46:37 -05:00
testheightforwidth.c Remove most of the stock API usage from the tests 2013-06-24 19:53:08 -04:00
testicontheme.c tests: Remove tests for icontheme properties 2014-06-30 01:08:02 +02:00
testiconview-keynav.c Change FSF Address 2012-02-27 17:06:11 +00:00
testiconview.c tests: Drop manual property editor 2014-05-22 08:32:48 -04:00
testimage.c Test size constraints 2014-03-14 13:46:31 -04:00
testinput.c tests: Make testinput example not compress events 2013-11-16 01:50:53 +01:00
testkineticscrolling.c Don't use gtk_scrolled_window_add_with_viewport() in tests 2013-02-01 22:58:55 -05:00
testlevelbar.c Add a testcase for custom levels in GtkLevelBar 2013-09-08 16:45:25 -04:00
testlist2.c tests: Adapt to gtk_widget_reparent deprecations 2014-05-22 08:50:18 -04:00
testlist3.c Improve list selection example 2014-04-06 01:44:38 -04:00
testlist.c testlist: Test double click mode 2013-06-17 15:15:07 +02:00
testlockbutton.c tests: Make testlockbutton not use deprecated API 2014-04-10 17:00:44 +02:00
testlogout.c GtkApplication: remove end session API 2012-02-21 01:23:01 +01:00
testmenubutton.c tests: Drop manual property editor 2014-05-22 08:32:48 -04:00
testmerge.c Use gdk_event_triggers_context_menu() instead of checking for event->button == 3 2012-03-13 13:10:30 +00:00
testmountoperation.c Change FSF Address 2012-02-27 17:06:11 +00:00
testmultidisplay.c Remove most of the stock API usage from the tests 2013-06-24 19:53:08 -04:00
testnoscreen.c Change FSF Address 2012-02-27 17:06:11 +00:00
testnotebookdnd.c Remove most of the stock API usage from the tests 2013-06-24 19:53:08 -04:00
testnouiprint.c Bump GLib dependency to 2.35 2012-11-04 13:01:38 -05:00
testnumerableicon.c tests: Remove unused args 2014-05-22 11:17:32 -04:00
testoffscreen.c Remove most of the stock API usage from the tests 2013-06-24 19:53:08 -04:00
testoffscreenwindow.c tests: Connect to draw signal in testoffscreenwindow 2010-09-26 15:11:40 +02:00
testorientable.c Change FSF Address 2012-02-27 17:06:11 +00:00
testoverlay.c overlay: add initial version of gtkoverlay 2011-06-12 23:27:18 -04:00
testoverlaystyleclass.c Replace all margin-left and margin-right with margin-start and margin-end 2013-11-15 02:54:35 +01:00
testpixbuf-color.c Move demos around 2011-05-26 00:32:31 -04:00
testpixbuf-save.c Move demos around 2011-05-26 00:32:31 -04:00
testpixbuf-scale.c tests: Stop using GtkAlignment 2014-05-23 21:32:51 -04:00
testpopover.c tests: Stop using GtkAlignment 2014-05-23 21:32:51 -04:00
testprint.c Change FSF Address 2012-02-27 17:06:11 +00:00
testprintfileoperation.c Further updates from the GtkPrintContext functions rename. 2006-05-31 14:06:02 +00:00
testprintfileoperation.h perf/widgets.h tests/print-editor.c tests/prop-editor.h 2008-05-23 14:55:43 +00:00
testrc.c Change FSF Address 2012-02-27 17:06:11 +00:00
testrecentchooser.c tests: Drop manual property editor 2014-05-22 08:32:48 -04:00
testrecentchoosermenu.c Deprecate GtkImageMenuItem 2013-06-27 18:48:46 -04:00
testrevealer.c Replace all margin-left and margin-right with margin-start and margin-end 2013-11-15 02:54:35 +01:00
testrichtext.c Change FSF Address 2012-02-27 17:06:11 +00:00
testscale.c testscale: add a test for up/leftwards scales 2012-06-12 09:54:33 -04:00
testscrolledwindow.c tests: Add checkbox to enable kinetic scrolling in scrolled window test 2012-03-01 16:25:22 -05:00
testselection.c tests: Don't use deprecated functions in testselection 2014-04-10 17:06:27 +02:00
testsensitive.c testsensitive: Remove deprecated part 2013-04-02 11:45:44 +02:00
testsocket_child.c Change FSF Address 2012-02-27 17:06:11 +00:00
testsocket_common.c Remove most of the stock API usage from the tests 2013-06-24 19:53:08 -04:00
testsocket.c Change FSF Address 2012-02-27 17:06:11 +00:00
testspinbutton.c Make spinbutton orientable 2012-09-03 11:45:51 -04:00
testsplitheaders.c Make testsplitheaders more robust 2014-01-07 13:45:55 -05:00
testsplitheaders.ui Add an example for split headers 2014-01-06 10:32:19 -05:00
teststack.c teststack: don't enumerate transitions manually 2014-05-02 17:43:18 -04:00
teststatusicon.c tests: Drop manual property editor 2014-05-22 08:32:48 -04:00
teststockbuttonmenu.c Add various tests for stock widgets 2013-10-07 18:19:16 -04:00
testswitch.c Add a delayed state test case 2014-04-06 01:52:48 -04:00
testtextview.c testtextview: Add test for gtk_text_view_add_child_in_window 2014-01-10 12:08:51 +01:00
testthreads.c Change FSF Address 2012-02-27 17:06:11 +00:00
testtitlebar.c Make testtitlebar more versatile 2014-01-06 23:37:05 -05:00
testtoolbar.c tests: Drop manual property editor 2014-05-22 08:32:48 -04:00
testtooltips.c Remove most of the stock API usage from the tests 2013-06-24 19:53:08 -04:00
testtoplevelembed.c Remove most of the stock API usage from the tests 2013-06-24 19:53:08 -04:00
testtreechanging.c tests: Drop manual property editor 2014-05-22 08:32:48 -04:00
testtreecolumns.c tests: fix testtreecolumns not to segfault at startup 2012-09-27 16:54:40 -04:00
testtreecolumnsizing.c gtk: remove "gboolean homogeneous" from gtk_box_new() 2010-11-02 12:04:35 +09:00
testtreeedit.c Remove most of the stock API usage from the tests 2013-06-24 19:53:08 -04:00
testtreeflow.c Change FSF Address 2012-02-27 17:06:11 +00:00
testtreefocus.c Change FSF Address 2012-02-27 17:06:11 +00:00
testtreemenu.c Remove most of the stock API usage from the tests 2013-06-24 19:53:08 -04:00
testtreemodel.c Change FSF Address 2012-02-27 17:06:11 +00:00
testtreepos.c Remove most of the stock API usage from the tests 2013-06-24 19:53:08 -04:00
testtreesort.c Change FSF Address 2012-02-27 17:06:11 +00:00
testtreeview-plan.txt handle case where there are no rows in the model 2001-01-09 17:45:34 +00:00
testtreeview.c tests: Drop manual property editor 2014-05-22 08:32:48 -04:00
testverticalcells.c Remove most of the stock API usage from the tests 2013-06-24 19:53:08 -04:00
testvolumebutton.c tests: fix volume button 2014-02-13 20:47:24 -05:00
testwindows.c testwindows: Remove another reference to set_double_buffered 2014-06-21 00:30:59 -04:00
testwindowsize.c tests: Add max-width-chars to testwindowsize test 2013-11-25 03:56:21 +01:00
testxinerama.c Change FSF Address 2012-02-27 17:06:11 +00:00
treestoretest.c Change FSF Address 2012-02-27 17:06:11 +00:00
variable.c tests/animated-resizing: Split frame statistics out into a separate file 2013-04-23 14:04:40 -04:00
variable.h tests/animated-resizing: Split frame statistics out into a separate file 2013-04-23 14:04:40 -04:00
video-timer.c animated-resizing, video-timer: Add missing return value from ::draw 2013-04-25 13:44:58 -04:00