summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkblockview.c
AgeCommit message (Expand)Author
2015-04-30Fixed implicit declarations of functions causing crashes.Cyrille Bagard
2015-04-22Allowed to refer to an external list for highlighted segments.Cyrille Bagard
2015-04-12Highlighted the current segment on caret location changes.Cyrille Bagard
2015-04-06Done some refactoring in order to make the code more GObject-friendly.Cyrille Bagard
2014-10-21Cleaned, fixed and improved the rules for the display of view columns.Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2012-09-27Selected segments for highlighting.Cyrille Bagard
2012-08-12Cleaned the code and handled file binaries properly.Cyrille Bagard
2012-06-24Updated code to prepare the return of graph views.Cyrille Bagard
2012-01-14Updated calls to take the binary rendering options into account.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2010-12-20Begun to clean the code by moving the disassembling process into disass/.Cyrille Bagard
2010-10-24Removed dead code.Cyrille Bagard
2010-10-24Introduced new views for rendering source code.Cyrille Bagard
2010-07-29Improved the GDB client.Cyrille Bagard
2010-07-17Restored the breakpoints in the GUI.Cyrille Bagard
2010-04-11Cleaned the code by removing all references to the old GtkTextBuffer usage.Cyrille Bagard
2010-04-11Provided a faster than GTK display buffer.Cyrille Bagard
2010-02-22Avoided crashes when loading unrecognized files.Cyrille Bagard
2009-10-29Fixed bugs and made the binary loading process faster.Cyrille Bagard
2009-10-22Supported scrolling internally and thus fixed bugs with big binaries.Cyrille Bagard
2009-10-01Only redrawn the needed area on view exposure.Cyrille Bagard
2009-09-27Replaced hardcoded integer value by G_MAXINT.Cyrille Bagard
2009-09-20Rewritten the work queue and fixed thread concurrency.Cyrille Bagard
2009-09-08Restored the previous/original rendering of disassemblies.Cyrille Bagard
2009-08-30Provided a clean way to run delayed tasks.Cyrille Bagard
2009-08-30Rendered using the GTK buffer (crappy version).Cyrille Bagard
2009-07-31Processed disassembling in a dedicated thread.Cyrille Bagard
2009-07-26Cleaned and improved the drawing of the block view.Cyrille Bagard
2009-07-04Defined general rendering options using a GLib object.Cyrille Bagard
2009-07-01Made the lines to have different rendering widths depending on the views.Cyrille Bagard
2009-06-30Built graphic links from the flow of the code blocks.Cyrille Bagard
2009-06-28Drawn a border around the views when needed.Cyrille Bagard
2009-06-28Drawn graphic links between the different blocks of code.Cyrille Bagard
2009-06-14Cleaned and improved the binary views ; implemented some first steps for the ...Cyrille Bagard
2009-06-13Typo.Cyrille Bagard
2009-06-13Made the GUI offer to change the view of the current analyzed binary.Cyrille Bagard