summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gtkcombobox: use gtk_menu_popup_with_params ()wip/attachment-parameters-4William Hua2016-01-061-200/+124
|
* gtkcolorsel: use gtk_menu_popup_with_params ()William Hua2016-01-061-37/+22
|
* gtkmountoperation: use gtk_menu_popup_with_params ()William Hua2016-01-061-7/+9
|
* gtkappchooserwidget: use gtk_menu_popup_with_params ()William Hua2016-01-061-2/+9
|
* gtkplacesview: use gtk_menu_popup_with_params ()William Hua2016-01-061-7/+9
|
* gtkrecentchooserdefault: use gtk_menu_popup_with_params ()William Hua2016-01-061-46/+31
|
* gtkwindow: use gtk_menu_popup_with_params ()William Hua2016-01-061-19/+9
|
* gtknotebook: use gtk_menu_popup_with_params ()William Hua2016-01-061-46/+33
|
* gtklinkbutton: use gtk_menu_popup_with_params ()William Hua2016-01-061-42/+32
|
* gtktextview: use gtk_menu_popup_with_params ()William Hua2016-01-061-85/+51
|
* gtkentry: use gtk_menu_popup_with_params ()William Hua2016-01-061-53/+42
|
* gtklabel: use gtk_menu_popup_with_params ()William Hua2016-01-061-44/+32
|
* gtktoolbar: use gtk_menu_popup_with_params ()William Hua2016-01-061-61/+53
|
* gtkmenubutton: use gtk_menu_popup_with_params ()William Hua2016-01-061-159/+112
|
* gtkmenuitem: use gtk_menu_popup_with_params ()William Hua2016-01-061-199/+123
|
* gtkmenu: add gtk_menu_popup_with_params ()William Hua2016-01-064-75/+473
|
* gdkwindow-mir: implement move_using_params ()William Hua2016-01-061-9/+147
|
* gdkwindowimpl: implement move_using_params ()William Hua2016-01-061-1/+9
|
* gdkwindow: add gdk_window_move_using_params ()William Hua2016-01-066-2/+39
|
* gdkattachparams: add GdkAttachParamsWilliam Hua2016-01-0611-0/+1946
|
* GtkListBox: Optimize _get_row_at_y a bitTimm Bäder2016-01-061-17/+24
| | | | Use g_sequence_lookup for a binary search over the rows.
* GtkListBox: get_row_at_y can return NULLTimm Bäder2016-01-061-1/+2
|
* HighContrast: Fix make distRico Tzschichholz2016-01-061-1/+5
|
* printing: always propagate Collate valueFelipe Borges2016-01-061-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=728344
* Visual Studio builds: Use _USE_MATH_DEFINESChun-wei Fan2016-01-062-2/+2
| | | | | ... to fix the build as some C99 math constant macros are being used, such as M_SQRT2.
* docs: cleanup duplication of wordsWonchul Lee2016-01-061-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=760148
* HighContrast: Improve search bar appearanceMatthias Clasen2016-01-053-29/+35
| | | | | | Follow the generally white background we use everywhere else. This is not perfect, we get double borders when the search bar is shown, as can be seen in gtk3-widget-factory.
* HighContrast: Fix up action bar stylingMatthias Clasen2016-01-053-15/+22
| | | | | | Since HighContrast is not using different background colors as much as Adwaita, we need to add borders to prevent things from running into each other.
* HighContrast: Drop deprecated style propertiesMatthias Clasen2016-01-053-94/+52
|
* HighContrast: Add a dark variantMatthias Clasen2016-01-058-3048/+6106
| | | | | This is just a quick experiment, and so I have another theme with a dark variant to play with.
* HighContrast: Add a missing unitMatthias Clasen2016-01-052-2/+2
|
* HighContrast: Fix sidebar bordersMatthias Clasen2016-01-052-3/+3
|
* HighContrast: Fix checkboxes in selected contextMatthias Clasen2016-01-052-3/+3
| | | | | Set a proper color so checks and radios don't disappear on the black selection background.
* HighConstast: Some fixes for treeview headersMatthias Clasen2016-01-052-16/+19
|
* HighContrast: Keep spinbuttons from resizing on hoverMatthias Clasen2016-01-052-15/+30
|
* HighContrast: Fix checks and radiosMatthias Clasen2016-01-052-23/+42
|
* HighContrast: Some menu fixesMatthias Clasen2016-01-052-42/+60
|
* HighContrast: paned fixesMatthias Clasen2016-01-052-19/+57
| | | | Mostly copied from Adwaita.
* HighContrast: more combobox fixesCosimo Cecchi2016-01-052-12/+15
| | | | Taken from Adwaita.
* docs: try to clarify widget_get_state_flags vs context_get_statePaolo Borelli2016-01-052-1/+10
|
* HighContrast: Some combobox fixesMatthias Clasen2016-01-042-36/+40
| | | | Mostly copied from Adwaita.
* HighContrast: Fix frame stylingMatthias Clasen2016-01-042-5/+5
|
* HighContrast: fix up color chooser themingMatthias Clasen2016-01-042-42/+68
| | | | Mostly copied from Adwaita.
* HighContrast: Fix up stackswitcherMatthias Clasen2016-01-042-0/+57
| | | | Copy Some of the more recent additions from Adwaita.
* HighContrast: No blue spinnersMatthias Clasen2016-01-042-2/+0
| | | | | Spinners are drawing backgrounds now, so setting a blue background color is pretty distracting.
* Make sure icons update on theme changeMatthias Clasen2016-01-043-1/+12
| | | | | | | | | Gadgets don't connect to style-changed for widget nodes, and GtkImage uses its widget node for the icon helper. The visible effect of this is that symbolic icons don't change color when switching to the dark variant of Adwaita. Fix this by manually invalidating the icon helper.
* widget-factory: Make the notebook action truly circularMatthias Clasen2016-01-041-1/+2
| | | | | The sidebar-button class doesn't work out so well for this since it has horizontal padding.
* levelbar: loop over all block gadgets to determine min sizeCosimo Cecchi2016-01-041-17/+29
| | | | | Instead of just picking the first. This is because the theme might set a border on only one of them, like the HighContrast theme does.
* levelbar: fix parameter confusionCosimo Cecchi2016-01-041-1/+1
| | | | We're always interested in the minimum size.
* HighContrast: update to use -gtk-outline-radiusCosimo Cecchi2016-01-042-8/+8
|