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