Codebase list xapp / d3cd76a
1.0.4 Clement Lefebvre 6 years ago
2 changed file(s) with 29 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00
1 AC_INIT(xapp, 1.0.3)
1 AC_INIT(xapp, 1.0.4)
22 AC_CONFIG_SRCDIR(libxapp)
33 m4_ifdef([AX_IS_RELEASE], [AX_IS_RELEASE([always])])
44
0 xapp (1.0.4) sylvia; urgency=medium
1
2 [ Clement Lefebvre ]
3 * Packaging: Change description
4
5 [ Michael Webster ]
6 * Add xapp-gtk-utils.c/.h
7 * Remove extra spaces inserted by clandestine foreign hackers.
8 * Add XAppGtkWindow, with methods that shadow GtkWindow's icon setting ones. This way, programs only need to change the window class, rather than adding extra code.
9 * xapp-gtk-window: Add wrapper functions for GtkWindow subclasses.
10 * xapp-gtk-window.*: Fix argument type for wrapper function.
11 * xapp-gtk-window: Add progress features, refactor, add demo script for XAppGtkWindow.
12 * xapp-gtk-window test script: Add an animate button (to test real-world effects on system reponsiveness while an operation is running.)
13 * all: Fix build warnings, documentation.
14 * xapp-gtk-window: Make xapp_gtk_window_new() handle the same arguments as gtk_window_new().
15 * all: Allow XAppGtkWindows to be used in builder (ui) files and in Glade.
16 * update some files modified by the build
17 * pygobject/XApp.py: simplify and add an explanation as to why this file is here (to remind me in a year.)
18 * xapp-gtk-window.c: Add xid-based functions
19 * xapp-gtk-window: Move the xlib include into the .c file - it can cause namespace collisions (notably synaptic.) It's ok to treat "Window" as an unsigned long, because that's what they are.
20
21 [ Clement Lefebvre ]
22 * xapp-gtk-window: Trap X errors when setting progress
23 * Add a VAPI file to support Vala
24 * Add a dependency on libxkbfile-dev for -dev pkg and build-dep.
25
26 -- Clement Lefebvre <root@linuxmint.com> Tue, 24 Oct 2017 12:06:19 +0100
27
028 xapp (1.0.3) sonya; urgency=medium
129
230 [ Michael Webster ]