summaryrefslogtreecommitdiff
path: root/src/glibext/gbufferline.c
AgeCommit message (Expand)Author
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-07-19Given their own structure to rendering options.Cyrille Bagard
2018-06-17Got access to external files thanks to new core functions.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-04-02Removed lots of uninitialized uses, mostly in NDEBUG mode.Cyrille Bagard
2017-03-29Handled areas which are not allocated in memory.Cyrille Bagard
2017-03-21Displayed the first line content of each entry point again.Cyrille Bagard
2017-03-02Removed dead code.Cyrille Bagard
2017-03-02Filled rendering lines with relative binary contents.Cyrille Bagard
2017-01-03Unreferenced all relative segments when a line is deleted.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
2016-11-06Added margins between columns only after non-empty columns.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-10-23Deleted a level of data to reduce the memory fingerprint.Cyrille Bagard
2016-10-23Memorized all creators of line content at the line level and saved memory.Cyrille Bagard
2016-05-03Fixed two bugs in the code buffer system.Cyrille Bagard
2016-05-01Handled all width measures per view in a dedicated manager.Cyrille Bagard
2016-04-23Limited the length of displayed SHA1 binary value for Dex files.Cyrille Bagard
2016-02-01Defined all Dalvik instructions to get generated by d2c.Cyrille Bagard
2016-01-23Created storable items for user comments.Cyrille Bagard
2016-01-21Defined some raw primitives to write or delete comments.Cyrille Bagard
2016-01-17Updated the width of a modified line.Cyrille Bagard
2016-01-16Changed the display of a segment containing the value of an immediate.Cyrille Bagard
2015-12-09Fixed a bug by ensuring a Cairo surface is defined before painting it.Cyrille Bagard
2015-12-09Removed debug code showing lines managing columns groups.Cyrille Bagard
2015-12-09Avoided to throw comments too far by defining local columns managers.Cyrille Bagard
2015-11-01Always set a string literal as string format to please -Wformat-security.Cyrille Bagard
2015-07-24Replaced all remaining raw accesses to binary contents with the GBinContent w...Cyrille Bagard
2015-04-12Highlighted the current segment on caret location changes.Cyrille Bagard
2015-04-11Fixed the remaining bugs in all kinds of navigation in buffer views.Cyrille Bagard
2015-04-09Fixed all known bugs with the keyboard-based navigation in buffer views.Cyrille Bagard
2015-03-08Handle cross references as well as entry points.Cyrille Bagard
2015-02-23Fixed a bug: do not close the connection after the initial handshake.Cyrille Bagard
2015-02-22Created a dialog box to select an entry point to display.Cyrille Bagard
2015-02-11Marked buffer lines as containing an entry point when needed.Cyrille Bagard
2015-01-15Exported disassembled content in plain text or HTML format properly.Cyrille Bagard
2015-01-05Changed the way addresses are printed.Cyrille Bagard
2014-12-10Loaded major segment properties for an external GTK3 theme and defined some n...Cyrille Bagard
2014-11-29Displayed segments in the disassembly view.Cyrille Bagard
2014-11-01Moved the caret with mouse and keyboard.Cyrille Bagard
2014-10-21Cleaned, fixed and improved the rules for the display of view columns.Cyrille Bagard
2014-09-17Introduced memory ranges.Cyrille Bagard
2014-08-26Looked for coordinates using the new addresses definitions.Cyrille Bagard
2014-08-20Rewritten some parts of code to increase the binary processing speed.Cyrille Bagard
2014-08-16Improved the code for handling vmpa_t definitions.Cyrille Bagard
2014-08-05Defined the first steps for a new disassembling approach.Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2014-04-23Fixed a bug by avoiding one hardcoded path when looking for a picture.Cyrille Bagard