summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkbufferdisplay.c
AgeCommit message (Expand)Author
2020-08-19Used the new macro used to provide callbacks to GtkBuilder everywhere.Cyrille Bagard
2020-07-26Reduced the quantity of arguments used to deal with lines.Cyrille Bagard
2020-07-14Typo.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2019-11-09Introduced the first features of a hexadecimal viewer.Cyrille Bagard
2019-06-02Fixed the caret rendering position.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-18Exported graph views using Cairo.Cyrille Bagard
2019-03-01Drawn a preview of blocks to collapse in graph view.Cyrille Bagard
2019-01-23Prepared a toolbar for actions on basic blocks.Cyrille Bagard
2018-12-21Used only abstract cursors in views high API.Cyrille Bagard
2018-12-20Kept the current location when switching views.Cyrille Bagard
2018-11-20Located the caret at the right position in case of minimal widths.Cyrille Bagard
2018-10-23Indented code labels in the assembly views.Cyrille Bagard
2018-08-08Updated some object destruction processes.Cyrille Bagard
2018-08-08Fixed reference counting when switching panels.Cyrille Bagard
2018-08-08Defined a new kind of code blocks.Cyrille Bagard
2018-07-19Given their own structure to rendering options.Cyrille Bagard
2018-07-16Applied a new GUI update with the new loaded panels features.Cyrille Bagard
2018-07-14Used abstract locations to scroll into displays.Cyrille Bagard
2018-07-14Deleted a few more references to concrete locations in buffer displays.Cyrille Bagard
2018-07-14Replaced all the remaining concrete locations in internal rendering buffers.Cyrille Bagard
2018-07-14Begun to switch to abstract locations in internal rendering buffers.Cyrille Bagard
2018-07-14Removed the unused address parameter when relocating carets.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-02-03Fixed the caret rendering for buffer displays.Cyrille Bagard
2018-01-31Provided the current active object in display panels.Cyrille Bagard
2018-01-24Typo.Cyrille Bagard
2017-12-29Fixed compilation warnings by replacing GTK deprecated functions in display p...Cyrille Bagard
2017-12-26Created the GLoadedContent interface to load all kinds of content.Cyrille Bagard
2017-07-14Incremented the reference counter for an attached buffer view.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-30Rewritten the line buffers using generators and on-demand building to save me...Cyrille Bagard