- 03 Mar, 2015 1 commit
-
-
Bob Hogg authored
-
- 01 Mar, 2015 2 commits
-
-
- 04 Sep, 2014 1 commit
-
-
Carlos Garnacho authored
Now all DnD icons are dealt with as cairo_surface_t, if pixbufs are used in the data model, a cairo surface is created out of it first. https://bugzilla.gnome.org/show_bug.cgi?id=736046
-
- 03 Sep, 2014 3 commits
-
-
Bastien Nocera authored
With recent versions of Adwaita/GTK+. Apply all the necessary changes by hand, rather than relying on a GtkStyleContext being able to transfer its style to a PangoLayout. https://bugzilla.gnome.org/show_bug.cgi?id=735966
-
GTK+ changed from using the active state to a new checked state for this. Adapt the toggle cell renderer. https://bugzilla.gnome.org/show_bug.cgi?id=735646
-
Adwaita provides styling only for .app-notification.frame, so add the .frame style class as well. And don't draw a shadow. https://bugzilla.gnome.org/show_bug.cgi?id=735680
-
- 08 Aug, 2014 1 commit
-
-
Paolo Borelli authored
Draw background and border for the check box so that it can be styled with css. https://bugzilla.gnome.org/show_bug.cgi?id=733823
-
- 30 Jul, 2014 1 commit
-
-
Cosimo Cecchi authored
-
- 03 Jul, 2014 1 commit
-
-
Zeeshan Ali authored
So that prelight works. https://bugzilla.gnome.org/show_bug.cgi?id=732656
-
- 24 Jun, 2014 1 commit
-
-
Christophe Fergeau authored
libgd's Makefile.am refers to source files in subdirectories, which causes warnings with automake 1.14. Enabling the 'subdir-objects' option silences these. libgd/Makefile.am:29: warning: source file 'libgd/gd-types-catalog.c' is in a subdirectory, libgd/Makefile.am:29: but option 'subdir-objects' is disabled automake: warning: possible forward-incompatibility. automake: At least a source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s) will be placed in the top-level directory. However, automake: this behaviour will change in future Automake versions: they will automake: unconditionally cause object files to be placed in the same subdirectory automake: of the corresponding sources. automake: You are advised to start using 'subdir-objects' option throughout your automake: project, to avoid future incompatibilities. https://bugzilla.gnome.org/show_bug.cgi?id=732190
-
- 22 Mar, 2014 1 commit
-
-
Debarshi Ray authored
Fallout from 41820ae9
-
- 23 Feb, 2014 1 commit
-
-
Alexandre Franke authored
-
- 28 Jan, 2014 1 commit
-
-
Bastien Nocera authored
This is necessary to get GtkPopovers pointing to the tag, rather than the entry altogether. https://bugzilla.gnome.org/show_bug.cgi?id=723030
-
- 25 Jan, 2014 2 commits
-
-
Bastien Nocera authored
When we were calculating the text's sizes and coordinates, we didn't apply the subtitle style to the 2nd line's Pango layout, leading to the subtitle being placed as if it was normal sized.
-
Bastien Nocera authored
-
- 23 Jan, 2014 2 commits
-
-
Bastien Nocera authored
So that they are smaller with the latest Adwaita master.
-
Bastien Nocera authored
-
- 22 Jan, 2014 2 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
- 16 Jan, 2014 1 commit
-
-
Bastien Nocera authored
Otherwise all the items in the (tree or list) store would be selected, instead of the (filtered) items shown on the screen.
-
- 14 Jan, 2014 4 commits
-
-
Bastien Nocera authored
We only supported list stores, but the rest of the widget supports tree stores just as well. Similar to a7a62888
-
Bastien Nocera authored
If the signal handler for "selection-mode-request" didn't set the view in selection mode, don't start poking at rows and changing the selected state that we won't show.
-
Bastien Nocera authored
If the view model was a filter model, the selection icon would only appear or disappear on mouse hover, when the tree view was fetching the value of the selected column again. This makes it look like selection is horribly slow. This patch makes sure that the icon view is instantly updated.
-
Bastien Nocera authored
We only supported list stores, but the rest of the widget supports tree stores just as well.
-
- 19 Dec, 2013 2 commits
-
-
Volker Sobek authored
When clicking on a tag's close button, the close buttons of all tags where drawn with the active state (well, except the button you actually clicked on, which kept showing the hover state), because of a wrong if-clause and setting two states at the same time. I'm not sure if it is necessary to avoid setting GTK_STATE_FLAG_ACTIVE and GTK_STATE_FLAG_PRELIGHT at the same time on the tag buttons, I guess ACTIVE should take precedence here, but I'll leave that to the CSS experts to figure out. https://bugzilla.gnome.org/show_bug.cgi?id=720764
-
Volker Sobek authored
When a GdTaggedEntryTag was inserted into an unmapped but realized GdTaggedEntry, the tag's GDK window wasn't created. This resulted in a drawing failure on showing the entry again. Fix this by making sure to realize the tag at once if the entry is already realized. Also enhance test-tagged-entry to allow testing this. https://bugzilla.gnome.org/show_bug.cgi?id=712755
-
- 25 Oct, 2013 1 commit
-
-
Pierre-Yves LUYTEN authored
No point in clearing the existing attributes in set_attributes_from_model if we are not going to actually set any
-
- 04 Sep, 2013 2 commits
-
-
Zeeshan Ali authored
No point in clearing the existing attributes in set_attributes_from_model if we are not going to actually set any. Besides this fixes a crash in Boxes (on app exit).
-
Zeeshan Ali authored
-
- 28 Aug, 2013 1 commit
-
-
swilmet authored
If the application keeps a reference to the tag, the tag is not finalized and thus the tag was not unrealized. When the tag is removed but not unrealized, the secondary icon doesn't work. When we click on the secondary icon, the event->window is not the good one.
-
- 06 Aug, 2013 2 commits
-
-
Cosimo Cecchi authored
-
Ignacio Casal Quinteiro authored
-
- 05 Aug, 2013 3 commits
-
-
Cosimo Cecchi authored
This is needed to suport HiDpi.
-
Cosimo Cecchi authored
This is needed to support HiDpi icons.
-
Cosimo Cecchi authored
And default it to zero. This way, by default the spinner will not be drawn when we create an empty model column in the store.
-
- 30 Jul, 2013 3 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
GD_TYPE_TOGGLE_PIXBUF_RENDERER was used in the types catalog when LIBGD__VIEW_COMMON was defined but the Makefile.am included it when LIBGD_MAIN_ICON_VIEW was defined. This will fix distcheck in gnome-control-center if nothing else is broken ;)
-
Bastien Nocera authored
gd-toggle-pixbuf-renderer.h was included in the header when LIBGD__VIEW_COMMON was defined but the Makefile.am included it when LIBGD_MAIN_ICON_VIEW was defined. This fixes distcheck in gnome-control-center.
-
- 19 Jul, 2013 1 commit
-
-
Ignacio Casal Quinteiro authored
-