Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-10-03 | Changes 2.6.1: | adam | 3 | -136/+12 | |
* Windows build fixes. | |||||
2005-08-10 | Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That | jlam | 1 | -3/+2 | |
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config. | |||||
2005-07-22 | Changes 2.6.0: | adam | 5 | -0/+236 | |
libglademm 2.6 is API/ABI-compatible with libglademm 2.4. Changes since libglademm 2.4: * Glade::Xml: Added connect_clicked() for easy connection of buttons and menuitems signals. * Glade::VariablesMap: now handles Entry, ComboTextEntry, SpinButton, *Scale, Calendar and CheckBox. |