]> git.lyx.org Git - lyx.git/blob - src/frontends/gtk/ChangeLog
some small changes
[lyx.git] / src / frontends / gtk / ChangeLog
1 2004-09-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2
3         * lyx_gui.C (start): change comment
4         (start): use for_each instead of explicit loop
5
6         * GWorkArea.h: store shared_ptr in the Maps.
7
8         * GWorkArea.C (~ColorCache): delete
9         (getColor): adjust
10         (getXftColor): adjust
11         (cacheColor): adjust
12         (cacheXftColor): adjust
13         (clear): simplify
14
15         * GView.C (GView): use show_all() instead of explict loop
16
17         * GMathPanel.C (doBuild): ws change
18
19 2004-09-27  John Spray  <spray_john@users.sourceforge.net>
20
21         * The Character dialog
22         * Dialogs.C, GCharacter.C, GCharacter.h, Makefile.am, ghelpers.h,
23         glade/Makefile.am, glade/character.glade
24
25 2004-09-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
26
27         * GXpmBtnTbl.C (construct): use Boost.Assert
28
29         * GToolbar.C (update): make items const
30
31 2004-09-27  John Spray  <spray_john@users.sourceforge.net>
32
33         * GBC.C: Don't let the button controller set the label on GTK+
34         stock icons
35         * GMathPanel.C: resize-friendly packing
36         * glade/*.glade: misc tweaks
37
38 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
39
40         * Reordered and a lot of includes in a lot of files.
41
42 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
43             John Spray  <spray_john@users.sourceforge.net>
44
45         * Initial move to gtk 2.4.
46
47 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
48
49         * WS changes.
50
51 2004-09-25  John Spray  <spray_john@users.sourceforge.net>
52
53         * GPrint.C: minor fixes to make it compile and work, get rid of
54         "Apply"
55         * Dialogs.C: move from FormPrint to GPrint
56         * Makefile.am: move from FormPrint to GPrint
57         * glade/print.glade: rearrange, gtk stock button for Print, get
58         rid of "Apply"
59
60 2004-09-24  John Spray  <spray_john@users.sourceforge.net>
61
62         * GSearch.[Ch]: new files
63         * Dialogs.C: move from formsearch to gsearch
64         * Makefile.am: move from formsearch to gsearch, alphabetically
65         sort list of libgtk_la_SOURCES
66         * glade/search.glade: s/Backwords/Backwards/, accelerator escape
67         for close button, gtk stock buttons for find and replace.
68
69 2004-09-23  John Spray  <spray_john@users.sourceforge.net>
70
71         * GWorkArea.[Ch]: Add GWorkArea::onScrollWheel to implement
72         mouse-wheel scrolling of document
73
74 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
75
76         * GPainter.C (text): use boost::scoped_array to store the
77         temporary wchar_t pointer
78
79         * lyx_gui.C: change "support/std_sstream.h" to <sstream>
80
81 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
82
83         * lyx_gui.C (register_socket_callback,unregister_socket_callback):
84         implement
85         (set_read_callback,remove_read_callback): remove implementation
86
87         * io_callback.[Ch]: new files
88         * Makefile.am (libgtk_la_SOURCES): handle them
89
90 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
91
92         * lyx_gui.C (register_socket_callback): add stub
93         (unregister_socket_callback): add stub
94
95 2004-05-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
96
97         * Makefile.am: dont create a separate xforms.lo use he files
98         directly when building libgtk instead.
99
100 2004-05-19  Angus Leeming  <leeming@lyx.org>
101
102         * Most files: wrap code up inside namespace lyx::frontend.
103
104 2004-05-04  Angus Leeming  <leeming@lyx.org>
105
106         * Dialogs.C: Remove "error" dialog identifier.
107
108 2004-04-28  Angus Leeming  <leeming@lyx.org>
109
110         * GToolbar.[Ch]: rewrite code to derive from a single Toolbar or
111         LayoutBox.
112
113         * GView.C: small changes due to changed Toolbar API.
114
115 2004-04-28  Angus Leeming  <leeming@lyx.org>
116
117         * WorkAreaFactory.C (create): No longer passed x, y data.
118
119         * GView.[Ch] (c-tor): no longer passes x, y data to BufferView c-tor.
120
121 2004-04-28  Angus Leeming  <leeming@lyx.org>
122
123         * WorkAreaFactory.C (create): pass a LyXView & to GWorkArea c-tor.
124
125         * GWorkArea.[Ch] (c-tor): now receives a LyXView &. Use it instead
126         of GView::instance.
127
128         * GView.[Ch] (instance): removed.
129
130 2004-04-27  Angus Leeming  <leeming@lyx.org>
131
132         * GView.[Ch]: split the window into 'top', 'left', 'center',
133         'right' and 'bottom' boxes.
134         (getBox): accessor for a particular box.
135
136         * GMenubar.C (c-tor):
137         * GMiniBuffer.C (c-tor):
138         * GWorkArea.C (c-tor):
139         * GToolbar.C (add): access the correct Box in GView.
140
141         * GToolbar.[Ch] (add, displayToolbar): show only those toolbars that
142         are flagged as 'ON'.
143
144 2004-04-27  Angus Leeming  <leeming@lyx.org>
145
146         * ghelpers.[Ch]: new files.
147         (findGladeFile): search the top_srcdir() as welll as LibFileSearch
148         when looking for glade files.
149
150         * Makefile.am: add new files.
151
152         * GAboutlyx.C (doBuild):
153         * GMathDelim.C (doBuild):
154         * GMathPanel.C (doBuild):
155         * GPrint.C (doBuild):
156         * GTableCreate.C (doBuild):
157         * GText.C (doBuild):
158         * GUrl.C (doBuild): use findGladeFile in preference to LibFileSearch.
159         Prevents crash when using a not-installed lyx executable.
160
161 2004-04-20  Angus Leeming  <leeming@lyx.org>
162
163         * Makefile.am (SUBDIRS): add gimages.
164
165         * gimages/.cvsignore: new file. Ignore Makefile.in, Makefile.
166
167         * gimages/Makefile.am: new file. Add the xpm files to EXTRA_DIST.
168
169         * glade/Makefile.am (GLADE_FILES): replace '*.glade' with the
170         names of the individual files.
171         'make distdir' Now works when srcdir != builddir.
172
173 2004-04-08  Angus Leeming  <leeming@lyx.org>
174
175         * GPainter.C: compile fixes.
176
177 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
178
179         * GPainter.[Ch]: adjust to changes in Painter.h
180
181 2004-04-05  Angus Leeming  <leeming@lyx.org>
182
183         * Dialogs.C (build): set the preferences dialog button policy to
184         PreferencesPolicy.
185
186 2004-04-05  Angus Leeming  <leeming@lyx.org>
187
188         * GMenubar.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
189
190 2004-03-31  Angus Leeming  <leeming@lyx.org>
191
192         * GViewBase.C: remove mention of ControlButtons.h.
193
194         * Makefile.am: remove mention of xforms' Dialogs2.lo, FormBase.lo.
195
196 2004-03-31  Angus Leeming  <leeming@lyx.org>
197
198         * Dialogs.C (build): added preamble dialog.
199
200 2004-03-31  Angus Leeming  <leeming@lyx.org>
201
202         * Dialogs.C (build): added spellchecker dialog.
203
204 2004-03-31  Angus Leeming  <leeming@lyx.org>
205
206         * Dialogs.C (build): added preferences dialog.
207
208 2004-03-30  Angus Leeming  <leeming@lyx.org>
209
210         * Dialogs.C (build) added document dialog.
211
212 2004-03-28  Angus Leeming  <leeming@lyx.org>
213
214         * Dialogs.C (build): added print dialog.
215
216 2004-03-27  Angus Leeming  <leeming@lyx.org>
217
218         * Dialogs.C (build): added box, fidreplace, log, sendto, vspace
219         dialogs. Removed latexlog.
220
221         * Makefile.am: associated changes.
222
223 2004-03-26  Angus Leeming  <leeming@lyx.org>
224
225         * Makefile.am: ensure that the build can find lyx_forms.h when
226         srcdir != builddir.
227
228 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
229
230         * GLyXKeySym.C (print): new method; print a keysym using
231         kb_keymap::printKeySym (should use some native gtk method instead)
232
233 2004-03-24  Angus Leeming  <leeming@lyx.org>
234
235         * GMenubar.C (submenuDisabled, onSubMenuActivate): compile fixes
236         due to the changes in FuncStatus.
237
238         * GToolbar.C (update): ditto.
239
240         * lyx_gui.C (start): remove code to order buffers as it no longer
241         compiles and none of the other frontends do this anymore.
242
243 2004-03-17  Angus Leeming  <leeming@lyx.org>
244
245         * Makefile.am: remove mention of the forks dialog.
246
247 2004-02-09  Huang Ying <hying_caritas@163.com>
248
249         * GXpmBtnTbl.C : add a GXpmBtnTbl class to automate creating a Xpm
250         Button Table according to a set of xpm data or xbm data, is equivalent
251         with bmtable in xforms frontend.
252         * GMathPanel.C : revise using GXpmBtnTbl.
253         * gimages : a directory for xpm used in gtk frontend only.
254         * GMathDelim.C : math delimiter dialog.
255
256 2004-02-07  Huang Ying <hying_caritas@163.com>
257
258         * GViewBase.C : add addCancel, addOK, addApply, add Restore to
259         facilitate setup buttons signal.
260         * GAboutLyx.C : using addxxx series functions.
261         * GTableCreate.C : using addxxx series functions.
262         * GText.C : using addxxx series functions.
263         * GUrl.C : using addxxx series functions.
264
265 2004-02-02  Huang Ying <hying_caritas@163.com>
266
267         * GAboutLyx.C : the "CREDITS" is in "ISO8859-1" charset not locale
268         charset, so change the convert function from Glib::locale_to_utf8
269         to Glib::convert(credit, "UTF-8", "ISO8859-1").
270
271 2003-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
272
273         * Dialogs.C:
274         * Makefile.am: remove vclog (compile fix)
275
276 2003-12-14  Michael Schmitt  <michael.schmitt@teststep.org>
277
278         * Dialogs.C:
279         * Makefile.am: remove minipage
280
281 2003-10-30  Huang Ying  <hying_caritas@163.com>
282
283         * GToolbar.C : change layouts widget update code according xforms
284         fronetends to prevent layouts widget from disable always.
285
286 2003-10-28  Huang Ying  <hying_caritas@163.com>
287
288         * codeConvert.h (etc): Change FcChar to XftChar according to the libxft
289         interface changing.
290         * FileDialogPrivate.C : get rid of button support in FileDialog
291         because of the implementation of Gtk::FileSelection changed.
292         * glade/.cvsignore : add *.gladep, which is generated during editing
293         *.galde
294         * Add MathPanel, TableCreate and Url dialog
295
296 2003-10-15  José Matos  <jamatos@lyx.org>
297
298         * lyx_gui.C (start): add lyxsocket.
299         (LyX_XErrHandler): fix call to emergencyCleanup.
300
301 2003-10-14  Angus Leeming  <leeming@lyx.org>
302
303         * lyx_gui.C (start): store the LyXView in the LyX list of all LyXViews.
304
305 2003-10-13  José Matos  <jamatos@lyx.org>
306
307         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
308         remove_datasocket_callback, remove_serversocket_callback):
309         prefix those fucntions with lyx_gui:: to link correctly.
310
311         * lyx_gui.C (start): fix call to dispatch.
312
313 2003-10-13  Angus Leeming  <leeming@lyx.org>
314
315         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
316         remove_datasocket_callback, remove_serversocket_callback):
317         placeholder functions, enabling the frontend to be linked.
318
319 2003-10-08  Angus Leeming  <leeming@lyx.org>
320
321         Fix doxygen warnings.
322
323         * Alert_pimpl.C: \file Alert_pimpl.C -> \file gtk/Alert_pimpl.C
324         * FileDialog.C: \file FileDialog.C -> \file gtk/FileDialog.C
325         * GView.C: \file GView.C -> \file gtk/GView.C
326         * GView.h: \file GView.h -> \file gtk/GView.h
327
328 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
329
330         * GToolbar.C (add): Make it take a ToobarBackend::Item as arg,
331         adjust.
332         (onButtonClicked): take a FuncRequest
333         (update): adjust
334
335         * GMenubar.C (submenuDisabled): pass FuncRequest to getStatus.
336         (onSubMenuActivate): ditto
337         (onCommandActivate): pass MenuItem::func to dispatch
338
339         * LyXKeySymFactory.C (create): fix new bug
340
341         * GView.C (GView): fix new bug
342
343         * GToolbar.C (add): fix new bug
344
345 2003-09-18  Angus Leeming  <leeming@lyx.org>
346
347         * GPainter.C:
348         * GPainter.h:
349         * GWorkArea.C:
350         * GWorkArea.h:
351         * lyx_gui.C: rename EnumLColor as LColor_color.
352
353 2003-09-16  Angus Leeming  <leeming@lyx.org>
354
355         * GScreen.[Ch] (workarea):
356         * GWorkArea.[Ch] (~ColorCache, getColor, getXftColor, cacheColor,
357         cacheXftColor, getPainter, workWidth, workHeight, xpos, ypos, getWindow,
358         getDisplay, getPixmap, getGC, getColormap, getXftDraw, getColorHandler):
359         move out-of-line.
360
361 2003-09-15  Angus Leeming  <leeming@lyx.org>
362
363         * GPainter.C: add #include "LColor.h".
364         * GPainter.[Ch] (setForeground, point, line, lines, rectangle, fillRectangle,
365         fillPolygon, arc): pass EnumLColor args, rather than LColor::color ones.
366
367         * GScreen.C:
368         * GWorkArea.C: add #include "LColor.h".
369
370         * GWorkArea.h: remove #include "LColor.h".
371         change typedefs to take an EnumLColor arg rather than an LColor::color one.
372
373         * GWorkArea.h (getColor, getXftColor, cacheColor, cacheXftColor):
374         * GWorkArea.[Ch] (getXftColor, getGdkColor): pass EnumLColor args, rather
375         than LColor::color ones.
376
377         * lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
378         than LColor::color ones.
379
380 2003-09-10  Angus Leeming  <leeming@lyx.org>
381
382         * GToolbar.C (onLayoutSelected): missed a change from a call to the
383         Buffer::params member variable to the Buffer::params() function.
384
385 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
386
387         * GPainter.C: change Assert to BOOST_ASSERT
388
389 2003-09-08  Angus Leeming  <leeming@lyx.org>
390
391         * GPainter.h: do not #include <config.h> in header files.
392
393 2003-09-02  Angus Leeming  <leeming@lyx.org>
394
395         * .cvsignore:
396         * glade/.cvsignore: new files.
397
398 2003-09-02  Angus Leeming  <leeming@lyx.org>
399
400         * all files: standard-conformant header blurbs.
401
402 2003-09-02  Huang Ying  <hying_caritas@163.com>
403
404         * initial release