Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfwm4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xfce
xfwm4
Commits
e2c987fb
Commit
e2c987fb
authored
19 years ago
by
Olivier Fourdan
Browse files
Options
Downloads
Patches
Plain Diff
Rephase some messages according to Brian's recommendations. Thanks Brian!
(Old svn revision: 19538)
parent
85e83b28
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mcs-plugin/wmtweak_plugin.c
+16
-16
16 additions, 16 deletions
mcs-plugin/wmtweak_plugin.c
with
16 additions
and
16 deletions
mcs-plugin/wmtweak_plugin.c
+
16
−
16
View file @
e2c987fb
...
...
@@ -298,19 +298,19 @@ create_dialog (McsPlugin * mcs_plugin)
xfce_framebox_add
(
XFCE_FRAMEBOX
(
frame
),
vbox
);
check_button
=
create_gboolean_button
(
mcs_plugin
,
_
(
"Include windows that have
\"
skip pager
\"
or
\n\"
skip taskbar
\"
properties set
.
"
),
create_gboolean_button
(
mcs_plugin
,
_
(
"Include windows that have
\"
skip pager
\"
or
\n\"
skip taskbar
\"
properties set"
),
"Xfwm/CycleMinimum"
,
&
cycle_minimum
);
gtk_box_pack_start
(
GTK_BOX
(
vbox
),
check_button
,
TRUE
,
FALSE
,
0
);
gtk_widget_show
(
check_button
);
check_button
=
create_gboolean_button
(
mcs_plugin
,
_
(
"Include hidden (i
e
iconified) windows
.
"
),
create_gboolean_button
(
mcs_plugin
,
_
(
"Include hidden (i
.e.
iconified) windows"
),
"Xfwm/CycleHidden"
,
&
cycle_hidden
);
gtk_box_pack_start
(
GTK_BOX
(
vbox
),
check_button
,
TRUE
,
FALSE
,
0
);
gtk_widget_show
(
check_button
);
check_button
=
create_gboolean_button
(
mcs_plugin
,
_
(
"Cycle through windows from all workspaces
.
"
),
create_gboolean_button
(
mcs_plugin
,
_
(
"Cycle through windows from all workspaces"
),
"Xfwm/CycleWorkspaces"
,
&
cycle_workspaces
);
gtk_box_pack_start
(
GTK_BOX
(
vbox
),
check_button
,
TRUE
,
FALSE
,
0
);
gtk_widget_show
(
check_button
);
...
...
@@ -324,13 +324,13 @@ create_dialog (McsPlugin * mcs_plugin)
xfce_framebox_add
(
XFCE_FRAMEBOX
(
frame
),
vbox
);
check_button
=
create_gboolean_button
(
mcs_plugin
,
_
(
"Activate focus stealing prevention
.
"
),
create_gboolean_button
(
mcs_plugin
,
_
(
"Activate focus stealing prevention"
),
"Xfwm/PreventFocusStealing"
,
&
prevent_focus_stealing
);
gtk_box_pack_start
(
GTK_BOX
(
vbox
),
check_button
,
TRUE
,
FALSE
,
0
);
gtk_widget_show
(
check_button
);
check_button
=
create_gboolean_button
(
mcs_plugin
,
_
(
"Honor the standard ICCCM focus hint
.
"
),
create_gboolean_button
(
mcs_plugin
,
_
(
"Honor the standard ICCCM focus hint"
),
"Xfwm/FocusHint"
,
&
focus_hint
);
gtk_box_pack_start
(
GTK_BOX
(
vbox
),
check_button
,
TRUE
,
FALSE
,
0
);
gtk_widget_show
(
check_button
);
...
...
@@ -344,19 +344,19 @@ create_dialog (McsPlugin * mcs_plugin)
xfce_framebox_add
(
XFCE_FRAMEBOX
(
frame
),
vbox
);
check_button
=
create_gboolean_button
(
mcs_plugin
,
_
(
"
Activat
e the ALT key to grab and move windows
.
"
),
create_gboolean_button
(
mcs_plugin
,
_
(
"
Us
e the ALT key to grab and move windows"
),
"Xfwm/EasyClick"
,
&
easy_click
);
gtk_box_pack_start
(
GTK_BOX
(
vbox
),
check_button
,
TRUE
,
FALSE
,
0
);
gtk_widget_show
(
check_button
);
check_button
=
create_gboolean_button
(
mcs_plugin
,
_
(
"Raise windows when any mouse button is pressed
.
"
),
create_gboolean_button
(
mcs_plugin
,
_
(
"Raise windows when any mouse button is pressed"
),
"Xfwm/RaiseWithAnyButton"
,
&
raise_with_any_button
);
gtk_box_pack_start
(
GTK_BOX
(
vbox
),
check_button
,
TRUE
,
FALSE
,
0
);
gtk_widget_show
(
check_button
);
check_button
=
create_gboolean_button
(
mcs_plugin
,
_
(
"Restore original size of maximized windows when moving
.
"
),
create_gboolean_button
(
mcs_plugin
,
_
(
"Restore original size of maximized windows when moving"
),
"Xfwm/RestoreOnMove"
,
&
restore_on_move
);
gtk_box_pack_start
(
GTK_BOX
(
vbox
),
check_button
,
TRUE
,
FALSE
,
0
);
gtk_widget_show
(
check_button
);
...
...
@@ -370,25 +370,25 @@ create_dialog (McsPlugin * mcs_plugin)
xfce_framebox_add
(
XFCE_FRAMEBOX
(
frame
),
vbox
);
check_button
=
create_gboolean_button
(
mcs_plugin
,
_
(
"Switch workspaces using the mouse wheel over the desktop
.
"
),
create_gboolean_button
(
mcs_plugin
,
_
(
"Switch workspaces using the mouse wheel over the desktop"
),
"Xfwm/ScrollWorkspaces"
,
&
scroll_workspaces
);
gtk_box_pack_start
(
GTK_BOX
(
vbox
),
check_button
,
TRUE
,
FALSE
,
0
);
gtk_widget_show
(
check_button
);
check_button
=
create_gboolean_button
(
mcs_plugin
,
_
(
"Remember and recall previous workspace when switching
.
"
),
create_gboolean_button
(
mcs_plugin
,
_
(
"Remember and recall previous workspace when switching
\n
via keyboard shortcuts
"
),
"Xfwm/ToggleWorkspaces"
,
&
toggle_workspaces
);
gtk_box_pack_start
(
GTK_BOX
(
vbox
),
check_button
,
TRUE
,
FALSE
,
0
);
gtk_widget_show
(
check_button
);
check_button
=
create_gboolean_button
(
mcs_plugin
,
_
(
"Wrap workspaces depending on the actual desktop layout
.
"
),
create_gboolean_button
(
mcs_plugin
,
_
(
"Wrap workspaces depending on the actual desktop layout"
),
"Xfwm/WrapLayout"
,
&
wrap_layout
);
gtk_box_pack_start
(
GTK_BOX
(
vbox
),
check_button
,
TRUE
,
FALSE
,
0
);
gtk_widget_show
(
check_button
);
check_button
=
create_gboolean_button
(
mcs_plugin
,
_
(
"Wrap workspaces when the first or last workspace is reached
.
"
),
create_gboolean_button
(
mcs_plugin
,
_
(
"Wrap workspaces when the first or last workspace is reached"
),
"Xfwm/WrapCycle"
,
&
wrap_cycle
);
gtk_box_pack_start
(
GTK_BOX
(
vbox
),
check_button
,
TRUE
,
FALSE
,
0
);
gtk_widget_show
(
check_button
);
...
...
@@ -402,7 +402,7 @@ create_dialog (McsPlugin * mcs_plugin)
xfce_framebox_add
(
XFCE_FRAMEBOX
(
frame
),
vbox
);
range
=
create_int_range
(
mcs_plugin
,
_
(
"
S
ize of windows
fo
r smart placement"
),
_
(
"Small"
),
_
(
"Large"
),
create_int_range
(
mcs_plugin
,
_
(
"
Minimum s
ize of windows
to trigge
r smart placement"
),
_
(
"Small"
),
_
(
"Large"
),
"Xfwm/PlacementRatio"
,
0
,
100
,
5
,
&
placement_ratio
);
gtk_box_pack_start
(
GTK_BOX
(
vbox
),
range
,
TRUE
,
FALSE
,
0
);
gtk_widget_show
(
range
);
...
...
@@ -432,13 +432,13 @@ create_dialog (McsPlugin * mcs_plugin)
xfce_framebox_add
(
XFCE_FRAMEBOX
(
frame
),
vbox
);
check_button
=
create_gboolean_button
(
mcs_plugin
,
_
(
"Show shadow under regular windows
.
"
),
create_gboolean_button
(
mcs_plugin
,
_
(
"Show shadow
s
under regular windows"
),
"Xfwm/ShowFrameShadow"
,
&
show_frame_shadow
);
gtk_box_pack_start
(
GTK_BOX
(
vbox
),
check_button
,
TRUE
,
FALSE
,
0
);
gtk_widget_show
(
check_button
);
check_button
=
create_gboolean_button
(
mcs_plugin
,
_
(
"Show shadow under popup windows
.
"
),
create_gboolean_button
(
mcs_plugin
,
_
(
"Show shadow
s
under popup windows"
),
"Xfwm/ShowPopupShadow"
,
&
show_popup_shadow
);
gtk_box_pack_start
(
GTK_BOX
(
vbox
),
check_button
,
TRUE
,
FALSE
,
0
);
gtk_widget_show
(
check_button
);
...
...
@@ -456,7 +456,7 @@ create_dialog (McsPlugin * mcs_plugin)
gtk_widget_show
(
range
);
range
=
create_int_range
(
mcs_plugin
,
_
(
"Opacity popup windows"
),
_
(
"Transparent"
),
_
(
"Opaque"
),
create_int_range
(
mcs_plugin
,
_
(
"Opacity
of
popup windows"
),
_
(
"Transparent"
),
_
(
"Opaque"
),
"Xfwm/PopupOpacity"
,
0
,
100
,
5
,
&
popup_opacity
);
gtk_box_pack_start
(
GTK_BOX
(
vbox
),
range
,
TRUE
,
FALSE
,
0
);
gtk_widget_show
(
range
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment