.. |
controllers
|
* src/frontends/controllers/ControlDocument.C: remove workaround now that
|
2007-02-08 14:44:13 +00:00 |
qt4
|
disable scrollbar context menu
|
2007-02-07 18:50:58 +00:00 |
Alert_pimpl.h
|
move everything into namespace lyx
|
2006-10-21 00:16:43 +00:00 |
Alert.C
|
Write the warnings and errors both to lyxerr and to the dialog.
|
2007-01-23 14:29:15 +00:00 |
Alert.h
|
move everything into namespace lyx
|
2006-10-21 00:16:43 +00:00 |
Application.C
|
Really fix focus problem on new view.
|
2006-12-24 17:11:32 +00:00 |
Application.h
|
* GuiApplication::x11EventFilter(): check for currentView() before using it.
|
2006-12-04 13:52:02 +00:00 |
ChangeLog
|
|
|
Clipboard.h
|
Fix bug 3145: not possible to copy stuff from dialogs to document text.
|
2007-01-27 16:55:25 +00:00 |
Dialogs.C
|
move everything into namespace lyx
|
2006-10-21 00:16:43 +00:00 |
Dialogs.h
|
move everything into namespace lyx
|
2006-10-21 00:16:43 +00:00 |
FileDialog.h
|
move everything into namespace lyx
|
2006-10-21 00:16:43 +00:00 |
FontLoader.h
|
move everything into namespace lyx
|
2006-10-21 00:16:43 +00:00 |
FontMetrics.h
|
* enable font metrics cache for all platforms.
|
2006-12-04 10:09:22 +00:00 |
Gui.h
|
Clean up quit code.
|
2006-12-02 17:39:31 +00:00 |
key_state.h
|
move everything into namespace lyx
|
2006-10-21 00:16:43 +00:00 |
LyXKeySym.h
|
We use char_type, not size_t for storing UCS4 characters.
|
2007-01-24 14:01:34 +00:00 |
LyXKeySymFactory.h
|
move everything into namespace lyx
|
2006-10-21 00:16:43 +00:00 |
LyXView.C
|
Fix this bug:
|
2007-01-28 22:27:26 +00:00 |
LyXView.h
|
Session: restore toolbars in the right order and location
|
2007-01-31 02:39:46 +00:00 |
Makefile.am
|
* Painter.h:
|
2006-10-30 10:09:59 +00:00 |
Menubar.h
|
move everything into namespace lyx
|
2006-10-21 00:16:43 +00:00 |
mouse_state.h
|
move everything into namespace lyx
|
2006-10-21 00:16:43 +00:00 |
NoGuiFontLoader.h
|
Output docbook as utf8. Probably quite a bit more work needed, but then help form a docbook person is needed.
|
2006-10-19 21:00:33 +00:00 |
NoGuiFontMetrics.h
|
fix compiler warning
|
2006-12-07 17:48:38 +00:00 |
Painter.C
|
Button face-lift: stop shifting text under mouse
|
2006-12-07 16:26:17 +00:00 |
Painter.h
|
Button face-lift: use mouse hover-buttons.
|
2006-12-04 04:31:18 +00:00 |
pch.h
|
|
|
Selection.h
|
Fix enabling of LFUN_PRIMARY_SELECTION_PASTE: It was always disabled, because
|
2007-01-08 18:37:40 +00:00 |
Timeout.C
|
move everything into namespace lyx
|
2006-10-21 00:16:43 +00:00 |
Timeout.h
|
move everything into namespace lyx
|
2006-10-21 00:16:43 +00:00 |
Toolbars.C
|
Session: restore toolbars in the right order and location
|
2007-01-31 02:39:46 +00:00 |
Toolbars.h
|
Session: restore toolbars in the right order and location
|
2007-01-31 02:39:46 +00:00 |
WorkArea.C
|
For each operation, stop the blinking cursor before acting and restart it _after_ redrawing. This latter fixes the spurious cursor jumps in mathed. This was due to the fact that MathArray are filled-in at draw time (as opposed to text positions in the CoordCache which are filled in at metrics calculation time.)
|
2007-02-03 06:53:22 +00:00 |
WorkArea.h
|
Prepare for advanced mouse click selections.
|
2007-01-27 10:41:03 +00:00 |