| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-10 | notebook: mouseover effect and more minor drawing fixes | Jonas Kümmerlin | |
| 2020-06-10 | notebook: uxtheme drawing and more fixes | Jonas Kümmerlin | |
| still missing mouseover effect and some fine tuning | |||
| 2020-06-07 | notebook: skip drawing tabs where the whole thing would be clipped anyway | Jonas Kümmerlin | |
| 2020-06-06 | notebook: completely homegrown reimplementation | Jonas Kümmerlin | |
| for now only classic theme, also not well tested outside of winxp | |||
| 2020-06-01 | layout code reorganization and renaming | Jonas Kümmerlin | |
| s/Widget/Control/ throughout the code. Only the widget factory gets to keep its name for now. | |||
| 2020-06-01 | notebook: switch to underscored naming convention, WM name fix | Jonas Kümmerlin | |
| 2020-05-30 | notebook: always move focus on click | Jonas Kümmerlin | |
| fixes another default button bug | |||
| 2020-05-29 | controls: subclass generic "ALFControl" window | Jonas Kümmerlin | |
| The idea is that the compiler can strip unused controls when linking statically, but the window class initialization functions blocked that. | |||
| 2020-05-09 | notebook: fix focus when changing tabs | Jonas Kümmerlin | |
| 2020-05-09 | remove half-baked compat implementation of SetWindowSubclass | Jonas Kümmerlin | |
| 2020-05-06 | notebook: add tricks for faster rendering | Jonas Kümmerlin | |
| Win10 in particular sucks at stretching a completely white bitmap | |||
| 2020-05-03 | make it compile as 64bit under mingw | Jonas Kümmerlin | |
| 2020-04-29 | layout: make minimum size actually work as a minimum | Jonas Kümmerlin | |
| 2020-04-23 | changed DPI handling: dpi is now pushed into every control and saved there | Jonas Kümmerlin | |
| 2020-04-22 | notebook: save layout flags to control font and bg inheritance | Jonas Kümmerlin | |
| this makes setting fonts and background color for tab panels work, instead of appearing to work but then being overridden later | |||
| 2020-04-21 | embarrassing notebook content flicker fixes | Jonas Kümmerlin | |
| 2020-04-21 | notebook: add option of using a solid background | Jonas Kümmerlin | |
| unfortunately, only xp supplies actually matching color hints the color hint of Vista and later is very different from the texture used, so it looks quite ugly there :/ | |||
| 2020-04-21 | make ALF_SetBackgroundColor disable color inheritance | Jonas Kümmerlin | |
| 2020-04-21 | fix GDI leak in notebook | Jonas Kümmerlin | |
| 2020-04-20 | fixup transparent background work and add test in widgetfactory | Jonas Kümmerlin | |
| Win32s bites once again with its 16bit WPARAM | |||
| 2020-04-18 | notebook: draw themed background tiled like winxp does it | Jonas Kümmerlin | |
| 2020-04-18 | implement background color | Jonas Kümmerlin | |
| reduce flickering by keeping pixels if we know the background didn't change panel text is now gone, it would require us to redraw every transparent widget on top, which is a bad tradeoff since that panel text isn't very useful anyway. | |||
| 2020-04-16 | make it build with -Wconversion | Jonas Kümmerlin | |
| 2020-04-16 | rework grid layout | Jonas Kümmerlin | |
| Fractional expand is now supported like Qt, and also per row/column instead of as a widget attribute. Instead of margins, you're now supposed to use empty rows/columns instead. Spacer is also gone, use empty rows/columns with minimum size. Layout engine is prepared to directly calculate edit, button, etc. sizes without subclassing these controls | |||
| 2020-04-16 | layout: invalidate and recalculate, automatically | Jonas Kümmerlin | |
| 2020-04-16 | font handling change: allow controls to inherit fonts | Jonas Kümmerlin | |
| also do it automatically when adding widget to layout, no more calling applyfonts manually | |||
| 2020-04-16 | panel: show centered text like Delphi | Jonas Kümmerlin | |
| 2020-04-14 | Make notebook bg gradient work. Anti-flicker work throughout the codebase. | Jonas Kümmerlin | |
| 2019-07-07 | first notebook implementation | Jonas Kümmerlin | |
