]> git.lyx.org Git - lyx.git/blob - src/frontends/gtk/ChangeLog
some tabular fixes for the problems reported by Helge
[lyx.git] / src / frontends / gtk / ChangeLog
1 2005-03-10  John Spray  <spray_john@users.sf.net>
2
3         * GGraphics, GVSpace, GBox: update to use new ghelpers functions
4         * ghelpers: add getLengthFromWidgets, setWidgetsFromLength,
5         comboBoxTextSet, populateUnitCombo.  Remove buildLengthNoRelUnitList.
6         * GDocument.[Ch], Makefile.am, Dialogs.C: start work on document
7         dialog.
8
9 2005-03-04  John Spray  <spray_john@users.sf.net>
10
11         * GToolbar.C: remember existing selection when update()ing 
12         the layoutbox, in order to cope with document class changes.
13
14 2005-01-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
15
16         * GPrint.C (apply): use convert<int, string> to avoid undefined
17         reference to convert<int, Glib::ustring>
18
19 2005-01-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
20
21         * *.C: make ugly concept check hack work with gcc 3.4 and above
22         (fixes bug 1745)
23         * GMenubar.C (onSubMenuActivate): use Glib::ustring::npos instead of
24         -1
25         * GTexinfo.C (onItemActivate): squash compiler warning
26
27 2005-01-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
28
29         * Several files: use convert<> instead of atoi,strToXXX and friends
30
31 2005-01-10  Angus Leeming  <leeming@lyx.org>
32
33         * ghelpers.C:
34         * lyx_gui.C: use support/package.h to provide the paths to the
35         various directories used by LyX.
36
37 2005-01-06  Lars Gullik Bjonnes  <larsbj@gullik.net>
38
39         * GParagraph.C: drop unused include tostr.h
40
41         * GSpellchecker.C:
42         * GPrint.C:
43         * GGraphics.C (apply): tostr -> convert
44
45 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
46
47         * xftFontLoader.C: lyxrc.font_sizes is a string now.
48
49         * lyx_gui.C: change getDVI() to int.
50
51 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
52
53         * GGraphics.C: more precise checks for the value strings.
54
55 2004-12-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
56
57         * GGraphics.C: store all float/double values as strings.
58
59 2004-12-19  Angus Leeming  <leeming@lyx.org>
60
61         * lyx_gui.C (start): s/slashify_path/internal_path/
62
63 2004-12-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
64
65         * ghelpers.C (getDefaultUnit): add return statement to shut up the
66         compiler
67         * ghelpers.C (buildLengthNoRelUnitList): use std::string::npos
68         instead of -1
69
70 2004-12-12  John Spray  <spray_john@users.sourceforge.net>
71
72         * glade/Makefile.am: update to include all current glade
73                 files.  This fixes "make install" for the gtk frontend.
74
75 2004-12-08  John Spray  <spray_john@users.sourceforge.net>
76
77         * FileDialogPrivate.C: use Gtk::FileChooser.set_current_name
78                 to make suggested filenames work when saving
79
80 2004-12-07  John Spray  <spray_john@users.sourceforge.net>
81
82         * glade/: improve layouts, set spinbuttons to display 2
83                 decimal places where apropriate
84         * GSearch.C: focus 'find' entry on update()
85         * GParagraph.C: don't require that 'ControlBox' widget
86                 be an HBox.
87         * The Include Dialog:
88           Dialogs.C, Makefile.am, GInclude.[Ch], glade/include.glade
89
90 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
91
92         * glade/Makefile.am: clean up a bit
93         * gimages/Makefile.am (dist_noinst_DATA): ditto
94
95 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
96
97         * GTableCreate.C: use size_t-like types for cell, row and column
98         indices
99
100 2004-11-29  John Spray  <spray_john@users.sourceforge.net>
101
102         * GToolbar.C: Make layouts combobox not expand to full height
103                 of toolbar, it looks more like a combobox this way.
104
105 2004-11-26  John Spray  <spray_john@users.sourceforge.net>
106
107         * FileDialogPrivate.[Ch]: use Gtk::FileChooser, add
108                 filtering.
109
110 2004-11-25  John Spray  <spray_john@users.sourceforge.net>
111
112         * GViewBase.h: Fix gcc 3.4 compilation
113         * pch.h: added (barebones version to be improved)
114
115 2004-11-22  John Spray  <spray_john@users.sourceforge.net>
116
117         * GWorkArea.C: Set small scrolling interval to 3*lineheight
118                 as opposed to 1*lineheight
119
120 2004-11-22  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
121
122         * GSendto.C: Disable concept checks (see below)
123
124 2004-11-21  John Spray  <spray_john@users.sourceforge.net>
125
126         * The Sendto Dialog:
127           Dialogs.C, Makefile.am, GSendto.C, GSendto.h
128
129 2004-11-17  Lars Gullik Bjonnes  <larsbj@gullik.net>
130
131         * Disable concept checks with the use of ugly preprocessor stuff
132         in several files.
133
134 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
135
136         * GView.C (hasFocus): new method, always returns true for now
137
138 2004-11-15  John Spray  <spray_john@users.sourceforge.net>
139
140         * The VSpace Dialog:
141           Dialogs.C, Makefile.am, GVSpace.C, GVSpace.h
142         * The Note Dialog:
143           Dialogs.C, Makefile.am, GNote.C, GNote.h
144         * The Float Dialog:
145           Dialogs.C, Makefile.am, GFloat.C, GFloat.h
146         * ghelpers.[Ch]: getGTKStockIcon added to choose gtk
147                 stock icons for FuncRequests, buildLengthNoRelUnitList()
148                 to get vector of units not containing "%"
149         * GToolbar.C: use getGTKStockIcon for toolbutton icons
150         * GMenubar.C: add icons to menu items
151
152 2004-11-14  John Spray  <spray_john@users.sourceforge.net>
153
154         * The ERT dialog:
155           Dialogs.C, Makefile.am, GERT.C, GERT.h
156         * The Box dialog:
157           Dialogs.C, Makefile.am, GBox.C, GBox.h
158         * ghelpers.[Ch], GGraphics.[Ch]: new functions unitsComboFromLength
159                 and getDefaultUnit take functionality that was in GGraphics into
160                 ghelpers
161
162 2004-11-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
163
164         * GToolbar.C (selected): use layoutSelected()
165
166 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
167
168         * GToolbar.C (selected, clicked):
169         * GMenubar.C (onCommandActivate): do not use the verbose argument
170         to dispatch
171
172 2004-11-04  John Spray  <spray_john@users.sourceforge.net>
173
174         * GWorkArea.C: convert GdkEventButton->state from
175                 gdk mouse button ids into mouse_button::state
176                 using gButtonToLyx function
177
178 2004-10-23  John Spray  <spray_john@users.sourceforge.net>
179
180         * ghelpers.[Ch]: Add buildLengthUnitList() to get vector of
181                 available length unit strings
182         * The Graphics dialog:
183           Dialogs.C, Makefile.am, GGraphics.C, GGraphics.h
184
185 2004-10-11  John Spray  <spray_john@users.sourceforge.net>
186
187         * GWorkArea.C: allow user to scroll only one half workarea height
188         off the end of the document, and make the scrollbar and mousewheel
189         consistant in this respect.
190
191 2004-10-11  John Spray  <spray_john@users.sourceforge.net>
192
193         * The Changes dialog
194         * Dialogs.C, Makefile.am, GChanges.C, GChanges.h
195         * ControlChanges.[Ch]: make accept() and reject() return bool
196         from findNextChange
197
198 2004-10-09  John Spray  <spray_john@users.sourceforge.net>
199
200         * The Log dialog
201         * Dialogs.C, GLog.C, GLog.h, Makefile.am, glade/log.glade
202
203 2004-10-08  John Spray  <spray_john@users.sourceforge.net>
204
205         * The ShowFile dialog
206         * Dialogs.C, GShowFile.C, GShowFile.h, Makefile.am
207         * The Texinfo dialog
208         * Dialogs.C, GTexinfo.C, GTexinfo.h, Makefile.am
209         * The ErrorList dialog
210         * Dialogs.C, GErrorList.C, GErrorList.h, Makefile.am
211         * GViewBase.[Ch]: implement setTitle for gtk windows.
212
213 2004-10-06  John Spray  <spray_john@users.sourceforge.net>
214
215         * The Spellchecker dialog
216         * Dialogs.C, GSpellchecker.C, GSpellchecker.h, Makefile.am
217
218 2004-10-06  John Spray  <spray_john@users.sourceforge.net>
219
220         * GView.C (c-tor): get the layout engine working correctly by
221         invoking Gtk::PACK_EXPAND_WIDGET for the main LyX screen.
222
223 2004-10-04  John Spray  <spray_john@users.sourceforge.net>
224
225         * The MathsMatrix dialog
226         * Dialogs.C, GMathsMatrix.C, GMathsMatrix.h, Makefile.am
227
228 2004-10-04  John Spray  <spray_john@users.sourceforge.net>
229
230         * GMenubar.C: use item->submenu() instead of
231         getMenu(item->submenuname) where item->submenuname is empty.
232         Fixes crash with "Figures" submenu.
233
234 2004-10-03  John Spray  <spray_john@users.sourceforge.net>
235
236         * GMenubar.C: add labels in MenuItems to display bindings
237         * GLyxKeySym.C: make print() output GTK+ style (Ctrl+N instead
238         of C-n)
239
240 2004-10-02  John Spray  <spray_john@users.sourceforge.net>
241
242         * The Table of Contents dialog
243         * Dialogs.C, GToc.C, GToc.h, Makefile.am
244
245 2004-09-29  John Spray  <spray_john@users.sourceforge.net>
246
247         * The Paragraph dialog
248         * Dialogs.C, GParagraph.C, GParagraph.h, Makefile.am
249
250 2004-09-28  John Spray  <spray_john@users.sourceforge.net>
251
252         * GToolbar.[Ch]: Use ComboBox instead of deprecated Combo for
253         GLayoutBox class
254
255 2004-09-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
256
257         * lyx_gui.C (start): change comment
258         (start): use for_each instead of explicit loop
259
260         * GWorkArea.h: store shared_ptr in the Maps.
261
262         * GWorkArea.C (~ColorCache): delete
263         (getColor): adjust
264         (getXftColor): adjust
265         (cacheColor): adjust
266         (cacheXftColor): adjust
267         (clear): simplify
268
269         * GView.C (GView): use show_all() instead of explict loop
270
271         * GMathPanel.C (doBuild): ws change
272
273 2004-09-27  John Spray  <spray_john@users.sourceforge.net>
274
275         * The Character dialog
276         * Dialogs.C, GCharacter.C, GCharacter.h, Makefile.am, ghelpers.h,
277         glade/Makefile.am, glade/character.glade
278
279 2004-09-27  Lars Gullik Bjonnes  <larsbj@gullik.net>
280
281         * GXpmBtnTbl.C (construct): use Boost.Assert
282
283         * GToolbar.C (update): make items const
284
285 2004-09-27  John Spray  <spray_john@users.sourceforge.net>
286
287         * GBC.C: Don't let the button controller set the label on GTK+
288         stock icons
289         * GMathPanel.C: resize-friendly packing
290         * glade/*.glade: misc tweaks
291
292 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
293
294         * Reordered and a lot of includes in a lot of files.
295
296 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
297             John Spray  <spray_john@users.sourceforge.net>
298
299         * Initial move to gtk 2.4.
300
301 2004-09-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
302
303         * WS changes.
304
305 2004-09-25  John Spray  <spray_john@users.sourceforge.net>
306
307         * GPrint.C: minor fixes to make it compile and work, get rid of
308         "Apply"
309         * Dialogs.C: move from FormPrint to GPrint
310         * Makefile.am: move from FormPrint to GPrint
311         * glade/print.glade: rearrange, gtk stock button for Print, get
312         rid of "Apply"
313
314 2004-09-24  John Spray  <spray_john@users.sourceforge.net>
315
316         * GSearch.[Ch]: new files
317         * Dialogs.C: move from formsearch to gsearch
318         * Makefile.am: move from formsearch to gsearch, alphabetically
319         sort list of libgtk_la_SOURCES
320         * glade/search.glade: s/Backwords/Backwards/, accelerator escape
321         for close button, gtk stock buttons for find and replace.
322
323 2004-09-23  John Spray  <spray_john@users.sourceforge.net>
324
325         * GWorkArea.[Ch]: Add GWorkArea::onScrollWheel to implement
326         mouse-wheel scrolling of document
327
328 2004-07-24  Lars Gullik Bjonnes  <larsbj@gullik.net>
329
330         * GPainter.C (text): use boost::scoped_array to store the
331         temporary wchar_t pointer
332
333         * lyx_gui.C: change "support/std_sstream.h" to <sstream>
334
335 2004-07-22  Lars Gullik Bjonnes  <larsbj@gullik.net>
336
337         * lyx_gui.C (register_socket_callback,unregister_socket_callback):
338         implement
339         (set_read_callback,remove_read_callback): remove implementation
340
341         * io_callback.[Ch]: new files
342         * Makefile.am (libgtk_la_SOURCES): handle them
343
344 2004-07-21  Lars Gullik Bjonnes  <larsbj@gullik.net>
345
346         * lyx_gui.C (register_socket_callback): add stub
347         (unregister_socket_callback): add stub
348
349 2004-05-26  Lars Gullik Bjonnes  <larsbj@gullik.net>
350
351         * Makefile.am: dont create a separate xforms.lo use he files
352         directly when building libgtk instead.
353
354 2004-05-19  Angus Leeming  <leeming@lyx.org>
355
356         * Most files: wrap code up inside namespace lyx::frontend.
357
358 2004-05-04  Angus Leeming  <leeming@lyx.org>
359
360         * Dialogs.C: Remove "error" dialog identifier.
361
362 2004-04-28  Angus Leeming  <leeming@lyx.org>
363
364         * GToolbar.[Ch]: rewrite code to derive from a single Toolbar or
365         LayoutBox.
366
367         * GView.C: small changes due to changed Toolbar API.
368
369 2004-04-28  Angus Leeming  <leeming@lyx.org>
370
371         * WorkAreaFactory.C (create): No longer passed x, y data.
372
373         * GView.[Ch] (c-tor): no longer passes x, y data to BufferView c-tor.
374
375 2004-04-28  Angus Leeming  <leeming@lyx.org>
376
377         * WorkAreaFactory.C (create): pass a LyXView & to GWorkArea c-tor.
378
379         * GWorkArea.[Ch] (c-tor): now receives a LyXView &. Use it instead
380         of GView::instance.
381
382         * GView.[Ch] (instance): removed.
383
384 2004-04-27  Angus Leeming  <leeming@lyx.org>
385
386         * GView.[Ch]: split the window into 'top', 'left', 'center',
387         'right' and 'bottom' boxes.
388         (getBox): accessor for a particular box.
389
390         * GMenubar.C (c-tor):
391         * GMiniBuffer.C (c-tor):
392         * GWorkArea.C (c-tor):
393         * GToolbar.C (add): access the correct Box in GView.
394
395         * GToolbar.[Ch] (add, displayToolbar): show only those toolbars that
396         are flagged as 'ON'.
397
398 2004-04-27  Angus Leeming  <leeming@lyx.org>
399
400         * ghelpers.[Ch]: new files.
401         (findGladeFile): search the top_srcdir() as welll as LibFileSearch
402         when looking for glade files.
403
404         * Makefile.am: add new files.
405
406         * GAboutlyx.C (doBuild):
407         * GMathDelim.C (doBuild):
408         * GMathPanel.C (doBuild):
409         * GPrint.C (doBuild):
410         * GTableCreate.C (doBuild):
411         * GText.C (doBuild):
412         * GUrl.C (doBuild): use findGladeFile in preference to LibFileSearch.
413         Prevents crash when using a not-installed lyx executable.
414
415 2004-04-20  Angus Leeming  <leeming@lyx.org>
416
417         * Makefile.am (SUBDIRS): add gimages.
418
419         * gimages/.cvsignore: new file. Ignore Makefile.in, Makefile.
420
421         * gimages/Makefile.am: new file. Add the xpm files to EXTRA_DIST.
422
423         * glade/Makefile.am (GLADE_FILES): replace '*.glade' with the
424         names of the individual files.
425         'make distdir' Now works when srcdir != builddir.
426
427 2004-04-08  Angus Leeming  <leeming@lyx.org>
428
429         * GPainter.C: compile fixes.
430
431 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
432
433         * GPainter.[Ch]: adjust to changes in Painter.h
434
435 2004-04-05  Angus Leeming  <leeming@lyx.org>
436
437         * Dialogs.C (build): set the preferences dialog button policy to
438         PreferencesPolicy.
439
440 2004-04-05  Angus Leeming  <leeming@lyx.org>
441
442         * GMenubar.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
443
444 2004-03-31  Angus Leeming  <leeming@lyx.org>
445
446         * GViewBase.C: remove mention of ControlButtons.h.
447
448         * Makefile.am: remove mention of xforms' Dialogs2.lo, FormBase.lo.
449
450 2004-03-31  Angus Leeming  <leeming@lyx.org>
451
452         * Dialogs.C (build): added preamble dialog.
453
454 2004-03-31  Angus Leeming  <leeming@lyx.org>
455
456         * Dialogs.C (build): added spellchecker dialog.
457
458 2004-03-31  Angus Leeming  <leeming@lyx.org>
459
460         * Dialogs.C (build): added preferences dialog.
461
462 2004-03-30  Angus Leeming  <leeming@lyx.org>
463
464         * Dialogs.C (build) added document dialog.
465
466 2004-03-28  Angus Leeming  <leeming@lyx.org>
467
468         * Dialogs.C (build): added print dialog.
469
470 2004-03-27  Angus Leeming  <leeming@lyx.org>
471
472         * Dialogs.C (build): added box, fidreplace, log, sendto, vspace
473         dialogs. Removed latexlog.
474
475         * Makefile.am: associated changes.
476
477 2004-03-26  Angus Leeming  <leeming@lyx.org>
478
479         * Makefile.am: ensure that the build can find lyx_forms.h when
480         srcdir != builddir.
481
482 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
483
484         * GLyXKeySym.C (print): new method; print a keysym using
485         kb_keymap::printKeySym (should use some native gtk method instead)
486
487 2004-03-24  Angus Leeming  <leeming@lyx.org>
488
489         * GMenubar.C (submenuDisabled, onSubMenuActivate): compile fixes
490         due to the changes in FuncStatus.
491
492         * GToolbar.C (update): ditto.
493
494         * lyx_gui.C (start): remove code to order buffers as it no longer
495         compiles and none of the other frontends do this anymore.
496
497 2004-03-17  Angus Leeming  <leeming@lyx.org>
498
499         * Makefile.am: remove mention of the forks dialog.
500
501 2004-02-09  Huang Ying <hying_caritas@163.com>
502
503         * GXpmBtnTbl.C : add a GXpmBtnTbl class to automate creating a Xpm
504         Button Table according to a set of xpm data or xbm data, is equivalent
505         with bmtable in xforms frontend.
506         * GMathPanel.C : revise using GXpmBtnTbl.
507         * gimages : a directory for xpm used in gtk frontend only.
508         * GMathDelim.C : math delimiter dialog.
509
510 2004-02-07  Huang Ying <hying_caritas@163.com>
511
512         * GViewBase.C : add addCancel, addOK, addApply, add Restore to
513         facilitate setup buttons signal.
514         * GAboutLyx.C : using addxxx series functions.
515         * GTableCreate.C : using addxxx series functions.
516         * GText.C : using addxxx series functions.
517         * GUrl.C : using addxxx series functions.
518
519 2004-02-02  Huang Ying <hying_caritas@163.com>
520
521         * GAboutLyx.C : the "CREDITS" is in "ISO8859-1" charset not locale
522         charset, so change the convert function from Glib::locale_to_utf8
523         to Glib::convert(credit, "UTF-8", "ISO8859-1").
524
525 2003-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
526
527         * Dialogs.C:
528         * Makefile.am: remove vclog (compile fix)
529
530 2003-12-14  Michael Schmitt  <michael.schmitt@teststep.org>
531
532         * Dialogs.C:
533         * Makefile.am: remove minipage
534
535 2003-10-30  Huang Ying  <hying_caritas@163.com>
536
537         * GToolbar.C : change layouts widget update code according xforms
538         fronetends to prevent layouts widget from disable always.
539
540 2003-10-28  Huang Ying  <hying_caritas@163.com>
541
542         * codeConvert.h (etc): Change FcChar to XftChar according to the libxft
543         interface changing.
544         * FileDialogPrivate.C : get rid of button support in FileDialog
545         because of the implementation of Gtk::FileSelection changed.
546         * glade/.cvsignore : add *.gladep, which is generated during editing
547         *.galde
548         * Add MathPanel, TableCreate and Url dialog
549
550 2003-10-15  José Matos  <jamatos@lyx.org>
551
552         * lyx_gui.C (start): add lyxsocket.
553         (LyX_XErrHandler): fix call to emergencyCleanup.
554
555 2003-10-14  Angus Leeming  <leeming@lyx.org>
556
557         * lyx_gui.C (start): store the LyXView in the LyX list of all LyXViews.
558
559 2003-10-13  José Matos  <jamatos@lyx.org>
560
561         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
562         remove_datasocket_callback, remove_serversocket_callback):
563         prefix those fucntions with lyx_gui:: to link correctly.
564
565         * lyx_gui.C (start): fix call to dispatch.
566
567 2003-10-13  Angus Leeming  <leeming@lyx.org>
568
569         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
570         remove_datasocket_callback, remove_serversocket_callback):
571         placeholder functions, enabling the frontend to be linked.
572
573 2003-10-08  Angus Leeming  <leeming@lyx.org>
574
575         Fix doxygen warnings.
576
577         * Alert_pimpl.C: \file Alert_pimpl.C -> \file gtk/Alert_pimpl.C
578         * FileDialog.C: \file FileDialog.C -> \file gtk/FileDialog.C
579         * GView.C: \file GView.C -> \file gtk/GView.C
580         * GView.h: \file GView.h -> \file gtk/GView.h
581
582 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
583
584         * GToolbar.C (add): Make it take a ToobarBackend::Item as arg,
585         adjust.
586         (onButtonClicked): take a FuncRequest
587         (update): adjust
588
589         * GMenubar.C (submenuDisabled): pass FuncRequest to getStatus.
590         (onSubMenuActivate): ditto
591         (onCommandActivate): pass MenuItem::func to dispatch
592
593         * LyXKeySymFactory.C (create): fix new bug
594
595         * GView.C (GView): fix new bug
596
597         * GToolbar.C (add): fix new bug
598
599 2003-09-18  Angus Leeming  <leeming@lyx.org>
600
601         * GPainter.C:
602         * GPainter.h:
603         * GWorkArea.C:
604         * GWorkArea.h:
605         * lyx_gui.C: rename EnumLColor as LColor_color.
606
607 2003-09-16  Angus Leeming  <leeming@lyx.org>
608
609         * GScreen.[Ch] (workarea):
610         * GWorkArea.[Ch] (~ColorCache, getColor, getXftColor, cacheColor,
611         cacheXftColor, getPainter, workWidth, workHeight, xpos, ypos, getWindow,
612         getDisplay, getPixmap, getGC, getColormap, getXftDraw, getColorHandler):
613         move out-of-line.
614
615 2003-09-15  Angus Leeming  <leeming@lyx.org>
616
617         * GPainter.C: add #include "LColor.h".
618         * GPainter.[Ch] (setForeground, point, line, lines, rectangle, fillRectangle,
619         fillPolygon, arc): pass EnumLColor args, rather than LColor::color ones.
620
621         * GScreen.C:
622         * GWorkArea.C: add #include "LColor.h".
623
624         * GWorkArea.h: remove #include "LColor.h".
625         change typedefs to take an EnumLColor arg rather than an LColor::color one.
626
627         * GWorkArea.h (getColor, getXftColor, cacheColor, cacheXftColor):
628         * GWorkArea.[Ch] (getXftColor, getGdkColor): pass EnumLColor args, rather
629         than LColor::color ones.
630
631         * lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
632         than LColor::color ones.
633
634 2003-09-10  Angus Leeming  <leeming@lyx.org>
635
636         * GToolbar.C (onLayoutSelected): missed a change from a call to the
637         Buffer::params member variable to the Buffer::params() function.
638
639 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
640
641         * GPainter.C: change Assert to BOOST_ASSERT
642
643 2003-09-08  Angus Leeming  <leeming@lyx.org>
644
645         * GPainter.h: do not #include <config.h> in header files.
646
647 2003-09-02  Angus Leeming  <leeming@lyx.org>
648
649         * .cvsignore:
650         * glade/.cvsignore: new files.
651
652 2003-09-02  Angus Leeming  <leeming@lyx.org>
653
654         * all files: standard-conformant header blurbs.
655
656 2003-09-02  Huang Ying  <hying_caritas@163.com>
657
658         * initial release