Quick Search:

View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

MAIN 1.37 1.1

latest revision download Branch MAIN

1.37 annotated / raw | Diffs: previous, other | Lines: 548 ( +0, -10 )

Created: 2008-12-22 00:18:58 -0600 (16 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081222061858

Reworked support for placing core Swing components in ribbon
* Optional leading icon + text before core components
* Better layout
* Support for key tips + activation of buttons, combos and generic
Test app to show the new features

1.36 annotated / raw | Diffs: previous, other | Lines: 558 ( +7, -7 )

Created: 2008-12-20 01:35:20 -0600 (18 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081220073520

First support for flowing content in ribbon bands

1.35 annotated / raw | Diffs: previous, other | Lines: 558 ( +14, -6 )

Created: 2008-12-19 21:38:19 -0600 (18 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081220033819

Enhancement 33 - support for not showing the application menu button

1.34 annotated / raw | Diffs: previous, other | Lines: 550 ( +24, -0 )

Created: 2008-12-10 23:27:00 -0600 (27 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081211052659

Very preliminary support for associating and showing keytips on
ribbon controls.

1.33 annotated / raw | Diffs: previous, other | Lines: 526 ( +23, -5 )

Created: 2008-11-28 21:27:50 -0600 (39 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081129032750

First support for minimizing the ribbon with double clicking
selected task and Ctrl+F1. No popup overlay showing the ribbon bands
on clicking the task toggle button yet.

1.32 annotated / raw | Diffs: previous, other | Lines: 508 ( +22, -49 )

Created: 2008-11-21 20:07:09 -0600 (46 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081122020709

Further support for scrolling ribbon content.
* Scrolling tab buttons (first drop)
* Disabling scroll buttons
* Not showing contextual group headers on scrolled content
* Not allowing contextual group headers to overflow the title pane buttons
* Support for ribbon help button
* Removed notion of help task

1.31 annotated / raw | Diffs: previous, other | Lines: 535 ( +16, -16 )

Created: 2008-11-20 22:18:57 -0600 (47 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081121041856

Support for scrolling ribbon bands under small widths

1.30 annotated / raw | Diffs: previous, other | Lines: 535 ( +2, -1 )

Created: 2008-11-20 00:10:38 -0600 (48 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081120061038

Issue 21- better tracking of rollover effects on ribbon bands

1.29 annotated / raw | Diffs: previous, other | Lines: 534 ( +31, -4 )

Created: 2008-11-01 01:24:25 -0500 (2 months 6 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081101062424

First support for rich tooltips on command buttons

1.28 annotated / raw | Diffs: previous, other | Lines: 507 ( +4, -53 )

Created: 2008-10-18 17:16:57 -0500 (2 months 20 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081018221656

1. Small fixes on the command popup menu.
2. Refactoring the title-related APIs on ribbon tasks and ribbon
contextual task groups to be on the relevant classes.

1.27 annotated / raw | Diffs: previous, other | Lines: 556 ( +20, -0 )

Created: 2008-10-18 00:07:49 -0500 (2 months 20 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081018050749

1. Removing the option to set empty borders on popups
2. Adding APIs to change title of ribbon bands, ribbon tasks and
ribbon contextual task groups + unit tests
3. Javadocs

1.26 annotated / raw | Diffs: previous, other | Lines: 536 ( +42, -1 )

Created: 2008-10-17 23:32:07 -0500 (2 months 20 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081018043206

1. Removing the option to set empty borders on popups
2. Adding APIs to change title of ribbon bands and ribbon tasks
3. Javadocs

1.25 annotated / raw | Diffs: previous, other | Lines: 495 ( +1, -0 )

Created: 2008-10-11 00:25:13 -0500 (2 months 27 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081011052512

1. Unified support for popups and popup menus
2. Supporting rich popups that have an optional command button
panel, menu items and separators

1.24 annotated / raw | Diffs: previous, other | Lines: 494 ( +16, -0 )

Created: 2008-09-30 22:30:28 -0500 (3 months 6 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081001033028

1. First support for ribbon application menu
2. Tracking the popup visibility on command button popup model
3. Small fixes for the layout and insets of command button panels

1.23 annotated / raw | Diffs: previous, other | Lines: 478 ( +2, -5 )

Created: 2008-09-26 22:53:55 -0500 (3 months 10 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080927035355

Tweaking borders of command buttons in different states

1.22 annotated / raw | Diffs: previous, other | Lines: 481 ( +4, -44 )

Created: 2008-09-26 01:49:01 -0500 (3 months 11 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080926064857

First drop of 4.0 Fainnear
1. Major refactoring and restructuring of the breadcrumb bar component
2. Refactoring and restructuring of command button display states
and related sizing / layout code

1.21 annotated / raw | Diffs: previous, other | Lines: 521 ( +20, -2 )

Created: 2008-08-23 20:54:37 -0500 (4 months 14 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080824015435

1. Using transcoded SVG images for better startup time of test
applications
2. SVG transcoder has an option to create a ResizableIcon implementation
3. Support for third-party look-and-feels that put the contextual task
group headers and taskbar on the title pane component
4. Future functionality of JRibbonFrame - first implementation

Tags: rc_3_1_eilinora release_3_1_eilinora

1.20 annotated / raw | Diffs: previous, other | Lines: 503 ( +19, -3 )

Created: 2008-08-07 23:03:56 -0500 (4 months 30 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080808040356

1. Selecting the first general tab when a contextual task group
is hidden and the selected tab was in it.
2. Javadocs

1.19 annotated / raw | Diffs: previous, other | Lines: 487 ( +112, -40 )

Created: 2008-08-05 23:05:44 -0500 (5 months 1 day ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080806040331

Cleaning code and API + new core JNLP naming convention

1.18 annotated / raw | Diffs: previous, other | Lines: 415 ( +84, -169 )

Created: 2008-08-05 00:55:51 -0500 (5 months 2 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080805055551

Support for contextual ribbon task groups + cleaning the
code and APIs in JRibbon class

1.17 annotated / raw | Diffs: previous, other | Lines: 500 ( +1, -1 )

Created: 2008-08-01 01:09:25 -0500 (5 months 6 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080801060924

Fix for issue 10 (empty ribbon bands) and infinite loop on switching
LAFs on popup command buttons

1.16 annotated / raw | Diffs: previous, other | Lines: 500 ( +17, -0 )

Created: 2008-07-23 21:37:18 -0500 (5 months 14 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080724023718

Cleaning the API of RibbonTask to make sure that once created,
its contents (bands) can not be changed

1.15 annotated / raw | Diffs: previous, other | Lines: 483 ( +65, -21 )

Created: 2008-07-22 22:50:29 -0500 (5 months 15 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080723035028

1. Moving the default popup logic from command button to UI delegate
2. Support for adding / removing buttons in a ribbon gallery
3. Proper support for removing ribbon bands
4. Unit tests for 2 and 3

1.14 annotated / raw | Diffs: previous, other | Lines: 439 ( +28, -83 )

Created: 2008-06-15 00:40:20 -0500 (6 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080615054019

1. Support for column-fill mode on command button panel
2. Better support for resizing command button panel
3. New APIs for adding controls to ribbon task bar

1.13 annotated / raw | Diffs: previous, other | Lines: 494 ( +1, -1 )

Created: 2008-01-27 16:13:57 -0600 (11 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080127221354

Refactoring a few classes and javadocs

1.12 annotated / raw | Diffs: previous, other | Lines: 494 ( +1, -1 )

Created: 2008-01-01 12:53:39 -0600 (12 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080101185335

Licensing headers updated to 2008

1.11 annotated / raw | Diffs: previous, other | Lines: 494 ( +0, -2 )

Created: 2007-12-02 20:51:38 -0600 (13 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20071203025135

Much better implementation of popup panels, including support
for dismissing popup panels on ESC and mouse clicking outside the
popup panels

1.10 annotated / raw | Diffs: previous, other | Lines: 496 ( +2, -2 )

Created: 2007-11-30 23:02:44 -0600 (13 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20071201050243

Refactoring and simplifying the common package to make
it simpler to use and have more consistent names

1.9 annotated / raw | Diffs: previous, other | Lines: 496 ( +2, -1 )

Created: 2007-11-19 21:55:53 -0600 (13 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20071120035544

First drop of 3.0 Deirdre

1.8 annotated / raw | Diffs: previous, other | Lines: 495 ( +12, -1 )

Created: 2007-10-21 02:36:40 -0500 (14 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20071021073640

Fixes for the help ribbon task

1.7 annotated / raw | Diffs: previous, other | Lines: 484 ( +2, -0 )

Created: 2007-10-20 00:21:10 -0500 (14 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20071020052110

Better visuals and layout for JRibbon

1.6 annotated / raw | Diffs: previous, other | Lines: 482 ( +3, -3 )

Created: 2007-10-11 22:21:53 -0500 (14 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20071012032148

Adding exception handling to the breadcrumb bar with pluggable exception
handlers.

1.5 annotated / raw | Diffs: previous, other | Lines: 482 ( +1, -1 )

Created: 2007-01-18 21:56:36 -0600 (23 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20070119035627

New API in Wizard + license update (2007)

Tags: release_1_1_brianna rc_1_1_brianna rc_2_0_caireann release_2_0_caireann

1.4 annotated / raw | Diffs: previous, other | Lines: 482 ( +6, -0 )

Created: 2006-12-04 00:38:28 -0600 (2 years 1 month ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20061204063828

Fix for removing ribbon tasks (task toggle buttons were not removed)

1.3 annotated / raw | Diffs: previous, other | Lines: 476 ( +78, -69 )

Created: 2006-08-29 21:40:46 -0500 (2 years 4 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20060830024040

1. Major rewriting of ribbon internal implementation to make it more
LAF-friendly
2. Using svgsalamander to render resizable icons based on SVG
files for the ribbon test application
3. Using tango SVG icons for the ribbon test application

1.2 annotated / raw | Diffs: previous, other | Lines: 467 ( +29, -0 )

Created: 2006-01-23 04:26:40 -0600 (2 years 11 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20060123102627

1. Major refactoring of breadcrumb bar
2. Adding license to all source files

1.1 new annotated / raw | Lines: 438 ( +438, -0 )

Created: 2006-01-05 13:24:59 -0600 (3 years ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20060105192440

First version after split

Crucible: Open Source License registered to Atlassian.
Atlassian Crucible, painless code review. (Version:1.6.2 Build:build-rspud1 2008-10-22) - Administration - Page generated 2009-01-07 19:00 -0600