14 Commits

Author SHA1 Message Date
Roustem Karimov 59701cbe73 Reworking html resources. For some reason, without this change none of the CSS/JS is being loaded on Lion. 2011-05-26 23:21:40 -04:00
Uwe Hees d36f441e38 Parse diff hunks from merge diffs, continued.
Show differences from all anecstors. Each ancestor is represented by a seperate line numer column.
2011-05-07 11:29:47 +02:00
German Laullon bb4f5e3897 new Diff parser 2011-04-01 00:38:04 -07:00
German Laullon 1ec2ef2596 FileMerge.app on FileView diffs 2011-03-19 13:32:30 -07:00
Uwe Hees 8e98e0b48e Tweak the CSS of the diff view. 2011-03-18 12:18:28 -07:00
German Laullon 6959a157d7 some diff bug 2010-12-09 21:32:24 -08:00
German Laullon 875e7cfcfd new diff style 2010-12-09 13:59:22 -08:00
German Laullon da6a75c607 error control & and html/css/javascript reorder. 2010-12-09 13:12:52 -08:00
German Laullon 6a4f5bd679 better error control 2010-12-08 12:14:58 -08:00
German Laullon 4b85580e2f diff on file view 2010-12-07 22:26:33 -08:00
Nathan Kinsinger c19d2c8058 Add Diff to contextual menus
- added to menus for refs, commits, and files
    - show a message when there are no changes
2010-03-13 22:16:24 -07:00
Pieter de Bie c6895105e2 Remove old code in Commit/Diff views
We used to put diffs inside a <pre><code> block,
but no longer need to do that as we now use tables anyway.
We changed the code for the History view, but not for the
other two views.
2009-01-25 22:06:56 +00:00
Pieter de Bie bad99be131 DiffView: Fix displaying of diffs
This was lost when changing the diff mechanism to
highlight only a single div, rather than all diffs
in the body.
2009-01-19 21:41:29 +00:00
Pieter de Bie bd097b0eff HTML: Restructure html folder
This changes the HTML part of GitX to be more consistent -- we
now use a "views" directory where every web view has it's own
directory.

Furthermore, GitX-wide Javascript is added in the "lib" directory.
The same is true for CSS in the "css" directory. Every view can
have its own custom CSS and JS, and those are put in the views
directory (without JS or CSS prefix directories).
2008-10-21 22:48:47 +02:00