Download List

專案描述

WMApp is a C++ based library for writing
WindowMaker-style dockapps. It provides numerous
widgets, all with the traditional dockapp appearance.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-01-09 18:43
0.0.4.3

Several fixes were made so that WMApp will compile
with modern, stricter C++ compilers. Two new, very
small fonts are now available. There are also new
set/getuserdata() members of the WMApp and
WMWidget classes that can be used to store
arbitrary data to be used within callback
functions.
標籤: Minor bugfixes

2003-09-16 00:28
0.0.4.2

The call to usleep() has been replaced with nanosleep() so compilation
succeeds on recent Linux distributions. An offset in the mouse click
position on a vertical WMSlider widget has been fixed, as well as a
bug in color gradient drawing. The "-w" option to put a dockapp in
the withdrawn (dockable) state has been made the default.
標籤: Minor bugfixes

2003-01-05 20:41
0.0.4.1

Elliptical and other shaped widgets are now drawn correctly when inside a non-transparent frame. The WMCanvas::copy_buffer() method was removed due to redundancy; use display() instead. Other minor cosmetic changes and bugfixes were also made.
標籤: Minor bugfixes

2003-01-05 12:15
0.0.4

An elliptical base class was introduced, allowing the creation of rounded widgets. Newly included is a small example game, WMAirTrafficControl, showing off this and other features of the library. More basic infrastructure classes (Color, WMClickable) were added. And the setaspectratios() function may now be omitted if all of a frame's child widgets should be the same size.
標籤: Major feature enhancements

2002-12-11 00:56
0.0.3

New drawing functions were added for the WMCanvas widget, as well as the ability to switch between buffered and unbuffered drawing modes. Code for drawing images was better optimized to reduce X resource usage. The source code was broken up into smaller pieces for better modularity.
標籤: Minor feature enhancements

Project Resources