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.35 1.1

latest revision download Branch MAIN

1.35 annotated / raw | Diffs: previous, other | Lines: 800 ( +28, -5 )

Created: 2008-12-23 22:53:03 -0600 (14 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081224045302

1. Issue 26 - over->press->out->over sequence on command buttons
resulted in incorrect visuals
2. Hide keytips on ribbon frame deactivation
3. Show keytips on expanded ribbon gallery popups
4. Scrolling to reveal selected button in ribbon gallery popups
5. Support for title-less single groups in ribbon galleries

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

Created: 2008-12-13 10:05:41 -0600 (25 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081213160541

Supporting key tips on expand button of ribbon galleries

1.33 annotated / raw | Diffs: previous, other | Lines: 769 ( +1, -3 )

Created: 2008-11-30 00:16:53 -0600 (38 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081130061652

Issue 27 - task bar panels with no content are drawn incorrectly

1.32 annotated / raw | Diffs: previous, other | Lines: 771 ( +8, -6 )

Created: 2008-11-26 20:21:18 -0600 (41 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081127022117

1. Proper support for location order kind on command buttons
2. Tweaking computation of outsets for command buttons (relevant
for Nimbus)
3. Test applications for command button strips

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

Created: 2008-11-25 22:29:32 -0600 (42 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081126042931

Better support for computing outsets of command buttons
(specifically under Nimbus, Aqua and Motif) + better painting
of command button strips

1.30 annotated / raw | Diffs: previous, other | Lines: 770 ( +3, -5 )

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.29 annotated / raw | Diffs: previous, other | Lines: 772 ( +1, -1 )

Created: 2008-11-10 01:34:06 -0600 (58 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081110073406

Further tweaks in the resize layer to properly handle the ribbon galleries

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

Created: 2008-11-09 23:29:21 -0600 (58 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081110052920

Support for pluggable resize sequencing policies

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

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.26 annotated / raw | Diffs: previous, other | Lines: 771 ( +67, -31 )

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.25 annotated / raw | Diffs: previous, other | Lines: 735 ( +1, -0 )

Created: 2008-10-06 00:58:48 -0500 (3 months 1 day ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081006055847

1. Generic capability to mark a command button to fire action on mouse
press and not on mouse release. This is now applied to application menu
button and ribbon gallery expand buttons as well.
2. Refactoring of application menu button implementation to extend a
popup-only command button with associated callback
3. Refactoring the popup functionality towards unification with the popup
menus + allowing creating dynamic content of the popup panel

1.24 annotated / raw | Diffs: previous, other | Lines: 734 ( +6, -4 )

Created: 2008-09-26 01:49:02 -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.23 annotated / raw | Diffs: previous, other | Lines: 732 ( +42, -40 )

Created: 2008-08-27 21:07:07 -0500 (4 months 10 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080828020705

Code cleanup and javadocs

Tags: rc_3_1_eilinora release_3_1_eilinora

1.22 annotated / raw | Diffs: previous, other | Lines: 730 ( +119, -46 )

Created: 2008-08-26 22:26:55 -0500 (4 months 11 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080827032655

1. Support for tracking selected button in ribbon gallery and
scrolling to reveal it
2. Unifying SVG transcoders working on URIs and InputStreams

1.21 annotated / raw | Diffs: previous, other | Lines: 657 ( +16, -13 )

Created: 2008-08-23 20:54:38 -0500 (4 months 15 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

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

Created: 2008-07-22 22:52:56 -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.19 annotated / raw | Diffs: previous, other | Lines: 647 ( +4, -4 )

Created: 2008-07-04 23:03:14 -0500 (6 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080705040312

Reworked implementation of command button
classes and related functionality

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

Created: 2008-06-24 20:32:21 -0500 (6 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080625013220

1. Supporting auto-repeat action mode
2. Cleaning up code and comments

1.17 annotated / raw | Diffs: previous, other | Lines: 645 ( +14, -9 )

Created: 2008-05-31 19:04:41 -0500 (7 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080601000441

Better computation of enabled status of ribbon gallery scroll buttons

1.16 annotated / raw | Diffs: previous, other | Lines: 640 ( +9, -6 )

Created: 2008-03-21 00:12:21 -0500 (9 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080321051221

Internal changes to the ribbon component to use
resizable icons and be more extensible for third-party LAFs

1.15 annotated / raw | Diffs: previous, other | Lines: 637 ( +13, -6 )

Created: 2008-02-11 21:49:26 -0600 (10 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080212034926

Dismissing popup panels on clicking command buttons

1.14 annotated / raw | Diffs: previous, other | Lines: 630 ( +7, -7 )

Created: 2008-01-31 02:11:15 -0600 (11 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080131081114

Minor fixes for laying out the popup galleries

1.13 annotated / raw | Diffs: previous, other | Lines: 630 ( +28, -6 )

Created: 2008-01-30 01:09:23 -0600 (11 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080130070923

In-ribbon galleries define the preferred size in terms of the number of
visible buttons

1.12 annotated / raw | Diffs: previous, other | Lines: 608 ( +8, -9 )

Created: 2008-01-27 17:30:46 -0600 (11 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080127233045

Support for layout of in-ribbon buttons

1.11 annotated / raw | Diffs: previous, other | Lines: 609 ( +92, -63 )

Created: 2008-01-27 01:43:42 -0600 (11 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080127074341

Refactoring the support for in-ribbon galleries. The contents of the
gallery itself and its popup panel are now synchronized in the library
code instead of application code.

1.10 annotated / raw | Diffs: previous, other | Lines: 580 ( +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.9 annotated / raw | Diffs: previous, other | Lines: 580 ( +3, -4 )

Created: 2007-12-02 20:51:39 -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.8 annotated / raw | Diffs: previous, other | Lines: 581 ( +4, -5 )

Created: 2007-11-30 23:02:45 -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.7 annotated / raw | Diffs: previous, other | Lines: 582 ( +134, -53 )

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

First drop of 3.0 Deirdre

1.6 annotated / raw | Diffs: previous, other | Lines: 501 ( +1, -1 )

Created: 2007-01-18 21:56:38 -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.5 annotated / raw | Diffs: previous, other | Lines: 501 ( +165, -41 )

Created: 2006-08-29 21:40:53 -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.4 annotated / raw | Diffs: previous, other | Lines: 377 ( +0, -2 )

Created: 2006-02-08 12:23:26 -0600 (2 years 10 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20060208182324

Javadocs

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

Created: 2006-01-23 04:26:42 -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.2 annotated / raw | Diffs: previous, other | Lines: 350 ( +3, -1 )

Created: 2006-01-14 05:44:31 -0600 (2 years 11 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20060114114418

Moving common components under 'common' package

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

Created: 2006-01-05 13:25:09 -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 20:02 -0600