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