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