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