July 25, 2019, 00:09 (GMT) |
Support toggling inverted sorting through column header (3 state) |
July 24, 2019, 23:52 (GMT) |
Support inverted sorting Adds a checkbox to the filter/display popup, to invert sorting. We do an additional pass to reverse the listbase order, rather than modifying the sort callbacks. That adds a overhead but guess it's not much of an issue. The alternative would make return values a bit cryptic. |
July 24, 2019, 22:48 (GMT) |
Fix background pattern not scrolling with view |
July 24, 2019, 22:24 (GMT) |
Align modification date column to center, size to the right |
July 24, 2019, 21:57 (GMT) |
Refactor drawing, use available with for name column Makes drawing use padding sizes more correctly, removing need for hardcoded alignment of elements. Since we now know the name column width in advance, we can do drawing in order (not reversed). |
Revision b69396f by Dawei Sun (cycles_unbiased_volumes) July 24, 2019, 20:38 (GMT) |
override Crypto render to use 32 bits per channel |
July 24, 2019, 19:34 (GMT) |
Show both size and date column by default |
July 24, 2019, 19:26 (GMT) |
Merge date and time column |
July 24, 2019, 18:56 (GMT) |
Merge branch 'master' into filebrowser_redesign |
Revision 03f4489 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 24, 2019, 17:19 (GMT) |
Merge branch 'master' into functions |
Revision 93b01da by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 24, 2019, 17:10 (GMT) |
use threading again |
Revision 3976570 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 24, 2019, 17:07 (GMT) |
use particle function in Age Reached event |
Revision 2d925db by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 24, 2019, 17:07 (GMT) |
fix double free and optimize when particle function inputs have no dependencies |
Revision fd0226f by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 24, 2019, 15:52 (GMT) |
handle type extensions as references instead of pointers by default |
Revision 85536c5 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 24, 2019, 15:43 (GMT) |
use function bodies as references instead of pointers by default |
Revision f545077 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 24, 2019, 15:13 (GMT) |
rename |
Revision 54724cc by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 24, 2019, 15:12 (GMT) |
simplify usage of particle functions |
Revision 091cc94 by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) July 24, 2019, 14:41 (GMT) |
Use fixed lighting, don't make it rotate with view rotation |
Revision b60b193 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 24, 2019, 14:27 (GMT) |
do more checks when debugging |
July 24, 2019, 14:22 (GMT) |
Point submodules to their latest release branch |
|