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