File: ChangeLog

package info (click to toggle)
libctk 3.0.24.6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,316 kB
  • ctags: 1,201
  • sloc: ansic: 10,623; sh: 10,438; makefile: 102
file content (71 lines) | stat: -rw-r--r-- 2,786 bytes parent folder | download | duplicates (2)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Sun Jun  4 20:04:25 PDT 2000 - Kevin Lindsay <klindsay@stormix.com>

	* Made children inherit their parent's sensitivity.

Tue May 30 22:05:08 PDT 2000 - Kevin Lindsay <klindsay@stormix.com>

	* Moved the widget ->type variable to the CtkObject class from
	  the CtkWidget class.
	* Also had to move the ->signals variable to the CtkObject class
	  from the CtkWidget class.
	* Fixed a bug that let you use the key board to scroll past the
	  last row in a clist.
	* Put a bar between clist columns.
	* Fixed a bug that made ctk_option_menu_set_history not work.
	* If option menus now go off the screen, they are pushed up so
	  that we can see the entire option menu.
	* Made ctk_widget_set_usize not set anything for a width or
	  height if it == 0.
	* Made Checkbuttons and Radiobuttons put a space after the
	  button.  (ie <*> label instead of <*>lable). Just for looks!
	* Made windows with -1 row or col auto center.

Mon May 29 18:54:54 PDT 2000 - Kevin Lindsay <klindsay@stormix.com>

	* Mainly just making tweeks to make it work with SAT.
	* Made gtk_main recursive now so that you can call gtk_main
	  more than once and use ctk_main_quit to quit the latest 
	  gtk_main call.
	* Fixed a bug in ctksignal.c in ctk_signal_emit_by_name. Error
	  check to see if parent == NULL or not.

Wed May 24 23:26:44 PDT 2000 - Kevin Lindsay <klindsay@stormix.com>

	* Changed colors to be more userfriendly.
	* Added ctk_menu_get_active()
	* Added ctk_menu_set_active()
	* Added ctk_menu_get_selected_index()

Mon May 22 19:29:55 PDT 2000 - Kevin Lindsay <klindsay@stormix.com>

        * Made focus_widget specific to each window.
	* ctk_window_new() will no longer push the window onto the
	  focus_stack. Instead ctk_widget_show and ctk_widget_hide
	  will take care of pushing and poping from the focus_stack
          This takes care of a bug where when hiding a window, the
	  keyboard would lock up.
	* Tables are still broken... >:P Its messy...  It fixed it
	  a little bit, but still not good.
	* Added key_press_event to CtkWidget.
	* Made signal events propogate up through all the parents.

Sun May 21 12:21:03 PDT 2000 - Kevin Lindsay <klindsay@stormix.com>

	* Decided to start using the Changelog file again. :)
	* Forced clist ot be Browse mode only for now.
	* Made clist work properly with keyboard.
	* Added ctk_clist_set_show_border
	* Made option menus erase themselves properly
	* Fixed a focus bug when destroying a window
	* Changed how ctk_input_add works. It is not almost
	  compliant with gdk_input_add. I just need to add the
	  ctk_input_add_full stuff.

Fri Apr  7 01:35:34 PDT 2000 - Kevin Lindsay <klindsay@stormix.com>

	* Added text entry widget.

Thu Apr  6 01:10:05 PDT 2000 - Kevin Lindsay <klindsay@stormix.com>

	* Added proper signal support.