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