Make sure window->border_only is initialized so we don't get random
2005-02-04 Elijah Newren <email address hidden>
Make sure window->border_only is initialized so we don't get
random windows without decorations. Thanks to Sinisa Segvic and
Owen Taylor for providing test cases. Fixes #145131.
* src/window.c: (update_mwm_hints): Be sure to call
recalc_window_features even if no MWM hints are set
ed4e7fd...
by
Elijah Newren <email address hidden>
bump version to 2.8.8 in order to follow Fibonacci sequence micro version
2004-12-06 Elijah Newrne <email address hidden>
* configure.in: bump version to 2.8.8 in order to follow Fibonacci
sequence micro version numbering
* NEWS, README: Metacity 2.8.8 (stable release)
7e9c109...
by
Martin Willemoes Hansen <email address hidden>
Updated Danish translation.
* da.po: Updated Danish translation.
28ae10c...
by
Christophe Merlet <email address hidden>
Updated French translation.
0a99aca...
by
Ankitkumar Rameshchandra Patel <email address hidden>
<email address hidden> * Changed some wrong rendered characters
bc61dd7...
by
Elijah Newren <email address hidden>
Fix the alt-tab order--if the most recently used window is not focused,
2004-10-25 Elijah Newren <email address hidden>
Fix the alt-tab order--if the most recently used window is not
focused, start alt tabbing with that window instead of the one
after it (fixes #156251)
* src/display.c (find_tab_forward): add a skip_first parameter,
(find_tab_backward): add a skip_last parameter,
(meta_display_get_tab_next): if a beginning window wasn't given
and the focused window isn't the tab chain, don't skip the MRU
window