summaryrefslogtreecommitdiff
path: root/src/gtkext
AgeCommit message (Expand)Author
2023-09-11Fix the compilation when GTK support is enabled.Cyrille Bagard
2022-12-29Refactor Makefiles to exclude GTK on demand.Cyrille Bagard
2021-09-28Rely on a generic task to analyze loaded content.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2020-12-24Added a way to retrieve RGBA colors from the current GTK style.Cyrille Bagard
2020-12-05Rewritten the whole API dealing with panels.Cyrille Bagard
2020-11-17Fixed raw data display.Cyrille Bagard
2020-09-21Defined lock mechanism for buffer caches.Cyrille Bagard
2020-08-22Refreshed the display faster.Cyrille Bagard
2020-08-19Used the new macro used to provide callbacks to GtkBuilder everywhere.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-16Created some extra features for the GTK API.Cyrille Bagard
2020-08-16Deleted old code.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-26Updated the process collecting line widths.Cyrille Bagard
2020-07-26Reduced the quantity of arguments used to deal with lines.Cyrille Bagard
2020-07-23Renamed some files.Cyrille Bagard
2020-07-14Typo.Cyrille Bagard
2020-06-01Updated the Python bindings for the GtkDockable interface.Cyrille Bagard
2020-05-11Updated the API for buffer caches.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2019-11-11Extended the Python bindings.Cyrille Bagard
2019-11-09Introduced the first features of a hexadecimal viewer.Cyrille Bagard
2019-08-14Updated the Python bindings for binary symbols.Cyrille Bagard
2019-06-02Fixed the caret rendering position.Cyrille Bagard
2019-03-26Typo.Cyrille Bagard
2019-03-26Given the priority to string.h from system includes.Cyrille Bagard
2019-03-25Avoided stack overflows with empty dynamic parameters.Cyrille Bagard
2019-03-20Included toolbar buttons into scaled rendering.Cyrille Bagard
2019-03-20Introduced zoom in graph view.Cyrille Bagard
2019-03-18Painted an extra translucent background on blocks.Cyrille Bagard
2019-03-18Simplified code thanks to visitors.Cyrille Bagard
2019-03-18Exported graph views using Cairo.Cyrille Bagard
2019-03-15Tracked vertical links beyond their cluster.Cyrille Bagard
2019-03-11Defined new config parameters for the edge colors.Cyrille Bagard
2019-03-11Enforced straight link rending in graph views.Cyrille Bagard
2019-03-08Saved a first round to book extra space for straight edges if needed.Cyrille Bagard
2019-03-08Reordered blocks in graph view to avoid edge crossing.Cyrille Bagard
2019-03-05Cleaned code.Cyrille Bagard
2019-03-05Removed unused fields.Cyrille Bagard
2019-03-05Split the graph code into several files.Cyrille Bagard
2019-03-05Saved extra code block reordering in the graph view.Cyrille Bagard
2019-03-04Provided access to the graph layout from Python.Cyrille Bagard
2019-03-01Drawn a preview of blocks to collapse in graph view.Cyrille Bagard
2019-03-01Handled vertical lines in graph view with more care.Cyrille Bagard
2019-02-23Fixed missing controls when computing loop edge positions.Cyrille Bagard
2019-02-23Reordered leaving edges with their loop blocks.Cyrille Bagard
2019-02-23Fixed straight edge positions in the graph view.Cyrille Bagard