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