hippoz pushed to master at hippoz/file-manager 2022-07-31 23:14:57 +03:00
eceef00e48 use svg pre-rendered surfaces
hippoz pushed to master at hippoz/raven 2022-07-31 23:14:29 +03:00
43eec85adc add a way to pre-render svgs to fix duplication of surfaces
hippoz pushed to master at hippoz/raven 2022-07-30 17:03:18 +03:00
d07340217c fix logging header file and stop throwing exceptions
hippoz pushed to master at hippoz/file-manager 2022-07-30 17:03:14 +03:00
5bf39962ca switch to using callbacks for filebutton
hippoz closed issue alnux/repo#17 2022-07-30 05:03:39 +03:00
grub config already made
hippoz closed issue hippoz/brainlet-react#1 2022-07-30 05:03:20 +03:00
When older messages are loaded, the message view automatically scrolls to the bottom
hippoz pushed to master at hippoz/file-manager 2022-07-29 04:39:44 +03:00
997be0290b handle files and show separate icon
hippoz pushed to master at hippoz/file-manager 2022-07-29 03:03:34 +03:00
51a75e9cc1 add breadcrumb bar in the topbar
hippoz pushed to master at hippoz/raven 2022-07-29 03:03:02 +03:00
c02f286f01 fix boxlayout adding extra spacing
hippoz pushed to master at hippoz/file-manager 2022-07-28 19:36:54 +03:00
ba2f22b221 visual improvements (todo: figure out a way to deal with large file names)
hippoz pushed to master at hippoz/file-manager 2022-07-28 19:14:41 +03:00
96cd01bc77 add parent directory button
a1e0e82da3 navigate to home directory by default and add functionality for home button
e413a7d69d add get_home_directory function
Compare 3 commits »
hippoz pushed to master at hippoz/raven 2022-07-28 18:54:35 +03:00
55b8353d6d remove on_click from button and add it to the Widget class
909f911260 add margin and spacing to boxlayout
Compare 2 commits »
hippoz pushed to master at hippoz/file-manager 2022-07-28 18:52:52 +03:00
0b287f755b remove librsvg dependency, since raven now has SvgWidget
2e6940b63a add top bar with functional back and forward buttons
Compare 2 commits »
hippoz pushed to master at hippoz/file-manager 2022-07-27 03:27:20 +03:00
2d20a59a8c remove SvgWidget, as it is now a part of Raven
hippoz pushed to master at hippoz/raven 2022-07-27 03:27:02 +03:00
a7051174a9 add SvgWidget
4d7cb99fb1 add on_after_layout
Compare 2 commits »
hippoz pushed to master at hippoz/file-manager 2022-07-27 03:19:31 +03:00
2b1706a41a svgwidget: greatly improve performance by caching render result
hippoz pushed to master at hippoz/file-manager 2022-07-27 02:35:31 +03:00
bbec75f451 switch to using microtasks for switching, fixing segfaults
hippoz pushed to master at hippoz/raven 2022-07-27 02:32:40 +03:00
cc1d49c435 add microtask system and temporary logging system
hippoz pushed to master at hippoz/file-manager 2022-07-27 00:26:45 +03:00
c601beb28e refactor out into separate files
hippoz pushed to master at hippoz/file-manager 2022-07-26 17:32:13 +03:00
c676773a44 add README with build instructions