summaryrefslogtreecommitdiff
path: root/core/launcher/libpreload/preload.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-12-07Removed libpreloadsandman1-138/+0
2002-12-03Two additional functions preloaded to make HancomWord happy ...sandman1-1/+44
1) the old pointSizes() problem in the FontDatabase (bic change from qt/e 2.3.3 -> 2.3.4) 2) the QPalette for the text widget has to be adjusted (hancom uses QPainter::eraseRect(), which doesn't work with background pixmaps, like e.g. in liquid)
2002-12-01Added a fix for programs that have been compiled with old toolchains andsandman1-0/+6
are used together with shared libs produced by newer toolchains .. they might not have the __gmon_start__ symbol defined (e.g. neocal or hancom on a glibc 2.3.1 iPAQ with the latest libjpeg62)
2002-11-25Unable to read man pages, part 2 ... qwsSetDecoration is also staticsandman1-14/+11
2002-11-25Too dumb to read a man page .. QApplication::setFont is static .. justsandman1-6/+7
wondering why this ever worked ..
2002-11-24A small library that can be LD_PRELOADed to other applications by thesandman1-0/+91
launcher to force these applications to use the Opie style/font/window­ decoration settings. Could also be used for other things in the future...