summaryrefslogtreecommitdiff
path: root/rsc
AgeCommit message (Collapse)Author
2014-10-04cosmetic: start bringing rscpp in this century c-wiseNorbert Thiebaud
Change-Id: I469bc4c518c3ac299a18559cdd3e1b49d34b5ace
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl
This has been supported by GCC and clang for a very long time. Change-Id: I410a2b39004c932003f8cbefe935aedb109b1163
2014-09-29loplugin: cstylecastNoel Grandin
Change-Id: I20eb45dda584c1c3a2e5d72425e49627fb7c3866
2014-09-23fdo#82577: Handle WindowNoel Grandin
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
2014-09-19warning C4701: potentially uninitialized local variableStephan Bergmann
Change-Id: I163033dc6f1fa17a96cb9da18f73ef8cdd367f00
2014-09-19cid#983095 Resource leakNoel Grandin
Change-Id: I2792afbfedbb256e0b79236505176f932ab25ce7
2014-09-19rsc: remove more DEC remnantsNoel Grandin
Change-Id: I6b084d6b08ff2e7bd9adfba4c9eda7c8c650305c
2014-09-19rsc: NOMAIN is always trueNoel Grandin
Change-Id: Ib219ab2e85f6fff3ece93b95d4c61bad48e719ac
2014-09-19rsc: remove support for DECUSNoel Grandin
and consequently unused define "nomacargs" Change-Id: Ica5da9cf03ad63bf07b3385995ebf420ffb28089
2014-09-19rsc: remove unused OLD_PREPROCESSORNoel Grandin
and consequently unused OK_DOLLAR OK_CONCAT COMMENT_INVISIBLE STRING_FORMAL Change-Id: I801b98be8a2fc04b7568fabff9aad486356a69c9
2014-09-19rsc: remove VAX supportNoel Grandin
Change-Id: Ib3928c5f26d191d5ba184599edaa2e08668b16f5
2014-09-19rsc: remove PDP supportNoel Grandin
Change-Id: I06ad5702aed280bc1e19743246167e1d6fd1af95
2014-09-19rsc: remove 68000 supportNoel Grandin
Change-Id: Ib72dc8800bbc91905445d838657e50dfcc021b40
2014-09-19rsc: remove ONYX supportNoel Grandin
Change-Id: Ia6707ec17bf46b582dc344541857324976408833
2014-09-19rsc: remove LATTICE supportNoel Grandin
Change-Id: I904a6ec522ae4a97eefebf1f1ec6554e8e66747d
2014-09-19rsc: remove RT11 supportNoel Grandin
Change-Id: I9e9899c330868eb51b717d49ea901f15005692db
2014-09-19rsc: remove RSX supportNoel Grandin
Change-Id: I8b4e33ef6dd0c8e3af17fc358feab655e263de0f
2014-09-19rsc: remove VMS supportNoel Grandin
Change-Id: I20e8cc7014c140b6e7996ac51fc2d4c8030e2264
2014-09-06FloatingWindows are no longer loaded from resource filesCaolán McNamara
Change-Id: I2705bbb4db52779e0065400f09604384fd9cf151
2014-08-27CancelButtons no longer loaded from resource filesCaolán McNamara
Change-Id: If95ae86708660007e6a0f4df27b3c364a9653dae
2014-08-27OKButtons no longer loaded from resource filesCaolán McNamara
Change-Id: Ice1d71e730519697c891d66909550876c9d23ebb
2014-08-26Dialogs no longer loaded from resource filesCaolán McNamara
Change-Id: I55295009f474dbac15be792049fa5c6c95c1ec07
2014-08-26ModalDialogs no longer loaded from resource filesCaolán McNamara
Change-Id: I2d208c7cc5ff9bf26bff5ab2aa40e0bf57373342
2014-08-25MessBox not loaded from resource files anymoreCaolán McNamara
Change-Id: I12378a1c80e1070763cd2bd0539d74f4cc270a30
2014-08-25WarningBox are no longer loaded from resource filesCaolán McNamara
Change-Id: Ib05a9876c0b1d3425dd1629f8a0fe3d16a57cc30
2014-08-25queryboxes cannot be loaded from resource files anymoreCaolán McNamara
Change-Id: I2ee03b2f8f34d9ecf8a762e7845410fd9a31590f
2014-08-20Infoboxen are no longer loaded from resource filesCaolán McNamara
Change-Id: If387291e9e145ee36338b1e560f18889c3b62674
2014-08-20ErrorBoxen are no longer loaded from resource filesCaolán McNamara
Change-Id: I099258e449d0155154d60a839f9495236cb48cbb
2014-08-20TabPages are no longer loaded from resource filesCaolán McNamara
Change-Id: I009e0f388cfe1861cef89d2148a02380dd47c1ff
2014-08-16RSC_TRISTATEBOX is no longer usedCaolán McNamara
Change-Id: Ib3f43db131cf5562ad011538873c2ee51839665c
2014-08-16RSC_MULTILINEEDIT no longer usedCaolán McNamara
Change-Id: If56233b5226cec9516d5e2f8992e1b0beae733bf
2014-08-16RSC_MENUBUTTON is not in use anymoreCaolán McNamara
Change-Id: I853b6b1cfcd4847603d9920a47298d1b9105b46f
2014-08-15drop TabControl resource loaderCaolán McNamara
Change-Id: Idb909c205dfadaadeb8b98ce08fe2f4286cfce26
2014-08-11various ids not loaded from .res anymoreCaolán McNamara
Change-Id: Id2fab3e4b7a8feed3107e66d02cdf2a278ae9ef7
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
Find "missing headers," where a function is declared directly in the .cxx (as extern) and not defined, and should arguably instead be declared in an include file. Change-Id: I6d83ee432b2ab0cd050aec2b27c3658d32ac02a2
2014-07-05coverity#983492 String OverflowNorbert Thiebaud
Change-Id: I60b38e494e063044d84acd660b18c91d297d3c04
2014-07-05cosmetic clean-up, prep for patchesNorbert Thiebaud
Change-Id: I930afa189665ddc3ce8d160fa954e11a7a2aed8c
2014-07-02callcatcher: rsc loaded fixedbitmap is no moreCaolán McNamara
Change-Id: Ie111d9ed3534eb8892400d638eac4b38b3904646
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann
Change-Id: I9a812220b58cf6da00d854e65794f7c673ab239d
2014-06-27rsc: fix how -isystem args are filtered out for the preprocStephan Bergmann
Change-Id: I7688f3d68be99362e79304bbac041424eee6347a
2014-06-26rsc: ignore -isystem argsStephan Bergmann
Change-Id: Ic46b84d740159826542ead857d15230d54547d88
2014-06-24remove use of register keyword in C filesNoel Grandin
C compilers have been ignoring it for the last decade Change-Id: I42918263121dd189bab9d27077798b779b9e8da1 Reviewed-on: https://gerrit.libreoffice.org/9873 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-17-Wstrict-prototypesStephan Bergmann
...no reason to not have it enabled for URE C include files and what little real C code is still left. (But note that Clang ignores that warning.) Change-Id: Ia6940f9f940a0c226e9b724331d65c9862ce32e6
2014-06-15callcatcher: update unused codeCaolán McNamara
and strip away some stuff in rsc that should now be dead Change-Id: I6411e706c50dff299099680f1f942bf61c4e79f2
2014-06-11cut out the rsc loading support for stuff thats now .ui onlyCaolán McNamara
Change-Id: I54880de44ee10d4f71c8a514f905e8e00774fde7
2014-06-06fixincludeguards: fix include guardsThomas Arnhold
Change-Id: Ie6e8d4272b0b1d0d2ce93bcbc2e818a9eac1a56b Reviewed-on: https://gerrit.libreoffice.org/9629 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
Added header guards to files in directories l10ntools/, lotuswordpro/, and rsc/ Change-Id: I9c034d4bb5c92d78378bda4658d43a8b603d5281 Reviewed-on: https://gerrit.libreoffice.org/9581 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-30coverity#705195 Missing break in switchCaolán McNamara
Change-Id: I7374fbcd6b89569530db5053fe2d9ac301ffbb80
2014-05-30coverity#705196 Missing break in switchCaolán McNamara
Change-Id: Ib757a4cf5c6bf6fa59b2eb1a3cb3c9c3c55431bc
2014-05-30coverity#705197 Missing break in switchCaolán McNamara
Change-Id: I3a171be59989b53e1a96f0e4c640142bb8e64321