forked from hellosiyan/Viewnior
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog-20090517
executable file
·68 lines (55 loc) · 2.22 KB
/
ChangeLog-20090517
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
2009-05-01 Siyan Panayotov <xsisqox@gmail.com>
* data/icons: Icons modified (for better view in small sizes)
* src/Makefile.am: Add src/vnr-file.c and src/vnr-file.h
* src/vnr-message-area.c:
* src/vnr-message-area.h:
Fix show/hide. Memory improvements.
Add file navigation API:
* data/viewnior.desktop.in.in: Use 'Exec=viewnior %F' to support
multiple file selection.
* src/main.c (main): Support file navigation api.
* src/uni-image-view.c (uni_image_view_init_signals): Remove
unusable key bindings.
* src/vnr-file.c:
* src/vnr-file.h:
New files.
* src/vnr-tools.c (vnr_tools_get_list_from_array): New function to
put commandline args in GSList.
* src/vnr-tools.h:
* src/vnr-window.h:
* src/vnr-window.c: Add vnr_window_close().
(vnr_window_open): Porting to VnrFile.
2009-04-20 Siyan Panayotov <xsisqox@gmail.com>
* src/main.c: Fix program termination status
when invalid args are passed.
* src/vnr-window.c (vnr_window_open): Remove g_warning()
if image opening is unsuccessful.
* src/uni-image-view.c:
* src/uni-dragger.c: Change type conversions from (UniBlahBlah *) to
UNI_BLAH_BLAH().
2009-04-20 Siyan Panayotov <xsisqox@gmail.com>
* NEWS: Viewnior 0.2 !
* configure.ac: Version bump.
2009-04-20 Siyan Panayotov <xsisqox@gmail.com>
* src/vnr-message-area.c: Small memory improvement -
Compose message area on the first call to show it.
* TODO: Check "Implement warning dialogs" -
Already completed.
* data/icons: Viewnior's icon changed!
2009-04-19 Siyan Panayotov <xsisqox@gmail.com>
* src/main.c (main): Added --version argument.
* src/vnr-window.c (vnr_window_open): Remove application's
name from the window title.
Add warning area:
* src/vnr-message-area.c:
* src/vnr-message-area.h:
New files.
* src/vnr-window.c (vnr_window_class_init), (vnr_window_init):
* src/vnr-window.h:
Include a message area in the layout.
* src/vnr-window.c (vnr_window_open): Warn about errors, while
loading image.
* src/Makefile.am: Add src/vnr-message-area.c and
src/vnr-message-area.h
2009-04-15 Siyan Panayotov <xsisqox@gmail.com>
* Started the ChangeLog.