-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
185 lines (126 loc) · 5.18 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
2021-03-07 Gregory John Casamento <[email protected]>
* Resources/ControlElement.gorm: Correct resizing so that the elements
correctly redraw themselves after a resize of the window.
2020-11-29 Riccardo Mottola <[email protected]>
* AppController.m
Override applicationShouldTerminateAfterLastWindowClosed so that when switching to NSWindows95InterfaceStyle the application doesn't close.
2020-11-27 Riccardo Mottola <[email protected]>
* AppController.h
* AppController.m
Remember last opened directory and suggest it to the user again.
2019-07-08 Riccardo Mottola <[email protected]>
* ColorElement.m
Add support for ToolTip colors.
2015-11-24 Riccardo Mottola <[email protected]>
* ThemeDocument.m (applicationImageNames)
Scan for Images and su-dirs explicitely and skip over all hidden directories, instead of one big directory enumerator.
* ImageElement.m (initWithView:)
Set appropriate tag for each collection.
2015-11-19 Riccardo Mottola <[email protected]>
* ImageElement.m
Add new images (Recycler, Multiple selection).
2014-01-12 Sebastian Reitenbach <[email protected]>
* ThemeDocument.m
change return type of -draggingEntered from unsigned
to NSDragOperation
2013-11-05 Eric Wasylishen <[email protected]>
* ColorElement.m: Add extra colors @"highlightedTableRowBackgroundColor"
and @"highlightedTableRowTextColor".
2013-10-04 Eric Wasylishen <[email protected]>
* ColorElement.h:
* ColorElement.m: Add support for setting all the "theme extra colors"
currently used in gui.
* Resources/ThemeInspector.gorm: Make resizable
2013-10-04 Eric Wasylishen <[email protected]>
* ColorElement.h:
* ColorElement.m:
* Resources/ColorElement.gorm: Rewrite ColorElement using the color list
table code from GSTest, so you can see all of the colors at once, and
we can easily add more in code.
2013-07-01 Riccardo Mottola <[email protected]>
* MiscElement.h
* MiscElement.m
* Resources/MiscElement.gorm
Add license property and field.
2013-03-16 Riccardo Mottola <[email protected]>
* MenusElement.m
Theme common_3DArrowRight.tiff and not NSMenuArrow, that is use the GS name.
2013-04-10 Wolfgang Lux <[email protected]>
* ThemeDocument.m (-dealloc): Reset window delegate to prevent
crash when the document is closed.
* Resources/ThemeDocument.gorm: Set release when closed attribute
to fix space leak.
2013-03-08 Riccardo Mottola <[email protected]>
* ImageElement.m:
Allow theming of unknown files.
2010-12-14 Riccardo Mottola
* ImageElement.m:
added new themable images for Destkop and Music folder
2010-12-09 Riccardo Mottola
* ImageElement.m:
added new themable images for folders
2010-08-06 German Arias <[email protected]>
* ControlElement.m:
* Resources/CodeInfo.plist:
Added Disabled state to buttons.
2010-06-18 Riccardo Mottola
* PreviewElement.m
* CodeEditor.m
Warning fixes
2010-06-08 German Arias <[email protected]>
* ColorElement.m:
Changes to set the theme color at begining.
2010-06-08 German Arias <[email protected]>
* MenusElement.m
* Resources/MenusElement.gorm/objects.gorm
Changes to set Black and White when extra colors GSMenuBar
and GSMenuBarTitle are not specified.
2010-06-08 German Arias <[email protected]>
* MenusElement.h
* MenusElement.m
* Resources/MenusElement.gorm/data.info
* Resources/MenusElement.gorm/data.classes
* Resources/MenusElement.gorm/objects.gorm
Changes to allow set extra colors GSMenuBar and GSMenuBarTitle.
2009-10-08 Riccardo Mottola <[email protected]>
* ImageElement.m:
Added Root PC to images
2009-08-31 Richard Frith-Macdonald <[email protected]>
Set title of inspector window to reflect what is being inspected.
2009-08-28 17:37-EDT Gregory John Casamento <[email protected]>
* ImageElement.m: Added change to support new image element
for horizontal scroller knob.
2009-08-28 Richard Frith-Macdonald <[email protected]>
* ImageElement.m:
Allow deletion of images to restore default GNUstep images.
2009-08-26 Richard Frith-Macdonald <[email protected]>
* ControlElement.m:
Improve handling of cases where we have no info in the plist.
Try to fix initialisation of scroller element info panel.
2009-08-26 Riccardo Mottola <[email protected]>
* ImageElement.m:
Added Switch button images
2009-08-24 17:05-BST Richard Frith-Macdonald <[email protected]>
* ControlElement.m:
* ThemeDocument.m:
* ThemeElement.m:
Show alert panel if we have an unknown control to inspect.
Display name of class being inspected in window title.
Cleanup a bit.
2009-08-24 14:55-BST Richard Frith-Macdonald <[email protected]>
* Resources/CommonMethods.txt:
* Resources/VariableDeclarations.txt:
* Resources/IncludeHeaders.txt:
* ControlElement.m:
* ThemeDocument.m:
* CodeEditor.m:
Document a little in comments in templates.
Change code editor to put methods in separate categories (at some
point we should use separate files for faster compilation when only
one method has changed).
Fix coordinate mapping to find views on main document windows.
Add code to detect which part of a scroller is hit, and alter the
inspector to select it.
2009-08-22 17:44-EDT Gregory John Casamento <[email protected]>
* Resources/ThemeDocument.gorm: Change the window so that it's
not resizable. Also add some more widgets to the document.