summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkgraphview.c
AgeCommit message (Collapse)Author
2015-07-12Defined AIF_RETURN_POINT to replace the previous 'return' accessors.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@546 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-06-14Been able to move the caret when scrolling to a given address.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@541 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-05-12Included buffer views in graph views in the right way.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@535 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-05-05Done not forget to allocate size for the view as soon as the size of its ↵Cyrille Bagard
support change. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@529 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-05-05Fixed some warnings during the compilation.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@528 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-04-30Fixed implicit declarations of functions causing crashes.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@523 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-04-25Removed some debug messages.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@518 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-04-22Allowed to refer to an external list for highlighted segments.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@515 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-04-20Transmitted the focus when a limit has been reached while using he keyboard.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@514 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-04-06Done some refactoring in order to make the code more GObject-friendly.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@506 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-04-06Said goodbye to Graphviz.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@505 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-04-05Restored the panel for a glance at the current code view.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@503 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-04-03Defined a preferred size for views and reacted on scroll events.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@500 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2015-04-03Tried to show basic blocks in the graphic view again.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@499 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2014-10-21Cleaned, fixed and improved the rules for the display of view columns.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@416 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2014-09-10Fixed and improved the rendering of view panels.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@401 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2014-08-26Looked for coordinates using the new addresses definitions.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@394 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2014-06-04Fixed bugs when dealing with views and updated the code for GTK3.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@378 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2014-04-28Updated all copyright headers.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@373 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2014-01-26Saved the first steps of the migration to GTK+ v3.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@367 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2013-05-05Implemented first basic steps towards nice graph rendering.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@346 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2013-03-19Defined the first steps towards new graph renderings.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@345 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2013-01-06Transferred the scale computing to the rendered view.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@319 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2013-01-05Refined the definition of basic blocks and used them to build extra clusters ↵Cyrille Bagard
for dot. git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@317 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2013-01-01Fixed the computing of basic blocks and used them in graphic views.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@316 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2013-01-01Made sure the links have enough space to get fully drawn.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@315 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-12-12Updated display of graphical views on option change and fixed size bugs.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@301 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-11-19Handled Dalvik exception handlers in the graphic view.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@285 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-11-13Improved the flow graph a little more.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@283 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-11-10Provided a nice way to get a small preview of the current graph.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@280 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-11-02Improved the computing and the rendering of the graphic view.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@277 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-10-17Removed a lot of gcc warnings.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@272 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-08-12Cleaned the code and handled file binaries properly.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@259 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-07-01Built the graph view when defining a target address.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@247 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-06-24Updated code to prepare the return of graph views.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@245 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-01-23Added menus to change the current displayed view. Do not try the source view.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@228 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2012-01-01Updated copyright dates.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@221 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2010-12-20Begun to clean the code by moving the disassembling process into disass/.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@202 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2010-10-24Introduced new views for rendering source code.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@184 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-10-22Supported scrolling internally and thus fixed bugs with big binaries.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@132 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-09-20Rewritten the work queue and fixed thread concurrency.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@117 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-08-30Provided a clean way to run delayed tasks.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@109 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-08-09Reorganized the way formats are handled (Java and PE got disabled, Dwarf is ↵Cyrille Bagard
empty). git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@105 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-07-26Moved the openida_binary structure to a GOpenidaBinary GLib object.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@103 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-07-15Fixed the ending line of graphic views.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@97 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-07-15Stored several destinations for each line when needed.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@95 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-07-04Improved the link lines management.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@90 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-07-04Defined general rendering options using a GLib object.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@89 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-07-01Made the lines to have different rendering widths depending on the views.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@88 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
2009-06-30Built graphic links from the flow of the code blocks.Cyrille Bagard
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@84 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a