summaryrefslogtreecommitdiff
path: root/libgweather
Commit message (Expand)AuthorAgeFilesLines
* Further Windows workTor Lillqvist2009-05-298-23/+37
* Check for regex library.Fridrich Strba2009-05-291-1/+3
* Use git.mk from pango to autogenerate .gitignore filesVincent Untz2009-04-271-0/+2
* Use shave to improve build log readabilityVincent Untz2009-04-271-2/+4
* don't crash if the user provided an invalid URL for the radar check.Dan Winship2009-03-231-0/+6
* updatedVincent Untz2009-02-173-6/+28
* ** Part of fix for bug #564652Milan Crha2008-12-193-15/+49
* Second part of win32 portability. Based on patch by Tor LillqvistVincent Untz2008-12-027-1/+142
* rename some variables for win32 portability. Based on patch by TorVincent Untz2008-12-021-15/+15
* have clearer & saner checks for validity of enum values.Vincent Untz2008-11-272-19/+43
* Make the memory-management here less lame. #562274Dan Winship2008-11-264-7/+389
* Add some safety guards with g_return[_val]_if_fail() to public API.Vincent Untz2008-11-267-15/+134
* remove unused variable correctly format codeVincent Untz2008-11-252-8/+8
* use $DISABLE_DEPRECATED which is set by gnome-common instead of listingVincent Untz2008-11-251-1/+0
* add --enable-locations-compression to compress the Locations.xml files.Vincent Untz2008-11-251-0/+21
* Don't worry about sub-city locations; people generally aren'tDan Winship2008-11-252-75/+14
* remove this; we do not support other programs reading the locations fileDan Winship2008-11-251-1/+0
* Add -DG_DISABLE_SINGLE_INCLUDES and -DGTK_DISABLE_SINGLE_INCLUDES. AlsoDan Winship2008-11-254-6/+4
* move libgweather/ChangeLog to libgweather/ChangeLog.pre-2-22 so it doesn'tDan Winship2008-11-251-0/+0
* check for libsoup-gnome-2.4 >= 2.25.1 and set HAVE_LIBSOUP_GNOME if found.Dan Winship2008-11-252-41/+12
* Handle wind reports in m/s. #541721Dan Winship2008-11-252-4/+9
* Use the degree sign followed by "C" or "F" rather than using the combinedDan Winship2008-11-252-14/+14
* ** Fix for bug #538787Milan Crha2008-11-254-91/+891
* post-release bump to 2.24.3GNOME_2_24_BRANCHPOINTVincent Untz2008-11-251-0/+2
* post-release bump to 2.24.2Vincent Untz2008-10-221-0/+2
* Add this so we can distinguish "the requested code was invalid" from "weDan Winship2008-10-174-4/+23
* remove unused types. #546317Dan Winship2008-10-171-2/+0
* add -lm. #551215, Frederic Peters.Dan Winship2008-10-172-1/+3
* don't return NULL (and cause a crash) if a timezone name is unrecognized;Dan Winship2008-10-171-3/+2
* new utility to create a SoupSession, using the GConf proxy settings. SortDan Winship2008-10-171-1/+39
* gettext wrapper that ensures bindtextdomain() andDan Winship2008-09-297-7/+24
* post-release bump to 2.24.1Vincent Untz2008-09-221-0/+2
* post-release bump to 2.24.0Vincent Untz2008-09-081-0/+2
* Set libgweather up for bindings. Part of #547824Dan Winship2008-09-047-5/+122
* Clean up the GPL notices and #includes. Remove most of the "Author: ..."Dan Winship2008-09-0326-165/+341
* Real 2.23.91 commit.LIBGWEATHER_2_23_91Vincent Untz2008-09-011-0/+2
* Add a gweather-uninstalled.pc.in file. Based on patch by Damien CarberyVincent Untz2008-09-012-1/+15
* Output <coordinates> using decimal degrees rather than converting them toDan Winship2008-08-061-44/+8
* remove redundant semicolon that breaks the build with gcc 2 (bug #546325)Jens Granseuer2008-08-041-1/+1
* post-release bump to 2.23.90Vincent Untz2008-08-041-0/+2
* Make this work for cities too, not just <location>s.Dan Winship2008-08-042-11/+33
* Figure out zoneinfo directoryDan Winship2008-08-042-2/+3
* add information about timezonesDan Winship2008-08-0415-394/+2280
* Added translator comment.Claude Paroz2008-07-301-0/+1
* Only increase pending_requests if we actually queued request, else we mayMatthias Clasen2008-07-256-5/+12
* post-release bump to 2.23.6Vincent Untz2008-07-221-0/+2
* change references from cvs.gnome.org to svn.gnome.org. Patch by JanVincent Untz2008-06-191-3/+3
* When skipping an unrecognized node, use xmlTextReaderNext(), whichDan Winship2008-06-181-11/+9
* require libsoup instead of gnome-vfs. (Also require gconf explicitly; itDan Winship2008-06-189-474/+133
* s/toupper/g_ascii_toupper/Dan Winship2008-06-182-7/+7