summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* mir: don't create GDK_INPUT_ONLY windowswip/attente/mirWilliam Hua2017-03-061-7/+14
|
* Frame: minor update to intro docsDaniel Boles2017-03-061-2/+3
| | | | This incorporates a couple of recent tweaks from gtk-3-22.
* Quartz: Implement gdk_window_set_functionsMatthias Clasen2017-03-051-1/+39
| | | | This is useful, and easy to implement.
* Update Swedish translationAnders Jonsson2017-03-051-1333/+1222
|
* widget: Remove direction-dependent margin codeTimm Bäder2017-03-051-30/+8
| | | | | | Since margin-left and margin-right are gone, we don't have to care about the difference between them and start/end anymore and we can just save start as left and end as right.
* widget: Remove get_valign_with_baselineTimm Bäder2017-03-056-42/+11
| | | | | This only existed for backwards compat reasons which aren't interesting for gtk4.
* sizerequest: Fix min_size > nat_size error messageTimm Bäder2017-03-051-13/+12
| | | | | | | Instead of mentioning the old _get_preferred_xxx functions, mention measure() and print the for_size value as well. The orientation is given by printing either "width" for GTK_ORIENTATION_HORIZONTAL or "height" for GTK_ORIENTATION_VERTICAL.
* tests/revealer-size: Use gtk_widget_measureTimm Bäder2017-03-051-6/+12
|
* testsuite: Remove :sorted usageTimm Bäder2017-03-051-1/+0
| | | | Not valid CSS anymore.
* treeviewcolumn: Use gtk_widget_measure to measure widget sizesTimm Bäder2017-03-051-1/+2
|
* pathbar: Use gtk_widget_measure to measure widget sizesTimm Bäder2017-03-051-7/+14
|
* Update Basque languageInaki Larranaga Murgoitio2017-03-041-7/+11
|
* Updated Lithuanian translationAurimas Černius2017-03-042-396/+250
|
* widget: Reword size request documentationTimm Bäder2017-03-041-10/+8
|
* treeview: Use gtk_widget_measure to measure widget sizesTimm Bäder2017-03-041-4/+6
|
* menus: Use gtk_widget_measure to measure widget sizesTimm Bäder2017-03-043-17/+24
|
* applicationwindow: Use gtk_widget_measure to measure widget sizesTimm Bäder2017-03-041-3/+3
|
* Update Catalan translationJordi Mas2017-03-041-457/+422
|
* Update Korean translationChangwoo Ryu2017-03-031-3927/+3438
|
* Update Korean translationChangwoo Ryu2017-03-031-1356/+937
|
* Update Basque languageInaki Larranaga Murgoitio2017-03-031-158/+103
|
* Update Basque languageInaki Larranaga Murgoitio2017-03-031-286/+208
|
* HighContrast/parse-sass.sh: Use a reliable shebangDaniel Boles2017-03-031-1/+1
| | | | | /usr/bin/sh does not exist on e.g. Debian sid. Use the same shebang as Adwaita/parse-sass.sh
* Adwaita: style selectionmode checks for flowbox tilesJakub Steiner2017-03-023-33/+135
| | | | | | | - continue being asset based rather than drawn by CSS - using node 'check' rather than style '.check' https://bugzilla.gnome.org/show_bug.cgi?id=779074
* Adwaita: style flowbox tilesJakub Steiner2017-03-023-5/+37
| | | | | | + fixups by Daniel Boles from gtk-3-22 https://bugzilla.gnome.org/show_bug.cgi?id=779073
* gtk-demo: Add 3fg touchpad swipe handling to gestures demoCarlos Garnacho2017-03-021-0/+24
| | | | We can handle those on wayland, so we should show it's possible.
* gtkgesturesingle: Fallback to GtkGesture handling on GDK_TOUCHPAD_SWIPECarlos Garnacho2017-03-021-0/+1
| | | | | | | | | | | There are GtkGestureSingle subclasses that can be made to handle multiple fingers (GtkGestureSingle is a subclass of GtkGesture, and not the opposite, after all). And GtkGestureSwipe already tries to handle GDK_TOUCHPAD_SWIPE events, except this event handler silently ignores those. Falling back to the GtkGesture generic handler which already handles touchpad gesture events fixes this.
* placesview: Simplify button constructionTimm Bäder2017-03-021-4/+1
|
* placessidebar: Fix css node name typoTimm Bäder2017-03-021-1/+1
|
* widgetnode: Remove unused defineTimm Bäder2017-03-021-4/+0
|
* cssnodestylecache: Use const pointer in lookupTimm Bäder2017-03-023-9/+9
|
* gdkwindow: Plug memory leakTimm Bäder2017-03-021-1/+5
| | | | | gdk_drawing_context_get_clip returns a newly allocated cairo_region_t, so we have to destroy it.
* switch: remove unnecessary gtk_widget_show callsTimm Bäder2017-03-021-3/+0
|
* cssselector: Stop parsing deprecated selectorsTimm Bäder2017-03-021-13/+0
|
* csswidgetnode: Remove unused includeTimm Bäder2017-03-021-2/+0
|
* Convince OS X to fully fullscreen windowsMatthias Clasen2017-03-022-0/+16
| | | | | | | | We typically want to have the full screen given to the content, not the aspect-ratio preserving behavior that newer OS X has. https://bugzilla.gnome.org/show_bug.cgi?id=779383
* Update Icelandic translationSveinn í Felli2017-03-021-107/+53
| | | | (cherry picked from commit 36e1761c8479a88bb29619f404e34c68f96c2dc9)
* Updated Danish translationAsk Hjorth Larsen2017-03-021-463/+435
|
* Updated Danish translationAsk Hjorth Larsen2017-03-021-194/+183
|
* Update Icelandic translationSveinn í Felli2017-03-021-2030/+2561
| | | | (cherry picked from commit fb53855fc8f286d8cef7cf7a31cecef048b6a0ad)
* Implement backdrop for QuartzMatthias Clasen2017-03-011-0/+2
| | | | | | | We need to send window state change events to make GTK+ pick up on focus changed for backdrop. https://bugzilla.gnome.org/show_bug.cgi?id=779392
* quartz: Let CSD windows be fullscreenMatthias Clasen2017-03-011-1/+4
| | | | | | | I've found that I need this patch to make it possible for windows with headerbar to be made fullscreen on OS X. https://bugzilla.gnome.org/show_bug.cgi?id=779383
* wayland: make sure to clear up the number of keysOlivier Fourdan2017-03-011-0/+2
| | | | | | | | Make sure to clear up the number of keys being pressed on enter/leave so that we don't end up with leftovers if a new window is mapped by a keyboard shortcut. https://bugzilla.gnome.org/show_bug.cgi?id=779374
* Fix bad check of GtkActionPadType in gtk_pad_controller_set_actioncedlemo2017-03-011-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=779317
* mir: deprecate gdk_mir_window_get_mir_surface ()William Hua2017-03-012-1/+6
|
* mir: delete commented debug outputWilliam Hua2017-03-018-156/+1
|
* mir: migrate away from deprecated mir apiWilliam Hua2017-03-016-295/+327
|
* mir: move #include to correct fileWilliam Hua2017-03-012-1/+2
|
* Update French translationCharles Monzat2017-02-281-33/+49
|
* Update German translationMario Blättermann2017-02-281-145/+148
|