lyx_mirror/src/frontends
Stephan Witt 4674c3e1c5 Patch from Benjamin Piwowar - see ticket #8185:
In order to interact with native osx applications, AppleScript support is a plus.
Here is a patch that makes LyX respond to a simple command (run) and that allows to communicate with LyX as with the LyX client.
Example of use:
	tell application "LyX" to run "server-get-filename" with argument ""'
returns
	message:/Users/bpiwowar/newfile1.lyx, code:0
with a message and the error code
2012-08-19 22:27:20 +02:00
..
qt4 Patch from Benjamin Piwowar - see ticket #8185: 2012-08-19 22:27:20 +02:00
tests
.gitignore Setup .gitignore for generated files 2012-03-22 02:16:12 +01:00
alert.h
Application.h Avoid that, if an error dialog pops up during a long operation, it freezes LyX. 2012-08-18 22:45:21 +01:00
Clipboard.h
CMakeLists.txt
Delegates.h
FontLoader.h
FontMetrics.h
KeyModifier.h
KeySymbol.h
Makefile.am
mouse_state.h
Painter.h Factor out painting of text decorations 2012-05-02 18:02:17 +02:00
Selection.h
WorkArea.h
WorkAreaManager.cpp Cosmetics or style or something. 2011-12-02 22:27:09 +00:00
WorkAreaManager.h