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