summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAge
* Start modernizing GObject usageGravatar Patrick Griffis2016-01-19
* Fix numerous warnings/errorsGravatar Patrick Griffis2016-01-19
* don't use g_type_init on glib >= 2.36 as it's deprecatedGravatar Alan F2014-02-05
* deprecation fixes: change to GtkStock to themed icons for all cell renderersGravatar Alan F2014-01-08
* remove all support for gtk2Gravatar Alan F2014-01-07
* update year in copyright headers, fix the jumbled file lists (caused by unsor...Gravatar Alan Fitton2013-02-20
* fix a possible and rare NULL ptr dereference in an abrt crash report I got, r...Gravatar Alan Fitton2012-08-13
* update win32 installer to gtk3 and my new mingw32 environment.Gravatar Alan Fitton2012-06-21
* issue 185 - change .desktop to add magnet uri handlerGravatar Alan Fitton2012-02-26
* issue 175. make some (incomplete) changes as per the GTK+ best practices docu...Gravatar Alan Fitton2012-01-25
* try to suspend sorting while model is updatedGravatar Alan Fitton2012-01-24
* fix a crash when enabling/disabling status icon and a fix for the new GtkAppl...Gravatar Alan Fitton2012-01-22
* fix that min/max problem reported by reardoniaGravatar Alan Fitton2012-01-21
* gtk3 off again - apparently it has issues. hopefully fix gtk2 build issue.Gravatar Alan Fitton2012-01-19
* re-enable gtk3 by default, should be picking the right libappindicator now.Gravatar Alan Fitton2012-01-19
* full and default gtk3 support, almost. the graph is disabled as the drawing a...Gravatar Alan Fitton2012-01-18
* oops, no tabs. (indent -kr -nut)Gravatar Alan Fitton2011-12-11
* run GNU indent everything. not done this for a while because it was producing...Gravatar Alan Fitton2011-12-11
* add some comments at the top of some files, also add a timeout of 20 seconds ...Gravatar Alan Fitton2011-11-30
* allow remote session variables to be used in actionsGravatar Alan Fitton2011-11-17
* issue 161Gravatar Alan Fitton2011-10-31
* When implementing labels in TrgDestinationCombo, I somehow overlooked the fac...Gravatar Alan Fitton2011-10-25
* add a manpage, fix a potential crash, icon cache fix in spec fileGravatar Alan Fitton2011-10-24
* remove a randomly placed 'b' character breaking main.cGravatar Alan Fitton2011-10-17
* prevent -m /m --minimized being picked up as torrent file argumentsGravatar Alan Fitton2011-10-17
* win32 Gravatar Alan Fitton2011-10-17
* win32 second instance crashes seem to be in json parser with empty lists, not...Gravatar Alan Fitton2011-10-17
* fix license display on win32 in about dialogGravatar Alan Fitton2011-10-16
* fix indenting style on main.c (no tabs), present window when second instance ...Gravatar Alan Fitton2011-10-15
* use mailslots from the win32 api to implement file handler on windowsGravatar Alan Fitton2011-10-15
* fix locales and system tray in win32Gravatar Alan Fitton2011-10-09
* issue 84Gravatar Alan Fitton2011-10-04
* issue 145 - fix my broken regex which was causing filenames to be treated as ...Gravatar Alan Fitton2011-10-03
* found a better way to do the win32 gtkrc so remove some stuff I added beforeGravatar Alan Fitton2011-09-21
* on win32, set a GTK theme called win32-gtkrc.rc in the directory of the execu...Gravatar Alan Fitton2011-09-21
* some win32 build stuffGravatar Alan Fitton2011-09-18
* changes to make memory profiling easierGravatar Alan Fitton2011-09-18
* Big changeset, may break stuff. Unfortunately you can't magically jump into t...Gravatar Alan Fitton2011-09-18
* more windows portabilityGravatar Alan Fitton2011-09-13
* use thread local storage to keep one curl client per thread (by default 3) in...Gravatar Alan Fitton2011-09-11
* another buttonGravatar Alan Fitton2011-09-08
* s/minimise/minimized/ (I'll use the American spelling. minimised is more comm...Gravatar Alan Fitton2011-09-08
* issue 42 - start in tray argument. fix state selector persisting of selection...Gravatar Alan Fitton2011-09-08
* use glib message functions instead of g_printf(). make view state selector/no...Gravatar Alan Fitton2011-09-08
* use #ifdef HAVE_LIBUNIQUE in main.c to make libunique more optional, will be ...Gravatar Alan Fitton2011-09-07
* Profile support! Please test and report bugs, as the config system is totally...Gravatar Alan Fitton2011-08-27
* issue 53 - no need to #include curl/types.h, plus it's been removed in the la...Gravatar Alan Fitton2011-07-13
* handle undefined epoch (< 1) rendererGravatar Alan Fitton2011-04-23
* support for remembering column positions and widths.. seems to work, may need...Gravatar Alan Fitton2011-04-22
* handle multiple files via libunique, also use the more reliable get_uris() in...Gravatar Alan Fitton2011-04-22