Marek Roszko
|
ca55656850
|
Prevent negative center calc on BITMAP_BUTTON
|
2023-08-06 13:53:34 -04:00 |
Marek Roszko
|
5319316815
|
Enhance the status bar with background progress and notifications
|
2023-08-04 22:06:08 -04:00 |
Jon Evans
|
4e6092a280
|
Turns out only MSW has odd behavior for bitmap sizing
|
2023-06-09 08:58:52 -04:00 |
Jeff Young
|
9da66ccb58
|
Hack Mac icon buttons back to size.
It remains unclear to me how this *should* be going forward, but
this at least gets us back to the status quo.
|
2023-06-03 21:41:56 +01:00 |
Jon Evans
|
8f69336ad1
|
Support DPI scaling in custom bitmap buttons
|
2023-06-03 11:32:52 -04:00 |
qu1ck
|
f840fe3d38
|
Fix PCM update indicator color
|
2023-05-02 11:33:41 +00:00 |
Marek Roszko
|
d2c0f5fc2a
|
More wxSing
|
2023-01-16 23:14:38 -05:00 |
Jeff Young
|
fc15454dd1
|
Debounce button control drawing.
Fixes https://gitlab.com/kicad/code/kicad/issues/13288
|
2022-12-27 23:55:28 +00:00 |
jean-pierre charras
|
e0fbe2542f
|
Fix a few compil and Coverity warnings.
|
2022-08-19 10:53:29 +02:00 |
qu1ck
|
f4fa3b02c5
|
PCM: automatic check for repository updates
|
2022-08-18 20:41:43 +00:00 |
Jeff Young
|
52bc2511cd
|
Add a radioButton mode to IMAGE_BUTTON.
Fixes https://gitlab.com/kicad/code/kicad/issues/11797
|
2022-06-12 20:09:46 +01:00 |
Jeff Young
|
a2030a5956
|
GUI for font selection.
|
2022-01-08 16:47:45 +00:00 |
Jeff Young
|
889970a449
|
SCH_NETCLASS_FLAGs and SCH_FIELDs for labels.
ADDED: a new label type for netclass flags.
ADDED: the ability to define fields on labels.
|
2021-12-24 16:13:27 +00:00 |
david-beinder
|
da833ad7dd
|
Separate focus from hover state in BITMAP_BUTTON, trigger after mouse down+up
Fixes https://gitlab.com/kicad/code/kicad/-/issues/8556
Adds AcceptDragInAsClick() to maintain support for use in toolbar palettes
|
2021-06-13 17:00:41 +00:00 |
Jon Evans
|
e06aa32780
|
Launcher tweaks
|
2021-02-13 08:59:33 -05:00 |
Wayne Stambaugh
|
5ecef204cd
|
Coding policy fixes.
Using "this->" violates coding policy section 2.7.
|
2021-02-09 11:35:43 -05:00 |
Jeff Young
|
ad1e8ebda8
|
Cleanup formatting.
|
2020-11-07 21:40:56 +00:00 |
Ian McInerney
|
5794997805
|
Fix inverted logic with checking a BITMAP_BUTTON
|
2020-09-27 00:51:09 +01:00 |
Ian McInerney
|
65bd1ee9a4
|
Add a new BITMAP_BUTTON widget and use it in the appearances panel
This button behaves like an AUI button, so it is more suited
to being on panels without a border.
|
2020-09-20 01:43:27 +01:00 |