summaryrefslogtreecommitdiff
path: root/src/ui/resizepopup.c
Commit message (Collapse)AuthorAgeFilesLines
* ui: fix tooltip styleAlberts Muktupāvels2016-10-161-54/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=772984
* resizepopup: use default screenAlberts Muktupāvels2016-06-121-6/+3
|
* resize-popup: use a tooltip style for the resize popup windowCosimo Cecchi2015-01-071-8/+38
| | | | | | | | | - set GTK_STYLE_CLASS_TOOLTIP on the window, and use the same code of GtkTooltip to paint it - set GDK_WINDOW_TYPE_HINT_TOOLTIP and make the window non-resizable, so it doesn't get an incorrect shadow from the WM https://bugzilla.gnome.org/show_bug.cgi?id=692741
* resize-popup: set a bigger marginAlberts Muktupāvels2015-01-071-4/+4
| | | | Follow mutter and set bigger margin...
* resize-popup: don't use a GtkFrameCosimo Cecchi2015-01-071-9/+3
| | | | | | | We want this to look like a normal tooltip - start with removing the GtkFrame around its shape. https://bugzilla.gnome.org/show_bug.cgi?id=692741
* remove trailing whitespaceAlberts Muktupāvels2014-10-051-24/+24
|
* resizepopup.c: don't use deprecated GtkMiscAlberts Muktupāvels2014-10-041-1/+5
|
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
|
* build: Use accessor functionsFlorian Müllner2012-01-121-2/+2
| | | | | | | Direct struct access has been deprecated, so use the appropriate replacements to build with GSEAL enabled. https://bugzilla.gnome.org/show_bug.cgi?id=612491
* Remove deprecated GTK+ symbolsFlorian Müllner2012-01-121-2/+2
| | | | | | Based on an original patch from Roberto Guido <bob4mail@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=572332
* (Apologies for huge commit; these were done on a transatlantic flight. This ↵Thomas Thurman2008-11-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is why we need bzr.) 2008-11-22 Thomas Thurman <tthurman@gnome.org> * src/core/all-keybindings.h: "backward", not "backwards" throughout. 2008-11-20 Thomas Thurman <tthurman@gnome.org> * configure.in: turned on -Wall and -Werror in order to trap as many problems as possible. * src/ui/resizepopup.c: added correct #include. * src/ui/theme-viewer.c: initialised variable. * src/core/xprops.c: corrected cast. * src/core/main.c: added warning if chdir() fails. * src/core/schema-bindings.c: checking the return result of fgets(). 2008-11-20 Thomas Thurman <tthurman@gnome.org> Merged screen and window keybinding tables so that we can use just one file for the both. Also incidentally closes #528337. Further efficiencies of scale to come. * src/include/prefs.h: replace META_PREF_*_KEYBINDINGS with META_PREF_KEYBINDINGS * src/core/keybindings.c: replace *_bindings with key_bindings and similar throughout; all window-based functions are now guaranteed to receive a window so don't need to check for themselves (find_handler): moved so it can also be called from rebuild_binding_table * src/core/display-private.h: replace *_bindings with key_bindings * src/core/prefs.c: update_*_binding becomes update_key_binding; (change_notify): tidy up references to "enormous if statement" since it's almost entirely gone now * src/core/all-keybindings.h: new merged version of screen-bindings.h and window-bindings.h. svn path=/trunk/; revision=4022
* Clean up #includes according to the GNOME Goal.Thomas James Alexander Thurman2008-11-121-5/+1
| | | | | | | | | | | | | | | | | | Closes #560449. Patch is 122467. * src/core/place.c: * src/ui/draw-workspace.h: * src/ui/gradient.h: * src/ui/metaaccellabel.c: * src/ui/metaaccellabel.h: * src/ui/preview-widget.c: * src/ui/preview-widget.h: * src/ui/resizepopup.c: * src/ui/theme.c: * src/ui/theme.h: * src/ui/themewidget.h: svn path=/trunk/; revision=4017
* An attempt to make life a little easier for our beloved translators; thisThomas Thurman2008-10-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | 2008-10-12 Thomas Thurman <tthurman@gnome.org> An attempt to make life a little easier for our beloved translators; this has the same behaviour as before, but removes over thirty translation strings. * src/core/session.c (start_element_handler): all "attribute not found on element" strings are identical * src/ui/theme-parser.c (locate_attributes): allow attribute names to be preceded with "!" (in the code) to show they're required. (parse_aspect_ratio, parse_distance, parse_toplevel_element, parse_style_element, parse_gradient_element, static, parse_border, parse_style_set_element, parse_draw_op_element): use the new "!" prefix for locate_attributes(), or in some cases just the identical constant, for generating this error. * src/ui/theme.c (check_state, meta_theme_validate): add translator comments * src/ui/resizepopup.c (update_size_window): add translator comments svn path=/trunk/; revision=3949
* sort source files into these directories according to which part of the WMHavoc Pennington2007-12-191-0/+217
2007-12-19 Havoc Pennington <hp@redhat.com> * src/ui, src/core, src/include: sort source files into these directories according to which part of the WM they are supposed to be in. In an eventual plan, we should also create src/compositor/render, src/compositor/fallback and move some of the compositor stuff into that. * autogen.sh: require a newer automake, so we don't have to use a recursive build * src/ui/tabpopup.c: put in a hack to make the build temporarily work, want to commit the large rearrangement before fixing this not to include workspace.h or frame.h * src/core/iconcache.c (meta_read_icons): temporarily break this to get the build to work, want to commit the large rearrangement before fixing this file not to include theme.h svn path=/trunk/; revision=3491