]> git.lyx.org Git - lyx.git/log
lyx.git
22 years agoTrivial fix for compiler warning.
Angus Leeming [Wed, 12 Jun 2002 14:43:09 +0000 (14:43 +0000)]
Trivial fix for compiler warning.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4384 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoForward declare ParagraphParameters in ControlParagraph.h.
Angus Leeming [Wed, 12 Jun 2002 14:27:30 +0000 (14:27 +0000)]
Forward declare ParagraphParameters in ControlParagraph.h.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4383 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix flimage.h handling; xpm format patch from herbert; math delim drawing patch from...
Jean-Marc Lasgouttes [Wed, 12 Jun 2002 14:21:58 +0000 (14:21 +0000)]
fix flimage.h handling; xpm format patch from herbert; math delim drawing patch from martin

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4382 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoAdd missing header file, ButtonControllerBase.h.
Angus Leeming [Wed, 12 Jun 2002 13:10:19 +0000 (13:10 +0000)]
Add missing header file, ButtonControllerBase.h.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4381 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoMove init() back to LyXView
John Levon [Wed, 12 Jun 2002 11:34:13 +0000 (11:34 +0000)]
Move init() back to LyXView

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4379 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agorefactor topCursorVisible() prototype a little. Compile fix
John Levon [Wed, 12 Jun 2002 10:31:34 +0000 (10:31 +0000)]
refactor topCursorVisible() prototype a little. Compile fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4378 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoNew lyx_gui namespace. Some working out to be done still ..
John Levon [Wed, 12 Jun 2002 09:47:10 +0000 (09:47 +0000)]
New lyx_gui namespace. Some working out to be done still ..

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4377 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoTrivial fix for compiler warning.
Angus Leeming [Wed, 12 Jun 2002 09:16:03 +0000 (09:16 +0000)]
Trivial fix for compiler warning.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4376 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoMore very minor syncing ..
John Levon [Wed, 12 Jun 2002 03:16:41 +0000 (03:16 +0000)]
More very minor syncing ..

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4375 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoSome minor cleanup + use of scoped_ptr instead of raw pointer,
John Levon [Wed, 12 Jun 2002 02:54:19 +0000 (02:54 +0000)]
Some minor cleanup + use of scoped_ptr instead of raw pointer,
to reduce diff size

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4374 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoRemove enter/leaveView since core has no right to know when
John Levon [Wed, 12 Jun 2002 00:51:45 +0000 (00:51 +0000)]
Remove enter/leaveView since core has no right to know when
that happens, and rename wa->height to workHeight() for consistency

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4373 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoRename screen, and don't re-construct it on a buffer change (that is far too
John Levon [Tue, 11 Jun 2002 23:47:58 +0000 (23:47 +0000)]
Rename screen, and don't re-construct it on a buffer change (that is far too
nosy of the core), and use an accessor ...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4372 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoQt frontend is for Qt 3 as well, reflect that in the options
John Levon [Tue, 11 Jun 2002 23:33:26 +0000 (23:33 +0000)]
Qt frontend is for Qt 3 as well, reflect that in the options

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4371 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoapply workarea() patch. Most of it is orthogonal to the scoped_ptr
John Levon [Tue, 11 Jun 2002 22:38:49 +0000 (22:38 +0000)]
apply workarea() patch. Most of it is orthogonal to the scoped_ptr
debate anyway.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4370 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofont_metrics split, ok from asger (And it's obvious anyway ...)
John Levon [Tue, 11 Jun 2002 21:44:00 +0000 (21:44 +0000)]
font_metrics split, ok from asger (And it's obvious anyway ...)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4368 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoadd debug message
John Levon [Tue, 11 Jun 2002 20:19:39 +0000 (20:19 +0000)]
add debug message

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4367 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoremove linking against libiberty
John Levon [Tue, 11 Jun 2002 17:53:47 +0000 (17:53 +0000)]
remove linking against libiberty

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4366 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoEdwin's Para MVC. Sorry for the delay !
John Levon [Tue, 11 Jun 2002 16:40:18 +0000 (16:40 +0000)]
Edwin's Para MVC. Sorry for the delay !

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4365 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix configuration with xforms
Jean-Marc Lasgouttes [Tue, 11 Jun 2002 14:44:05 +0000 (14:44 +0000)]
fix configuration with xforms

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4364 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoupdate russian l10n
Jean-Marc Lasgouttes [Tue, 11 Jun 2002 13:13:07 +0000 (13:13 +0000)]
update russian l10n

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4363 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agosmall stuff
Lars Gullik Bjønnes [Mon, 10 Jun 2002 21:04:06 +0000 (21:04 +0000)]
small stuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4359 a592a061-630c-0410-9148-cb99ea01b6c8

22 years ago2002-06-10 Lars Gullik Bj�nnes <larsbj@birdstep.com>
Lars Gullik Bjønnes [Mon, 10 Jun 2002 21:00:31 +0000 (21:00 +0000)]
2002-06-10  Lars Gullik Bj�nnes  <larsbj@birdstep.com>

* lyxinclude.m4 (lyx_warning): turn off exceptions for 2.96 and 3.1

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4358 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agomake it compile without exceptions on gcc 2.96
Lars Gullik Bjønnes [Mon, 10 Jun 2002 18:08:12 +0000 (18:08 +0000)]
make it compile without exceptions on gcc 2.96

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4357 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agomake boost compile without exceptions
Lars Gullik Bjønnes [Mon, 10 Jun 2002 17:57:29 +0000 (17:57 +0000)]
make boost compile without exceptions

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4356 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agohandle some tmpl files in a more sane way
Lars Gullik Bjønnes [Mon, 10 Jun 2002 17:33:05 +0000 (17:33 +0000)]
handle some tmpl files in a more sane way

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4355 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoremove some using for functions never to be found in std::
Lars Gullik Bjønnes [Mon, 10 Jun 2002 17:31:57 +0000 (17:31 +0000)]
remove some using for functions never to be found in std::

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4354 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoremove ViewBase prefix
Lars Gullik Bjønnes [Mon, 10 Jun 2002 16:50:40 +0000 (16:50 +0000)]
remove ViewBase prefix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4353 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix compiles with gcc
Lars Gullik Bjønnes [Mon, 10 Jun 2002 16:49:41 +0000 (16:49 +0000)]
fix compiles with gcc

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4352 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix tgif file extension
Jean-Marc Lasgouttes [Mon, 10 Jun 2002 12:57:48 +0000 (12:57 +0000)]
fix tgif file extension

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4351 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoCompaq cxx 6.5 will now compile lyx.
Angus Leeming [Mon, 10 Jun 2002 07:57:39 +0000 (07:57 +0000)]
Compaq cxx 6.5 will now compile lyx.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4349 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix table example; protect warning in buffer.C
Jean-Marc Lasgouttes [Fri, 7 Jun 2002 15:49:38 +0000 (15:49 +0000)]
fix table example; protect warning in buffer.C

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4348 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoRotate in the same sense as xdvi et al.
Angus Leeming [Thu, 6 Jun 2002 08:56:21 +0000 (08:56 +0000)]
Rotate in the same sense as xdvi et al.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4343 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoremove last file in dir
Lars Gullik Bjønnes [Wed, 5 Jun 2002 15:29:01 +0000 (15:29 +0000)]
remove last file in dir

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4342 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoget rid of more xtl
Jean-Marc Lasgouttes [Wed, 5 Jun 2002 15:23:19 +0000 (15:23 +0000)]
get rid of more xtl

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4341 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoget rid of xtl
Jean-Marc Lasgouttes [Wed, 5 Jun 2002 15:14:51 +0000 (15:14 +0000)]
get rid of xtl

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4340 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix external templates; fix bug 423
Jean-Marc Lasgouttes [Wed, 5 Jun 2002 15:07:44 +0000 (15:07 +0000)]
fix external templates; fix bug 423

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4339 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoremove bogus parser warning
André Pönitz [Wed, 5 Jun 2002 07:54:26 +0000 (07:54 +0000)]
remove bogus parser warning

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4337 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agosome spaces have not been skipped in the parser...
André Pönitz [Wed, 5 Jun 2002 07:32:59 +0000 (07:32 +0000)]
some spaces have not been skipped in the parser...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4336 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agosmall font stuff
André Pönitz [Wed, 5 Jun 2002 07:12:05 +0000 (07:12 +0000)]
small font stuff

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4335 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agooops ... missed this
John Levon [Tue, 4 Jun 2002 12:50:56 +0000 (12:50 +0000)]
oops ... missed this

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4334 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofurther \mbox tweaking
André Pönitz [Tue, 4 Jun 2002 09:45:41 +0000 (09:45 +0000)]
further \mbox tweaking

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4333 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agosmall advances with \mbox
André Pönitz [Tue, 4 Jun 2002 09:06:04 +0000 (09:06 +0000)]
small advances with \mbox

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4331 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agodisable matrix style operations in inlined math
André Pönitz [Tue, 4 Jun 2002 04:54:02 +0000 (04:54 +0000)]
disable matrix style operations in inlined math

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4330 a592a061-630c-0410-9148-cb99ea01b6c8

22 years ago2002-06-03 Lars Gullik Bj�nnes <larsbj@birdstep.com>
Lars Gullik Bjønnes [Mon, 3 Jun 2002 18:58:50 +0000 (18:58 +0000)]
2002-06-03  Lars Gullik Bj�nnes  <larsbj@birdstep.com>

* configure.in: remove LYX_REGEX call

2002-06-03  Lars Gullik Bj�nnes  <larsbj@birdstep.com>

* libs/regex/src/Makefile.am: only compile the source files that
we actually have to.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4329 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agosame fix as for 1.2
John Levon [Mon, 3 Jun 2002 12:31:07 +0000 (12:31 +0000)]
same fix as for 1.2

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4327 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoCheangelog entry
André Pönitz [Mon, 3 Jun 2002 07:32:47 +0000 (07:32 +0000)]
Cheangelog entry

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4325 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agothe parser changes
André Pönitz [Mon, 3 Jun 2002 07:31:08 +0000 (07:31 +0000)]
the parser changes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4324 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoImplement the Log dialog, also update accessors.py
Michael Gerz [Mon, 3 Jun 2002 03:38:30 +0000 (03:38 +0000)]
Implement the Log dialog, also update accessors.py

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4323 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoDon't wrn about missing flimage.h
John Levon [Mon, 3 Jun 2002 02:48:25 +0000 (02:48 +0000)]
Don't wrn about missing flimage.h
a

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4322 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoconstify
John Levon [Mon, 3 Jun 2002 00:41:59 +0000 (00:41 +0000)]
constify

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4320 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoFix boost signal patch from Michael
John Levon [Sun, 2 Jun 2002 20:58:48 +0000 (20:58 +0000)]
Fix boost signal patch from Michael

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4318 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoxforms 1.0 fixes
John Levon [Sun, 2 Jun 2002 18:58:19 +0000 (18:58 +0000)]
xforms 1.0 fixes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4317 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agogtkmm-2 upgrade. Still some small bugs to iron out, but mostly functional
Michael Gerz [Sun, 2 Jun 2002 04:15:33 +0000 (04:15 +0000)]
gtkmm-2 upgrade.  Still some small bugs to iron out,  but mostly functional

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4314 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix bug 391, parrot patch from herbert
Jean-Marc Lasgouttes [Fri, 31 May 2002 12:17:28 +0000 (12:17 +0000)]
fix bug 391, parrot patch from herbert

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4313 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agore-enable ams "autodetection" (I still think it is wrong...)
André Pönitz [Fri, 31 May 2002 04:51:49 +0000 (04:51 +0000)]
re-enable ams "autodetection" (I still think it is wrong...)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4309 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix bug 416
John Levon [Fri, 31 May 2002 01:14:53 +0000 (01:14 +0000)]
fix bug 416

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4308 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agotiny doc improvement
John Levon [Fri, 31 May 2002 01:13:36 +0000 (01:13 +0000)]
tiny doc improvement

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4307 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agohonor LYX_DIR_13x, fix #386, update IEEEtraan template
Jean-Marc Lasgouttes [Thu, 30 May 2002 21:39:54 +0000 (21:39 +0000)]
honor LYX_DIR_13x, fix #386, update IEEEtraan template

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4306 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agocommand line import fixups
John Levon [Thu, 30 May 2002 19:49:00 +0000 (19:49 +0000)]
command line import fixups

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4303 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoFix Lars' typo
John Levon [Thu, 30 May 2002 19:40:12 +0000 (19:40 +0000)]
Fix Lars' typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4302 a592a061-630c-0410-9148-cb99ea01b6c8

22 years ago2002-05-30 Lars Gullik Bj�nnes <larsbj@birdstep.com>
Lars Gullik Bjønnes [Thu, 30 May 2002 16:47:45 +0000 (16:47 +0000)]
2002-05-30  Lars Gullik Bj�nnes  <larsbj@birdstep.com>

insetexternal.C (updateExternal): dont only look for difftime in global scope

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4301 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agotry to fix rounding errors
André Pönitz [Thu, 30 May 2002 14:56:13 +0000 (14:56 +0000)]
try to fix rounding errors

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4299 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoadd __alpha__ as supported cpu
Lars Gullik Bjønnes [Thu, 30 May 2002 12:32:17 +0000 (12:32 +0000)]
add __alpha__ as supported cpu

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4298 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoremove some chatter
André Pönitz [Thu, 30 May 2002 10:20:27 +0000 (10:20 +0000)]
remove some chatter

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4297 a592a061-630c-0410-9148-cb99ea01b6c8

22 years ago*** empty log message ***
André Pönitz [Thu, 30 May 2002 09:51:28 +0000 (09:51 +0000)]
*** empty log message ***

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4296 a592a061-630c-0410-9148-cb99ea01b6c8

22 years ago2002-05-30 Lars Gullik Bj�nnes <larsbj@birdstep.com>
Lars Gullik Bjønnes [Thu, 30 May 2002 09:48:07 +0000 (09:48 +0000)]
2002-05-30  Lars Gullik Bj�nnes  <larsbj@birdstep.com>

FileDialog.C (FileDialog): fix () bug when using new
xformsGImage.C (newImage): ditto
Toolbar_pimpl.C (Pimpl): ditto
xfont_loader.C (getFontinfo): ditto

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4295 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agouh... forgot something
André Pönitz [Thu, 30 May 2002 09:45:52 +0000 (09:45 +0000)]
uh... forgot something

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4294 a592a061-630c-0410-9148-cb99ea01b6c8

22 years ago2002-05-30 Lars Gullik Bj�nnes <larsbj@birdstep.com>
Lars Gullik Bjønnes [Thu, 30 May 2002 09:43:29 +0000 (09:43 +0000)]
2002-05-30  Lars Gullik Bj�nnes  <larsbj@birdstep.com>

insetexternal.C (clone): fix () bug when using new

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4293 a592a061-630c-0410-9148-cb99ea01b6c8

22 years ago2002-05-30 Lars Gullik Bj�nnes <larsbj@birdstep.com>
Lars Gullik Bjønnes [Thu, 30 May 2002 09:33:49 +0000 (09:33 +0000)]
2002-05-30  Lars Gullik Bj�nnes  <larsbj@birdstep.com>

* GraphicsImageXPM.C (newImage): fix () bug when using new.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4292 a592a061-630c-0410-9148-cb99ea01b6c8

22 years ago2002-05-30 Lars Gullik Bj�nnes <larsbj@birdstep.com>
Lars Gullik Bjønnes [Thu, 30 May 2002 09:31:05 +0000 (09:31 +0000)]
2002-05-30  Lars Gullik Bj�nnes  <larsbj@birdstep.com>

* GraphicsImageXPM.C: SigC to boot::signals changes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4291 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agocerr -> lyxerr[Debug::Mathed]
André Pönitz [Thu, 30 May 2002 09:19:12 +0000 (09:19 +0000)]
cerr -> lyxerr[Debug::Mathed]

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4290 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofonts as insets
André Pönitz [Thu, 30 May 2002 07:09:54 +0000 (07:09 +0000)]
fonts as insets

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4289 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agosrcdoc fixes + a little tidy or two
John Levon [Thu, 30 May 2002 03:37:24 +0000 (03:37 +0000)]
srcdoc fixes + a little tidy or two

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4288 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoadd const
John Levon [Thu, 30 May 2002 02:53:41 +0000 (02:53 +0000)]
add const

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4287 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoDocumentation + file removals as sent to list
John Levon [Thu, 30 May 2002 02:24:33 +0000 (02:24 +0000)]
Documentation + file removals as sent to list

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4286 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agofix bugs 357 and 407; speedup Paragraph::Pimpl::isTextAt
Jean-Marc Lasgouttes [Wed, 29 May 2002 22:07:59 +0000 (22:07 +0000)]
fix bugs 357 and 407; speedup Paragraph::Pimpl::isTextAt

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4285 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agotyiny whitespace
André Pönitz [Wed, 29 May 2002 17:16:31 +0000 (17:16 +0000)]
tyiny whitespace

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4283 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoSwitch from SigC signals to boost::signals
Lars Gullik Bjønnes [Wed, 29 May 2002 16:21:03 +0000 (16:21 +0000)]
Switch from SigC signals to boost::signals

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4281 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agocrude support for a few more AMS constructs
André Pönitz [Wed, 29 May 2002 15:58:26 +0000 (15:58 +0000)]
crude support for a few more AMS constructs

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4280 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoadd a 'const'
André Pönitz [Wed, 29 May 2002 15:32:57 +0000 (15:32 +0000)]
add a 'const'

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4279 a592a061-630c-0410-9148-cb99ea01b6c8

22 years ago2002-05-29 Lars Gullik Bj�nnes <larsbj@birdstep.com>
Lars Gullik Bjønnes [Wed, 29 May 2002 15:21:23 +0000 (15:21 +0000)]
2002-05-29  Lars Gullik Bj�nnes  <larsbj@birdstep.com>

Dialogs.C (Dialogs): simplify creation of dialog objects a bit.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4278 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoda.po update
Lars Gullik Bjønnes [Wed, 29 May 2002 15:16:52 +0000 (15:16 +0000)]
da.po update

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4277 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agobug 373
John Levon [Wed, 29 May 2002 15:10:11 +0000 (15:10 +0000)]
bug 373

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4276 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoadd info in NEWS about 1.1.6 series
Jean-Marc Lasgouttes [Wed, 29 May 2002 15:02:37 +0000 (15:02 +0000)]
add info in NEWS about 1.1.6 series

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4274 a592a061-630c-0410-9148-cb99ea01b6c8

22 years ago*** empty log message ***
André Pönitz [Wed, 29 May 2002 14:59:33 +0000 (14:59 +0000)]
*** empty log message ***

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4272 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoanother 8% or so when loading the UserGuide...
André Pönitz [Wed, 29 May 2002 14:58:21 +0000 (14:58 +0000)]
another 8% or so when loading the UserGuide...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4271 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agospeedup buffer parsing by a factor of 3
Jean-Marc Lasgouttes [Wed, 29 May 2002 14:32:11 +0000 (14:32 +0000)]
speedup buffer parsing by a factor of 3

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4270 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoa few more
André Pönitz [Wed, 29 May 2002 13:33:40 +0000 (13:33 +0000)]
a few more

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4268 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agomore white spacei changes
André Pönitz [Wed, 29 May 2002 13:28:11 +0000 (13:28 +0000)]
more white spacei changes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4267 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agomissing entry
André Pönitz [Wed, 29 May 2002 13:05:46 +0000 (13:05 +0000)]
missing entry

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4266 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agowhite space changes
André Pönitz [Wed, 29 May 2002 12:58:23 +0000 (12:58 +0000)]
white space changes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4263 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoremove unneeded #include and part of comment that's no in insets/
André Pönitz [Wed, 29 May 2002 12:23:43 +0000 (12:23 +0000)]
remove unneeded #include and part of comment that's no in insets/

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4262 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agowhite space
André Pönitz [Wed, 29 May 2002 12:22:44 +0000 (12:22 +0000)]
white space

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4261 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agowhitespace changes
André Pönitz [Wed, 29 May 2002 12:20:06 +0000 (12:20 +0000)]
whitespace changes

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4260 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoadd missing preview.h
André Pönitz [Wed, 29 May 2002 08:51:32 +0000 (08:51 +0000)]
add missing preview.h

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4259 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoAiksaurus fix
John Levon [Tue, 28 May 2002 23:31:39 +0000 (23:31 +0000)]
Aiksaurus fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4258 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agosave preamble in defaults.lyx template; tweak hollywood.layout; tentative fix to...
Jean-Marc Lasgouttes [Tue, 28 May 2002 23:04:57 +0000 (23:04 +0000)]
save preamble in defaults.lyx template; tweak hollywood.layout; tentative fix to lyxserver (please test!)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4257 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agoadd buffer-new.xpm from Vitaly Lipatov <LAV@VL3143.spb.edu>
John Levon [Tue, 28 May 2002 13:04:58 +0000 (13:04 +0000)]
add buffer-new.xpm from Vitaly Lipatov <LAV@VL3143.spb.edu>

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4250 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agomove a comment and an #include
André Pönitz [Tue, 28 May 2002 12:03:42 +0000 (12:03 +0000)]
move a comment and an #include

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4248 a592a061-630c-0410-9148-cb99ea01b6c8

22 years agomove inset related stuff from src/graphics to src/inset/
André Pönitz [Tue, 28 May 2002 11:50:04 +0000 (11:50 +0000)]
move inset related stuff from src/graphics to src/inset/

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4247 a592a061-630c-0410-9148-cb99ea01b6c8