summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2024-08-23Restore an About dialog box.Cyrille Bagard
2024-08-19Typos and cosmetics.Cyrille Bagard
2024-08-19Extend launch content as much as possible.Cyrille Bagard
2024-07-24Display new panels inside the main window when needed.Cyrille Bagard
2024-07-22Simplify the constraint-based layout for the Welcome panel.Cyrille Bagard
2024-07-21Create a keyboard shortcut to close the main window.Cyrille Bagard
2024-07-21Separate the GTK application and the GTK main window.Cyrille Bagard
2024-07-20Prepare a welcome screen.Cyrille Bagard
2024-07-14Setup basic features for framework GUI panels.Cyrille Bagard
2024-07-09Rename some files.Cyrille Bagard
2024-07-02Ensure minimal desktop support for icon and name.Cyrille Bagard
2024-06-18Rebuild hex views for large contents.Cyrille Bagard
2024-05-14Restore some logging facilities with automatic switch to the GUI.Cyrille Bagard
2023-11-06Fix newly detected memory leaks.Cyrille Bagard
2023-09-11Fix the compilation when GTK support is enabled.Cyrille Bagard
2023-09-10Tune the compilation using flags instead of a config file.Cyrille Bagard
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2021-10-24Link a class to loaded content nature.Cyrille Bagard
2021-07-04Save all needed information into project files.Cyrille Bagard
2021-05-29Define roles for allowed connections to servers.Cyrille Bagard
2021-04-08Avoid potential conflicts with the global errno variable.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2021-01-01Managed GObject references each time a configuration parameter is accessed.Cyrille Bagard
2020-12-24Ported the panel update mechanisms to the Python API.Cyrille Bagard
2020-12-11Excluded an useless header.Cyrille Bagard
2020-12-08Used the short panel descriptions in menus.Cyrille Bagard
2020-12-08Fixed registered signals for ephemeral panels.Cyrille Bagard
2020-12-08Displayed loaded content in its view panel.Cyrille Bagard
2020-12-05Extended the plugin API to include some panel events.Cyrille Bagard
2020-12-05Rewritten the whole API dealing with panels.Cyrille Bagard
2020-11-17Fixed exit cancellation when the project is not saved.Cyrille Bagard
2020-10-20Fixed some compilation warnings.Cyrille Bagard
2020-09-21Defined lock mechanism for buffer caches.Cyrille Bagard
2020-08-22Restored the operand display switch feature.Cyrille Bagard
2020-08-19Handled empty strings when filtering a panel.Cyrille Bagard
2020-08-19Used the new macro used to provide callbacks to GtkBuilder everywhere.Cyrille Bagard
2020-08-19Restored some old broken features of the bookmarks panel.Cyrille Bagard
2020-08-18Centralized the macro used to provide callbacks to GtkBuilder easily.Cyrille Bagard
2020-08-18Rebuilt the About window using Glade.Cyrille Bagard
2020-08-17Unlocked the locked collection.Cyrille Bagard
2020-08-16Deleted old code.Cyrille Bagard
2020-08-15Removed useless headers from code.Cyrille Bagard
2020-08-15Removed access to old global instances.Cyrille Bagard
2020-08-15Rebuilt the main interface using Glade.Cyrille Bagard
2020-08-09Provided Python bindings for the main menu bar.Cyrille Bagard
2020-08-08Updated all the code relative to GUI items.Cyrille Bagard
2020-07-27Replaced all BLC_* constants by the new DLC_* values.Cyrille Bagard
2020-07-27Removed some extra special column indexes.Cyrille Bagard
2020-07-14Updated the code handling binary contents.Cyrille Bagard
2020-07-12Improved the API for loaded contents.Cyrille Bagard