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
Monitor
Incidents
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
Enrico Weigelt
xfwm4
Commits
74b960b5
Commit
74b960b5
authored
14 years ago
by
Nick Schermer
Browse files
Options
Downloads
Patches
Plain Diff
Updates for release.
parent
4e1ecd24
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+22
-5
22 additions, 5 deletions
NEWS
configure.ac.in
+1
-1
1 addition, 1 deletion
configure.ac.in
with
23 additions
and
6 deletions
NEWS
+
22
−
5
View file @
74b960b5
4.6.2
=====
- Transition fullscreen windows back to their original layer
when another window is activated (Bug #3551)
- Fix mixed RTL/LTR text not rendering properly in title and tabwin
- Place windows on top of stack even when not focused in focus follow mouse
(Bug #5479)
- Build fixes for GIT.
- Fix mixed RTL/LTR text not rendering properly in title and tabwin.
- Place windows on top of stack even when not focused in focus
follow mouse (bug #5479).
- Increase menu button height and redice width (bug #5567).
- Do not set the "demand attention" flag when the window is already
focused.
- Keep windows entirely visible on screen change (bug #5795).
- Various compilation warnings fixed.
- Compute screen size based on each monitor size and layout and
avoid using reported size (bug #5795).
- Reloading settings on keys-changed signal is a huge overhead and
complete nonsense (bug #5964).
- Recent Xorg drivers disable the output when the lid is closed,
leaving no active monitor, in that case simply ignore the event to
avoid messing with windows' positions (bug #6209).
- Add linkage to libm when compositor is used (bug #6231).
- Check for invalid type for GValue to avoid a crash (bug #6195).
- Allow only regular windows to be placed either above or below.
- Translation updates (cs, el, es, gl, it, pl, pt, sv, tr, uk, lv,
ur, ur_PK, ro, ru, nl, ug).
4.6.1
=====
...
...
This diff is collapsed.
Click to expand it.
configure.ac.in
+
1
−
1
View file @
74b960b5
...
...
@@ -7,7 +7,7 @@ m4_define([xfwm4_version_major], [4])
m4_define([xfwm4_version_minor], [6])
m4_define([xfwm4_version_micro], [2])
m4_define([xfwm4_version_build], [@REVISION@])
m4_define([xfwm4_version_tag], [
git
])
m4_define([xfwm4_version_tag], [])
m4_define([xfwm4_version], [xfwm4_version_major().xfwm4_version_minor().xfwm4_version_micro()ifelse(xfwm4_version_tag(), [git], [xfwm4_version_tag().xfwm4_version_build()], [xfwm4_version_tag()])])
m4_define([gtk_minimum_version], [2.10.0])
...
...
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