index
:
delta/metacity.git
baserock/morph
bug356715
bug625781
bug630681
constraints_experiments
cowbell
gnome-2-10
gnome-2-12
gnome-2-14
gnome-2-16
gnome-2-18
gnome-2-2
gnome-2-2-0
gnome-2-2-rhel3
gnome-2-20
gnome-2-22
gnome-2-24
gnome-2-26
gnome-2-28
gnome-2-32
gnome-2-34
gnome-2-4
gnome-2-6
gnome-2-8
gnome-3-0
gnome-3-14
gnome-3-16
gnome-3-18
gnome-3-20
gnome-3-22
gnome-3-24
gnome-3-26
gnome-3-28
gnome-3-30
gnome-3-32
gnome-3-34
gnome-3-36
gnome-3-38
gnome-3-40
gnome-3-42
gnome-3-44
iains-blingtastic-bucket-o-bling
master
matching
mbus
metacity-reduced-mode
metacity-theme-2
multiple_pointer_x
redhat-1888993
rpnparser
spif2
spiffifity
test-system
veracity
wip/gtk-theme
wip/iainl/gnome-3-18-window-scaling
wip/invisible-borders
wip/muktupavels/issue-25
wip/muktupavels/keybindings
wip/muktupavels/work-areas
wip/test-3-18
wip/test-3-20
wip/window-scaling-factor
gitlab.gnome.org: GNOME/metacity.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
added in two files needed for Iain's changes earlier to work in a release
Thomas Thurman
2008-05-26
1
-0
/
+2
*
Add Dropdown menu atoms so we can add shadows to them. Fixes #517442
Iain Holmes
2008-05-24
1
-4
/
+32
*
Check the compositor isn't NULL before dereferencing it. Fixes #534569
Iain Holmes
2008-05-24
1
-10
/
+11
*
Applied patch from Ed Catmur to fix #528787
Iain Holmes
2008-05-19
1
-1
/
+5
*
src/include/frame.h src/include/display.h src/include/xprops.h
Iain Holmes
2008-05-19
46
-503
/
+1175
*
remove color_set flag remove check of color_set flag before rendering (we
Robert Escriva
2008-05-13
2
-20
/
+8
*
Remove src/ui/color.[ch] since they are not used anywhere
Elijah Newren
2008-05-11
2
-427
/
+0
*
Added curly brackets in two places to keep -pedantic happy.
Thomas Thurman
2008-05-04
2
-2
/
+6
*
fix type of "len" variable (refs #526049)
Matt Krai
2008-05-03
1
-2
/
+2
*
All information should live in exactly one place. This means that the list
Thomas Thurman
2008-05-02
16
-628
/
+452
*
XGetWindowAttributes can return an error value, and if it does its other
Chris Wang
2008-04-29
1
-14
/
+23
*
documentation
Thomas Thurman
2008-04-29
2
-2
/
+55
*
re-enable cascade code which was wrongly removed a year ago. Closes
Erwann Chenede
2008-04-27
1
-4
/
+6
*
Propagate opacity to frame window.
Carlos Garnacho
2008-04-22
1
-1
/
+27
*
a few comments
Thomas Thurman
2008-04-22
1
-3
/
+14
*
no need to create a symlink to .desktop file in default-session directory
Lucas Rocha
2008-04-10
1
-8
/
+0
*
Hide the overlay window (meta_compositor_unmanage_screen): Release the
iain
2008-04-07
1
-2
/
+8
*
reorder declarations so we don't break C89 compilers.
Jens Granseuer
2008-04-07
1
-6
/
+9
*
preferences which have a null target don't get updated! (#526016)
Thomas Thurman
2008-04-03
1
-0
/
+4
*
make Metacity install its desktop files in the default session directory
Lucas Rocha
2008-03-30
2
-0
/
+13
*
prevent null dereference if the theme was invalid, which caused crashes in
Thomas Thurman
2008-03-29
1
-8
/
+13
*
Don't immediately unminimize an initially iconic window (#491090)
Owen Taylor
2008-03-28
1
-1
/
+4
*
files are saved in ~/.config/metacity/sessions and checked for there and
Thomas Thurman
2008-03-27
1
-11
/
+44
*
fix regression where Metacity sometimes wouldn't quit when replaced
Thomas Thurman
2008-03-27
1
-4
/
+2
*
meta_display_screen_for_root is quite capable of returning NULL.
Thomas Thurman
2008-03-26
1
-9
/
+10
*
MetaDisplay becomes a singleton. The static variable which holds this
Thomas Thurman
2008-03-25
6
-566
/
+490
*
Workspaces whose name is the standard name plus a non-empty string are
Thomas Thurman
2008-03-21
1
-2
/
+7
*
Handle compositor being disabled and don't crash.
Iain Holmes
2008-03-19
1
-4
/
+12
*
Add a screen argument. (process_property_notify): Damage the whole screen
Iain Holmes
2008-03-19
3
-6
/
+20
*
Allow shaped windows _with frames_ to have shadows.
Iain Holmes
2008-03-18
3
-68
/
+254
*
newly created windows can't be considered to be above themselves; fixes
Marco Pesenti Gritti
2008-03-18
1
-1
/
+1
*
allow moving workspace while moving window with modifier remove the
Matthew Wilson
2008-03-11
2
-116
/
+104
*
Don't shadow shaped windows.
Josh Lee
2008-03-10
1
-0
/
+6
*
remove debug statements (*blush*)
Thomas Thurman
2008-03-07
1
-7
/
+1
*
Part three of the great prefs refactor, this time dealing with string
Thomas Thurman
2008-03-06
1
-355
/
+317
*
Add ability to vertically and horizontally maximise using the mouse, by
Cosimo Cecchi
2008-03-03
7
-12
/
+102
*
Add support for "spacer" as a button type which adds some empty space.
Andrea Del Signore
2008-02-29
4
-28
/
+113
*
removed unnecessary #include which should have been in Jim's patch (not
Thomas Thurman
2008-02-28
1
-1
/
+0
*
deleted as no longer used modified accordingly
Jim Huang
2008-02-27
3
-453
/
+0
*
Lots of tiny fixes to make sure we compile with "gcc -ansi -Werror".
Thomas Thurman
2008-02-27
13
-29
/
+60
*
reorder declarations so we don't break C89 compilers. Closes #518917.
Jens Granseuer
2008-02-26
1
-3
/
+3
*
allow users of the preview widget to get a mask for windows in the correct
Thomas Wood
2008-02-25
2
-0
/
+112
*
Refactor handling of boolean preferences.
Thomas Thurman
2008-02-23
1
-374
/
+213
*
Refactored handling of enumerated preferences.
Thomas Thurman
2008-02-23
1
-254
/
+254
*
Respect requested position on _NET_MOVERESIZE_WINDOW. Closes #448183
Mikkel Kamstrup Erlandsen
2008-02-21
1
-3
/
+31
*
Make skip-taskbar windows appear in the Ctrl-Alt-Tab list. Closes #106249.
Matthias Clasen
2008-02-19
1
-1
/
+1
*
When resizing a window with the keyboard, stay one pixels from the edges
Thomas Thurman
2008-02-18
1
-6
/
+6
*
Allow compilation when gconf mode is disabled. Closes #515019.
Jim Huang
2008-02-17
1
-0
/
+2
*
fixups to allow compilation in non-verbose mode. Closes #515152.
Jim Huang
2008-02-15
2
-6
/
+24
*
only use compositor version if we have a compositor. Closes #514453.
Thomas Thurman
2008-02-05
1
-0
/
+3
[next]