- 22 Nov, 2011 1 commit
-
-
Jiro Matsuzawa authored
-
- 15 Nov, 2011 2 commits
-
-
Piotr Drąg authored
-
Aaron Schrab authored
If the git config setting diff.mnemonicprefix is set, that causes git diff to use prefixes that indicate what is being compared rather than always using "a" and "b". For the way that meld invokes git diff, the prefixes will always be "c" for commit (HEAD) and and "w" for the work tree. This confuses the patch parser and prevents the modified files from being copied to the temporary directory, which then results in patch failing to reverse the changes. This patch fixes this by modifying the regular expression used to find index entries in the patch to accept "c" and "w" as prefixes as well as "a" and "b".
-
- 14 Nov, 2011 1 commit
-
-
Daniel Mustieles García authored
-
- 07 Nov, 2011 1 commit
-
-
Marek Černocký authored
-
- 24 Oct, 2011 1 commit
-
-
Mario Blättermann authored
-
- 22 Oct, 2011 3 commits
-
-
Kai Willadsen authored
-
Kai Willadsen authored
Scrolling through commits using the keyboard shows up the translation of the line/column and overwrite labels as unusually expensive calls. This patch eliminates this overhead by caching the translated strings.
-
Matej Urbančič authored
-
- 20 Oct, 2011 3 commits
-
-
Kai Willadsen authored
-
Kai Willadsen authored
Neither git diff-index nor name-status give us information about untracked files within git. This commit adds an additional ls-files call to obtain a list of untracked/unversioned files.
-
Kai Willadsen authored
-
- 19 Oct, 2011 2 commits
-
-
Piotr Drąg authored
-
Marcin Floryan authored
-
- 17 Oct, 2011 1 commit
-
-
Kai Willadsen authored
For the purpose of syntax highlighting, we always try to determine the mime type of files, currently using only the filename. In situations where the filename tells us nothing, we can reasonably assume that all files have the same type. This commit changes our behaviour so that, if we get one useful file type, we use it to fill in missing file types in the remaining files. This should specifically help with cases where temporary files are given different extensions. e.g., TortoiseSVN uses .mine, .working, etc.
-
- 10 Oct, 2011 1 commit
-
-
Takeshi AIHANA authored
-
- 05 Oct, 2011 1 commit
-
-
Petr Kovář authored
-
- 25 Sep, 2011 1 commit
-
-
Fran Dieguez authored
-
- 19 Sep, 2011 1 commit
-
-
Mario Blättermann authored
-
- 18 Sep, 2011 1 commit
-
-
Daniel Mustieles García authored
-
- 17 Sep, 2011 1 commit
-
-
Matej Urbančič authored
-
- 09 Sep, 2011 3 commits
-
-
Kai Willadsen authored
-
Kai Willadsen authored
-
Kai Willadsen authored
-
- 03 Sep, 2011 4 commits
-
-
Kai Willadsen authored
Because chunk actions insert, delete or change large quantites of text, these actions can cause the reader to temporarily lose their place in the text. This commit adds some very simple animation providing visual cues showing the effects of actions on diff chunks.
-
Kai Willadsen authored
-
Kai Willadsen authored
-
Kai Willadsen authored
The check for a checkpointed (i.e., saved) buffer was incorrect for the very first undo in a sequence. Due to a None-handling mishap, a checkpoint that should have ranged from 0:0 always ranged from 0:1.
-
- 16 Aug, 2011 1 commit
-
-
Fran Dieguez authored
-
- 13 Aug, 2011 1 commit
-
-
Julian Taylor authored
-
- 04 Aug, 2011 1 commit
-
-
Yuri Myasoedov authored
-
- 02 Aug, 2011 1 commit
-
-
Bruno Brouard authored
-
- 01 Aug, 2011 1 commit
-
-
Marek Černocký authored
-
- 31 Jul, 2011 1 commit
-
-
Kai Willadsen authored
-
- 30 Jul, 2011 3 commits
-
-
Kai Willadsen authored
-
Kai Willadsen authored
-
Kai Willadsen authored
-
- 27 Jul, 2011 1 commit
-
-
Gabriel Speckhahn authored
-
- 24 Jul, 2011 2 commits
-
-
Kai Willadsen authored
-
Kai Willadsen authored
-