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