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