summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)Author
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-01menus are way too wide, wrong checkbox/radiobutton widthCaolán McNamara
Change-Id: Ib8f1a21f19812092e2561621909f74fd98af2857
2012-10-01add missing deps on headers to static libsDavid Tardon
Change-Id: I7a28dfa13bf0f98a654eca98eb1cdfd99177f37a
2012-09-29Use comphelper::getComponentContextStephan Bergmann
...and some further clean up. Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9
2012-09-29No need for BITNESS_OVERRIDE in makefilery as CPU etc work fineTor Lillqvist
Change-Id: I59f4d5ad275af62c997723908754112c062a31be
2012-09-28vcl: fix gtk3 build breakage due to forgotten use_librariesMichael Stahl
Change-Id: I53faf1a5c88b6ffd954fd98814cdf27b77f1c3db
2012-09-28vcl: remove gb_STDLIBS that crept in todayMichael Stahl
Change-Id: Icb760daeca27289e424a72fb743d4e3bbd0e526d
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
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 Stahl
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl
Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for MacMichael Stahl
Change-Id: I66f8229e186e312ed3242695db9ef0768ab4d9a0
2012-09-28gbuild: clean up Mac OS X framework handling:Michael Stahl
There are currently 3 different mechanisms being used for frameworks, which is of course intolerable so we invent a 4th one and standardize on it: gb_LinkTarget_use_darwin_frameworks (This doesn't mean using add_libs or externals was wrong, it was just inconsistent... and i don't see an obvious benefit of using externals here) Change-Id: I5de9020402c87e7236c6a358c47f02fa56642d3d
2012-09-28vcl: clean up that Xinerama linkage...Michael Stahl
... odd duplication apparently due to wrong conversion from dmakefile. Change-Id: I9a9e183373ec43fb0b1eadc2c233ce659bebd107
2012-09-28gbuild: clean up usage of weird x11_extensions module etc.Michael Stahl
Move libraries using those headers to RepositoryExternal.mk and also move pkg-config invocation to configure. Change-Id: I17a240fcba83a98f3f248f15b34d245f941c62e2
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-28fix up mergeCaolán McNamara
Change-Id: I1ce7e72c2c0d1a2cf56df66197510e6870c18047
2012-09-28adapt uipreviewer for ucbhelper changeCaolán McNamara
Change-Id: I60463d107d49ecc78053dd2592fc207164708040
2012-09-28mbHasFocus renamed to mbHasControlFocusCaolán McNamara
Change-Id: I44d37c490ca0554d9f5b286ffb79b65f1c3d1914
2012-09-28sort child positions within parents according to grid positionCaolán McNamara
so that tabbing between widgets jumps between then in a sensible order Change-Id: I852f4fb08781da2b703f8f87e84abdf4c366fa26
2012-09-28truly skip unshown widgets in tab traversalCaolán McNamara
make tab traversal of dialog widgets hidden because their containers are hidden and/or disabled Change-Id: I1947584717030f3703c018cbf05235811df7835e
2012-09-28defer initializing dialog until sizeable/unsizeable is knownCaolán McNamara
we have to defer initializing the dialog until we have determined the sizeable/unsizable info as we can't change it after the fact Change-Id: I27c90f8f92953d919b36cddc6a99fae9d7db47eb
2012-09-28reduce size requests if new text is same as oldCaolán McNamara
Change-Id: I6e9b03c4baf05d096aa780b4f6d8635bb1e254ac
2012-09-28fix getNonLayout[Real]Parent helpersCaolán McNamara
Change-Id: Idae11802aaeb3d9192cdf7fe8fae61788bbb9b5b
2012-09-28we need to have the outermost TabDialog as the recipient of tab keystrokesCaolán McNamara
Change-Id: I1d230512d2145a9a3198c25c60dcd8954928120e
2012-09-28set the default button on various dialogsCaolán McNamara
Change-Id: I63b1cc73d8ed240c40dec07fe1f8470da8410464
2012-09-28adapt zoom dialog code to layout widgetsCaolán McNamara
Change-Id: I7da387db88b8a4449dc1dc7099527f786b0d565e
2012-09-28support has-default for buttonsCaolán McNamara
Change-Id: I4b3b6bfa3fadaed0770b5e5254f5afc4c67de191
2012-09-28move layout diagnostics to vcl.layout channelCaolán McNamara
Change-Id: Ib33d91ea56219036182d30fdd3dc2159ce32a48c
2012-09-28convert add/remove autoformats to new layout dialogsCaolán McNamara
Change-Id: I79d658b4e8e1342c012a4bc52b3204ccceaa5520
2012-09-28adapt code to new table autoformat dialogCaolán McNamara
Change-Id: I7bc8c1b37fa9757c5d47902d54865d0319135517
2012-09-28adjust combobox GetOptimalSizeCaolán McNamara
Change-Id: Ifeaf6bbc57b57800853eef9657f646b1447f2add
2012-09-28support "digits" for numericfieldsCaolán McNamara
Change-Id: I2ff678621df940dfb7b19c566544bcbc9d1a29bf
2012-09-28convert hard-coded layout of char name tabpage to .uiCaolán McNamara
Change-Id: I20829b6a0835bf96489d67b6f7effcfa84650328
2012-09-28convert hard-coded layout of char hyperlink tabpage to .uiCaolán McNamara
Change-Id: I4d43f911b084146393e4be514584acc245a4fda4
2012-09-28import inconsistent-state GtkCheckButtons as TriStateBoxsCaolán McNamara
Change-Id: If7fbe960bf5af31b51a7e454b8131c31b232a79b
2012-09-28convert hard-coded layout of two-lines tabpage to .uiCaolán McNamara
Change-Id: I87da59af50420993303111dae0ec4456ae15cc20
2012-09-28copy the button dataCaolán McNamara
Change-Id: I3014106791b761e6aad5ea355402f9a2850f5bb5
2012-09-28calculate ideal tab size not current oneCaolán McNamara
Change-Id: Ia57366baafb7bb5ecdd8b7ab3d1f52b6438d165e
2012-09-28add a new stock reset/revert buttonCaolán McNamara
Change-Id: Ie854c063856eb8ed7401162ed60114d7cc904d26
2012-09-28map GtkComboBoxText to ComboBoxCaolán McNamara
Change-Id: Ib73ff4ba0fc6c7c977bda8582079fdb0194e12a9
2012-09-28implement setting Dialog title propertyCaolán McNamara
Change-Id: Ic3088f75c3aec57fa8b60a59f806f8396cdcf09c
2012-09-28missing helpids on brochure toggleCaolán McNamara
Change-Id: I565ffdd359740198aeb2ed661383ba86c6f7a39e
2012-09-28set a helpid on the tabpage containerCaolán McNamara
Change-Id: Ice461f5de76ecb5628682572c0b40736a29b9381
2012-09-28rename expander for help and remove now unused hidsCaolán McNamara
Change-Id: I9c5b01efb0a233621732350f8aff432343931be8
2012-09-28delete print dialog .src nowCaolán McNamara
Change-Id: Ia1ca185b0abfac6443c819d4143298e7bfca66e5
2012-09-28hide custom tab page if unused, e.g. macro printingCaolán McNamara
Change-Id: Ie3cea0d1d0b7140d1456478a92ac0e72bf423ed3
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara
to new-style widget layout mostly described in .ui format Change-Id: I8ead53a246a8ac3e2d446d158f06d7e2e436ce60
2012-09-28add a route to toggle off spinners from spinboxesCaolán McNamara
Change-Id: I344b591b9d02e08717db1da89518f1a9654bd7a1
2012-09-28we need to retain invisible children for the first grid passCaolán McNamara
We will drop them frm the final grid, but for the first pass we need to know about invisible spanning children Change-Id: If3938a622a5f0609964bb5e72f8428c64cb09f79