summaryrefslogtreecommitdiff
path: root/bridges
AgeCommit message (Expand)Author
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2013-01-20Another lacking parenthesisJulien Nabet
2013-01-19iOS C++/UNO bridge fixesTor Lillqvist
2013-01-19Use SAL logging instead of printfsTor Lillqvist
2013-01-19More snippets, and cosmeticsTor Lillqvist
2013-01-19Work on the iOS C++/UNO bridgeTor Lillqvist
2013-01-10optimize for build targets in one placeMatúš Kukan
2013-01-10add rule for generating fresh pot (po template) filesMatúš Kukan
2013-01-10Be truthful to the compiler about registers clobbered by asm snippetTor Lillqvist
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-30API CHANGE remove [oneway] method attributesThorsten Behrens
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
2012-11-27re-factor lifecycle issues in FormattedFieldWrapper.Michael Meeks
2012-11-26Some ::rtl::OUString -> OUString in bridgesRicardo Montania
2012-11-15re-base on ALv2 code. Includes:Michael Meeks
2012-11-15Revert "sb140: #i117295# use rtl::Static"Michael Meeks
2012-11-14rtl::OUString -> OUString in bridgesRicardo Montania
2012-11-09Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORTTor Lillqvist
2012-11-09Use JNIEXPORT to really export these for AndroidTor Lillqvist
2012-11-07More ::rtl::OUString -> OUString in bridgesRicardo Montania
2012-11-07::rtl::OUString -> OUString in bridgesRicardo Montania
2012-11-03WaE: unused parameterTor Lillqvist
2012-10-22dummy_can_throw_anything reportedly needed at least with GCC 4.5.1, tooStephan Bergmann
2012-10-16add dep on dirDavid Tardon
2012-10-06bridges: msvc complains about silly optionsMichael Stahl
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-10-01Make this actually workTor Lillqvist
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-27Make exceptions work better in the x86-64 MacOSX C++-UNO bridgeTor Lillqvist
2012-09-27WaE: format specifiers in debug outputTor Lillqvist
2012-09-27bridges: fix macosx buildMatúš Kukan
2012-09-27First attempt at C++/UNO bridge for 64-bit OS XTor Lillqvist
2012-09-26make gcc-uno bridge work with both gcc-4.7 and clangLuboš Luňák
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-24use correct directory dependencyDavid Tardon
2012-09-24Remove java_uno.map unused after gbuildificationStephan Bergmann
2012-09-24JNIEXPORT -> SAL_DLLPUBLIC_EXPORT after gbuildificationStephan Bergmann
2012-09-24another attempt to fix android ARM buildDavid Tardon
2012-09-23really fix make syntax. i mean it! honestly!David Tardon
2012-09-23fix make syntaxDavid Tardon
2012-09-23fix make module.allDavid Tardon
2012-09-23we don't need explicit rule for this target...David Tardon
2012-09-23(hopefully) fix build of bridges on linux ARMDavid Tardon
2012-09-23Revert "add forgotten asm file to build"David Tardon
I left a prefix on the names "Map" so that I would not have to re-arrange each name too much, since I can't start identifiers with digits like "100thMM" And remove RSC_EXTRAMAPUNIT, which doesn't seem to be doing anything anymore. Change-Id: I5187824aa87e30caf5357b51b5384b5ab919d224 Reviewed-on: https://gerrit.libreoffice.org/29096 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> 2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann ...which was introduced with 3ead3ad52f9bb2f9d1d6cf8dfc73a0a25e6778ed "Gradually typed Link" to distinguish the new, typed versions from the old, untyped ones, but is no longer necessary since 382eb1a23c390154619c385414bdbe6f6e461173 "remove untyped Link<>" removed the old versions. Change-Id: I494025df486a16a45861fcd8192dfe0275b1103c 2016-09-22VCL add support for rollover menubarsJan-Marek Glogowski KDE theme engines can explicitly support rollover menubars via styleHint( QStyle::SH_MenuBar_MouseTracking ). So this adds support for this feature to the vcl::Menu. Change-Id: Ica923ff2d06cfd54e548ba858b3d90f70d9c255a 2016-08-02gtk2: toggle menubar mnemonics on if any keyinput on it or submenusCaolán McNamara this is closer to how I seem to see the gtk menubars work (gtk3 is native now so this doesn't affect that) Change-Id: Ie5225d2ccda698946f26408aae95d2a50cbb928b 2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin Change-Id: I85eda1c33016c1461d897fc0a3b70457209a7405 Reviewed-on: https://gerrit.libreoffice.org/26806 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-06-27loplugin:singlevalfields in vcl(part2)Noel Grandin Change-Id: I4782c6f6d3d090ba0f9e29af8afdd7d88aa2d382 Reviewed-on: https://gerrit.libreoffice.org/26598 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin some places are marked with "dodgy"- need to check those to see what is going on, because they are leaving dangling pointers behind in the Menu class Change-Id: I41d5c7c0fec2f70ce9e3ffdc48cd03d26c0a869b Reviewed-on: https://gerrit.libreoffice.org/26516 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-06-20Convert PART to scoped enumNoel Grandin Change-Id: If4c2849beb207593d3d450ae3846ed24eaf66ca4 Reviewed-on: https://gerrit.libreoffice.org/26173 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-06-17convert DBG_ASSERT in vclNoel Grandin Change-Id: I732fb1a789f90ca7a7f393cc41a6afe84fecf3d3 Reviewed-on: https://gerrit.libreoffice.org/26200 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-06-16VCL: Simplify ToolBox initialisationArnaud Versini Change-Id: Ia83e2011897b8c6b81cbe476a22944abd2230291 Reviewed-on: https://gerrit.libreoffice.org/26329 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-06-09EndSaveFocus does nothing on the !bRestore caseCaolán McNamara Change-Id: I8e199535803faf364469f9b9df46f339febe25c6 2016-05-31Convert ControlType to scoped enumNoel Grandin Change-Id: Iaa13c3e7030296a97bab144103745867d43b4b19 Reviewed-on: https://gerrit.libreoffice.org/25554 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2016-05-11Resolves: tdf#99709 native gtk3 menubar isn't accessible with F6Caolán McNamara Change-Id: If772231e824e71c327103e147e3eef69e82339f6 2016-05-11make this cunning more explicitCaolán McNamara Change-Id: Ie461646e076da4aa4b144c68e0e08c0424474ad8 2016-05-10separate this piece of goo out into a standalone thingCaolán McNamara no logic change Change-Id: Ib03a2516c9b3cf6bedf52760d8f7cb68cc70464f 2016-03-16loplugin:constantparams in vcl/Noel Grandin also some improvements to the plugin Change-Id: I0e3a519d70756e577fcb1bd47dd66864b5b4c871 Reviewed-on: https://gerrit.libreoffice.org/23289 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2016-02-26gtk3: add a menubar close buttonCaolán McNamara the css foo is modeled on the similiar gedit close buttons in its tabs Change-Id: I7af32ad0434a49c52eea215f797c502be7f96dac 2016-01-25MenuBar's CloseButtonClickHdl doesn't need an argumentStephan Bergmann ...the only actual use of it, LayoutManager's MenuBarClose in framework/source/layoutmanager/layoutmanager.cxx is IMPL_LINK_NOARG_TYPED. Change-Id: Idf12fe5735cd452954a9d2ddbce305fa96b832a0