이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
Immanuel
/
sxiv
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Already in the year 2012
master
Bert Münnich
13 년 전
부모
691c6d7e7e
커밋
d407dd65d5
15개의 변경된 파일
과
15개의 추가작업
그리고
15개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
commands.c
+1
-1
commands.h
+1
-1
exif.c
+1
-1
exif.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) 201
1
Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 201
2
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) 201
1
Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 201
2
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
exif.c
파일 보기
@@ -1,5 +1,5 @@
/* sxiv: exif.c
* Copyright (c) 201
1
Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 201
2
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
exif.h
파일 보기
@@ -1,5 +1,5 @@
/* sxiv: exif.h
* Copyright (c) 201
1
Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 201
2
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) 201
1
Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 201
2
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) 201
1
Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 201
2
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) 201
1
Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 201
2
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) 201
1
Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 201
2
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) 201
1
Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 201
2
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) 201
1
Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 201
2
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) 201
1
Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 201
2
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) 201
1
Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 201
2
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) 201
1
Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 201
2
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) 201
1
Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 201
2
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) 201
1
Bert Muennich <be.muennich at googlemail.com>
* Copyright (c) 201
2
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
쓰기
미리보기
불러오는 중...
취소
저장