Diese Webseite funktioniert besser mit JavaScript.
Startseite
Erkunden
Hilfe
Anmelden
Immanuel
/
sxiv
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Pull-Requests
0
Releases
0
Wiki
Aktivität
Quellcode durchsuchen
Already in the year 2012
master
Bert Münnich
vor 13 Jahren
Ursprung
691c6d7e7e
Commit
d407dd65d5
15 geänderte Dateien
mit
15 neuen
und
15 gelöschten
Zeilen
Geteilte Ansicht
Diff-Optionen
Statistiken anzeigen
Patch-Datei herunterladen
Vergleichs-Datei herunterladen
+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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Datei anzeigen
@@ -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
Verfassen
Vorschau
Laden…
Abbrechen
Speichern