Commit graph

96 commits

Author SHA1 Message Date
Ignacio Casal Quinteiro
a4716005b6 Bump gtk+ to 3.0 and gtksourceview to 2.91.7 2011-02-26 10:25:35 +01:00
Ignacio Casal Quinteiro
c752a8d231 Do not check for gconf. 2011-02-24 20:01:48 +01:00
Garrett Regier
ebddf2ab73 Port to GtkSourceMarkAttributes 2011-02-08 08:23:39 -08:00
Garrett Regier
edbe29694d Drop GTK+ 2 2011-02-08 08:23:38 -08:00
Garrett Regier
b3e7dcac26 Drop GitgSpinner 2011-02-08 08:23:38 -08:00
Ignacio Casal Quinteiro
cbac5cab45 Release 0.1.0 2011-01-13 22:01:41 +01:00
Ignacio Casal Quinteiro
c61d7d7818 Port gitg to gsettings. 2011-01-02 15:58:04 +01:00
Ignacio Casal Quinteiro
48df8f5366 Release 0.0.8 2010-12-30 20:51:06 +01:00
Ignacio Casal Quinteiro
4b2bbd9bd7 Add --with-gtk option in the configure.ac. By default it is used gtk+ 2. 2010-12-30 15:07:32 +01:00
Ignacio Casal Quinteiro
6eee2fe5f3 Bump glib to 2.26. 2010-12-30 13:49:37 +01:00
Jesse van den Kieboom
f9ef65b59d Improved GitgRunner/GitgCommand/GitgShell 2010-11-06 12:21:52 +01:00
Jesse van den Kieboom
2d95ef73ed Improved charset conversion (fixes #623466)
This adds better support for charset conversion and preservation of
line endings. Most code was copied from gedit (GeditEncoding and
GeditSmartCharsetConverter)
2010-10-23 18:41:26 +02:00
Jesse van den Kieboom
947109f8c4 Show gtk+ version in configure output 2010-10-23 13:56:13 +02:00
Javier Jardón
7e03dbcf12 build: Use upstream gettext instead the Glib one 2010-09-22 19:25:24 +02:00
Jesse van den Kieboom
4066cc335a Add/link m lib explicitly 2010-08-28 15:34:21 +02:00
Ignacio Casal Quinteiro
a2121c3fe8 Use gtksourceview 3.0 when using gtk+ 3.0 2010-07-22 13:34:04 +02:00
Jesse van den Kieboom
65a888a433 Only build with GSEAL_ENABLE on >= 2.21 2010-06-09 20:45:32 +02:00
Jesse van den Kieboom
b67f475d53 Make gitg work with gtk+ 2.18 again 2010-06-07 09:28:37 +02:00
Jesse van den Kieboom
1cec32b01a Code cleanup, lib fixes 2010-05-30 23:37:21 +02:00
Ignacio Casal Quinteiro
2796d4caf6 Move the backend part of gitg into a libgitg library. 2010-05-30 22:27:49 +02:00
Jesse van den Kieboom
cdb49c40db Build with deprecations and gseal enabled 2010-05-30 17:22:54 +02:00
Jesse van den Kieboom
16c59ff6ce Remove bundle support 2010-05-29 22:40:35 +02:00
Jesse van den Kieboom
ecc4e1baad Enable -Werror in maintainer mode 2010-05-29 18:19:50 +02:00
Steve Frécinaux
101ff9c740 Make gitg compile with Gtk+ 3.0 if available.
The selection is done by checking first if gtk+-3.0 is available and
fall back on gtk+-2.0 otherwise.

This patch also bumps the gtk+ 2.0 requirement to 2.20 because it is
needed for gtk_widget_get_mapped().

https://bugzilla.gnome.org/show_bug.cgi?id=619953
2010-05-29 12:38:29 +02:00
Jesse van den Kieboom
84297e6fed Added preference for vertical/horizontal layout 2010-01-10 22:28:30 +01:00
Jesse van den Kieboom
fc31d94d87 Bump gtk+ version to 2.14 2010-01-10 01:03:43 +01:00
Jesse van den Kieboom
42fcc13ae3 Remove use of deprecated gtksourceview API
This bumps gtksourceview requirement to 2.8
2010-01-09 20:27:21 +01:00
Ignacio Casal Quinteiro
9417ec2a32 Enable silent mode when using a modern automake 2009-09-06 13:32:00 +02:00
Jesse van den Kieboom
15be72a776 Version 0.0.5 2009-08-29 14:03:55 +02:00
Jesse van den Kieboom
810e9bb660 Post release increase of version to 0.0.5 2009-07-28 11:28:11 +02:00
Jesse van den Kieboom
ff72080fce Use fields instead of functions to keep compatible with gtk+ 2.12 2009-07-04 20:18:30 +02:00
Jesse van den Kieboom
086304c412 Bumped gtk version to 2.14 2009-06-30 14:52:54 +02:00
Jesse van den Kieboom
36c6b267ca Bumped version to 0.0.4 switch to pre-version scheme 2009-04-24 08:55:40 +02:00
Jesse van den Kieboom
7341481479 Released version 0.0.3 2009-04-23 23:19:39 +02:00
Paolo Borelli
44614133e6 Remove unneeded lines 2009-04-20 15:07:09 +02:00
Jesse van den Kieboom
448235ddcc Released version 0.0.2 2009-04-05 18:13:00 +02:00
Ray Strode
e35ccd3aef megacommit to fix warnings 2009-02-25 20:34:59 +01:00
Jesse van den Kieboom
f4805e921d Changed gtk+ requirement to 2.12 and made url/email hooks optionally
It seemed a bit silly to have to require 2.14 just for the about dialog, so for now I bumped it back to 2.12 and disabled the url/email code for gtk+ < 2.14
2009-02-21 11:50:09 +01:00
Jesse van den Kieboom
800cc6b645 Bumped dependency on gtk+ to 2.14 2009-02-21 11:43:36 +01:00
Jesse van den Kieboom
79d686825a Added simple bundle support
This can be used to produce a zip file which can be distributed and run without installing. Use ./configure --enable-bundle and after 'make bundle' to produce the bundle.
2009-02-15 13:30:39 +01:00
Jesse van den Kieboom
bf6012d548 Implemented basic preferences
The lane collapse preference works, search filter not yet. Also, colors for the diff were implemented, but due to a limitation in gtksourceview this does not work (and is not yet committed).
2009-02-08 13:07:17 +01:00
Jesse van den Kieboom
7c045fa2bf Get gnome monospace font settings from gconf where applicable 2009-02-05 22:36:20 +01:00
Jesse van den Kieboom
f12b7a5ffe Added application icons 2009-01-29 20:25:30 +01:00
Jesse van den Kieboom
1284fdaede Implemented loading staged/unstaged files for commit view + framework for
commit work.
2009-01-29 00:46:54 +01:00
Jesse van den Kieboom
3cf9bd56e9 Implemented tree view loading
Revision tree showing all objects for a specific revision is
implemented. This is also able to show the contents of the file at
that revision
2008-06-27 20:37:38 +02:00
Jesse van den Kieboom
11fc353c7b Initial import 2008-06-24 00:04:20 +02:00