Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gtkfontinfo() is bugged since it uses a C macro which is | Thierry Vignaud | 2002-12-02 | 1 | -1/+7 |
| | | | | | | (oh surprise) not in binary library .... : $fontinfo{$_} = Gtk2::Pango->PANGO_PIXELS($metrics->$func); | ||||
* | - use useless when needed | Thierry Vignaud | 2002-12-02 | 1 | -3/+3 |
| | | | | | | | | | - gtktext_insert() : add an append argument to prevent overwriting already present text in TextBuffer - gtkfontinfo() is bugged since it uses a C macro which is (oh surprise) not in binary library .... : $fontinfo{$_} = Gtk2::Pango->PANGO_PIXELS($metrics->$func); | ||||
* | perl_checker fixes | Thierry Vignaud | 2002-11-28 | 1 | -2/+1 |
| | |||||
* | fix create_factory_menu*(): since we get an object and not anymore a | Thierry Vignaud | 2002-11-28 | 1 | -2/+1 |
| | | | | | hash, let just return factory as another variable... | ||||
* | reflect calling style change of PANGO_PIXELS | Guillaume Cottenceau | 2002-11-27 | 1 | -2/+1 |
| | |||||
* | fix typo (gtkstring_size) thx to perl checker | Guillaume Cottenceau | 2002-11-26 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2002-11-26 | 1 | -4/+4 |
| | |||||
* | fix shadow bug due to wrong extraction of allocation data | Guillaume Cottenceau | 2002-11-26 | 1 | -2/+2 |
| | |||||
* | two small fixes | Guillaume Cottenceau | 2002-11-26 | 1 | -5/+3 |
| | |||||
* | add | Guillaume Cottenceau | 2002-11-26 | 1 | -0/+1255 |