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