+ + * Merge randr-12 to trunk + +Tue Jun 17 18:29:46 2008 S�ren Sandmann <sandmann@redhat.com> + + * Port to changes in gnome-desktop + +2008-06-04 Federico Mena Quintero <federico@novell.com> + + * xrandr-capplet.c (driver_is_randr_10): New function, currently + unused, to detect whether the graphics driver used in the X server + only supports the RANDR 1.0 API. We may find this information + useful to tell the user that not all the features in the capplet + will work as intended, or to actually disable features that won't work. + +2008-05-29 Federico Mena Quintero <federico@novell.com> + + * xrandr-capplet.c (apply): Before applying the settings, check if + the X server supports the Virtual size we need. + (check_required_virtual_size): New function; does the checking + against what the X server supports. + This still needs to present a friendly dialog box. + (compute_virtual_size_for_configuration): New function. + +Wed May 14 18:16:10 2008 S�ren Sandmann <sandmann@redhat.com> + + * xrandr-capplet.c: Add GNOME_DESKTOP_USE_UNSTABLE_API define + + * scrollarea.[ch]: Add copyright statement + +2008-05-14 Soren Sandmann Pedersen <sandmann@redhat.com> + + * *: Check in new RandR 1.2 enabled capplet + svn path=/trunk/; revision=8762
1 line
191 B
Bash
1 line
191 B
Bash
gcc -g -Wall `pkg-config --cflags --libs gtk+-2.0 libglade-2.0` -I../ ../randrwrap.c ../monitor-db.c xrandr-capplet.c ../edid-parse.c ../display-name.c scrollarea.c foo-marshal.c -o capplet
|