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