Commit Graph

328 Commits

Author SHA1 Message Date
6269f36060 Re-generate the Makefiles 2016-01-20 02:22:15 +01:00
32f43d89cb About to release libDesktop 0.2.1 2016-01-20 02:22:03 +01:00
048ab7372a Fix "make dist" 2016-01-20 00:24:41 +01:00
37c0ce14ab Import newer scripts upstream 2016-01-20 00:21:17 +01:00
846e3ef95d Filter client messages on message type with Gtk+ 3 2016-01-13 00:30:32 +01:00
73c3758b21 Avoid a compilation warning 2016-01-12 03:09:56 +01:00
88137ab9b6 Update the copyright notice 2016-01-12 03:09:55 +01:00
597f2cab54 Add support for messaging with Gtk+ 3 2016-01-12 03:09:55 +01:00
f086222fd4 Add widget.xml 2015-11-22 23:09:57 +01:00
e1cedfa59f Adapt to the new API for the Error class 2015-11-22 20:59:33 +01:00
8ed9d0d44b Add a "FILES" section to widget(1) 2015-11-20 00:51:34 +01:00
1e174cdb64 Also test desktop_widget_set_property() 2015-11-18 23:36:59 +01:00
a19816c697 Fix the "widget" test 2015-11-18 23:36:47 +01:00
21e9a30b4a Document build with Gtk+ 3 2015-11-18 23:31:51 +01:00
c9c187d60d Add a .gitignore file 2015-11-18 23:27:19 +01:00
8ef6e4899b Import initial manual page for widget(1) 2015-11-18 23:26:52 +01:00
1799ad6084 Extend the DesktopWidget API 2015-11-18 22:18:58 +01:00
3cede1b567 Allow a different PROGNAME to be set 2015-11-18 22:16:33 +01:00
fda9fa6bd5 Install widget(1) by default 2015-11-18 22:10:40 +01:00
5105473864 Let the window title be changed 2015-11-18 22:10:40 +01:00
85c8a2c3d7 Simplify Gtk+ 3 support 2015-11-03 19:00:39 +01:00
d61e6b85c7 Add compatibility code for gtk_widget_override_font() 2015-11-03 18:58:17 +01:00
8b7ef90443 Add compatibility code for GtkSeparator 2015-11-03 00:53:45 +01:00
15428d81a8 Add compatibility code for GtkButtonBox 2015-11-03 00:50:21 +01:00
8dc664681d Add compatibility code for GtkPaned 2015-11-03 00:42:03 +01:00
b45612b029 Code cleanup 2015-11-03 00:41:55 +01:00
1bb22a9931 Update the copyright notice 2015-10-25 15:22:57 +01:00
81eb192abf Add compatibility code for gtk_box_new() 2015-10-25 15:22:33 +01:00
72f4f8433b Update the copyright notice 2015-10-25 15:21:45 +01:00
389b73d06c Add a couple .gitignore files 2015-10-24 02:42:36 +02:00
69d71f44ab Document compilation flags for Gtk+ 3 2015-10-19 00:07:21 +02:00
a288d05d89 Compile with SSP and PIE by default 2015-10-19 00:03:57 +02:00
5bda617a99 Build executables with -fPIE 2015-07-21 02:49:30 +02:00
8598e112a5 No longer build widget statically 2015-07-21 02:48:33 +02:00
fb777ec98d Build widget as PIE 2015-07-11 15:44:38 +02:00
efa4fc7d00 Compile with -fstack-protector by default 2015-06-28 17:55:28 +02:00
020c88abc7 Avoid a warning with Gtk+ >= 3.10 2015-06-20 17:30:46 -04:00
5aa98b20f2 Avoid a warning with Gtk+ >= 3.10 2015-06-20 16:59:49 -04:00
d80c94ceb8 Fix compiling with OBJDIR 2015-05-25 17:28:47 +02:00
dc44ca0c32 Fix archive creation 2015-05-25 17:28:36 +02:00
6d96ea8317 Preparing for the 0.2.0 release 2015-05-25 17:17:53 +02:00
c3dba5d8e8 Re-license as 2-clause BSD 2015-05-25 13:33:03 +02:00
caf84bd730 Fix support for OBJDIR 2015-05-25 13:30:10 +02:00
7d3d63d36a Compile with -pedantic 2015-05-25 13:27:37 +02:00
5c16544602 Remove unused variable 2015-05-25 13:15:52 +02:00
84cf0df2cf Always destroy the window ourselves 2015-05-25 13:15:30 +02:00
81d2d20d84 Pack the widgets using the complete window size 2015-05-24 13:32:03 +02:00
3d2224a8d4 Really initialize desktop widgets 2015-05-24 13:18:50 +02:00
dc82146aff Add a "widget" tool as well
This tool simply uses the new DesktopWidget API to load widgets horizontally
in a window.
2015-05-23 19:34:45 +02:00
4c4df1aaaf Add a test for the DesktopWidget class 2015-05-23 19:17:42 +02:00