# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_WinResTarget_WinResTarget,sdraw/launcher)) $(eval $(call gb_WinResTarget_set_include,sdraw/launcher,\ $$(INCLUDE) \ -I$(SRCDIR)/sysui/desktop \ )) $(eval $(call gb_WinResTarget_add_defs,sdraw/launcher,\ -DRES_APP_NAME=sdraw \ -DRES_APP_FILEDESC="$(PRODUCTNAME) Draw" \ -DRES_APP_ICON=icons/draw_app.ico \ -DVERVARIANT=$(LIBO_VERSION_PATCH) \ -DRES_APP_VENDOR="$(OOO_VENDOR)" \ )) $(eval $(call gb_WinResTarget_add_dependencies,sdraw/launcher,\ sysui/desktop/icons/draw_app.ico \ )) $(eval $(call gb_WinResTarget_set_rcfile,sdraw/launcher,desktop/win32/source/applauncher/launcher)) # vim: set ts=4 sw=4 et: tion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2
/commit/config_host?h=libreoffice-4-4-5&id=058a3d1c46449dd5159bae30c83db4c2c5c335b4'>Further work on the "Mac-like app structure" option
AgeCommit message (Expand)Author
2012-08-15restore the old value for SID_ATTR_ZOOMIvan Timofeev
2012-08-14Display template preview in property dialog.Rafael Dominguez
2012-08-14Display template information like author,type,keywords,etc.Rafael Dominguez
2012-08-14Display template preview and information when clicking properties.Rafael Dominguez
2012-08-14Show template manager dialog instead of save template dialog.Rafael Dominguez
2012-08-12Draw borders arounds thumbnail.Rafael Dominguez
2012-08-12Check correct area when selecting a template by clicking its name.Rafael Dominguez
2012-08-12Perform dbl click action only if its inside the thumbnail area.Rafael Dominguez
2012-08-12Improve thumbnail items position calculation and size.Rafael Dominguez
2012-08-12Display an error msg when importing a template fails.Rafael Dominguez
2012-08-12Display error msg when moving a template from a repository fails.Rafael Dominguez
2012-08-12Dont let user create a repository with a duplicated name.Rafael Dominguez
2012-08-12Display error message for failed operations with templates.Rafael Dominguez
2012-08-12Perform template view paint operation when overlay is hidden.Rafael Dominguez
Tor Lillqvist
2013-08-10Add HAVE_FEATURE_MACOSX_MACLIKE_APP_STRUCTURETor Lillqvist
2013-08-10Start of enabling use of a more proper "Mac-like" install tree structureTor Lillqvist
2013-08-05do not base feature checks on gcc versionLuboš Luňák
2013-08-03Add SDT probes for RTL_LOG_STRING_NEW/DELETE.Mark Wielaard
2013-07-26Move the (unimplemented) READONLY_INSTALLSET flag into config_features.hTor Lillqvist
2013-07-26Move OS X sandbox flag to config_features.hTor Lillqvist
2013-07-26discriptive comments on HAvE_FEATURE_AVAHI and remove unused ac_defSiqi
2013-07-26use config_features.h.in insteadSiqi
2013-07-23adjust for upstreaming of warn_unused attributeLuboš Luňák