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