summaryrefslogtreecommitdiff
path: root/cui/Library_cui.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-12-25Get rid of (most uses of) GUITor Lillqvist1-2/+2
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-11-30Personas: Introduce Tools -> Options... entry for Firefox Personas.Jan Holesovsky1-0/+1
Change-Id: I95275a92ea607cce26f272044bc2de95de45d75b
2012-11-29add --with-extra-buildid configure optionPetr Mladek1-0/+1
It can be used to show extra build indentification in the about dialog just under the version string. The plan is to show information about tinderboxes and make the life easier for QA guys. Change-Id: I4714a34cf13492c7bb92798b4b6d11385093f223
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl1-1/+1
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-05-14TDE integrationNorbert Thiebaud1-0/+1
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
2012-04-27Resolves: fdo#39825 Make detection of certificate folder ui-configurableCaolán McNamara1-0/+1
Display in the (unix) options gui the NSS cert dir that has been auto-detected for use with digital signatures. Show the other detected possibilities and allow it to be overridden. The autodetection should basically work out of the box, but if there's some bustage at least the UI can be used to sort it out and/or let developers debug it. This removes the need for the horrible MOZILLA_CERTIFICATE_FOLDER hack, though that's still supported.
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-3/+3
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan1-1/+1
2012-02-23Adapted SearchThread/TakeThread to safer-to-use salhelper::ThreadStephan Bergmann1-0/+1
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan1-1/+0
2011-12-07Remove oooimprovementAugust Sodora1-2/+0
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara1-5/+4
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud1-2/+0
2011-11-15removing obsolete layout codeFelix Zhang1-4/+0
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe1-1/+1
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist1-1/+2
2011-07-26icu libs are externalDavid Tardon1-1/+4
2011-07-21resyncing to masterBjoern Michaelsen1-1/+5
2011-06-21gnumake4: postmerge fixes in cuiBjoern Michaelsen1-2/+1
2011-06-18remove all traces of offuh from makefilesDavid Tardon1-1/+5
2011-05-06New color picker dialog for all applications.Christian Lippka1-0/+6
Replaces the old color picker with a new one. Demo: http://www.youtube.com/watch?v=rPu6EmIxkIM
2011-04-16gbuildize cuiDavid Tardon1-0/+211