office-gobmx/vcl
2011-11-01 13:01:33 +00:00
..
aqua/source Rename ImplFontSelectData to FontSelectPattern so I know what it does 2011-10-27 16:39:32 +01:00
generic callcatcher: remove unused appendStr 2011-11-01 09:27:24 +00:00
headless Rename ImplFontSelectData to FontSelectPattern so I know what it does 2011-10-27 16:39:32 +01:00
inc drop GetImageIds 2011-11-01 09:27:25 +00:00
ios/source Rename ImplFontSelectData to FontSelectPattern so I know what it does 2011-10-27 16:39:32 +01:00
null fix android build post feature/gtk3 2011-10-26 09:25:50 +01:00
prj
qa/complex
source drop GetImageIds 2011-11-01 09:27:25 +00:00
test
unx gtk: fix cpu burn when inactive - broken timeout calculation 2011-11-01 13:01:33 +00:00
win/source Rename ImplFontSelectData to FontSelectPattern so I know what it does 2011-10-27 16:39:32 +01:00
workben
AllLangResTarget_vcl.mk
Library_desktop_detector.mk
Library_vcl.mk generic: undo attempt at cross-platform headless for now 2011-10-25 13:41:56 +01:00
Library_vclplug_gen.mk gtk3: remove X dependency (for now) 2011-10-25 13:41:48 +01:00
Library_vclplug_gtk.mk
Library_vclplug_gtk3.mk generic: share the PspGraphics code between gtk/unx and svp 2011-10-25 13:41:53 +01:00
Library_vclplug_kde.mk
Library_vclplug_kde4.mk
Library_vclplug_svp.mk gtk3: cleanup some code inclusion, and share timeval operators 2011-10-26 19:46:15 +01:00
Makefile
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
Package_kde4moc.mk
Package_osx.mk
README headless: move backend to top-level, and enable for all platforms 2011-10-25 13:41:48 +01:00
StaticLibrary_vclmain.mk
vcl.android.component
vcl.ios.component
vcl.macosx.component
vcl.unx.component
vcl.windows.component
WinResTarget_vcl.mk

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