summaryrefslogtreecommitdiff
path: root/settings-dialogs
Commit message (Collapse)AuthorAgeFilesLines
* Watch workspace changes in wnck and update treeview accordingly.Nick Schermer2010-08-031-46/+56
|
* Fix dist check.Nick Schermer2010-03-071-18/+12
|
* Simplify the casts for GtkScales.Jérôme Guelfucci2010-03-061-12/+12
|
* Set proper packing of dialog buttons.Nick Schermer2010-03-062-2/+4
|
* Force link to 4ui in workspace settings too.Nick Schermer2010-03-061-0/+3
|
* Some glade fixed.Nick Schermer2010-03-062-62/+62
|
* Enforce link to libxfce4ui.Nick Schermer2010-03-061-0/+3
|
* Scroll to the current theme when launching the dialog.Jérôme Guelfucci2010-02-281-0/+5
|
* Make the help buttons insensitive as we have no help atm.Jérôme Guelfucci2010-02-283-0/+4
|
* Add some missing orientations.Jérôme Guelfucci2010-02-281-0/+4
|
* Don't save the settings dialogs when saving the session.Jérôme Guelfucci2010-02-283-5/+31
|
* Fix the two other glade files.Jérôme Guelfucci2010-02-282-147/+248
|
* Fix the glade file.Jérôme Guelfucci2010-02-281-113/+178
| | | | Restore orientation properties and fix a crash in the dialog.
* Port the workspaces dialog.Jérôme Guelfucci2010-02-271-24/+22
|
* Port the tweaks dialog to GtkBuilder.Jérôme Guelfucci2010-02-271-47/+46
|
* Replace libxfcegui4 flags by libxfce4ui flags.Jérôme Guelfucci2010-02-271-6/+6
|
* Port xfwm4-settings to GtkBuilder.Jérôme Guelfucci2010-02-272-88/+88
|
* Port the build system to use GtkBuilder.Jérôme Guelfucci2010-02-271-15/+9
|
* Port the glade files to GtkBuilder format.Jérôme Guelfucci2010-02-273-805/+790
|
* Check for invalid type for GValue to avoid a crash (bug #6195)Olivier Fourdan2010-02-271-1/+7
|
* Initial commit for removing libxfcegui4 dependencyStephan Arts2010-01-105-6/+6
|
* Simplify the tabwin/cycle code,Olivier Fourdan2009-09-103-9/+9
| | | | Sanitize build with -Wall -Werror
* Add new keyboard shortcut to switch between windows of the same application, ↵Olivier Fourdan2009-09-091-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 generationOlivier Fourdan2009-09-041-3/+2
|
* * settings-dialogs/xfwm4-settings.c, Olivier Fourdan2009-03-192-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.hOlivier Fourdan2009-02-242-1/+4
| | | | | | * settings-dialogs/xfwm4-settings.c, (Old svn revision: 29573)
* * settings-dialogs/xfwm4-settings.c, Olivier Fourdan2009-02-242-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 beingOlivier Fourdan2009-02-181-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 requiredOlivier Fourdan2009-02-071-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 Fourdan2009-02-051-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 Pohlmann2009-02-011-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 conflictJannis Pohlmann2009-02-011-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 Fourdan2009-01-251-2/+2
| | | | | | gtk_selection_data_get_data() (Old svn revision: 29365)
* * settings-dialogs/xfwm4-settings.c: gtk_selection_data_get_data() isOlivier Fourdan2009-01-251-13/+21
| | | | | | gtk+2.14 (Bug #4855) (Old svn revision: 29352)
* * settings-dialogs/xfwm4-settings.c, Olivier Fourdan2009-01-252-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 Schermer2009-01-251-16/+14
| | | | | | dialog (Bug #4524). (Old svn revision: 29347)
* * settings-dialogs/xfwm4-settings.c, Olivier Fourdan2009-01-172-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 supportedOlivier Fourdan2009-01-071-1/+1
| | | | | | by xfce_message_dialog() (Bug #4786) (Old svn revision: 29115)
* * settings-dialogs/xfwm4-dialog.glade: Fix typo introduced in previousOlivier Fourdan2009-01-071-1/+1
| | | | | | update (Old svn revision: 29114)
* * settings-dialogs/xfwm4-settings.c, Olivier Fourdan2009-01-063-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 Fourdan2008-12-163-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 Fourdan2008-12-142-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 Fourdan2008-12-103-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 Fourdan2008-12-064-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 Fourdan2008-11-191-6/+8
| | | | | | | to check the value for eatch iteration. (Old svn revision: 28852)
* * settings-dialogs/workspace-settings.c: Make sure the data retrievedOlivier Fourdan2008-11-181-1/+1
| | | | | | | from xfconf is not null (Bug #4616) (Old svn revision: 28849)
* * settings-dialogs/xfwm4-workspace-dialog.glade: Set page-sizeOlivier Fourdan2008-11-151-4/+4
| | | | | | | to 0 for gtk+ 2.14 (Old svn revision: 28814)
* * settings-dialogs/xfwm4-settings.c: Fix focus model selectionOlivier Fourdan2008-11-111-0/+4
| | | | (Old svn revision: 28760)
* * settings-dialogs/xfwm4-settings.c: Fix build with -Werror.Olivier Fourdan2008-11-111-1/+0
| | | | (Old svn revision: 28755)
* * settings-dialogs/workspace-settings.c: Use editable cells instead of Olivier Fourdan2008-11-111-43/+22
| | | | | | yet another popup dialog. (Old svn revision: 28747)