mingodad
|
a8da5791c2
Apply some fixes from SQuirrel
|
3 years ago |
mingodad
|
6daf6a633e
Start adding modify_callbacks to Fl_Text_Buffer
|
6 years ago |
mingodad
|
55c2f5217d
Expose more Fl_Text_Buffer methods
|
6 years ago |
mingodad
|
5570c5a8b4
Add a cast due to compiler pointing out
|
7 years ago |
mingodad
|
d17834f2f7
Expose Fl_Image_Surface to be able to create images and draw on then.
|
7 years ago |
mingodad
|
28240f143f
This version works with FLTK 1.4
|
8 years ago |
mingodad
|
2a2d4307b3
Enhance Flv_Data_Table row selection.
|
8 years ago |
mingodad
|
d9aa00afdd
Expose Flv_List.get_row and Flv_Table.get_col
|
9 years ago |
mingodad
|
94648431ba
Add the method clear to Fl_menu_
|
9 years ago |
mingodad
|
fb6951169e
More fltk functionality exposed to squilu
|
9 years ago |
mingodad
|
316123cc2c
Added fl_ask, fl_choice, fl_password global fltk functions.
|
10 years ago |
mingodad
|
9096e0e040
Make delayed release hooks optional
|
10 years ago |
mingodad
|
9b942ea0f7
Expose Fl_Text_Buffer methods selected, unselect, selection_text
|
10 years ago |
mingodad
|
894c5bced2
Add scripting savefile method wrapper to Fl_Text_Buffer
|
10 years ago |
mingodad
|
4a0c55f16c
Fixes for memory leaks and some more widgets added.
|
10 years ago |
mingodad
|
72b22a5810
Remove unused code
|
11 years ago |
mingodad
|
eeda4b872d
Add some constants for keyboard keys F1 to F12, before they could be calculated by adding to FL_F constant the corresponding number (this way still works).
|
12 years ago |
mingodad
|
0a4e4f1df2
Added some improvements from Squirrel 3.1 beta, small fix on gumbo and updated to latest sqlite3.
|
12 years ago |
mingodad
|
771b861392
Changes to make it compile on linux 64bits.
|
12 years ago |
mingodad
|
cbee9a6924
Add a macro to declare fltk derived classes to handle virtual method "handle"
|
13 years ago |
mingo
|
40f8c0140e
Remove unused variable.
|
13 years ago |
mingodad
|
562aff945e
A small code refactoring and new methods added to FLTK module.
|
13 years ago |
mingodad
|
24222ceb7e
Added Fl::focus to FLTK module.
|
13 years ago |
mingodad
|
6cb79fd8e6
Add a check for null pointer when calling an instance method, it can happen when deleting a widget that has circular references. This is a script program logic error and should be solved at script level.
|
13 years ago |
mingodad
|
c451b4fc81
Callbacks reimplemented with storage on registrytable.
|
13 years ago |
mingodad
|
dc8bca058b
Added fl_register_images to FLTK module.
|
13 years ago |
mingodad
|
11e571dd94
Added method "append" to Fl_Text_Buffer.
|
13 years ago |
mingodad
|
3b97c79035
Fixed another copy/paste mistake found using a script to search for such mistakes.
|
13 years ago |
mingodad
|
e2ea104e84
Added more methods and fix a copy/paste mistake.
|
13 years ago |
mingodad
|
9d55a1ff34
More methods for Fl_Menu_Item.
|
13 years ago |