使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
Immanuel
/
sxiv
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Updated contact information
master
Bert Münnich
13 年前
父节点
61caa5511f
当前提交
36177fb180
共有
13 个文件被更改
,包括
13 次插入
和
13 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
commands.c
+1
-1
commands.h
+1
-1
image.c
+1
-1
image.h
+1
-1
main.c
+1
-1
options.c
+1
-1
options.h
+1
-1
thumbs.c
+1
-1
thumbs.h
+1
-1
util.c
+1
-1
util.h
+1
-1
window.c
+1
-1
window.h
+ 1
- 1
commands.c
查看文件
@@ -1,5 +1,5 @@
/* sxiv: commands.c
* Copyright (c) 2011 Bert Muennich <
muennich at informatik.hu-berlin.de
>
* Copyright (c) 2011 Bert Muennich <
be.muennich at googlemail.com
>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
+ 1
- 1
commands.h
查看文件
@@ -1,5 +1,5 @@
/* sxiv: commands.h
* Copyright (c) 2011 Bert Muennich <
muennich at informatik.hu-berlin.de
>
* Copyright (c) 2011 Bert Muennich <
be.muennich at googlemail.com
>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
+ 1
- 1
image.c
查看文件
@@ -1,5 +1,5 @@
/* sxiv: image.c
* Copyright (c) 2011 Bert Muennich <
muennich at informatik.hu-berlin.de
>
* Copyright (c) 2011 Bert Muennich <
be.muennich at googlemail.com
>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
+ 1
- 1
image.h
查看文件
@@ -1,5 +1,5 @@
/* sxiv: image.h
* Copyright (c) 2011 Bert Muennich <
muennich at informatik.hu-berlin.de
>
* Copyright (c) 2011 Bert Muennich <
be.muennich at googlemail.com
>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
+ 1
- 1
main.c
查看文件
@@ -1,5 +1,5 @@
/* sxiv: main.c
* Copyright (c) 2011 Bert Muennich <
muennich at informatik.hu-berlin.de
>
* Copyright (c) 2011 Bert Muennich <
be.muennich at googlemail.com
>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
+ 1
- 1
options.c
查看文件
@@ -1,5 +1,5 @@
/* sxiv: options.c
* Copyright (c) 2011 Bert Muennich <
muennich at informatik.hu-berlin.de
>
* Copyright (c) 2011 Bert Muennich <
be.muennich at googlemail.com
>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
+ 1
- 1
options.h
查看文件
@@ -1,5 +1,5 @@
/* sxiv: options.h
* Copyright (c) 2011 Bert Muennich <
muennich at informatik.hu-berlin.de
>
* Copyright (c) 2011 Bert Muennich <
be.muennich at googlemail.com
>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
+ 1
- 1
thumbs.c
查看文件
@@ -1,5 +1,5 @@
/* sxiv: thumbs.c
* Copyright (c) 2011 Bert Muennich <
muennich at informatik.hu-berlin.de
>
* Copyright (c) 2011 Bert Muennich <
be.muennich at googlemail.com
>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
+ 1
- 1
thumbs.h
查看文件
@@ -1,5 +1,5 @@
/* sxiv: thumbs.h
* Copyright (c) 2011 Bert Muennich <
muennich at informatik.hu-berlin.de
>
* Copyright (c) 2011 Bert Muennich <
be.muennich at googlemail.com
>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
+ 1
- 1
util.c
查看文件
@@ -1,5 +1,5 @@
/* sxiv: util.c
* Copyright (c) 2011 Bert Muennich <
muennich at informatik.hu-berlin.de
>
* Copyright (c) 2011 Bert Muennich <
be.muennich at googlemail.com
>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
+ 1
- 1
util.h
查看文件
@@ -1,5 +1,5 @@
/* sxiv: util.h
* Copyright (c) 2011 Bert Muennich <
muennich at informatik.hu-berlin.de
>
* Copyright (c) 2011 Bert Muennich <
be.muennich at googlemail.com
>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
+ 1
- 1
window.c
查看文件
@@ -1,5 +1,5 @@
/* sxiv: window.c
* Copyright (c) 2011 Bert Muennich <
muennich at informatik.hu-berlin.de
>
* Copyright (c) 2011 Bert Muennich <
be.muennich at googlemail.com
>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
+ 1
- 1
window.h
查看文件
@@ -1,5 +1,5 @@
/* sxiv: window.h
* Copyright (c) 2011 Bert Muennich <
muennich at informatik.hu-berlin.de
>
* Copyright (c) 2011 Bert Muennich <
be.muennich at googlemail.com
>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
撰写
预览
|
|
|
|
|
|
x
0
0
0:0
正在加载...
取消
保存