Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

TingPing/libsexy3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libsexy3

This is a "continuation" of the libsexy library. Currently only spell-entry has been ported, most of the other widgets are no longer needed/used. More may be added in the future.

Docs

Changes

Additions

  • Glade catalog
  • GIR files
  • VAPI files
  • Use gobject-properties
  • Add underline-color style

Differences

  • Enchant is now a build time requirement
  • sexy_spell_entry_is_checked --> sexy_spell_entry_get_checked
  • Stock icons have been removed from the menus
  • Apostrophe's are now properly handled

Todo

  • Add libsexy3mm files
  • Add translations
  • Automate updating docs

Install

Dependencies

  • gtk3-devel
  • enchant-devel
  • iso-codes-devel
  • gobject-introspection-devel
  • vala-tools
  • gtk-doc
./autogen.sh
./configure --enable-vala --enable-gobject-introspection
make
sudo make install