- 01 Jun, 2016 1 commit
-
-
Carlos Soriano Sánchez authored
-
- 30 May, 2016 1 commit
-
-
Carlos Soriano Sánchez authored
-
- 25 May, 2016 31 commits
-
-
Carlos Soriano Sánchez authored
Of possibility of using it uninitialised.
-
Carlos Soriano Sánchez authored
-
Carlos Soriano Sánchez authored
-
Carlos Soriano Sánchez authored
-
Carlos Soriano Sánchez authored
Following mockups and rewritting it completly to be able to be used by other projects like gnome-builder and dconf-editor and sanitize its code. This GtkPathBar will be only "visual", so no file management is done, and instead a subclass GtkFilesPathBar in a following patch will implement file management for the use case of GtkFileChooser and Nautilus.
-
Carlos Soriano Sánchez authored
-
Carlos Soriano Sánchez authored
-
Carlos Soriano Sánchez authored
Useful to know which children cannot be shown, so clients can manage themselves those. A use case is GtkPathBar for the popup overflow menu.
-
Carlos Soriano Sánchez authored
It was using the whole allocation to distribute the space, instead of the actual extra space.
-
Carlos Soriano Sánchez authored
-
Carlos Soriano Sánchez authored
I have to ask Rafał Lużyński why he added it... It makes everything jumpy when reallocating. Remove it for now.
-
Carlos Soriano Sánchez authored
i.e. The case of Nautilus and FileChooser GtkPathBar is that we always want to show the end part of the path. However that might not be the case for other uses, like gnome-software and its titles.
-
Carlos Soriano Sánchez authored
Extract a function, refactor, and manage the widget visibility and child visibility at once, and use that for further checks. This will be useful on a later patch when we add a property to choose between hiding widget from the start or from the end, so we can allocate or not children just checking the child visibility.
-
Carlos Soriano Sánchez authored
-
Carlos Soriano Sánchez authored
-
Carlos Soriano Sánchez authored
-
Carlos Soriano Sánchez authored
-
Carlos Soriano Sánchez authored
-
Carlos Soriano Sánchez authored
-
Carlos Soriano Sánchez authored
-
Carlos Soriano Sánchez authored
-
Carlos Soriano Sánchez authored
-
Carlos Soriano Sánchez authored
-
Carlos Soriano Sánchez authored
-
Carlos Soriano Sánchez authored
-
Carlos Soriano Sánchez authored
Instead of acronims
-
Carlos Soriano Sánchez authored
We didn't have a way to hide children given the allocation size available set by the parent. This is an use case for the GtkPathBar, which will be rewrote in future patches where we will want to use a composite widget instead of a all custom allocation widget. For that, implement a container which hides widgets when the allocated size is smaller than the requested size by its children. The code is made by Rafał Lużyński for gnome-software and is adapted to Gtk+ standards. Now will follow a few patches improving the code and adding support for some features needed by the GtkPathBar.
-
-
Matthias Clasen authored
This will let us expand the information e.g. with code examples, and can serve as starting material for a future 3->4 migration guide.
-
Matthias Clasen authored
Resize grips are no more.
-
Matthias Clasen authored
-
- 24 May, 2016 3 commits
-
-
Benjamin Otte authored
Make sure to keep parity with the number of times we froze the window when we unmap it. Otherwise it will permanently stay frozen after being remapped. https://bugzilla.gnome.org/show_bug.cgi?id=766643 https://bugzilla.mozilla.org/show_bug.cgi?id=1225044
-
adds a paragraph to gtk_text_view_get_pixels_below_lines(), describing how it can be used together with gtk_text_view_get_pixels_above_lines() to get the total amount of line spacing between two paragraphs. https://bugzilla.gnome.org/show_bug.cgi?id=747206
-
Matthias Clasen authored
Mark GtkWidget:style property as deprecated in the docs.
-
- 23 May, 2016 4 commits
-
-
Matthias Clasen authored
Among other things, explain the relationship of background-color and background-image.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
Remove explicit reference to color from the gtk_info_bar_set_message_type() docs. https://bugzilla.gnome.org/show_bug.cgi?id=759037
-