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