summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Collapse)AuthorFilesLines
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-28fix up mergeCaolán McNamara1-8/+0
Change-Id: I1ce7e72c2c0d1a2cf56df66197510e6870c18047
2012-09-28adapt uipreviewer for ucbhelper changeCaolán McNamara1-10/+5
Change-Id: I60463d107d49ecc78053dd2592fc207164708040
2012-09-28mbHasFocus renamed to mbHasControlFocusCaolán McNamara1-1/+1
Change-Id: I44d37c490ca0554d9f5b286ffb79b65f1c3d1914
2012-09-28sort child positions within parents according to grid positionCaolán McNamara6-132/+47
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 McNamara4-11/+43
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 McNamara4-6/+39
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 McNamara1-0/+3
Change-Id: I6e9b03c4baf05d096aa780b4f6d8635bb1e254ac
2012-09-28fix getNonLayout[Real]Parent helpersCaolán McNamara1-2/+10
Change-Id: Idae11802aaeb3d9192cdf7fe8fae61788bbb9b5b
2012-09-28we need to have the outermost TabDialog as the recipient of tab keystrokesCaolán McNamara5-14/+28
Change-Id: I1d230512d2145a9a3198c25c60dcd8954928120e
2012-09-28set the default button on various dialogsCaolán McNamara2-2/+3
Change-Id: I63b1cc73d8ed240c40dec07fe1f8470da8410464
2012-09-28adapt zoom dialog code to layout widgetsCaolán McNamara2-2/+2
Change-Id: I7da387db88b8a4449dc1dc7099527f786b0d565e
2012-09-28support has-default for buttonsCaolán McNamara2-0/+17
Change-Id: I4b3b6bfa3fadaed0770b5e5254f5afc4c67de191
2012-09-28move layout diagnostics to vcl.layout channelCaolán McNamara7-17/+10
Change-Id: Ib33d91ea56219036182d30fdd3dc2159ce32a48c
2012-09-28convert add/remove autoformats to new layout dialogsCaolán McNamara1-1/+1
Change-Id: I79d658b4e8e1342c012a4bc52b3204ccceaa5520
2012-09-28adapt code to new table autoformat dialogCaolán McNamara3-10/+44
Change-Id: I7bc8c1b37fa9757c5d47902d54865d0319135517
2012-09-28adjust combobox GetOptimalSizeCaolán McNamara3-1/+9
Change-Id: Ifeaf6bbc57b57800853eef9657f646b1447f2add
2012-09-28support "digits" for numericfieldsCaolán McNamara2-0/+10
Change-Id: I2ff678621df940dfb7b19c566544bcbc9d1a29bf
2012-09-28convert hard-coded layout of char name tabpage to .uiCaolán McNamara6-13/+14
Change-Id: I20829b6a0835bf96489d67b6f7effcfa84650328
2012-09-28convert hard-coded layout of char hyperlink tabpage to .uiCaolán McNamara1-0/+1
Change-Id: I4d43f911b084146393e4be514584acc245a4fda4
2012-09-28import inconsistent-state GtkCheckButtons as TriStateBoxsCaolán McNamara1-1/+22
Change-Id: If7fbe960bf5af31b51a7e454b8131c31b232a79b
2012-09-28convert hard-coded layout of two-lines tabpage to .uiCaolán McNamara2-0/+9
Change-Id: I87da59af50420993303111dae0ec4456ae15cc20
2012-09-28copy the button dataCaolán McNamara2-0/+8
Change-Id: I3014106791b761e6aad5ea355402f9a2850f5bb5
2012-09-28calculate ideal tab size not current oneCaolán McNamara1-1/+1
Change-Id: Ia57366baafb7bb5ecdd8b7ab3d1f52b6438d165e
2012-09-28add a new stock reset/revert buttonCaolán McNamara4-2/+15
Change-Id: Ie854c063856eb8ed7401162ed60114d7cc904d26
2012-09-28map GtkComboBoxText to ComboBoxCaolán McNamara1-0/+6
Change-Id: Ib73ff4ba0fc6c7c977bda8582079fdb0194e12a9
2012-09-28implement setting Dialog title propertyCaolán McNamara1-0/+2
Change-Id: Ic3088f75c3aec57fa8b60a59f806f8396cdcf09c
2012-09-28missing helpids on brochure toggleCaolán McNamara1-1/+5
Change-Id: I565ffdd359740198aeb2ed661383ba86c6f7a39e
2012-09-28set a helpid on the tabpage containerCaolán McNamara1-0/+1
Change-Id: Ice461f5de76ecb5628682572c0b40736a29b9381
2012-09-28rename expander for help and remove now unused hidsCaolán McNamara2-3/+1
Change-Id: I9c5b01efb0a233621732350f8aff432343931be8
2012-09-28delete print dialog .src nowCaolán McNamara2-394/+0
Change-Id: Ia1ca185b0abfac6443c819d4143298e7bfca66e5
2012-09-28hide custom tab page if unused, e.g. macro printingCaolán McNamara1-0/+3
Change-Id: Ie3cea0d1d0b7140d1456478a92ac0e72bf423ed3
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara16-1252/+2333
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 McNamara1-2/+6
Change-Id: I344b591b9d02e08717db1da89518f1a9654bd7a1
2012-09-28we need to retain invisible children for the first grid passCaolán McNamara1-8/+5
We will drop them frm the final grid, but for the first pass we need to know about invisible spanning children Change-Id: If3938a622a5f0609964bb5e72f8428c64cb09f79
2012-09-28want to be able to find tabpages by nameCaolán McNamara1-2/+9
Change-Id: I4e08ded38a4d1d9d193d5d7731c7ac667c70048c
2012-09-28support GtkEntry width-chars propertyCaolán McNamara3-2/+38
Change-Id: I5a3bdf6058b0d786923a9543a064bddcc84f001a
2012-09-28make spanning of empty row/cols work betterCaolán McNamara2-23/+68
Change-Id: I4ef6cee2ffdfced8d98dc48cf21a142bb15fd4a3
2012-09-28drop autoshow of all widgets, and honour visibility flagCaolán McNamara1-13/+2
Change-Id: I752c8be2830441114b747a809eb1a331ac19472a
2012-09-28autoconnect multi-column list stores to dropdownsCaolán McNamara2-12/+69
Default to importing the first column into the list and the second column as the additional data and only considering the first column for translation Change-Id: Ic74a4550167455c83634c4112ab2b698c1d25ea1
2012-09-28call queue_layout from queue_resizeCaolán McNamara1-2/+1
Change-Id: I7f28c844bfbf739337937970355dbd4a8d39fe81
2012-09-28Get optimal size of spinbuttons from min/max values, not current valCaolán McNamara6-13/+58
Change-Id: I2af72a1d88d2d411924110c6ead03bc8ed8b5dde
2012-09-28make a dialog basically a dictionary of child widgetsCaolán McNamara1-0/+8
so call get("name") on a dialog to get the child widget of that name Change-Id: Ib6ebe8e0165ec3e1f50de9295855042b65faf5d1
2012-09-28map gtk-close -> PushButton+SV_BUTTONTEXT_CLOSECaolán McNamara1-0/+6
Change-Id: Ie8de8e23d72a8bad2c5edb097bd8b2c50a8ce4bf
2012-09-28we need TEXT_RAW to retain leading/trailing label whitespace textCaolán McNamara1-4/+6
Change-Id: Ic0fe9dba4cb2efcb96830425626a3ae9636ce18c
2012-09-28We need to distinguish NumericFields from MetricFieldsCaolán McNamara1-1/+20
In the future I'm hoping we can get some gtk3-side support for patterns for GtkSpinButtons or such such. In the meamtime overload that info into the name Change-Id: I20464e3ddafb710dd7330fc038bb9330b852410a
2012-09-28GetProcAddress doesn't work like dlsym with executable's handleCaolán McNamara1-5/+21
underlying GetProcAddress on windows, unlike dlsym, doesn't search through all loaded .dlls searching for the symbol when given the default module. So load the module by name. Change-Id: I148250c9d8dd5aa2b802581d049533f2c5e83caf
2012-09-28seperate layout from resizeCaolán McNamara2-1/+7
so layout can be triggered by queue_resize without calling virtual overrides of Resize Change-Id: Ibf7a4b763d05d9aa401cb15e510632410aeca30b
2012-09-28queue_resize on fixedimage graphic changeCaolán McNamara1-0/+2
Change-Id: I6de743a290b2a08d4c90be706ea28daae94c2e74
2012-09-28calculate and position taking external margins into accountCaolán McNamara4-58/+64
Change-Id: I64acc2bc19051626e6c175b5d84f09c4dbbeb908