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