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