office-gobmx/vcl
2011-11-27 11:49:38 -06:00
..
aqua/source gsl_getSystemTextEncoding -> osl_getThreadTextEncoding 2011-11-25 09:07:49 +01:00
generic Remove some uses of OUString::setCharAt 2011-11-26 00:49:26 -05:00
headless Convert Sal to rtl::O(U)String 2011-11-21 09:03:43 +01:00
inc typos fixing 2011-11-27 15:12:07 +07:00
ios/source gsl_getSystemTextEncoding -> osl_getThreadTextEncoding 2011-11-25 09:07:49 +01:00
null fix android build post feature/gtk3 2011-10-26 09:25:50 +01:00
prj empty a bunch of d.lst files 2011-11-21 22:46:17 +01:00
qa/complex drop bogus executable flag from odf files 2011-03-29 21:43:58 +01:00
source translated comments from German to English 2011-11-27 08:22:39 +01:00
test Drop OS2 2011-05-21 17:00:45 +03:00
unx Fix comment since I had copied from warnings_guard_ne_locks 2011-11-25 22:41:59 +01:00
win/source Oups... Disambiguation solved another way in 1c2f5d 2011-11-21 15:18:16 +01:00
workben callcatcher: remove unused methods 2011-07-25 15:13:05 +02:00
AllLangResTarget_vcl.mk move required resources down from fpicker & svtools into vcl 2011-11-07 14:19:34 +00:00
Library_desktop_detector.mk remove pre-compiled header support in gbuild and gbuildified module 2011-11-27 11:49:38 -06:00
Library_vcl.mk generic: undo attempt at cross-platform headless for now 2011-10-25 13:41:56 +01:00
Library_vclplug_gen.mk Link with libXrender instead of dynamically open it 2011-11-14 07:35:58 +00:00
Library_vclplug_gtk.mk gtk: move the file-picker into vcl/ and add Application:: factory hooks 2011-11-07 14:19:33 +00:00
Library_vclplug_gtk3.mk gtk: move the file-picker into vcl/ and add Application:: factory hooks 2011-11-07 14:19:33 +00:00
Library_vclplug_kde.mk prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00
Library_vclplug_kde4.mk prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00
Library_vclplug_svp.mk Cleanup basebmp a little 2011-11-03 20:46:00 -07:00
Makefile make gbuild makefiles run independant of pwd again 2011-11-25 12:04:40 +01:00
Module_vcl.mk generic: share sal yield mutex properly 2011-10-25 13:41:50 +01:00
Package_afmhash.mk generic: re-structure generic code to increase re-use between backends 2011-10-25 13:41:47 +01:00
Package_inc.mk Fold spurious vcl/prj/d.lst entries (merge conflict?) into vcl/Package_inc.mk. 2011-10-19 13:43:39 +02:00
Package_kde4moc.mk no need for SRCDIR parameter here 2011-10-23 13:20:29 +02:00
Package_osx.mk prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00
README headless: move backend to top-level, and enable for all platforms 2011-10-25 13:41:48 +01:00
StaticLibrary_vclmain.mk Kill the explicit linking to salmain.o, use vclmain instead. 2011-09-20 00:51:38 +02:00
vcl.android.component Experimental dummy hacks for Android and iOS 2011-07-04 21:58:13 +03:00
vcl.ios.component Experimental dummy hacks for Android and iOS 2011-07-04 21:58:13 +03:00
vcl.macosx.component update component factory methods to use new prefixes, to add lib merging 2011-06-24 14:58:40 +01:00
vcl.unx.component update component factory methods to use new prefixes, to add lib merging 2011-06-24 14:58:40 +01:00
vcl.windows.component update component factory methods to use new prefixes, to add lib merging 2011-06-24 14:58:40 +01:00
WinResTarget_vcl.mk prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00

Welcome to the Visual Class Libraries (vcl) code

source/
	+ the main cross-platform chunk of source
inc/
	+ cross-platform abstraction headers / definition
	vcl/
		+ external headers
generic/
	+ shared helper code for backends,
	  actually built into vcl
headless/
	+ a backend renderer that draws to bitmaps
aqua/
	+ OS/X backend
ios/
	+ skeleton Android backend
win/
	+ windows backend
unx/
	+ unix specific platform backend code and its' sub-platforms
	gtk/
	gtk3/
	kde/
	generic/  - raw X