summaryrefslogtreecommitdiff
path: root/panels/datetime/cc-timezone-map.c
Commit message (Expand)AuthorAgeFilesLines
* datetime: Move backward TZ DB to tz.[ch]Bastien Nocera2011-04-151-81/+1
* datetime: fix a critical when showing the panelCosimo Cecchi2011-04-071-6/+1
* datetime: Add hacks to support more timezonesBastien Nocera2011-03-151-1/+24
* datetime: Return FALSE when we fail to find a timezoneBastien Nocera2011-03-151-2/+8
* datetime: Fix crash when TZ is an aliasBastien Nocera2011-02-041-7/+63
* datetime: Create filenames locale-independentlyChristian Persch2011-02-031-2/+4
* Prevent the date&time panel from growing horizontallyMatthias Clasen2011-01-251-9/+9
* datetime: don't try to set timezone when initially loading modelWilliam Jon McCann2011-01-061-0/+6
* Don't assume that get_preferred_* arguments can't be NULLWilliam Jon McCann2010-11-201-2/+15
* Prepare for size_request removal in GTK3Matthias Clasen2010-11-081-7/+17
* datetime: Start implementing new UI designsThomas Wood2010-10-051-76/+19
* Update for new GTK3 drawing APIsWilliam Jon McCann2010-10-011-9/+3
* datetime: Make map visible againBastien Nocera2010-09-211-2/+0
* datetime: make s/_/ / simplerBastien Nocera2010-09-211-4/+2
* datetime: ensure the panel does not need the shell to resize horizontallyThomas Wood2010-07-221-2/+2
* datetime: fix various memory leaksThomas Wood2010-07-161-1/+4
* datetime: add region and city comboboxesThomas Wood2010-07-151-2/+7
* datetime: Draw a label to indicate the current locationThomas Wood2010-07-141-2/+79
* Fix compile with recent GTK versionsRichard Hughes2010-06-301-1/+1
* datetime: be sure to unref the old map and color mapThomas Wood2010-06-291-7/+13
* datetime: add a function to set the current location on CcTimezoneMapThomas Wood2010-06-281-11/+42
* datetime: add detection of location from map clicksThomas Wood2010-06-281-7/+150
* Add initial implementation of date/time panelThomas Wood2010-06-161-0/+384