-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
147 lines (109 loc) · 4.58 KB
/
ChangeLog
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
2008-11-21 Daniel Borgmann <[email protected]>
* data/Makefile.am:
* data/glasscat-project-ui.xml:
* data/glasscat-ui.xml:
* glasscat/application.vala:
* glasscat/projectwindow.vala:
Add project placeholder and ui definition.
2008-11-20 Daniel Borgmann <daniel@daniel-laptop>
* glasscat/application.vala:
* glasscat/basewindow.vala:
* glasscat/bufferlist.vala:
* glasscat/document.vala:
* glasscat/documentview.vala:
* glasscat/metadata.vala:
Fixes for Vala SVN, remove unused variables.
* glasscat/projectwindow.vala: Set up drag destination.
2008-11-13 Daniel Borgmann <[email protected]>
* data/Makefile.am:
* data/glasscat.desktop: Install custom mime-type
2008-11-11 Daniel Borgmann <[email protected]>
* scratchpad/uimanager.vala: Kill the clutter
2008-10-26 Daniel Borgmann <[email protected]>
* configure.ac:
* scratchpad/Makefile.am:
* scratchpad/application.vala:
* scratchpad/basewindow.vala:
* scratchpad/documentview.vala:
* vapi/guniqueapp.vapi: Remove guniqueapp, use libunique
2008-10-25 Daniel Borgmann <[email protected]>
* configure.ac:
* scratchpad/Makefile.am:
* scratchpad/application.vala:
* scratchpad/document.vala:
* scratchpad/documentwindow.vala:
* scratchpad/settings.vala: Remove GnomeVFS dependency
2008-10-25 Daniel Borgmann <[email protected]>
* configure.ac:
* scratchpad/Makefile.am:
* scratchpad/basewindow.vala:
* scratchpad/document.vala:
* scratchpad/documentview.vala:
* scratchpad/documentwindow.vala:
* scratchpad/metadata.vala:
* scratchpad/projecttree.vala:
* scratchpad/projectwindow.vala:
* scratchpad/settings.vala:
* scratchpad/uimanager.vala: Port to gtksourceview-2.0, fix Vala compilation
2006-10-03 Daniel Borgmann <[email protected]>
* configure.ac: Bump version number
* scratchpad/Makefile.am: Add defines, remove config.vala
* scratchpad/application.vala: Open project window, add SCRATCHPAD_INSTANCE env var
* scratchpad/basewindow.vala: Use defines
* scratchpad/documentwindow.vala: Use proper titlebar icon size
* vapi/misc-utils.vala: Add define constants
2006-09-28 Daniel Borgmann <[email protected]>
* scratchpad/application.vala, scratchpad/basewindow.vala,
scratchpad/document.vala, scratchpad/documentview.vala:
Patch by Jürg Billeter to compile with Vala SVN.
2006-09-27 Daniel Borgmann <[email protected]>
* scratchpad/document.vala: Make save operation "atomical".
2006-09-27 Daniel Borgmann <[email protected]>
* scratchpad/application.vala: Info dialog regarding project windows
* scratchpad/documentwindow.vala: Set window icon (should use mimtype, but still...)
* vapi/gnome-vfs-2.0.vala: Use correct cheader
* vapi/guniqueapp.vala: Add some bindings
2006-09-26 Daniel Borgmann <[email protected]>
* scratchpad/basewindow.vala (on_action_activated): Fix close menu item
* scratchpad/application.vala (construct): Add url and email hooks
* scratchpad/basewindow.vala (show_about_dialog): Change website label
2006-09-26 Daniel Borgmann <[email protected]>
* data/scratchpad-ui.xml:
* scratchpad/basewindow.vala:
* scratchpad/documentview.vala:
* scratchpad/searchentry.vala:
* scratchpad/uimanager.vala:
Implement a tag-based replacing mechanism
2006-09-25 Daniel Borgmann <[email protected]>
* scratchpad/basewindow.vala: Set default window position to center
2006-09-24 Daniel Borgmann <[email protected]>
* scratchpad/application.vala:
* scratchpad/basewindow.vala:
* scratchpad/documentview.vala:
* scratchpad/documentwindow.vala:
* scratchpad/metadata.vala:
Preserve cursor and scroll position
2006-09-22 Daniel Borgmann <[email protected]>
* scratchpad/documentview.vala: Use TextBuffer.select_range() to simplify some code
2006-09-21 Daniel Borgmann <[email protected]>
* scratchpad/documentview.vala (restore_selection): Fix selection on block copy
2006-09-21 Daniel Borgmann <[email protected]>
* Makefile.am:
* configure.ac:
* libguniqueapp/Makefile.am:
* libguniqueapp/guniqueapp-bacon.c:
* libguniqueapp/guniqueapp-bacon.h:
* libguniqueapp/guniqueapp-base.c:
* libguniqueapp/guniqueapp-base.h:
* libguniqueapp/guniqueapp-dbus.c:
* libguniqueapp/guniqueapp-dbus.h:
* libguniqueapp/guniqueapp-marshal.list:
* libguniqueapp/guniqueapp.c:
* libguniqueapp/guniqueapp.h:
* libguniqueapp/guniqueapp.xml:
* scratchpad/Makefile.am:
* scratchpad/application.vala:
* scratchpad/basewindow.vala:
* scratchpad/document.vala:
* scratchpad/documentwindow.vala:
Add libgunique library and single instance behaviour