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