Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Destroy cairo context after painting css image url | Paolo Borelli | 2012-01-14 | 1 | -0/+1 |
| | |||||
* | parser: remove unused _gtk_css_parser_read_uri() | Cosimo Cecchi | 2012-01-13 | 2 | -50/+0 |
| | | | | It's not used anymore now. | ||||
* | provider: use _gtk_css_parse_read_url() in parse_import() | Cosimo Cecchi | 2012-01-13 | 1 | -7/+12 |
| | | | | Instead of _gtk_css_parser_read_uri(), which is going away. | ||||
* | parser: remove a duplicate copy of gtk_css_parse_url() | Cosimo Cecchi | 2012-01-13 | 4 | -114/+60 |
| | | | | Move the function to gtkcssparser.c and use it in both places. | ||||
* | Updated POTFILES.in | Piotr Drąg | 2012-01-13 | 2 | -0/+2 |
| | |||||
* | wayland: Add basic implementation of GtkClipboard for Wayland | Rob Bradford | 2012-01-13 | 2 | -0/+884 |
| | | | | | | | | This follows the approach used by the Quartz port - that of a separate implementation matching GtkClipboard. The simple clipboard tests in gtk3-demo function correctly but there are almost certainly leaks and bugs. | ||||
* | wayland: Free the internal selection data when the selection is cleared | Rob Bradford | 2012-01-13 | 1 | -0/+11 |
| | |||||
* | wayland: Fix memory handling for the selection callbacks | Rob Bradford | 2012-01-13 | 2 | -5/+8 |
| | |||||
* | wayland: Add basic API for setting and clearing the selection on the device | Rob Bradford | 2012-01-13 | 2 | -0/+158 |
| | |||||
* | wayland: Expose basic mechanism for getting selection content by callback | Rob Bradford | 2012-01-13 | 2 | -1/+127 |
| | | | | | | | This version has a couple of TODOs/FIXMEs: * We should do something better than g_io_channel_read_to_end * Need to check the mime type is valid | ||||
* | wayland: Add call to get types available for the selection as atoms | Rob Bradford | 2012-01-13 | 2 | -0/+41 |
| | |||||
* | wayland: Remove unused variables to silence compiler warning | Rob Bradford | 2012-01-13 | 1 | -4/+0 |
| | |||||
* | wayland: Set surface type based on GdkWindow hint | Kristian Høgsberg | 2012-01-13 | 1 | -2/+13 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-01-13 | 1 | -2/+2 |
| | |||||
* | wayland: Update to new SHM buffer format type | Rob Bradford | 2012-01-13 | 1 | -1/+1 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2012-01-13 | 1 | -435/+517 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2012-01-13 | 1 | -669/+613 |
| | |||||
* | Updates | Matthias Clasen | 2012-01-12 | 1 | -0/+78 |
| | |||||
* | Expand the docs for GtkWindow::attached-to | Matthias Clasen | 2012-01-12 | 1 | -6/+12 |
| | |||||
* | visuals: remove copy paste leftover | Cosimo Cecchi | 2012-01-12 | 1 | -2/+0 |
| | |||||
* | Updated POTFILES.skip | Piotr Drąg | 2012-01-12 | 2 | -0/+4 |
| | |||||
* | visuals: add a runner for visual GtkBuilder files | Cosimo Cecchi | 2012-01-12 | 6 | -1/+448 |
| | | | | | | This is useful to sketch out in GtkBuilder widgets in different states all at once, so that we can check theming is right for them. Add some initial UI files for primary-toolbar and inline-toolbar widgets. | ||||
* | gtk.symbols: fix a symbol name | Dan Winship | 2012-01-12 | 1 | -1/+1 |
| | |||||
* | Update Arabic translation | Khaled Hosny | 2012-01-12 | 1 | -693/+785 |
| | |||||
* | window: improve docs for gtk_window_set_attached_to() | Cosimo Cecchi | 2012-01-12 | 1 | -7/+12 |
| | |||||
* | Introduce gtk_window_get/set_attached_to() | Andrea Cimitan | 2012-01-12 | 7 | -4/+152 |
| | | | | | | | | | | | gtk_window_get/set_attached_to() is a new API that allows for windows to be attached to a GtkWidget. The attachment is a logical binding between the toplevel window and the widget that generated it; this kind of information is currently used to propagate style information from the widget to the window, but is also useful e.g. for accessibility. https://bugzilla.gnome.org/show_bug.cgi?id=666103 | ||||
* | treeview: Do not focus a path on model change | Benjamin Otte | 2012-01-12 | 1 | -10/+2 |
| | | | | | | | | | | | Instead, focus nothing and wait until we get focus before doing so. This restores previous behaviour but still emits proper cursor-changed events. Fixes a bunch of bugs in the filechooser which populates the treeview asynchronously. https://bugzilla.gnome.org/show_bug.cgi?id=613728 | ||||
* | filechooser: Use SELECTION_SINGLE | Benjamin Otte | 2012-01-12 | 1 | -1/+1 |
| | | | | We want to allow people to unselect the item. | ||||
* | wayland: Remove unused variable from grab implementation | Rob Bradford | 2012-01-12 | 1 | -3/+0 |
| | |||||
* | wayland: Fix compilation warning for destroy function implementation | Rob Bradford | 2012-01-12 | 1 | -1/+1 |
| | |||||
* | wayland: Fix implementation of gdk_atom_name | Rob Bradford | 2012-01-12 | 1 | -2/+2 |
| | |||||
* | wayland: Remove unused variable | Rob Bradford | 2012-01-12 | 1 | -1/+0 |
| | |||||
* | gtkapplication.c: Add missing "Since" tag | Javier Jardón | 2012-01-12 | 1 | -0/+2 |
| | |||||
* | Updated Spanish translation | Daniel Mustieles | 2012-01-12 | 1 | -391/+368 |
| | |||||
* | a11y: Disconnect from buffer signals | Benjamin Otte | 2012-01-12 | 3 | -35/+72 |
| | | | | | | | This way, we don't get crashes when the buffer is still in use after a TextView gets finalized. https://bugzilla.gnome.org/show_bug.cgi?id=667632 | ||||
* | accessible: Remove stray semicolon | Benjamin Otte | 2012-01-12 | 1 | -1/+1 |
| | | | | Note to self: Use -Wempty-body more | ||||
* | styleproperty: Fix 'currentColor' | Benjamin Otte | 2012-01-12 | 1 | -6/+18 |
| | | | | | | | It was always looking at the 'color' keyword for the parent context instead of only doing that when used with the 'color' property. Tested by border-color-default.ui reftest. | ||||
* | stylecontext: Don't unref animation description | Benjamin Otte | 2012-01-12 | 1 | -6/+1 |
| | | | | We get it without a ref since 6962b49a99eadc7f4266d13f66fca8611802fe09 | ||||
* | tests: add a CSS test for currentColor in border-color | Cosimo Cecchi | 2012-01-11 | 3 | -0/+11 |
| | |||||
* | shorthand: fix parsing of currentColor for border-color shorthand | Cosimo Cecchi | 2012-01-11 | 1 | -6/+14 |
| | | | | Code for border-color was missing the currentColor parsing. | ||||
* | reftests: fix background-area reftest | Cosimo Cecchi | 2012-01-11 | 1 | -2/+1 |
| | | | | | background-clip: content-box broke when I made GtkButton allocate its border-width, as for the CSS box model. | ||||
* | testlogout: actually quit if told to | Dan Winship | 2012-01-11 | 1 | -1/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=667705 | ||||
* | GtkApplication: add inhibitor dialog under OS X | Dan Winship | 2012-01-11 | 1 | -21/+66 |
| | | | | | | | Since OS X doesn't have an inhibitors API, we need to display the inhibit reason ourselves. https://bugzilla.gnome.org/show_bug.cgi?id=667705 | ||||
* | GtkApplication: fix/simplify OS X implementation | Dan Winship | 2012-01-11 | 1 | -35/+9 |
| | | | | | | | Make the OS X implementation compile, and remove the code that was only needed to support user interaction during the quit request. https://bugzilla.gnome.org/show_bug.cgi?id=667705 | ||||
* | widget-factory: make the combobox entry focusable | Cosimo Cecchi | 2012-01-11 | 1 | -1/+0 |
| | |||||
* | widget-factory: add items to the entry dropdown | Cosimo Cecchi | 2012-01-11 | 1 | -0/+5 |
| | |||||
* | reftests: Add reftest for empty area fix | Benjamin Otte | 2012-01-11 | 3 | -0/+36 |
| | |||||
* | themingengine: Don't draw background image if no area | Benjamin Otte | 2012-01-11 | 1 | -1/+5 |
| | | | | | If the background positioning area is empty (width/height <=0), don't attempt to draw the background image. | ||||
* | API: Add gtk_style_context_get_section() | Benjamin Otte | 2012-01-11 | 4 | -0/+47 |
| | | | | | This API allows querying the location where style properties were defined. An example implementation will be committed soon. | ||||
* | css: Introduce GtkCssComputedValues | Benjamin Otte | 2012-01-11 | 6 | -145/+389 |
| | | | | | To be used for storing computed values. Is the replacement for GtkStyleProperties, which is now legacy code. |