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