]> git.lyx.org Git - lyx.git/blob - src/frontends/gtk/ChangeLog
e3da2b501d1d0e22b9b440f41c0377b25d31e503
[lyx.git] / src / frontends / gtk / ChangeLog
1 2006-04-19  Bernhard Reiter <ockham@gmx.net>
2         * GExternal.[Ch], glade/external.glade: implement external dialog
3
4 2006-03-26  John Spray <spray@lyx.org>
5         * GMenubar.C: expect menu strings to be locale encoded (bug 2421,1954)
6
7 2006-03-10  Martin Vermeer  <martin.vermeer@hut.fi>
8
9         * GChanges.C: fix bug 2212: First change is skipped in
10                 "Merge changes..." dialog
11
12 2006-02-20  John Spray  <spray@lyx.org>
13         * glade/documents.glade: change "page style" to "page numbering"
14           in UI.
15
16 2006-02-20  Bartek Kostrzewa  <bartek@runbox.com>
17         * LyXGdkImage.C: support grayscale and monochrome
18
19 2006-02-17  John Spray  <spray@lyx.org>
20         * GPreferences.[Ch], glade/preferences.glade: Add spellchecker 
21           options to gtk preferences dialog
22
23 2006-02-16  John Spray  <spray@lyx.org>
24         * GCitation.C: Add selected keys to the list, even if they're 
25           in the list of bibkeys.
26         * GViewBase.C: Put update() back into show(), it was still 
27           needed by some dialogs.  More investigation needed.
28         * GTableCreate.C: Fix rows and columns being switched
29         * GMenubar.C: Escape underscores in menu labels
30         * GWrap.C: Cope with empty placement string for default placement
31
32 2006-02-14  John Spray  <spray@lyx.org>
33         * GPainter.[Ch], xftFontMetrics.C: Remove broken multibyte 
34           text rendering stuff, make single-byte work properly.
35                 Now I can type Schrödinger.
36         * codeConvert.h, Makefile.am: Remove codeConvert.h, it's 
37           no longer used.
38         * GWorkArea.C: fix copy and paste text encoding.  Now 
39           I can copy and paste Schrödinger.
40         * GMenubar.C, GToolbar.C, GPainter.C: dodgy text encoding 
41           conversions are marked with comments.  grep for ENCODING.
42         * GViewBase.C: no longer call update() in show(), fixes 
43           update getting called twice when opening dialog.
44
45 2006-02-13  John Spray  <spray@lyx.org>
46         * ghelpers.C: implement Gtk::IconTheme stuff for getting 
47           lots more icons from the theme.
48         * GPreferences.C: append arbitrary size to font strings
49           when passing to gtk font button, to prevent it from 
50           mangling some more complicated font names.
51         * lyx_gui.C: use Gtk::Main instead of while() loop: 
52           fix eating CPU even when idle
53         * GPainter.[Ch]: some futile attempts to make painting
54           faster by diminishing function overhead.
55
56 2006-02-12  John Spray  <spray@lyx.org>
57         * GMenubar.C: assume backend strings in latin1 (bug 1954)
58         * GDocument.C, GtkLengthEntry.C: replace comboBoxTextSet with
59           Gtk::ComboBoxText::set_active_text
60         * ghelpers.[Ch]: remove comboBoxTextSet, rearrange GTK icon
61           lookup code in preparation for using icon themes.
62         * GMenubar.C, GToolbar.C: use the new icon lookup function
63
64 2006-02-12  Bartek Kostrzewa  <bartek@runbox.com>
65         * GMenubar.C: Fix crash with navigation submenus
66
67 2006-02-09  John Spray  <spray@lyx.org>
68         * GPreferences.[Ch], glade/preferences.glade: Add language tab
69
70 2006-02-07  John Spray  <spray@lyx.org>
71
72         * GCitation.[Ch]: Allow adding items by double clicking
73         * GPreferences.[Ch], glade/preferences.glade: Make font options 
74           apply properly, add graphics and keyboard options.
75
76 2006-02-06  John Spray  <spray@lyx.org>
77
78         * GGraphics.[Ch], glade/graphics.glade: Use GtkLengthEntry, touch up glade
79         * GDocument.[Ch], glade/document.glade: Only Bullet options left to do
80         * GBibtex.[Ch], glade/bibtex.glade: Implement bibtex dialog
81         * ghelpers.[Ch], GtkLengthEntry.[Ch]: Move some old stuff out of
82           ghelpers into GtkLengthEntry
83         * GAboutlyx.[Ch], glade/aboutlyx.glade: Sexy new about dialog
84
85 2006-02-05  John Spray  <spray@lyx.org>
86
87         * GPreferences.[Ch], glade/preferences.glade: Start work on 
88           preferences dialog ("Screen fonts" tab done).
89         * GtkLengthEntry.C: fix packing, oversized units box
90         * GVSpace.[Ch], GDocument.[Ch], glade/document.glade, glade/vspace.glade:
91           Use GtkLengthEntry
92
93 2006-01-28  John Spray  <spray@lyx.org>
94
95         * GtkLengthEntry.[Ch]: implement signal_changed, setup spin limits
96         * GWrap.[Ch], glade/wrap.glade: Add Wrap dialog
97         * GDocument.[Ch], Dialogs.C: Implemented preamble editing in 
98                 document dialog.  "dialog-show preamble" will now violate
99                 an assertion in Dialogs.C.
100
101 2006-01-27  Bernhard Reiter  <ockham@gmx.net>
102
103         * GBranch.[Ch], glade/branch.glade: Add the Branches dialog
104         * Dialogs.C, Makefile.am, glade/Makefile.am: Use GBranch
105         * GCitation.C, glade/citation.glade: Add some shortcuts, 
106           set shortcut targets correctly plus some minor bc().valid() logic
107
108 2006-01-25  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
109
110         * xftFontLoader.C: remove obsolete header
111
112 2006-01-24  John Spray <spray@lyx.org>
113         * GTabular.[Ch], glade/tabular.glade: Add tabular dialog (incomplete)
114         * LyXGtkLengthEntry.[Ch]: Add length entry widget
115         * Dialogs.C, Makefile.am, lyx_gui.C: Remove xforms references
116
117 2006-01-23  John Spray <spray@lyx.org>
118
119         * LyXGdkImage.[Ch]: replace xforms Image class
120         * Makefile.am: build LyXGdkImage
121         * GPainter.C: use new Gdk Image class
122         * lyx_gui.C: use new Gdk Image class, disable XSynchronize
123
124 2006-01-21  John Spray <spray@lyx.org>
125
126         * GBibItem.[Ch], glade/bibitem.glade: Add the bibitem dialog
127         * Dialogs.C, Makefile.am, glade/Makefile.am: Use GBibItem
128         * GDocument.[Ch], glade/document.glade: Add more functionality
129           to the still-incomplete document dialog.
130         * Alert_pimpl.C: Make generic dialogs use the titles LyX gives them
131         * GGraphics.C: Default to scaling 100% when no scaling or size is given
132         * GMenubar.C: Rename some confusing variables
133
134 2006-01-20  Bernhard Reiter  <ockham@gmx.net>
135
136         * GCitation.[Ch], glade/citation.glade: Add the citation dialog
137         * Dialogs.C, Makefile.am, glade/Makefile.am: Use GCitation
138
139 2005-10-12  Bernhard Reiter  <ockham@gmx.net>
140
141         * The Thesaurus dialog
142         * GThesaurus.C, GThesaurus.h, Makefile.am
143         * Dialogs.C: moved BC generation to individual if blocks
144         * glade/thesaurus.glade, glade/Makefile.am
145
146 2005-10-02  Martin Vermeer  <martin.vermeer@hut.fi>
147
148         * GToc.C: fix bug 2038
149
150 2005-09-08  Angus Leeming  <leeming@lyx.org>
151
152         * GSpellchecker.C: correct grammar describing invocation of the
153         spellchecker.
154
155 2005-07-05  John Spray  <spray@lyx.org>
156         * GRef.[Ch], glade/ref.glade: Add the reference insertion dialog
157         * Dialogs.C, Makefile.am, glade/Makefile.am: Use GRef
158
159 2005-07-02  John Spray  <spray@lyx.org>
160         * xftFontMetrics.C: Add error checking to call to mbstowcs 
161         in font_metrics::width, estimate width for strings that  
162         mbstowcs doesn't like.
163
164 2005-07-31  John Spray  <spray_john@users.sf.net>
165         * GToc.C: unbreak viewing lists other than TOC by storing 
166         integer index of entries in Type combobox.
167
168 2005-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
169
170         * GViewBase.C (show): exit after update if Controller::exitEarly()
171         is true. (bug 1950)
172
173 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
174
175         * GTexInfo.C: Load and display full-path and no-path
176         lists correctly (bug 1936)
177
178 2005-07-27  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
179
180         * GToc.C (update, updateContents): Do not compare against 
181         translatable strings (bug 1870).
182         Someone who can actually compile against gtk should verify this.
183
184 2005-07-24  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
185
186         * GDocument.[Ch], glade/document.glade: remove remaining
187         paperpackage bits
188
189 2005-07-18  José Matos  <jamatos@fc.up.pt>
190
191         * GDocument.C: new file format, remove support for a4.sty,
192         a4wide.sty and a4widemargins.
193
194 2005-07-16  José Matos  <jamatos@fc.up.pt>
195
196         * ghelpers.C:
197         * GDocument.C: remove setPaperStuff and use a
198         single papersize variable.
199
200 2005-07-15  José Matos  <jamatos@lyx.org>
201
202         * .cvsignore: add pch.h.gch and pch.h.gch.dep.
203
204 2005-07-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
205
206         * GToc.C: consider gui name, not type, when trying to set the
207         toc combo (fixes bug 1870).
208
209 2005-05-14  Michael Schmitt  <michael.schmitt@teststep.org>
210
211         * Dialogs.C: dialog title "Index" => "Index Entry"
212         * GTexinfo.C: dialog title "LaTeX Information" => "TeX Information"
213
214 2005-04-25  Angus Leeming  <leeming@lyx.org>
215
216         * GChanges.C:
217         * GLog.C:
218         * GShowFile.C:
219         * GTexinfo.C:
220         include <config.h> in .C files, not .h ones.
221         add licence blurb.
222         protect headers inside preprocessor guards.
223
224 2005-03-21  John Spray  <spray_john@users.sf.net>
225
226         * GDocument.[Ch]: add "Page", "Margins", "Language" tabs.
227
228 2005-03-20  Alfredo Braunstein  <abraunst@lyx.org>
229
230         * GWorkArea.[Ch] (onScroll, setScrollbarParams): add an adjusting_
231         flag to avoid signal reentrance.
232
233 2005-03-20  John Spray  <spray_john@users.sf.net>
234
235         * ghelpers.C: use Gtk::Stock::PROPERTIES icon for document
236         dialog.
237
238 2005-03-10  John Spray  <spray_john@users.sf.net>
239
240         * GGraphics, GVSpace, GBox: update to use new ghelpers functions
241         * ghelpers: add getLengthFromWidgets, setWidgetsFromLength,
242         comboBoxTextSet, populateUnitCombo.  Remove buildLengthNoRelUnitList.
243         * GDocument.[Ch], Makefile.am, Dialogs.C: start work on document
244         dialog.
245
246 2005-03-04  John Spray  <spray_john@users.sf.net>
247
248         * GToolbar.C: remember existing selection when update()ing
249         the layoutbox, in order to cope with document class changes.
250
251 2005-01-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
252
253         * GPrint.C (apply): use convert<int, string> to avoid undefined
254         reference to convert<int, Glib::ustring>
255
256 2005-01-29  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
257
258         * *.C: make ugly concept check hack work with gcc 3.4 and above
259         (fixes bug 1745)
260         * GMenubar.C (onSubMenuActivate): use Glib::ustring::npos instead of
261         -1
262         * GTexinfo.C (onItemActivate): squash compiler warning
263
264 2005-01-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
265
266         * Several files: use convert<> instead of atoi,strToXXX and friends
267
268 2005-01-10  Angus Leeming  <leeming@lyx.org>
269
270         * ghelpers.C:
271         * lyx_gui.C: use support/package.h to provide the paths to the
272         various directories used by LyX.
273
274 2005-01-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
275
276         * GParagraph.C: drop unused include tostr.h
277
278         * GSpellchecker.C:
279         * GPrint.C:
280         * GGraphics.C (apply): tostr -> convert
281
282 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
283
284         * xftFontLoader.C: lyxrc.font_sizes is a string now.
285
286         * lyx_gui.C: change getDVI() to int.
287
288 2005-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
289
290         * GGraphics.C: more precise checks for the value strings.
291
292 2004-12-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
293
294         * GGraphics.C: store all float/double values as strings.
295
296 2004-12-19  Angus Leeming  <leeming@lyx.org>
297
298         * lyx_gui.C (start): s/slashify_path/internal_path/
299
300 2004-12-19  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
301
302         * ghelpers.C (getDefaultUnit): add return statement to shut up the
303         compiler
304         * ghelpers.C (buildLengthNoRelUnitList): use std::string::npos
305         instead of -1
306
307 2004-12-12  John Spray  <spray_john@users.sourceforge.net>
308
309         * glade/Makefile.am: update to include all current glade
310                 files.  This fixes "make install" for the gtk frontend.
311
312 2004-12-08  John Spray  <spray_john@users.sourceforge.net>
313
314         * FileDialogPrivate.C: use Gtk::FileChooser.set_current_name
315                 to make suggested filenames work when saving
316
317 2004-12-07  John Spray  <spray_john@users.sourceforge.net>
318
319         * glade/: improve layouts, set spinbuttons to display 2
320                 decimal places where apropriate
321         * GSearch.C: focus 'find' entry on update()
322         * GParagraph.C: don't require that 'ControlBox' widget
323                 be an HBox.
324         * The Include Dialog:
325           Dialogs.C, Makefile.am, GInclude.[Ch], glade/include.glade
326
327 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
328
329         * glade/Makefile.am: clean up a bit
330         * gimages/Makefile.am (dist_noinst_DATA): ditto
331
332 2004-12-02  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
333
334         * GTableCreate.C: use size_t-like types for cell, row and column
335         indices
336
337 2004-11-29  John Spray  <spray_john@users.sourceforge.net>
338
339         * GToolbar.C: Make layouts combobox not expand to full height
340                 of toolbar, it looks more like a combobox this way.
341
342 2004-11-26  John Spray  <spray_john@users.sourceforge.net>
343
344         * FileDialogPrivate.[Ch]: use Gtk::FileChooser, add
345                 filtering.
346
347 2004-11-25  John Spray  <spray_john@users.sourceforge.net>
348
349         * GViewBase.h: Fix gcc 3.4 compilation
350         * pch.h: added (barebones version to be improved)
351
352 2004-11-22  John Spray  <spray_john@users.sourceforge.net>
353
354         * GWorkArea.C: Set small scrolling interval to 3*lineheight
355                 as opposed to 1*lineheight
356
357 2004-11-22  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
358
359         * GSendto.C: Disable concept checks (see below)
360
361 2004-11-21  John Spray  <spray_john@users.sourceforge.net>
362
363         * The Sendto Dialog:
364           Dialogs.C, Makefile.am, GSendto.C, GSendto.h
365
366 2004-11-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
367
368         * Disable concept checks with the use of ugly preprocessor stuff
369         in several files.
370
371 2004-11-15  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
372
373         * GView.C (hasFocus): new method, always returns true for now
374
375 2004-11-15  John Spray  <spray_john@users.sourceforge.net>
376
377         * The VSpace Dialog:
378           Dialogs.C, Makefile.am, GVSpace.C, GVSpace.h
379         * The Note Dialog:
380           Dialogs.C, Makefile.am, GNote.C, GNote.h
381         * The Float Dialog:
382           Dialogs.C, Makefile.am, GFloat.C, GFloat.h
383         * ghelpers.[Ch]: getGTKStockIcon added to choose gtk
384                 stock icons for FuncRequests, buildLengthNoRelUnitList()
385                 to get vector of units not containing "%"
386         * GToolbar.C: use getGTKStockIcon for toolbutton icons
387         * GMenubar.C: add icons to menu items
388
389 2004-11-14  John Spray  <spray_john@users.sourceforge.net>
390
391         * The ERT dialog:
392           Dialogs.C, Makefile.am, GERT.C, GERT.h
393         * The Box dialog:
394           Dialogs.C, Makefile.am, GBox.C, GBox.h
395         * ghelpers.[Ch], GGraphics.[Ch]: new functions unitsComboFromLength
396                 and getDefaultUnit take functionality that was in GGraphics into
397                 ghelpers
398
399 2004-11-08  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
400
401         * GToolbar.C (selected): use layoutSelected()
402
403 2004-11-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
404
405         * GToolbar.C (selected, clicked):
406         * GMenubar.C (onCommandActivate): do not use the verbose argument
407         to dispatch
408
409 2004-11-04  John Spray  <spray_john@users.sourceforge.net>
410
411         * GWorkArea.C: convert GdkEventButton->state from
412                 gdk mouse button ids into mouse_button::state
413                 using gButtonToLyx function
414
415 2004-10-23  John Spray  <spray_john@users.sourceforge.net>
416
417         * ghelpers.[Ch]: Add buildLengthUnitList() to get vector of
418                 available length unit strings
419         * The Graphics dialog:
420           Dialogs.C, Makefile.am, GGraphics.C, GGraphics.h
421
422 2004-10-11  John Spray  <spray_john@users.sourceforge.net>
423
424         * GWorkArea.C: allow user to scroll only one half workarea height
425         off the end of the document, and make the scrollbar and mousewheel
426         consistant in this respect.
427
428 2004-10-11  John Spray  <spray_john@users.sourceforge.net>
429
430         * The Changes dialog
431         * Dialogs.C, Makefile.am, GChanges.C, GChanges.h
432         * ControlChanges.[Ch]: make accept() and reject() return bool
433         from findNextChange
434
435 2004-10-09  John Spray  <spray_john@users.sourceforge.net>
436
437         * The Log dialog
438         * Dialogs.C, GLog.C, GLog.h, Makefile.am, glade/log.glade
439
440 2004-10-08  John Spray  <spray_john@users.sourceforge.net>
441
442         * The ShowFile dialog
443         * Dialogs.C, GShowFile.C, GShowFile.h, Makefile.am
444         * The Texinfo dialog
445         * Dialogs.C, GTexinfo.C, GTexinfo.h, Makefile.am
446         * The ErrorList dialog
447         * Dialogs.C, GErrorList.C, GErrorList.h, Makefile.am
448         * GViewBase.[Ch]: implement setTitle for gtk windows.
449
450 2004-10-06  John Spray  <spray_john@users.sourceforge.net>
451
452         * The Spellchecker dialog
453         * Dialogs.C, GSpellchecker.C, GSpellchecker.h, Makefile.am
454
455 2004-10-06  John Spray  <spray_john@users.sourceforge.net>
456
457         * GView.C (c-tor): get the layout engine working correctly by
458         invoking Gtk::PACK_EXPAND_WIDGET for the main LyX screen.
459
460 2004-10-04  John Spray  <spray_john@users.sourceforge.net>
461
462         * The MathsMatrix dialog
463         * Dialogs.C, GMathsMatrix.C, GMathsMatrix.h, Makefile.am
464
465 2004-10-04  John Spray  <spray_john@users.sourceforge.net>
466
467         * GMenubar.C: use item->submenu() instead of
468         getMenu(item->submenuname) where item->submenuname is empty.
469         Fixes crash with "Figures" submenu.
470
471 2004-10-03  John Spray  <spray_john@users.sourceforge.net>
472
473         * GMenubar.C: add labels in MenuItems to display bindings
474         * GLyxKeySym.C: make print() output GTK+ style (Ctrl+N instead
475         of C-n)
476
477 2004-10-02  John Spray  <spray_john@users.sourceforge.net>
478
479         * The Table of Contents dialog
480         * Dialogs.C, GToc.C, GToc.h, Makefile.am
481
482 2004-09-29  John Spray  <spray_john@users.sourceforge.net>
483
484         * The Paragraph dialog
485         * Dialogs.C, GParagraph.C, GParagraph.h, Makefile.am
486
487 2004-09-28  John Spray  <spray_john@users.sourceforge.net>
488
489         * GToolbar.[Ch]: Use ComboBox instead of deprecated Combo for
490         GLayoutBox class
491
492 2004-09-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
493
494         * lyx_gui.C (start): change comment
495         (start): use for_each instead of explicit loop
496
497         * GWorkArea.h: store shared_ptr in the Maps.
498
499         * GWorkArea.C (~ColorCache): delete
500         (getColor): adjust
501         (getXftColor): adjust
502         (cacheColor): adjust
503         (cacheXftColor): adjust
504         (clear): simplify
505
506         * GView.C (GView): use show_all() instead of explict loop
507
508         * GMathPanel.C (doBuild): ws change
509
510 2004-09-27  John Spray  <spray_john@users.sourceforge.net>
511
512         * The Character dialog
513         * Dialogs.C, GCharacter.C, GCharacter.h, Makefile.am, ghelpers.h,
514         glade/Makefile.am, glade/character.glade
515
516 2004-09-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
517
518         * GXpmBtnTbl.C (construct): use Boost.Assert
519
520         * GToolbar.C (update): make items const
521
522 2004-09-27  John Spray  <spray_john@users.sourceforge.net>
523
524         * GBC.C: Don't let the button controller set the label on GTK+
525         stock icons
526         * GMathPanel.C: resize-friendly packing
527         * glade/*.glade: misc tweaks
528
529 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
530
531         * Reordered and a lot of includes in a lot of files.
532
533 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
534             John Spray  <spray_john@users.sourceforge.net>
535
536         * Initial move to gtk 2.4.
537
538 2004-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
539
540         * WS changes.
541
542 2004-09-25  John Spray  <spray_john@users.sourceforge.net>
543
544         * GPrint.C: minor fixes to make it compile and work, get rid of
545         "Apply"
546         * Dialogs.C: move from FormPrint to GPrint
547         * Makefile.am: move from FormPrint to GPrint
548         * glade/print.glade: rearrange, gtk stock button for Print, get
549         rid of "Apply"
550
551 2004-09-24  John Spray  <spray_john@users.sourceforge.net>
552
553         * GSearch.[Ch]: new files
554         * Dialogs.C: move from formsearch to gsearch
555         * Makefile.am: move from formsearch to gsearch, alphabetically
556         sort list of libgtk_la_SOURCES
557         * glade/search.glade: s/Backwords/Backwards/, accelerator escape
558         for close button, gtk stock buttons for find and replace.
559
560 2004-09-23  John Spray  <spray_john@users.sourceforge.net>
561
562         * GWorkArea.[Ch]: Add GWorkArea::onScrollWheel to implement
563         mouse-wheel scrolling of document
564
565 2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
566
567         * GPainter.C (text): use boost::scoped_array to store the
568         temporary wchar_t pointer
569
570         * lyx_gui.C: change "support/std_sstream.h" to <sstream>
571
572 2004-07-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
573
574         * lyx_gui.C (register_socket_callback,unregister_socket_callback):
575         implement
576         (set_read_callback,remove_read_callback): remove implementation
577
578         * io_callback.[Ch]: new files
579         * Makefile.am (libgtk_la_SOURCES): handle them
580
581 2004-07-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
582
583         * lyx_gui.C (register_socket_callback): add stub
584         (unregister_socket_callback): add stub
585
586 2004-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
587
588         * Makefile.am: dont create a separate xforms.lo use he files
589         directly when building libgtk instead.
590
591 2004-05-19  Angus Leeming  <leeming@lyx.org>
592
593         * Most files: wrap code up inside namespace lyx::frontend.
594
595 2004-05-04  Angus Leeming  <leeming@lyx.org>
596
597         * Dialogs.C: Remove "error" dialog identifier.
598
599 2004-04-28  Angus Leeming  <leeming@lyx.org>
600
601         * GToolbar.[Ch]: rewrite code to derive from a single Toolbar or
602         LayoutBox.
603
604         * GView.C: small changes due to changed Toolbar API.
605
606 2004-04-28  Angus Leeming  <leeming@lyx.org>
607
608         * WorkAreaFactory.C (create): No longer passed x, y data.
609
610         * GView.[Ch] (c-tor): no longer passes x, y data to BufferView c-tor.
611
612 2004-04-28  Angus Leeming  <leeming@lyx.org>
613
614         * WorkAreaFactory.C (create): pass a LyXView & to GWorkArea c-tor.
615
616         * GWorkArea.[Ch] (c-tor): now receives a LyXView &. Use it instead
617         of GView::instance.
618
619         * GView.[Ch] (instance): removed.
620
621 2004-04-27  Angus Leeming  <leeming@lyx.org>
622
623         * GView.[Ch]: split the window into 'top', 'left', 'center',
624         'right' and 'bottom' boxes.
625         (getBox): accessor for a particular box.
626
627         * GMenubar.C (c-tor):
628         * GMiniBuffer.C (c-tor):
629         * GWorkArea.C (c-tor):
630         * GToolbar.C (add): access the correct Box in GView.
631
632         * GToolbar.[Ch] (add, displayToolbar): show only those toolbars that
633         are flagged as 'ON'.
634
635 2004-04-27  Angus Leeming  <leeming@lyx.org>
636
637         * ghelpers.[Ch]: new files.
638         (findGladeFile): search the top_srcdir() as welll as LibFileSearch
639         when looking for glade files.
640
641         * Makefile.am: add new files.
642
643         * GAboutlyx.C (doBuild):
644         * GMathDelim.C (doBuild):
645         * GMathPanel.C (doBuild):
646         * GPrint.C (doBuild):
647         * GTableCreate.C (doBuild):
648         * GText.C (doBuild):
649         * GUrl.C (doBuild): use findGladeFile in preference to LibFileSearch.
650         Prevents crash when using a not-installed lyx executable.
651
652 2004-04-20  Angus Leeming  <leeming@lyx.org>
653
654         * Makefile.am (SUBDIRS): add gimages.
655
656         * gimages/.cvsignore: new file. Ignore Makefile.in, Makefile.
657
658         * gimages/Makefile.am: new file. Add the xpm files to EXTRA_DIST.
659
660         * glade/Makefile.am (GLADE_FILES): replace '*.glade' with the
661         names of the individual files.
662         'make distdir' Now works when srcdir != builddir.
663
664 2004-04-08  Angus Leeming  <leeming@lyx.org>
665
666         * GPainter.C: compile fixes.
667
668 2004-04-07  Alfredo Braunstein  <abraunst@lyx.org>
669
670         * GPainter.[Ch]: adjust to changes in Painter.h
671
672 2004-04-05  Angus Leeming  <leeming@lyx.org>
673
674         * Dialogs.C (build): set the preferences dialog button policy to
675         PreferencesPolicy.
676
677 2004-04-05  Angus Leeming  <leeming@lyx.org>
678
679         * GMenubar.C: wrap #warning calls inside #ifdef WITH_WARNINGS blocks.
680
681 2004-03-31  Angus Leeming  <leeming@lyx.org>
682
683         * GViewBase.C: remove mention of ControlButtons.h.
684
685         * Makefile.am: remove mention of xforms' Dialogs2.lo, FormBase.lo.
686
687 2004-03-31  Angus Leeming  <leeming@lyx.org>
688
689         * Dialogs.C (build): added preamble dialog.
690
691 2004-03-31  Angus Leeming  <leeming@lyx.org>
692
693         * Dialogs.C (build): added spellchecker dialog.
694
695 2004-03-31  Angus Leeming  <leeming@lyx.org>
696
697         * Dialogs.C (build): added preferences dialog.
698
699 2004-03-30  Angus Leeming  <leeming@lyx.org>
700
701         * Dialogs.C (build) added document dialog.
702
703 2004-03-28  Angus Leeming  <leeming@lyx.org>
704
705         * Dialogs.C (build): added print dialog.
706
707 2004-03-27  Angus Leeming  <leeming@lyx.org>
708
709         * Dialogs.C (build): added box, fidreplace, log, sendto, vspace
710         dialogs. Removed latexlog.
711
712         * Makefile.am: associated changes.
713
714 2004-03-26  Angus Leeming  <leeming@lyx.org>
715
716         * Makefile.am: ensure that the build can find lyx_forms.h when
717         srcdir != builddir.
718
719 2004-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
720
721         * GLyXKeySym.C (print): new method; print a keysym using
722         kb_keymap::printKeySym (should use some native gtk method instead)
723
724 2004-03-24  Angus Leeming  <leeming@lyx.org>
725
726         * GMenubar.C (submenuDisabled, onSubMenuActivate): compile fixes
727         due to the changes in FuncStatus.
728
729         * GToolbar.C (update): ditto.
730
731         * lyx_gui.C (start): remove code to order buffers as it no longer
732         compiles and none of the other frontends do this anymore.
733
734 2004-03-17  Angus Leeming  <leeming@lyx.org>
735
736         * Makefile.am: remove mention of the forks dialog.
737
738 2004-02-09  Huang Ying <hying_caritas@163.com>
739
740         * GXpmBtnTbl.C : add a GXpmBtnTbl class to automate creating a Xpm
741         Button Table according to a set of xpm data or xbm data, is equivalent
742         with bmtable in xforms frontend.
743         * GMathPanel.C : revise using GXpmBtnTbl.
744         * gimages : a directory for xpm used in gtk frontend only.
745         * GMathDelim.C : math delimiter dialog.
746
747 2004-02-07  Huang Ying <hying_caritas@163.com>
748
749         * GViewBase.C : add addCancel, addOK, addApply, add Restore to
750         facilitate setup buttons signal.
751         * GAboutLyx.C : using addxxx series functions.
752         * GTableCreate.C : using addxxx series functions.
753         * GText.C : using addxxx series functions.
754         * GUrl.C : using addxxx series functions.
755
756 2004-02-02  Huang Ying <hying_caritas@163.com>
757
758         * GAboutLyx.C : the "CREDITS" is in "ISO8859-1" charset not locale
759         charset, so change the convert function from Glib::locale_to_utf8
760         to Glib::convert(credit, "UTF-8", "ISO8859-1").
761
762 2003-12-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
763
764         * Dialogs.C:
765         * Makefile.am: remove vclog (compile fix)
766
767 2003-12-14  Michael Schmitt  <michael.schmitt@teststep.org>
768
769         * Dialogs.C:
770         * Makefile.am: remove minipage
771
772 2003-10-30  Huang Ying  <hying_caritas@163.com>
773
774         * GToolbar.C : change layouts widget update code according xforms
775         fronetends to prevent layouts widget from disable always.
776
777 2003-10-28  Huang Ying  <hying_caritas@163.com>
778
779         * codeConvert.h (etc): Change FcChar to XftChar according to the libxft
780         interface changing.
781         * FileDialogPrivate.C : get rid of button support in FileDialog
782         because of the implementation of Gtk::FileSelection changed.
783         * glade/.cvsignore : add *.gladep, which is generated during editing
784         *.galde
785         * Add MathPanel, TableCreate and Url dialog
786
787 2003-10-15  José Matos  <jamatos@lyx.org>
788
789         * lyx_gui.C (start): add lyxsocket.
790         (LyX_XErrHandler): fix call to emergencyCleanup.
791
792 2003-10-14  Angus Leeming  <leeming@lyx.org>
793
794         * lyx_gui.C (start): store the LyXView in the LyX list of all LyXViews.
795
796 2003-10-13  José Matos  <jamatos@lyx.org>
797
798         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
799         remove_datasocket_callback, remove_serversocket_callback):
800         prefix those fucntions with lyx_gui:: to link correctly.
801
802         * lyx_gui.C (start): fix call to dispatch.
803
804 2003-10-13  Angus Leeming  <leeming@lyx.org>
805
806         * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,
807         remove_datasocket_callback, remove_serversocket_callback):
808         placeholder functions, enabling the frontend to be linked.
809
810 2003-10-08  Angus Leeming  <leeming@lyx.org>
811
812         Fix doxygen warnings.
813
814         * Alert_pimpl.C: \file Alert_pimpl.C -> \file gtk/Alert_pimpl.C
815         * FileDialog.C: \file FileDialog.C -> \file gtk/FileDialog.C
816         * GView.C: \file GView.C -> \file gtk/GView.C
817         * GView.h: \file GView.h -> \file gtk/GView.h
818
819 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
820
821         * GToolbar.C (add): Make it take a ToobarBackend::Item as arg,
822         adjust.
823         (onButtonClicked): take a FuncRequest
824         (update): adjust
825
826         * GMenubar.C (submenuDisabled): pass FuncRequest to getStatus.
827         (onSubMenuActivate): ditto
828         (onCommandActivate): pass MenuItem::func to dispatch
829
830         * LyXKeySymFactory.C (create): fix new bug
831
832         * GView.C (GView): fix new bug
833
834         * GToolbar.C (add): fix new bug
835
836 2003-09-18  Angus Leeming  <leeming@lyx.org>
837
838         * GPainter.C:
839         * GPainter.h:
840         * GWorkArea.C:
841         * GWorkArea.h:
842         * lyx_gui.C: rename EnumLColor as LColor_color.
843
844 2003-09-16  Angus Leeming  <leeming@lyx.org>
845
846         * GScreen.[Ch] (workarea):
847         * GWorkArea.[Ch] (~ColorCache, getColor, getXftColor, cacheColor,
848         cacheXftColor, getPainter, workWidth, workHeight, xpos, ypos, getWindow,
849         getDisplay, getPixmap, getGC, getColormap, getXftDraw, getColorHandler):
850         move out-of-line.
851
852 2003-09-15  Angus Leeming  <leeming@lyx.org>
853
854         * GPainter.C: add #include "LColor.h".
855         * GPainter.[Ch] (setForeground, point, line, lines, rectangle, fillRectangle,
856         fillPolygon, arc): pass EnumLColor args, rather than LColor::color ones.
857
858         * GScreen.C:
859         * GWorkArea.C: add #include "LColor.h".
860
861         * GWorkArea.h: remove #include "LColor.h".
862         change typedefs to take an EnumLColor arg rather than an LColor::color one.
863
864         * GWorkArea.h (getColor, getXftColor, cacheColor, cacheXftColor):
865         * GWorkArea.[Ch] (getXftColor, getGdkColor): pass EnumLColor args, rather
866         than LColor::color ones.
867
868         * lyx_gui.C (hexname, update_color): pass EnumLColor args, rather
869         than LColor::color ones.
870
871 2003-09-10  Angus Leeming  <leeming@lyx.org>
872
873         * GToolbar.C (onLayoutSelected): missed a change from a call to the
874         Buffer::params member variable to the Buffer::params() function.
875
876 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
877
878         * GPainter.C: change Assert to BOOST_ASSERT
879
880 2003-09-08  Angus Leeming  <leeming@lyx.org>
881
882         * GPainter.h: do not #include <config.h> in header files.
883
884 2003-09-02  Angus Leeming  <leeming@lyx.org>
885
886         * .cvsignore:
887         * glade/.cvsignore: new files.
888
889 2003-09-02  Angus Leeming  <leeming@lyx.org>
890
891         * all files: standard-conformant header blurbs.
892
893 2003-09-02  Huang Ying  <hying_caritas@163.com>
894
895         * initial release