Commit graph

2512 commits

Author SHA1 Message Date
Jesse van den Kieboom 7d6524c011 Do not color removed/added when nothing removed and nothing added 2015-12-21 22:38:25 +01:00
Jesse van den Kieboom 377563a2ad Check also for GTK_THEME to determine dark theme 2015-12-21 22:33:54 +01:00
Jesse van den Kieboom df2c6cdcf8 Fix dark style of diff-stat widget 2015-12-21 22:33:46 +01:00
Jesse van den Kieboom dd607d8007 Fix selectable button visibilities 2015-12-21 22:07:57 +01:00
Jesse van den Kieboom 09bd9b05ee Fix setting title when using native controls 2015-12-21 21:58:57 +01:00
Jesse van den Kieboom 2f4fbc73a7 Add platform specific styles 2015-12-21 21:53:53 +01:00
Ignacio Casal Quinteiro 9d10e02a53 window: fix title
Ensure we first set the title and then the headerbar title since
setting the title will also set the headerbar title
2015-12-21 18:37:19 +01:00
Ignacio Casal Quinteiro 4d069fa7a1 Search for the icons on the right dir 2015-12-21 16:20:04 +01:00
Ignacio Casal Quinteiro ffb1622e5a Add platform support methods to get the right dirs 2015-12-21 16:08:26 +01:00
Ignacio Casal Quinteiro 4fc83c3a13 Add a platform support method to get a stream from a fd 2015-12-21 14:53:33 +01:00
Ignacio Casal Quinteiro 740dcedf24 configure: pass -no-undefined to plugins 2015-12-21 14:37:19 +01:00
Ignacio Casal Quinteiro 2ca8c5d3dc Add win32 platform support code 2015-12-21 14:35:42 +01:00
Ignacio Casal Quinteiro db3b9cb7c5 configure: avoid duplicated check 2015-12-21 14:34:32 +01:00
Ignacio Casal Quinteiro b3608762e4 Add gio-windows vapi 2015-12-21 14:32:20 +01:00
Ignacio Casal Quinteiro c2b23230f4 Add gitg-platform-support.vapi to extra dist 2015-12-21 11:48:28 +01:00
Ignacio Casal Quinteiro 85d97c080e gio-windows-2.0 is the new name for the module 2015-12-21 11:37:44 +01:00
Ignacio Casal Quinteiro 1b866df1e7 Remove duplicated file 2015-12-21 11:30:00 +01:00
Ignacio Casal Quinteiro 3cd321d46b Use the right gio-unix or gio-win32 depending on the platform 2015-12-21 11:20:39 +01:00
Jesse van den Kieboom c415a0982c Render gutter separators externally to fill all expanded area 2015-12-21 11:08:05 +01:00
Jesse van den Kieboom c5ce8ba7a2 Expand last diff view to fill parent 2015-12-21 11:08:05 +01:00
Ignacio Casal Quinteiro ff7c2bbc79 Release 3.19.1 2015-12-21 09:57:10 +01:00
Ignacio Casal Quinteiro 5fd0130d06 Fix distcheck 2015-12-21 09:47:31 +01:00
Ignacio Casal Quinteiro 637207e543 css: focus-padding is deprecated and should not be used anymore 2015-12-21 09:41:41 +01:00
Ignacio Casal Quinteiro c1c862b907 sidebar: fixes for new gtk to avoid style context warnings 2015-12-21 09:30:46 +01:00
Ignacio Casal Quinteiro e25ecbc82e Color were swapped on the dark theme 2015-12-21 08:51:03 +01:00
Ignacio Casal Quinteiro 29df9f6a15 Show hunk on the gutter using dots 2015-12-21 08:48:52 +01:00
Ignacio Casal Quinteiro 227a60e185 Make the hunk color like github's one and improve dark version 2015-12-21 08:35:29 +01:00
Jesse van den Kieboom e05d6b67bf Fix updating selection when crossing up 2015-12-21 07:55:22 +01:00
Jesse van den Kieboom 4192eb5f8c Update selection on enter/leave events 2015-12-21 07:55:09 +01:00
Jesse van den Kieboom aad2027ceb Implement generating patchset from selection 2015-12-20 23:03:24 +01:00
Jesse van den Kieboom 8eb368de9e Remove unneeded selection style overrides 2015-12-20 21:33:44 +01:00
Jesse van den Kieboom 146900b2bc Do not move to next line if already at line end 2015-12-20 21:33:32 +01:00
Jesse van den Kieboom 17c3d47e0b Fix getting iter at location 2015-12-20 19:40:41 +01:00
Ignacio Casal Quinteiro b801f79ee0 Fix crash if the cursor surface is null 2015-12-20 19:36:24 +01:00
Ignacio Casal Quinteiro bd32f7cbea Fix build 2015-12-20 19:20:50 +01:00
Jesse van den Kieboom fe148bac39 Do not auto-unexpand diff in diff only mode 2015-12-20 19:10:53 +01:00
Jesse van den Kieboom 36d63f1889 Implement hunk select/deselect 2015-12-20 19:10:32 +01:00
Jesse van den Kieboom 4a8c1fa02c Remove unused state monitoring 2015-12-20 18:41:45 +01:00
Jesse van den Kieboom 98e49eb09e Rework diff selection for improved rubber banding
This changes the behavior to selection being always additive, unless
pressing alt (mod1).
2015-12-20 17:47:22 +01:00
Jesse van den Kieboom 739302b380 Move diff selection handling into separate file 2015-12-20 14:07:35 +01:00
Jesse van den Kieboom 2d09ac2cf0 Only update selection attributes/tag when handle_selection 2015-12-20 13:24:48 +01:00
Jesse van den Kieboom 1c4ea3543e Use theme bg/fg colors for selection 2015-12-20 13:18:29 +01:00
Ignacio Casal Quinteiro 59c2de3044 lines-renderer: use a list instead of a map
The map was actually useless here since were were iterating either
the values or the keys
2015-12-20 12:25:28 +01:00
Jesse van den Kieboom 2f3740d167 Fix diff view styles 2015-12-20 10:34:32 +01:00
Ignacio Casal Quinteiro 1e78dab056 Add missing copyright and modeline 2015-12-19 23:03:02 +01:00
Ignacio Casal Quinteiro 2fe0726b4c Fix build 2015-12-19 23:02:01 +01:00
Jesse van den Kieboom 7c563465d9 Add avatar support on OS X 2015-12-19 21:03:51 +01:00
Ignacio Casal Quinteiro 0e4057e95f diff-view-file: fix the mark position 2015-12-19 13:15:14 +01:00
Ignacio Casal Quinteiro 0734a48c35 Fix lines renderer ranges 2015-12-19 13:13:47 +01:00
Ignacio Casal Quinteiro a242b54466 diff-view-file: restore the diff statistics 2015-12-19 12:38:41 +01:00