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