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