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