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