| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix crash in gradient handling code | Matthias Clasen | 2010-03-16 | 1 | -0/+8 |
* | Fix build with -DGSEAL_ENABLE | Vincent Untz | 2010-03-10 | 1 | -6/+8 |
* | [build] Really fix build without randr | Vincent Untz | 2010-03-09 | 2 | -3/+8 |
* | Fix build failure with GTK 2.19+ | Rob Taylor | 2010-03-09 | 1 | -1/+1 |
* | Drop pixbuf cache before switching slides | Matthias Clasen | 2010-03-08 | 1 | -0/+5 |
* | Fix a segfault | Matthias Clasen | 2010-03-04 | 1 | -1/+1 |
* | Fix build with GNOME_DISABLE_DEPRECATED | Vincent Untz | 2010-03-04 | 1 | -1/+3 |
* | bgo#554263 - Allow compiling without RANDR libraries | Federico Mena Quintero | 2010-02-22 | 2 | -3/+95 |
* | Merge branch 'randr-connector-type' | Federico Mena Quintero | 2010-02-22 | 6 | -16/+96 |
|\ |
|
| * | Oops, free the prop in the error case as well | Federico Mena Quintero | 2010-02-22 | 1 | -2/+2 |
| * | Build a laptop's display name more robustly | Federico Mena Quintero | 2010-02-19 | 3 | -15/+8 |
| * | Add gnome_rr_output_is_laptop() | Federico Mena Quintero | 2010-02-19 | 2 | -0/+31 |
| * | Add gnome_rr_output_get_connector_type() | Federico Mena Quintero | 2010-02-19 | 3 | -1/+57 |
* | | Add translator comment | Vincent Untz | 2010-02-22 | 1 | -1/+7 |
* | | Add translator comments, and a context for one string | Vincent Untz | 2010-02-22 | 2 | -1/+5 |
* | | Improve error string | Vincent Untz | 2010-02-22 | 1 | -1/+1 |
|/ |
|
* | Add a picture option to make the background span monitors | Matthias Clasen | 2010-02-18 | 2 | -2/+10 |
* | Fix a memory leak | Matthias Clasen | 2010-02-14 | 1 | -1/+4 |
* | Fix refcounting issues leading to leaks | William Jon McCann | 2009-12-15 | 1 | -45/+94 |
* | Fix drawing gradients and always clip to the monitor region | William Jon McCann | 2009-12-11 | 2 | -138/+207 |
* | don't try to scale null images | William Jon McCann | 2009-12-10 | 1 | -4/+4 |
* | Add per-monitor backgrounds support | William Jon McCann | 2009-12-09 | 2 | -98/+164 |
* | Add gamma api | Matthias Clasen | 2009-11-02 | 2 | -0/+86 |
* | Allow rotation if the virtual size has the correct number of pixels | Federico Mena Quintero | 2009-10-23 | 1 | -3/+7 |
* | [misc] Fix tab/space issue | Vincent Untz | 2009-08-25 | 1 | -1/+1 |
* | Add more slideshow api | Matthias Clasen | 2009-08-15 | 2 | -9/+88 |
* | Add slideshow api | Matthias Clasen | 2009-08-15 | 2 | -0/+15 |
* | bgo#591225 - In the .c files, ifdef-out deprecated entry points with GNOME_DI... | Federico Mena Quintero | 2009-08-10 | 2 | -0/+8 |
* | Include gi18n-lib.h | Federico Mena Quintero | 2009-08-06 | 1 | -0/+1 |
* | GnomeRRLabeler - in clone mode, don't label each output so the little windows... | Federico Mena Quintero | 2009-08-06 | 1 | -4/+21 |
* | primary monitory support | Matthias Clasen | 2009-07-30 | 3 | -14/+19 |
* | primary monitory support | Matthias Clasen | 2009-07-29 | 5 | -1/+88 |
* | [build] Beautify a bit the pnp.ids part in Makefile | Vincent Untz | 2009-07-29 | 1 | -2/+3 |
* | [build,gnomerr] Ship pnp.ids in the tarball and add configure option | Vincent Untz | 2009-07-28 | 2 | -4/+14 |
* | [gnomerr] Get monitor vendor name from pnp.ids | Matthias Clasen | 2009-07-28 | 1 | -1/+52 |
* | [thumbnail] Fix thumbnailer thread-safety | Dan Winship | 2009-07-27 | 1 | -7/+22 |
* | Adapt to RANDR 1.3's name for the EDID property. | Adam Jackson | 2009-07-07 | 1 | -3/+11 |
* | Comments to clarify the meaning of 'on', 'connected', 'clone'randr-hotplug | Federico Mena Quintero | 2009-06-08 | 1 | -2/+6 |
* | Utility dialog to show the RANDR timestamps, for debugging purposes | Federico Mena Quintero | 2009-06-08 | 1 | -0/+31 |
* | First update screen resources, then update the screen size range | Federico Mena Quintero | 2009-06-08 | 1 | -98/+108 |
* | Don't force a reprobe of the RANDR outputs on every RANDR event | Federico Mena Quintero | 2009-06-08 | 1 | -3/+4 |
* | Add gnome_rr_screen_get_timestamps() to query the XRR timestamps | Federico Mena Quintero | 2009-06-08 | 2 | -0/+30 |
* | Add _with_time() versions to the GnomeRR and GnomeRRConfig functions that cha... | Federico Mena Quintero | 2009-06-08 | 4 | -13/+109 |
* | Don't ask for RANDR events if the caller doesn't specify a callback | Federico Mena Quintero | 2009-06-08 | 1 | -10/+12 |
* | Only select for RRScreenChangeNotifyMask, not for the more detailed RANDR 1.2... | Federico Mena Quintero | 2009-06-08 | 1 | -4/+18 |
* | bgo#556050 - Make GnomeRRLabeler's labels explicitly black | Federico Mena Quintero | 2009-05-06 | 1 | -0/+7 |
* | ... and use a cheap g_strdup() instead of an undeeded g_strdup_printf() | Federico Mena Quintero | 2009-05-06 | 1 | -1/+1 |
* | RANDR - don't append a newline to monitor vendor names | Federico Mena Quintero | 2009-05-06 | 1 | -1/+1 |
* | Use git.mk from pango to autogenerate .gitignore files | Vincent Untz | 2009-05-02 | 3 | -0/+6 |
* | Remove unneeded extra steps in path construction | Felix Riemann | 2009-04-30 | 1 | -20/+11 |