summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2008-12-08git-gui: Fix commit encoding handling.Alexander Gavrilov-7/+5
2008-12-02git-gui: Teach start_push_anywhere_action{} to notice when remote is a mirror.Mark Burton-16/+27
2008-11-16git-gui: Fix the search bar destruction handler.Alexander Gavrilov-1/+1
2008-11-16git-gui: Implement automatic rescan after Tool execution.Alexander Gavrilov-2/+42
2008-11-16git-gui: Allow Tools request arguments from the user.Alexander Gavrilov-5/+203
2008-11-16git-gui: Add a Tools menu for arbitrary commands.Alexander Gavrilov-0/+342
2008-11-16git-gui: Fix the after callback execution in rescan.Alexander Gavrilov-3/+3
2008-11-16git-gui: Implement system-wide configuration handling.Alexander Gavrilov-6/+6
2008-11-11git-gui: Request blame metadata in utf-8.Alexander Gavrilov-1/+1
2008-11-11git-gui: Add the Show SSH Key item to the clone dialog.Alexander Gavrilov-0/+6
2008-11-11git-gui: Fix focus transition in the blame viewer.Alexander Gavrilov-7/+23
2008-11-01git-gui: Do not munge conflict marker lines in a normal diffJohannes Sixt-1/+0
2008-11-01git-gui: Add a dialog that shows the OpenSSH public key.Alexander Gavrilov-0/+126
2008-10-10git-gui: Mark-up strings in show_{other,unmerged}_diff() for localizationJohannes Sixt-11/+11
2008-10-10git-gui: Show a round number of bytes of large untracked text filesJohannes Sixt-1/+1
2008-10-10git-gui: Fix the blame viewer destroy handler.Alexander Gavrilov-1/+8
2008-10-10git-gui: Add a search command to the blame viewer.Alexander Gavrilov-3/+224
2008-10-10git-gui: Fix the blame window shape.Alexander Gavrilov-6/+13
2008-10-10git-gui: Fix switch statement in lib/merge.tclJohannes Sixt-1/+1
2008-09-30git-gui: Fix fetching from remotes when adding themPetr Baudis-3/+3
2008-09-30git-gui: Fix removing non-pushable remotesPetr Baudis-1/+2
2008-09-30git-gui: Make input boxes in init/clone/open dialogs consistentPetr Baudis-4/+8
2008-09-30git-gui: Avoid using the term URL when specifying repositoriesPetr Baudis-4/+4
2008-09-30git-gui: mkdir -p when initializing new remote repositoryPetr Baudis-1/+2
2008-09-30git-gui: Add support for removing remotesPetr Baudis-0/+37
2008-09-30git-gui: Add support for adding remotesPetr Baudis-0/+205
2008-09-30git-gui: Squash populate_{push,fetch}_menu to populate_remotes_menuPetr Baudis-68/+69
2008-09-30git-gui: Clarify the Remote -> Delete... actionPetr Baudis-2/+2
2008-09-30git-gui: Remove space from the end of aspell's reply before processingJohannes Sixt-0/+1
2008-09-30git-gui: Make Ctrl-T safe to use for conflicting files.Alexander Gavrilov-5/+14
2008-09-30git-gui: Do not automatically stage file after merge tool finishesJohannes Sixt-9/+1
2008-09-26Merge branch 'maint'Shawn O. Pearce-1/+1
2008-09-26git-gui: Help identify aspell version on Windows tooGustaf Hendeby-1/+1
2008-09-24git-gui: Reenable staging unmerged files by clicking the icon.Alexander Gavrilov-23/+62
2008-09-24git-gui: Support the encoding menu in gui blame.Alexander Gavrilov-0/+17
2008-09-24git-gui: Optimize encoding name resolution using a lookup table.Alexander Gavrilov-29/+53
2008-09-24git-gui: Allow forcing display encoding for diffs using a submenu.Alexander Gavrilov-2/+36
2008-09-24git-gui: Add a menu of available encodings.Alexander Gavrilov-4/+142
2008-09-24git-gui: Cleanup handling of the default encoding.Alexander Gavrilov-6/+45
2008-09-24git-gui: Assume `blame --incremental` output is in UTF-8Shawn O. Pearce-7/+1
2008-09-24git-gui: Use gitattribute "encoding" for file content displayShawn O. Pearce-4/+10
2008-09-24git-gui: Add more integration options to citool.Alexander Gavrilov-2/+6
2008-09-12git-gui: I18n fix sentence parts into full sentences for translation again.Christian Stimming-6/+6
2008-09-12git-gui: Restore ability to Stage Working Copy for conflicts.Alexander Gavrilov-0/+6
2008-09-12git-gui: Fix Blame Parent & Context for working copy lines.Alexander Gavrilov-3/+26
2008-09-04Merge branch 'maint'Shawn O. Pearce-7/+11
2008-09-04git-gui: Fix diff parsing for lines starting with "--" or "++"Shawn O. Pearce-7/+11
2008-09-04git-gui: Show special diffs for complex conflict cases.Alexander Gavrilov-5/+89
2008-09-04git-gui: Reimplement and enhance auto-selection of diffs.Alexander Gavrilov-12/+14
2008-09-04git-gui: Support conflict states _U & UT.Alexander Gavrilov-1/+3