Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Rapicorn

Compare

  Analyzed about 17 hours ago

Rapicorn is a toolkit for declarative UI construction and SVG-based theming. The source code is Free Software released under the MPLv2 and the project welcomes everyone to contribute ideas, code or otherwise.

65.1K lines of code

0 current contributors

over 6 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Libxfce4ui

Compare

Claimed by Xfce Desktop Environment Analyzed 1 day ago

Widgets library for the Xfce desktop environment

10.2K lines of code

55 current contributors

about 2 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

MinWin

Compare

  Analyzed about 20 hours ago

MinWin is a multi-platform GUI toolkit for the D programming language. The MinWin toolkit takes the "native wrapper" approach. That is, rather than reimplementing widgets, it simply provides a uniform interface to existing windowing toolkits like Win32 and GTK. It officially supports Windows and ... [More] Linux. Possibly more via the GTK backend. [Less]

0 lines of code

0 current contributors

over 16 years since last commit

1 users on Open Hub

Activity Not Available
4.0
   
I Use This
Mostly written in language not available
Licenses: Public_Do...

Sphene's GWT Widgets

Compare

  No analysis available

Sphene's GWT Widgets are a collection of useful GWT widgets i created while developing with GWT. Currently includes a Slider widget and a small Wizard-like framework.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl

gara

Compare

  Analyzed about 22 hours ago

gara is a JavaScript-Toolkit. The gara toolkit comes with two powerful packages to create Rich Internet Applications (RIA). The jsWT (JavaScript Widget Toolkit) package for the UI-widgets and the jsFace package to support the MVC design-pattern.

31.6K lines of code

0 current contributors

about 12 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Xulux

Compare

  No analysis available

Xulux is a Front End API for Java.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: apache_ish, apache_2

LibSTK

Compare

  Analyzed 1 day ago

Libstk was written from the ground up as an object oriented toolkit. It is written in C++ and makes extensive use of boost. It is a primary goal of the development team to be standards compliant and adhere to OO design principles. Libstk has abstracted the graphics and event subsystems and provides ... [More] a simple way to use any graphics or event system simply by deriving from abstract base classes. [Less]

23.7K lines of code

0 current contributors

almost 17 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

Portaneo posh portal

Compare

  Analyzed 1 day ago

POSH (Portaneo Open Source Homepage) is a personalizable interface (Netvibes, iGoogle) that can be used in a web application (posh) or enterprise intranet (Portaneo portal) context. Enterprise version adds social network, notebooks and search features...

649K lines of code

0 current contributors

over 7 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

cobogw

Compare

  Analyzed 1 day ago

The official cobogw Issue Tracker & Source Code. This project contains 2 separate libraries: a widget library and GWT specific extensions. Widget LibraryThe cobogw widget library consists of a number widgets and tools that extend the widgets present in the GWT library itself. Among others ... [More] the library contains a RoundedPanel and a Button widget that use only CSS to render. The Button is based on the CSS button as can be found in some Google products, like GMail. Other widgets are a Rating widget and a VerticalTabPanel. The list of available widgets is shown below and are also shown in the demo. demoAll widgets and tools are created to be easy to use and are very well documented. Version 1.3 is for GWT 1.6.4, 1.7 and 2.0.2, version 1.2.5 is for GWT 1.5.3. The widget library contains the following widgets: Note: The Button widget requires GWT 1.5.3 or higher Button - A CSS styled widget, using only CSS to create a shading effect: (demo. Specific for the Button a (configurator is available to easily create your own CSS style for a button). ButtonBar - A panel to horizontally align the Button widgets. RoundedPanel - A widget to create similar rounded corners as found in several google web applications (demo). RoundedLinePanel - An extension to the RoundedPanel that adds a single pixel line around your rounded widget. Rating - A widget that allows users to set ratings (demo). Span/TextNode - Widgets to add span and a text node tags to other widgets without overhead of additional div tags (demo). VerticalTabPanel - TabPanel that displays tabs stacked on the TabBar which is positioned on the left side of the tabPanel. CSS - A helper class to help with CSS properties. And some other simple widgets and helper classes... For more information on how to add the jar file to your project, see the wiki page UsingJarFile or the README.txt in the zip. Release Notes You can also read the javadoc online or find it in the zip. Maven2 SupportThe libraries are also supported for maven2. The repository is located at http://cobogw.googlecode.com/svn/maven2/. Add the repository to your pom.xml file: cobogw Cobogw repository at googlecode http://cobogw.googlecode.com/svn/maven2 And add the following dependency to get the library: org.cobogw.gwt cobogw 1.3 gwt.bouwkamp.comThis project was original released at gwt.bouwkamp.com, but has been moved to a new name which better reflects the open source nature of this project. It's still released under the Apache 2.0 license. To update your project add the org.cobogw.gwt.jar to your project and remove the com.bouwkamp.gwt jar file and update your imports. This project has the same interface as the gwt.bouwkamp project, but only has a different package structure. GWT emulation of java.sqlA long time ago GWT didn't support the sql time classes. At that time I created a GWT compatible implementation. Since then GWT has added implementations for these classes. At the current moment (GWT 2.0 release) the GWT implementation for Timestamp is workable, it only fails on some border cases on the nano part: inserting negative long numbers as time, compare returns other value as java, but the value is correct according to the specification, and the toString for a 0 value nano returns instead of 1 zero, 9 zero's. This means for GWT 2.0 you probably don't not need this patch anymore, unless you encounter those specific use cases. For older version of GWT it is recommended. But in case you need it a version is available. To use: GWT 2.0 cobogw.gwt-patch-2.0.zip (zip) Older GWT versions cobogw.sql.java-1.1.zip (zip) GWT relevant issues (in the GWT issue tracker): GWT issue 87, GWT issue 3731, GWT issue 3806 and GWT issue 4048. Test results of the Timestamp implementation in GWT 1.7 using this JUnit test case. The results of the same test when running in hosted mode (this uses the native Java implementation) and the results with the implementation provided by the cobowg.sql library running in web mode. Test results of the Timestamp implementation in GWT 2.0.2 using this JUnit test case. [Less]

53.7K lines of code

0 current contributors

almost 13 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Tags gwt widgets

Display Scheme

Compare

  Analyzed 1 day ago

A portable, extremely high-level GUI abstraction layer for Scheme, with multiple implementations.

27.4K lines of code

0 current contributors

about 2 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses