File: ChangeLog

package info (click to toggle)
geany-plugins 1.38%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 21,812 kB
  • sloc: ansic: 113,227; sh: 4,290; makefile: 1,630; python: 947
file content (46 lines) | stat: -rw-r--r-- 1,809 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
14-06-2012 	Alexander Petukhov <devel@apetukhov.ru>

	* fixed reverse children order in watch/autos

08-04-2012 	Alexander Petukhov <devel@apetukhov.ru>

	* fixed a bug with wrong error message when a breakpoint condition/hitscounr can't be set
	* fixed a bug when gdb exits without a stop reason

07-04-2012 	Alexander Petukhov <devel@apetukhov.ru>

	* fixed a bug with calltips still being shown when a pointer leaves editor window

04-04-2012 	Alexander Petukhov <devel@apetukhov.ru>

	* fixing exiting with code case that was unhandled and caused SIGSEGV (gdb)
	* set current directory to executable's one (gdb)
	* handling spaces in target and breakpoints filenames (gdb)
	* fixing memory leaks on gtk_tree_row_reference_get_path and tree/list stores
	* fixing SIGSEGV when selecting a cell in custom cell renderers using a keyboard
	* fixing lack of breakpoint/stack frame markers after plugin unload and load
	* fixing "jump to current instruction" behaviour (does not change an active frame)

10-03-2012 	Alexander Petukhov <devel@apetukhov.ru>

	* switching between frames by clicking a frame arrow in the stack window

18-02-2012 	Alexander Petukhov <devel@apetukhov.ru>

	* threads info added to the stack window

10-02-2012 	Alexander Petukhov <devel@apetukhov.ru>

	* file paths in stack and breaks are truncated to file names, full paths are shown in the tooltips  

09-02-2012 	Alexander Petukhov <devel@apetukhov.ru>

	* switch break in the break window through clicking a break icon, all breaks for a file - by a file checkbox(moved to the left)

08-02-2012 	Alexander Petukhov <devel@apetukhov.ru>

	* fixed a bug: double clicking on a row in watches and autos sometimes caused crash because of wrong args list governor

15-10-2011 	Alexander Petukhov <devel@apetukhov.ru>

	* first release