[gtk+] (526 commits) Non-fast-forward update to branch wip/cosimoc/range-gadget



The branch 'wip/cosimoc/range-gadget' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  c7fc681... range: first pass at porting to gadgets
  b9d22ec... range: deprecate trough-under-steppers
  5169bd8... range: use newer GtkCssGadget API
  ed44b25... range: deprecate arrow-scaling style property
  8adf526... range: don't call gtk_range_calc_layout() in realize()
  8573a3f... range: simplify code a bit
  96d83c5... range: remove call that is not needed
  75dd4a9... range: remove unused code
  5b39413... gadget: add hit test functions
  42c7164... WIP

Commits added to the branch:

  f64bb38... Fixed typo childen->children (*)
  a50baba... widget: Call gdk_window_mark_paint_from_clip() again (*)
  edc4374... gdk: Allow internal management of source-side DnD (*)
  f6b8fb5... gdk: Run DnD internal handlers before the main event handle (*)
  ed5da43... gdk: Add gdk_drag_get_cursor() (*)
  bfee45e... x11: Implement gdk_drag_context_manage_dnd() (*)
  e4f5e31... gtkdnd: Optionally use gdk_drag_context_manage_dnd() (*)
  2b703b6... gtk: Add private gtk_widget_reset_controllers() (*)
  8d47617... gtkdnd: Reset widget controllers when starting DnD. (*)
  0747a60... wayland: Add internal gdk_wayland_seat_set_global_cursor() (*)
  1045dda... wayland: Implement DnD actions as per wl_data_device v3 (*)
  be3f0da... wayland: Unset button modifiers on pointer enter (*)
  5b1d962... wayland: Set weak reference on the current grab window (*)
  40b28ac... gdk: Document the functions that don't need calling on mana (*)
  cccaf1d... Use actual drop status (*)
  cba7b2c... Simplify foreign drawing example (*)
  e3b49b2... Update expected output of a11y tests (*)
  02dabcf... 3.19.7 (*)
  e06c08a... Updated POTFILES.in and POTFILES.skip (*)
  065aa29... widget: Properly invalidate when CSS font properties change (*)
  0304817... css: AFFFECTS_TEXT causes a resize, not a redraw (*)
  bb92428... notebook: Implement rtl flipping for CSS nodes (*)
  9cb0a97... viewport: Set the pixel cache background from the child (*)
  e106825... gtk-demo: Fix font features sources (*)
  e3f8316... viewport: Don't destroy pixelcache while it's still used (*)
  fef545c... configure: Require wayland >= 1.9.91 (*)
  b2eaed6... file chooser: Allow saving even if executable attribute is  (*)
  5fd7b85... Add a function to get affected area for background (*)
  0996629... notebook: Get rid of during_detach member (*)
  c162a0c... notebook: Properly hide drag window (*)
  f535251... notebook: Get rid of during_reorder variable (*)
  2616227... gtkdnd: Disconnect GdkDragContext signals on gtk_drag_sourc (*)
  4f6ea16... wayland: Protect against NULL offers on gdk_drag_status() i (*)
  51f05a0... Clarify docs for gdk_rectangle_union (*)
  da31eb4... container: Don't create too-large clips (*)
  6c1bee2... GtkNotebook: Unify two private variables (*)
  c8deaea... wayland: unlink shm file earlier in create function (*)
  1e001ea... wayland: clean up stride calculation when creating shm surf (*)
  5150849... wayland: don't pass in width and height to create_shm_pool (*)
  c2d4fd6... Fix GtkShortcutsWindow crash (*)
  449a9c4... inspector: Refine typography (*)
  e33bda3... inspector: Show full allocation + clip (*)
  52326e9... Adwaita: Set a text color for lists (*)
  ffc4f8e... Forgotten file (*)
  419f2c6... css: Handle image loading errors graciously (*)
  b4bfba0... Handle svg image assets in Adwaita (*)
  77a6d97... css: Fix refcounting thinko in -gtk-recolor (*)
  bd4aaa1... Adwaita: first css check/radio implementation (*)
  0f7b4da... cssstyleproperty: Make it possible to query CSS opacity wit (*)
  d3f18ab... Updated German translation (*)
  eb2ef63... wayland: Don't hardcode /tmp (*)
  6a1722f... text view: Don't leak cairo transforms (*)
  c7c17ab... Adwaita: fix checks and radios on selected row (*)
  a684509... spinbutton: Make the entry gadget be the entry's gadget (*)
  6bb8da5... stack: Clip animation drawing (*)
  d4f853d... container: Turn assert into return_if_fail() (*)
  74c3468... cssstyleproperty: Don't allow assigning min-width/min-heigh (*)
  efc899b... widget: Improve gtk_cairo_should_draw_window() (*)
  0a9e9db... shortcuts: Don't forall() widgets that aren't children (*)
  a5f9dc1... GtkTreeView: Avoid device query on collapsing rows (*)
  f32a54f... GtkTreeView: Update prelight row after revalidating rows (*)
  3d52fd3... box gadget: Fix height-for-width handling (*)
  5469f26... Adwaita: Move .ssd class around (*)
  029d568... gadget: Add baseline debugging (*)
  e263006... box gadget: Fix baseline allocation for widgets (*)
  57baf68... inspector: Show baseline value (*)
  50e9233... box gadget: Fix baseline calculation (*)
  73307f7... box gadget: Don't allow shifting too far (*)
  2cf983e... notebook: Document CSS node order (*)
  8096740... levelbar: Document CSS node ordering (*)
  ddbafa0... overlay: Don't access priv pointer before typ check (*)
  ca4ffbf... wintab: reorganize code to avoid prototypes (*)
  36c3f21... win32 device: reorganize code to avoid prototypes (*)
  b3eaaa5... win32 virtual device: reorganize code to avoid prototypes (*)
  3bb23ef... win32 device manager: reorganize code to avoid prototypes (*)
  05f1994... win32 geometry: reorganize code to avoid prototypes (*)
  b208eda... Updated German translation (*)
  6958609... Add missing (out) annotation to gdk_rgba_parse (*)
  8ba996a... container: Clarify the forall/foreach documentation (*)
  770e308... widget-factory: Ensure spinbuttons are sized right (*)
  5febf4f... Add a color editor test (*)
  526fd89... GtkColorChooser: make set_rgba work in editor mode (*)
  a80b555... color editor: Ensure spin buttons are wide enough (*)
  873a024... widget-factory: Add a color editor example (*)
  43747a6... paned: Initialize max_position (*)
  d6f989f... Inspector: Plug a few leaks (*)
  f043926... gdkdnd: Fix signal docs (*)
  33bb1af... css: Privately export a function to get pseudoclass names (*)
  761120a... inspector: Show CSS pseudoclass names for node state (*)
  e8ad474... path bar: Don't hide arrows (*)
  792857c... icon browser: Load app menu automagically (*)
  ba582a4... One forgotten rename (*)
  334b199... Updated POTFILES.skip (*)
  0ae8b30... entry: Don't allow different text over progress (*)
  ca69016... entry: Fold function into only caller (*)
  a363fd5... entry: Draw selection the same way as GtkLabel (*)
  c709072... entry: Use gtk_render_layout() (*)
  b52b406... entry: Redo textarea handling (*)
  02fab14... entry: Move code (*)
  3982f05... entry: Move spinbutton size hack (*)
  ad7bbbf... entry: Use cleverer method to get the entry node (*)
  5a3a86e... spinbutton: Add a base gadget (*)
  cce4934... testsuite: Fix a quoting error (*)
  7097a4e... Fix another quoting error in installed tests (*)
  df70e28... wayland: use memfd_create instead of open in tmpdir (*)
  05f0e9a... wayland: __NR_memfd_create instead of SYS_memfd_create (*)
  37000db... Docs: fix typo (*)
  d5d6a05... Update expected output of a11y tests (*)
  9de3b24... gtk-demo: Expand font features demo (*)
  2a99677... demos: Don't build font features demo on non-UNIX (*)
  c8686f0... demo: Link against Harfbuzz (*)
  9267f73... Add more checks for the font features demo (*)
  0280003... build: Missing build flags (*)
  fefc370... entry: Chain up in realize() (*)
  9d0e840... stack: Turn into no-window widget (*)
  8ea697c... pathbar: Use CSS node ordering (*)
  2c350f4... stack: realize windows in correct position (*)
  ae31c00... spinbutton: Don't expand the buttons (*)
  bf4443d... gdk: Don't translate signal names (*)
  5cbc247... Add an XSetting for primary button warps slider (*)
  b22fdf2... window: Deprecate gtk_window_set_default_geometry() (*)
  84b788c... window: Deprecate gtk_window_parse_geometry() (*)
  a222aa6... entry: Compute selection range correctly (*)
  cf3a781... Fix a typo (*)
  7456242... color button: Allow skipping the palette (*)
  8991f17... box gadget: Improve assertion message (*)
  a922214... entry: give a visual clue that content is scrolled (*)
  4c192ea... Adwaita: Add some themeing for entry undershoot (*)
  2533289... Adwaita: fix spinbutton styling (*)
  c4f7fbe... entry: Fix a case of disagreeing coordinate systems (*)
  09677f7... entry: Fix a typo (*)
  299b324... modelbutton: Use indicator state for button gadget if iconi (*)
  0d10986... Tweak startup-notification after the first window (*)
  88c3456... assistant: Avoid tripping template tests (*)
  625f3e5... window: Always disconnect signal handlers (*)
  8cbe309... css node tests: Update expected output (*)
  8527fca... Updated German translation (*)
  b8a0f35... Update README.glade (*)
  03f4666... composetable: Don't abort on unsupported escape sequences (*)
  79fb921... spin button: Document sizing peculiarities (*)
  27263f2... label: use GtkMisc padding again (*)
  0125aa0... gtkdnd: Fix deprecation compile warnings (*)
  2c04469... demos: Modify "Change display" demo to use seat grabs (*)
  fef661a... tests: Fix deprecation warnings in testinput (*)
  a74db1d... tests: Avoid deprecated API usage in testsocket (*)
  cf4e179... tests: Avoid deprecated API usage in testgtk (*)
  a99c69f... label: fix a case of misleading indentation (*)
  3dce876... print dialog: Stop using action_box in .ui (*)
  a748915... dialog: Stop exporting action_box (*)
  0bf987c... actionbar: Don't expose implementation details (*)
  3014aab... searchbar: Don't expose implementation details (*)
  7fc0600... infobar: Don't expose implementation details (*)
  eabf110... Updates (*)
  69a38a9... docs: Fix a duplicate id (*)
  7d75d5e... builder tool: Add a preview command (*)
  01626e0... Update gtk-builder-tool docs (*)
  31cc642... Adwaita: notebook style rewrite (*)
  813cc34... Adwaita: fix border radius on #editor-color-sample (*)
  3302c2a... testgeometry: Ignore deprecations (*)
  17d9e94... testoffscreen: Remove deprecated calls (*)
  e79db79... testgtk: Avoid deprecation warnings (*)
  fac5ed6... Adwaita: reset padding on notebook tab close button (*)
  866193f... reftests: get icon-vfuncs test almost working again (*)
  8219a6b... Use an GtkImage instead of GtkArrow (*)
  68edc67... image: use GtkMisc padding again (*)
  001598a... icon theme: Improve loading of unthemed files (*)
  b281c9d... css image recolor: Load images at the proper scale (*)
  f887fec... Add a css style test for color names (*)
  176e85f... file chooser: Make Escape close the dialog (*)
  803ec7c... Updated Hungarian translation (*)
  4251a8a... Updated Hungarian translation (*)
  63bf90a... Updated Hungarian translation (*)
  2c7fdf6... CSS provider: Add a way to emit errors (*)
  0fe468c... Emit an error if image loading fails (*)
  2e4b1e7... css: Support the image() notation (*)
  e545495... icontheme: Avoid a crash (*)
  051b607... Adwaita: Add symbolic png assets (*)
  f375b27... Run reftests with HighContrastInverse too (*)
  586522d... Use TAP output for installed tests (*)
  d400ecc... Remove entry-progress-coloring reftest (*)
  3b4aad7... 3.19.8 (*)
  bbe48d0... Throw an error when a display is missing (*)
  dd322f7... Document gtk_parse_args limitations (*)
  16726e3... colorchooserwidgeet: Reset the selected swatch when removin (*)
  7d16b8d... treeview: Draw background when empty (*)
  f42cd18... wayland: Reduce warning level for parentless temporaries (*)
  bbfc547... Fix some reftests under wayland (*)
  27b4bfc... Fix another reftest (*)
  a66287a... Fix the border-image-excess-size reftest (*)
  3c4f36f... combobox: Avoid a misleading indentation (*)
  6f74de5... Don't include the builtin sequence table in multiple places (*)
  f793da5... file chooser: Avoid a crash (*)
  836bd65... gtk-builder-tool: Accept --help (*)
  bc882a6... gtk-launch: Add --version (*)
  073f8bc... gtk-builder-tool: Expand the preview command (*)
  5a2feab... reftests: Make animation-direction test more reliable (*)
  033c6c8... widget: Annotate out params of _translate_coordinates as op (*)
  6e2c551... entry: Fix icon areas (*)
  a898dc6... reftests: Rename a source file (*)
  2423eb1... reftests: Add a message to the test output (*)
  1e0ca71... reftests: Make label-text-shadow-changes-modify-clip test m (*)
  6e2c74a... Trivial formatting fix (*)
  5a095d5... Updated Spanish translation (*)
  9f4b0b8... Updated Spanish translation (*)
  3446760... reftests: Make separator-size test pass in HighContrastInve (*)
  44b060c... Updated German translation (*)
  9d18539... Updated Hungarian translation (*)
  bfb727d... entry: Draw progress in the right place (*)
  a853841... Revert "Add missing (out) annotation to gdk_rgba_parse" (*)
  5186aeb... gtksettings: reset property to correct default value (*)
  cc88153... Updated French translation (cherry picked from commit 85fb4 (*)
  feabf35... notebook: Do not reorder tabs after a grab notify if there  (*)
  f734db1... Adwaita: fix vertical spinbutton style (*)
  a0363e5... Adwaita: notebook with hidden header style fix (*)
  0bcd860... print dialog: Fix layout preview drawing (*)
  9b08853... gdkborder: remove unneeded definition (*)
  207a842... Adwaita: fix headerbar spinbutton size (*)
  3316d69... entry: Simplify drawing code (*)
  429bec5... entry: Turn progress node into a gadget (*)
  be6f65a... immodule: Use correct sign for function prototype (*)
  9708ecd... composetable: Fix gcc warnings (*)
  a2ac952... broadway: Define variables where they are used (*)
  7ac337a... gtksettings: fix critical warning (*)
  8eb2619... gdkwindow-x11: always set _GTK_THEME_VARIANT property (*)
  c95087c... entry: queue an allocate when pulsing (*)
  2929621... colorswatch: Remove unused constant (*)
  572e9a0... Remove _gtk_box_get_children (*)
  641e703... statusbar: Remove unused include (*)
  6bc096d... actionbar: Remove unnecessary map/unmap implementations (*)
  d0fd799... cssprovider: Change location of builtin themes (*)
  b783670... inspector: Don't hardcode builtin themes (*)
  6cdca1e... Adwaita: removed some old cruft from _drawing.scss (*)
  27901c7... build: Don't break windows build (*)
  7d4bf49... win32: Delete classic theme (*)
  8d51540... win32: Get rid of XP theme (*)
  3756d92... Move private widget path functions away (*)
  4a49d8d... Don't do remote checks on NULL files (*)
  7b88e30... x11: don't apply scaling factor twice (*)
  35cd0be... Range: Group all three gestures (*)
  f7ec9c9... widget: Set a css name (*)
  0e7691c... css: Add rem unit (*)
  680ec08... switch: Don't queue draws after setting state flags (*)
  f60e144... Document rem as CSS unit (*)
  339023d... Fix indentation (*)
  61307de... levelbar: Make discrete levelbars behave as before (*)
  56b1b08... Adwaita: darker background for popovers (*)
  e35e6ab... css: Properly convert em, ex and rem to pixels (*)
  5444442... css: Convert numbers with GTK's dpi (*)
  132abb8... css tests: Fix expected output (*)
  f2e08d3... css tests: Fix style tests (*)
  982da04... cssimageradial: Only emit one error for wrong position (*)
  0c12601... cssimageradial: Only allow at "<position>" after other prop (*)
  fe6d4cb... inspector: Drop type name from node list (*)
  e8fca5b... cssmatcher: Remove type argument from name matcher (*)
  d48d3b3... cssselector: Remove type references (*)
  2d1f1f3... Update CSS docs regarding type names (*)
  4d40bd4... Fix stylecontext tests (*)
  f90db30... wayland: rename window->surface to window->wl_surface (*)
  3ac78ea... wayland: move server proxy objects to substructure (*)
  e6f92df... wayland: rename cairo surface user data key to be more spec (*)
  1cfa2f4... wayland: use g_clear_pointer when destroying cairo surfaces (*)
  2c30008... wayland: always return FALSE from begin_paint (*)
  40e9119... wayland: don't handle buffer release centrally (*)
  c80dd54... wayland: stage uncommitted changes to dedicated buffer (*)
  2ebae40... wayland: rework buffer management code (3 changes) (*)
  7b66866... Updated Slovak translation (*)
  8776bb5... level bar: Make the full offset official (*)
  1a71579... level bar: Improve documentation (*)
  ccd8c76... level bar: Fix offset behavior (*)
  1a524f3... Updated Polish translation (*)
  c3c01d8... level bar: Document buildable syntax (*)
  4a465e6... Fix levelbar css node tests (*)
  a1839a7... Updated Spanish translation (*)
  72a3f25... Updated Spanish translation (*)
  5f01e69... widget-factory: Update levelbar example (*)
  af64a60... box gadget: Fix allocation without baseline (*)
  667069c... Adwaita: No rounded corners for fullscreen (*)
  c360b5f... Remove more unnecessary redraws (*)
  2902063... iconhelper: Un-duplicate some code (*)
  d3a0dfe... cssstylechange: Add helper function to print change (*)
  2d8db26... csstypes: Add GTK_CSS_AFFECTS_SYMBOLIC_ICON (*)
  0ec4c76... stylepropertyimpl: Use GTK_CSS_AFFECTS_SYMBOLIC_ICON (*)
  0c80210... iconhelper: Save whether the surface is symbolic (*)
  0bd6c48... Add and use gtk_icon_helper_invalidate_for_change (*)
  ded745a... Make gtk_icon_helper_invalidate private (*)
  486a0a4... image: _get_style_context never returns NULL (*)
  e0f31ab... Add css node tests for box packing (*)
  dc407db... inspector: Avoid crash in magnifier (*)
  76d0311... Updated Kazakh translation (*)
  07a994c... win32: on focus restore the window if iconified (*)
  eb55597... win32: properly handle show and focus (*)
  76fedc1... gtk: Fix some return-values annotations (transfer none/full (*)
  c536935... Various documentation fixes (*)
  1331b60... A few more documentation fixes (*)
  019dab7... gtkmagnifier: Avoid a crash if the inspected widget is fina (*)
  a3a5cf1... text view: Improve tag pointer tracking (*)
  7ad6043... gtk-demo: Improve the tag implementation (*)
  8ea573b... css node tree: Fix crash (*)
  c44364f... spinbutton: Free the gadget in finalize (*)
  bdd182f... frame: Set border gadget state after creating it (*)
  becfd18... overlay: set css name (*)
  751b69c... Updated Brazilian Portuguese translation (*)
  701cdda... gtk-demo: Add a menu to foreigndrawing (*)
  8e6cc26... testgtk: Remove an unused variable (*)
  6715520... gtk-demo: attempt at a notebook with active box-shadow in t (*)
  bfd254c... gtk-demo: Add more foreign drawing examples (*)
  788951c... win32: Fix empty body warning (*)
  584931e... win32: Use g_set_object() (*)
  4ce6d10... win32: Remove deprecation warnings in devicemanager code (*)
  766b1b9... win32: Remove deprecation warnings in dnd code (*)
  1d98019... immodule: Stop gcc from complaining (*)
  573f51c... mountoperation: Silence gcc (*)
  0ea9131... printoperation-win32: Silence gcc (*)
  117e303... filechoosernativewin32: Define MSC_VER at top of file (*)
  068f8a3... filechoosernativewin32: Add missing return type (*)
  ccc7e30... filechoosernativewin32: Silence gcc (*)
  ccbfa64... win32embedwidget: Mark deprecated sections (*)
  76e56c5... win32: Stop using _gdk_display global in device code (*)
  7f266e1... win32: Make cursor code work without _gdk_display (*)
  ec3ce21... win32: Remove _gdk_display usge from dnd code (*)
  93ecb1d... win32 theme: Do a quick'n'dirty search/replace (*)
  9c700b2... win32 theme: Replace pseudoclasses with undeprecated ones (*)
  ce8a98e... win32 theme: Get rid of deprecated style properties (*)
  34db80c... tests: Remove unused variable (*)
  b561af2... testgtk: Compile without warnings on win32 (*)
  dda9593... imcontextsimple: Remove unused variable on win32 (*)
  9efb275... filechoosernativewin32: Remove unused variables (*)
  f9c2982... testsuite: No warnings on type conversions please (*)
  033fb5a... win32: Always pass a window to the default event filters (*)
  a620a1d... win32: Remove unused functions / header includes (*)
  99153ed... win32: Remove XP-specific code (*)
  1519801... win32: Capture WM_THEMECHANGED (*)
  4dfbacc... win32 theme: Add a GtkWin32Theme object (*)
  88b7dfd... win32: Move init code into windows-specific code (*)
  f5d4fb1... inspector: Don't use unused variables (*)
  bb15c53... notebook: fix arrow states (*)
  90d5c7f... mir: Add C++ guards (*)
  460aa64... Adwaita: animate check and radios (*)
  1bd0431... Adwaita: fix bogus selector... (*)
  3bf1151... Fix Quartz clipboard image retrieval. (*)
  23d2f2d... Adwaita: tone down treeview separators (*)
  56ba815... placesview: Fix some minor issues (*)
  85b44a3... cannot not -> must (*)
  32804e0... Adwaita: Don't grow flat entries (*)
  a47d9a7... treeview: Make sure the editing widget's top left is always (*)
  452d25b... placessidebar: Increase padding (*)
  170cb01... Revert "Remove _gtk_box_get_children" (*)
  eb90c4f... Adwaita: make popovers less 1995 (*)
  5562f4f... gtk-demo: spinbutton and menubar examples (*)
  48d7219... paned: Don't overdraw (*)
  d55b815... x11: Avoid setting has_pointer_focus if a EWMH compliant WM (*)
  102b3bf... paned: Draw handle before children (*)
  4c37719... Adwaita: Insensitive notebook arrows (*)
  811a9b2... file chooser: Use the right model when getting the selectio (*)
  71559c6... file chooser: Avoid nonworking search+save combinations (*)
  51af704... gadget: Be careful in geometry calculations (*)
  0645425... cssimageradial: Don't print 2 spaces (*)
  7b301fc... linear-gradient: Remove the hack using NUMBER (*)
  e2d966e... cssnumbervalue: Remove gtk_css_number_value_get_unit() (*)
  b246d55... css: Turn number values into a virtual type (*)
  a52ecd2... css: Add gtk_css_number_value_can_parse() (*)
  cd6dc95... css: Add initial support for calc() (*)
  65dd9da... css: Add support for sums to calc() (*)
  4a9fa1e... css: Add API to handle order when printing calc() (*)
  63d1f80... css: Add support for '*' and '/' to calc() (*)
  0cda3ba... calc: Allow subterms with '(' ')' bracketing (*)
  93eec3e... css: Implement transitions for numbers of different units (*)
  e7470be... tests: Port testlockbutton to GTask (*)
  d3e8cf8... testsuite: Don't use deprecated APIs (*)
  ecdd420... Updated Chinese (Taiwan) translation (*)
  3f4f914... Updated Chinese (Taiwan) translation (*)
  35bed27... Docuemnt calc() support in CSS (*)
  29a7373... widget-factory: Add an inline toolbar example (*)
  12daac7... Adwaita: notebook arrow styling. (*)
  05dff4c... Adwaita: remove an unneded selector. (*)
  adddd1a... Revert "Adwaita: remove an unneded selector." (*)
  7f2d440... Adwaita: try being smarter wrt extending buttons. (*)
  7bca66e... gtk-demo: modernize the application demo (*)
  3a499d6... gtk-demo: Add window size saving example (*)
  ea42331... Fix a typo (*)
  72db203... Adwaita: fix scale popup button size (*)
  bf45d06... Adwaita: scss cosmetic changes (*)
  1bfbd23... Adwaita: don't set a border for drop targets (*)
  7e47418... paned: rtl-flip with the correct rectangle (*)
  88f0885... paned: Use content allocation instead of widget allocation (*)
  6edb420... paned: Fix drawing (*)
  601e762... Adwaita: correct spacing for mixed buttons (*)
  fc90bd5... gtk-demo: Fix the size saving for CSD (*)
  c0a61c2... gtk-demo: Streamline application (*)
  e0bf128... gtk3-demo: Fontify all source files (*)
  3c9a63b... Adwaita: Fix a padding problem in action bars (*)
  f1b34a7... Adwaita: image-button sizing fix (*)
  54b378b... Adwaita: flatten up search bars and inline toolbars (*)
  915fe87... Adwaita: fix treeview dnd column headers (*)
  3b19db4... css: Add a number value handling win32 sizes (*)
  d584e22... win32: Add gtk_win32_theme_parse() (*)
  a1617c6... win32: Canonicalize theme-name before adding to hash table (*)
  3597baf... win32: Update color handling to recent GtkWin32Theme change (*)
  6d90901... win32 theme: Use same spinner as Adwaita (*)
  b43844f... win32 theme: Don't set the color on * (*)
  f425b55... win32: Add support for -gtk-win32-part-width/height to CSS (*)
  de38435... cssimagecrossfade: Fix order of images when parsing/printin (*)
  b227d02... win32 theme: Draw checkmarks and radiomarks properly (*)
  a4a158e... win32 theme: Remove a bunch of workarounds that are no long (*)
  beb7693... cellrenderertoggle: Use "check" and "radio" names (*)
  f3f3a1c... Fix 'make dist' (*)
  0e9f24b... gtk/gtkentry.c: Fix build on pre-C99 (*)
  aa4b385... Adwaita: no rounded corners for backdrop tiled windows (*)
  4d26640... Adwaita: shortcutswindow fixes (*)
  aed7ca1... Revert "Adwaita: no rounded corners for backdrop tiled wind (*)
  0b1aece... Adwaita: no rounded corner for tiled backdrop windows (*)
  88c68f2... Adwaita: sidebar background-color (*)
  e10f44e... places sidebar: use a box (*)
  4e2674e... Expand the docs for gtk_window_set_default_size() (*)
  1140a51... Adwaita: notebook fixes (*)
  1131ae2... gtk-demo: add menu check and radio examples (*)
  ee9c1c1... gtk-demo: add combobox demos (*)
  1d65e8b... gtk-demo: add menu separator demo (*)
  cb43af0... notebook: Fix a misplaced tab label (*)
  1b1d655... Adwaita: correct size for ssd titlebars (*)
  d10bd41... widget-factory: Add myself (*)
  46f46ed... cellrenderertoggle: Split out a function (*)
  1ee3df5... cellrendertoggle: Draw background + frame for mark (*)
  aad3135... gdk: Add GdkDragCancelReason enum as argument to GdkDragCon (*)
  4636552... gdkdnd: Make GtkDragContext::cancel RUN_LAST (*)
  9bd15e0... Updated Swedish translation (*)
  bc3b399... Updated Swedish translation (*)
  d26801c... Adwaita: correctly style arrows wrt tab position (*)
  38d0d0a... gdkdnd: Stick to the first gdk_drag_drop_done() result (*)
  c30d542... Some more CSS node tests for notebooks (*)
  a1cbcc1... Adwaita: stop using assets for treeview check/radio... (*)
  92fca23... win32 theme: Always include the win32 theme (*)
  3c0cd8a... win32 theme: Include the default win32 colors (*)
  ab19069... cellrenderertoggle: Change "indicator-size" handling (*)
  8f71060... file chooser: Reload current dir when switching from search (*)
  b9a1472... Add a release note about window size saving (*)
  e32da77... Add a release note about level bar changes (*)
  c2cfbc8... Updates (*)
  3a15aa2... Add -gtk-image-effect alias for -gtk-icon-effect (*)
  6085bba... Adwaita: be more specific about menu items height (*)
  7c799bb... Adwaita: make tab buttons square once again (*)
  d3a153a... Adwaita: places sidebar sizing with min-height... (*)
  af2cc81... Adwaita: places sidebar eject button sizing (*)
  03ec21d... Adwaita: make tab child not cover the active tab indication (*)
  3a4922a... file chooser: Add an ID to the box around the pathbar (*)
  bdee6b1... Adwaita: add back a bottom border on the pathbar/entry box (*)
  5de7a5f... Adwaita: use Matthias provided ID for the previous commit s (*)
  f945fb6... Adwaita: add a top border to the filechooser bottom bar (*)
  64c9ec1... wayland: Handle after-paint invocations when nothing was pa (*)
  38b1f15... wayland: Only attach the buffer if there was damage (*)
  a64dd9c... printing: Add message contexts (*)
  13e5e83... Add message contexts to translated strings (*)
  b8e2ebb... gtkplacessidebar: remove notification handling (*)
  da47ceb... places sidebar: Use the right marshallers (*)
  1b36fbf... 3.19.9 (*)
  3e5be58... win32 theme: Require comma between part and state ID (*)
  37e3ccb... win32: Split out fallback code into separate file (*)
  c98007f... win32: Add fallback code to draw theme parts (*)
  a3998bc... win32 theme: Add a hack that selects the right font on Wind (*)
  67b893c... win32 theme: Add a way to query border of theme parts (*)
  01bcda8... win32 theme: Query theme borders when rendering buttons (*)
  2782a14... win32 theme: Add checkbutton spacing (*)
  6bf33ac... Adwaita: _drawing cleanup (*)
  d3c247e... Adwaita: added a new mixin for check/radio/sliders (*)
  9bb139c... Adwaita: unused assets cleanup (*)
  56c54a2... Adwaita: reset the shadow on disabled scales (*)
  d976bbd... Updated Slovak translation (*)
  0298d50... Updated Polish translation (*)
  71c36bb... Updated German translation (*)
  a93fdd8... Adwaita: housekeeping (*)
  79ca3f0... Adwaita: restrict button transition (*)
  d57f4a7... Adwaita: only needed properties on entry transition (*)
  c38c336... Document help overlay action name in GtkApplication (*)
  934b3f6... Document that GtkApplication loads gtk/menus-common.ui (*)
  d1cf970... Updated Spanish translation (*)
  5a253c5... wayland: check for support of xdg_shell interface (*)
  40c0a6a... gtkplacessidebar: remove unneeded condition (*)
  11b3efb... gtkcsscalcvalue: avoid unitialized boolean (*)
  a3ba7f0... css: Don't start transitions when the value didn't change (*)
  9c21101... gdk: Add a way to show included backends (*)
  8269131... Revert "Adwaita: only needed properties on entry transition (*)
  09cd17a... Revert "Adwaita: restrict button transition" (*)
  2e7f98a... Win32: remove the _is_win8_or_above global variable (*)
  5770161... Win32: remove the _gdk_monitors global variable (*)
  3aec838... Win32: chain up screen finalize (*)
  7505d49... Win32: free the monitors array (*)
  ce62f05... wayland: Update gtk-shell protocol to v3 (*)
  ebb1750... wayland: Implement gtk_shell.set_startup_id (*)
  a979cff... Adwaita: check/radio/slider gradient tweaks (*)
  d2fb069... entry: Make get_text_area_size() vfunc work again (*)
  079e90b... Adwaita: scale slider assets refresh (*)
  1dda932... X11, GdkScreen: properly implement init_randr15 including o (*)
  e837aa6... x11: Some cleanups to the multihead initialization (*)
  ebff86d... box gadget: Make it possible to draw focus (*)
  7ed1225... check button: Draw focus again (*)
  d245400... expander: Draw focus again (*)
  edcc0c2... Adwaita: resurrect scale-has-marks-above/below classes (*)
  7c577dd... assistant: Add margin to action area (*)
  b23300c... Adwaita: fix entry progressbar (*)
  44f6fcf... Adwaita: move 1px up the check asset (*)
  effee1f... Revert "Adwaita: resurrect scale-has-marks-above/below clas (*)
  7698ac4... Adwaita: remove unused selector in _common.scss (*)
  6b53138... box: Fix rtl allocation with center widget (*)
  966dd56... entry: Fix baseline allocation (*)
  23b3774... css: Mark outline properties as affecting clip when they do (*)
  e4a485d... renderborder: Add API to query the outline clip (*)
  1548b68... css: Make outline-offset animatable (*)
  63eb15b... win32: Add missing break in switch statement (*)
  eda348d... win32: Handle size queries for all values (*)
  f3d67cc... win32 theme: Add rudimentary titlebar support (*)
  a754579... css gadget: Adjust baselines for min-height (*)
  e9300e2... dnd: Avoid a crash (*)
  52e0ab5... print dialog: More baseline alignment (*)
  5a80a35... drawingarea: Update docs around background handling (*)
  cee39bf... Add a release note about drawingarea background (*)
  0c91584... Adwaita: Drop decoration.ssd selector (*)
  5e18e6b... range: first pass at porting to gadgets
  77a8053... range: deprecate trough-under-steppers
  c8e44d0... range: use newer GtkCssGadget API
  e0dade5... range: deprecate arrow-scaling style property
  0d5c58c... range: don't call gtk_range_calc_layout() in realize()
  25062f8... range: simplify code a bit
  6bee036... range: remove call that is not needed
  931e458... range: remove unused code
  ca5d55a... gadget: add hit test functions
  4f2cfdd... range: continue porting to GtkGadgets

(*) This commit already existed in another branch; no separate mail sent


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]