Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Watch workspace changes in wnck and update treeview accordingly. | Nick Schermer | 2010-08-03 | 1 | -46/+56 |
| | |||||
* | Fix dist check. | Nick Schermer | 2010-03-07 | 1 | -18/+12 |
| | |||||
* | Simplify the casts for GtkScales. | Jérôme Guelfucci | 2010-03-06 | 1 | -12/+12 |
| | |||||
* | Set proper packing of dialog buttons. | Nick Schermer | 2010-03-06 | 2 | -2/+4 |
| | |||||
* | Force link to 4ui in workspace settings too. | Nick Schermer | 2010-03-06 | 1 | -0/+3 |
| | |||||
* | Some glade fixed. | Nick Schermer | 2010-03-06 | 2 | -62/+62 |
| | |||||
* | Enforce link to libxfce4ui. | Nick Schermer | 2010-03-06 | 1 | -0/+3 |
| | |||||
* | Scroll to the current theme when launching the dialog. | Jérôme Guelfucci | 2010-02-28 | 1 | -0/+5 |
| | |||||
* | Make the help buttons insensitive as we have no help atm. | Jérôme Guelfucci | 2010-02-28 | 3 | -0/+4 |
| | |||||
* | Add some missing orientations. | Jérôme Guelfucci | 2010-02-28 | 1 | -0/+4 |
| | |||||
* | Don't save the settings dialogs when saving the session. | Jérôme Guelfucci | 2010-02-28 | 3 | -5/+31 |
| | |||||
* | Fix the two other glade files. | Jérôme Guelfucci | 2010-02-28 | 2 | -147/+248 |
| | |||||
* | Fix the glade file. | Jérôme Guelfucci | 2010-02-28 | 1 | -113/+178 |
| | | | | Restore orientation properties and fix a crash in the dialog. | ||||
* | Port the workspaces dialog. | Jérôme Guelfucci | 2010-02-27 | 1 | -24/+22 |
| | |||||
* | Port the tweaks dialog to GtkBuilder. | Jérôme Guelfucci | 2010-02-27 | 1 | -47/+46 |
| | |||||
* | Replace libxfcegui4 flags by libxfce4ui flags. | Jérôme Guelfucci | 2010-02-27 | 1 | -6/+6 |
| | |||||
* | Port xfwm4-settings to GtkBuilder. | Jérôme Guelfucci | 2010-02-27 | 2 | -88/+88 |
| | |||||
* | Port the build system to use GtkBuilder. | Jérôme Guelfucci | 2010-02-27 | 1 | -15/+9 |
| | |||||
* | Port the glade files to GtkBuilder format. | Jérôme Guelfucci | 2010-02-27 | 3 | -805/+790 |
| | |||||
* | Check for invalid type for GValue to avoid a crash (bug #6195) | Olivier Fourdan | 2010-02-27 | 1 | -1/+7 |
| | |||||
* | Initial commit for removing libxfcegui4 dependency | Stephan Arts | 2010-01-10 | 5 | -6/+6 |
| | |||||
* | Simplify the tabwin/cycle code, | Olivier Fourdan | 2009-09-10 | 3 | -9/+9 |
| | | | | Sanitize build with -Wall -Werror | ||||
* | Add new keyboard shortcut to switch between windows of the same application, ↵ | Olivier Fourdan | 2009-09-09 | 1 | -0/+2 |
| | | | | add new keyboard shortcut to switch between windows of different applications only, add new option "cycle_apps_only" to switch between regular toplevels only (avoiding dialogs - This option coupled with the new shortcut allows for faster window selection through keyboard) | ||||
* | gitify the build generation | Olivier Fourdan | 2009-09-04 | 1 | -3/+2 |
| | |||||
* | * settings-dialogs/xfwm4-settings.c, | Olivier Fourdan | 2009-03-19 | 2 | -2/+6 |
| | | | | | | | | settings-dialogs/xfwm4-dialog.glade, src/settings.c: Reduce minimum timeout for focus delay in focus follow mouse (100ms was way too much), (Old svn revision: 29673) | ||||
* | settings-dialogs/tweaks-settings.c: Include gdk.h & gdkx.h | Olivier Fourdan | 2009-02-24 | 2 | -1/+4 |
| | | | | | | * settings-dialogs/xfwm4-settings.c, (Old svn revision: 29573) | ||||
* | * settings-dialogs/xfwm4-settings.c, | Olivier Fourdan | 2009-02-24 | 2 | -0/+23 |
| | | | | | | | settings-dialogs/tweaks-settings.c: Do not run setting dialogs if current window manager is not xfwm4 (Bug #4989). (Old svn revision: 29572) | ||||
* | * settings-dialogs/workspace-settings.c: Fix limits for margin being | Olivier Fourdan | 2009-02-18 | 1 | -4/+4 |
| | | | | | | | | inverted - patch by Mike Massonnet <mike.massonnet@gmail.com> (Bug #4931). (Old svn revision: 29513) | ||||
* | * settings-dialogs/xfwm4-settings.c : Add the new parameter required | Olivier Fourdan | 2009-02-07 | 1 | -1/+1 |
| | | | | | | | | | for the API change for xfce_shortcut_dialog_run(), Add dependecy on libxfce4kbd_private revision. * src/events.c : Fix user time not being taken from the user time (Old svn revision: 29467) | ||||
* | * settings-dialogs/xfwm4-dialog.glade: Set minimum value for | Olivier Fourdan | 2009-02-05 | 1 | -2/+2 |
| | | | | | | | | | wrap_resistance and snap_width (0 is not a valid value) src/settings.c: clamp values to sensible defaults src/events.c, src/moveresize.c: reduce the warping distance of the mouse pointer (bug #3290) (Old svn revision: 29454) | ||||
* | * NEWS: Update NEWS file. | Jannis Pohlmann | 2009-02-01 | 1 | -1/+4 |
| | | | | | | | | * settings-dialogs/xfwm4-settings.c: When stealing a shortcut from another shortcuts provider, clear the shortcut of that provider first. (Old svn revision: 29427) | ||||
* | * settings-dialogs/xfwm4-settings.c: Only display shortcut conflict | Jannis Pohlmann | 2009-02-01 | 1 | -8/+11 |
| | | | | | | | dialog if the action of the new shortcut differs from the one that's being edited. (Old svn revision: 29423) | ||||
* | * settings-dialogs/xfwm4-settings.c: gtk, not glib for | Olivier Fourdan | 2009-01-25 | 1 | -2/+2 |
| | | | | | | gtk_selection_data_get_data() (Old svn revision: 29365) | ||||
* | * settings-dialogs/xfwm4-settings.c: gtk_selection_data_get_data() is | Olivier Fourdan | 2009-01-25 | 1 | -13/+21 |
| | | | | | | gtk+2.14 (Bug #4855) (Old svn revision: 29352) | ||||
* | * settings-dialogs/xfwm4-settings.c, | Olivier Fourdan | 2009-01-25 | 2 | -68/+67 |
| | | | | | | | | | | | settings-dialogs/xfwm4-dialog.glade: Make title alignment and button layout insensitive when not supported by the theme selected, fix a memory leak, configure.ac.in: Remove AC_C_CONST * settings-dialogs/xfwm4-settings.c: Fix dragging button layout when the dialog is embedded in the settings dialog (Bug #4524). (Old svn revision: 29349) | ||||
* | Fix dragging button layout when the dialog is embedded in the settings ↵ | Nick Schermer | 2009-01-25 | 1 | -16/+14 |
| | | | | | | dialog (Bug #4524). (Old svn revision: 29347) | ||||
* | * settings-dialogs/xfwm4-settings.c, | Olivier Fourdan | 2009-01-17 | 2 | -1/+8 |
| | | | | | | | | settings-dialogs/xfwm4-dialog.glade: Make focus delay insensitive in click to focus mode. (Old svn revision: 29267) | ||||
* | * settings-dialogs/xfwm4-settings.c: Remove markup not supported | Olivier Fourdan | 2009-01-07 | 1 | -1/+1 |
| | | | | | | by xfce_message_dialog() (Bug #4786) (Old svn revision: 29115) | ||||
* | * settings-dialogs/xfwm4-dialog.glade: Fix typo introduced in previous | Olivier Fourdan | 2009-01-07 | 1 | -1/+1 |
| | | | | | | update (Old svn revision: 29114) | ||||
* | * settings-dialogs/xfwm4-settings.c, | Olivier Fourdan | 2009-01-06 | 3 | -11/+11 |
| | | | | | | | | | settings-dialogs/xfwm4-dialog.glade, settings-dialogs/tweaks-settings.c, po/*: Fix strings not being localized (Bug #4740) (Old svn revision: 29105) | ||||
* | * settings-dialogs/xfwm4-workspace-dialog.glade, | Olivier Fourdan | 2008-12-16 | 3 | -9/+9 |
| | | | | | | | | settings-dialogs/xfwm4-tweaks-dialog.glade, settings-dialogs/xfwm4-dialog.glade: Do not mark gtk+ stock labels as translatable (Bug #4722) (Old svn revision: 29030) | ||||
* | * settings-dialogs/xfwm4-dialog.glade, | Olivier Fourdan | 2008-12-14 | 2 | -2/+2 |
| | | | | | | | settings-dialogs/xfwm4-tweaks-dialog.glade: String review by Josh Saddler <nightmorph@gentoo.org> (Bug #4703) (Old svn revision: 29024) | ||||
* | * settings-dialogs/monitor-icon.svg, settings-dialogs/monitor-icon.png, | Olivier Fourdan | 2008-12-10 | 3 | -8295/+5667 |
| | | | | | | | | src/default_icon.svg, src/default_icon.png: Redo the icons from scratch so we it's not a derivative work from the Tango icons anymore (and thus remove the CCPL). (Old svn revision: 29005) | ||||
* | * settings-dialogs/monitor-icon.svg, settings-dialogs/monitor-icon.png, | Olivier Fourdan | 2008-12-06 | 4 | -4802/+8363 |
| | | | | | | | | | settings-dialogs/monitor-icon.h: Replace monitor icon with an icon based on the Tango icon theme (Bug #4666), COPYING: Add the CCPL as some icons are derived work from the Tango icons. (Old svn revision: 28983) | ||||
* | * settings-dialogs/workspace-settings.c: Trivial optimization, no need | Olivier Fourdan | 2008-11-19 | 1 | -6/+8 |
| | | | | | | | to check the value for eatch iteration. (Old svn revision: 28852) | ||||
* | * settings-dialogs/workspace-settings.c: Make sure the data retrieved | Olivier Fourdan | 2008-11-18 | 1 | -1/+1 |
| | | | | | | | from xfconf is not null (Bug #4616) (Old svn revision: 28849) | ||||
* | * settings-dialogs/xfwm4-workspace-dialog.glade: Set page-size | Olivier Fourdan | 2008-11-15 | 1 | -4/+4 |
| | | | | | | | to 0 for gtk+ 2.14 (Old svn revision: 28814) | ||||
* | * settings-dialogs/xfwm4-settings.c: Fix focus model selection | Olivier Fourdan | 2008-11-11 | 1 | -0/+4 |
| | | | | (Old svn revision: 28760) | ||||
* | * settings-dialogs/xfwm4-settings.c: Fix build with -Werror. | Olivier Fourdan | 2008-11-11 | 1 | -1/+0 |
| | | | | (Old svn revision: 28755) | ||||
* | * settings-dialogs/workspace-settings.c: Use editable cells instead of | Olivier Fourdan | 2008-11-11 | 1 | -43/+22 |
| | | | | | | yet another popup dialog. (Old svn revision: 28747) |