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