summaryrefslogtreecommitdiff
path: root/src/glibext/gbufferline.c
AgeCommit message (Expand)Author
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
2014-04-07Relied on Cairo for printing code.Cyrille Bagard
2013-06-02Saved some progress about edition views.Cyrille Bagard
2013-01-09Fixed immediates output by defining a default column for rendering codes.Cyrille Bagard
2012-12-11Fixed/improved the computing of buffer lines cached dimensions.Cyrille Bagard
2012-12-09Used Cairo for rendering text and tried to deal properly with Pango context /...Cyrille Bagard
2012-11-25Fortified Chrysalide a little bit against wrong APK files.Cyrille Bagard
2012-11-22Rewritten parts of the Android plugin to insert indications about exceptions.Cyrille Bagard
2012-11-02Improved the computing and the rendering of the graphic view.Cyrille Bagard
2012-10-16Skipped documentation when computing line widths for rendering.Cyrille Bagard
2012-10-16Properly output routines documentation.Cyrille Bagard
2012-09-27Selected segments for highlighting.Cyrille Bagard
2012-08-06Saved progress toward the Android permissions display.Cyrille Bagard
2012-03-25Scrolled to the selected symbol.Cyrille Bagard
2012-03-11Updated the exportation dialog.Cyrille Bagard
2012-01-14Updated calls to take the binary rendering options into account.Cyrille Bagard
2010-12-02Improved the rendering of decompiled Dex code.Cyrille Bagard
2010-11-11Built some expressions for the decompilation tree.Cyrille Bagard
2010-11-06Defined the entry point for decompilations.Cyrille Bagard
2010-04-18Defined attributes for printing binary content using GLib.Cyrille Bagard
2010-04-11Provided a faster than GTK display buffer.Cyrille Bagard