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

latest revision download Branch MAIN

1.50 annotated / raw | Diffs: previous, other | Lines: 1158 ( +6, -3 )

Created: 2008-12-23 22:53:02 -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.49 annotated / raw | Diffs: previous, other | Lines: 1155 ( +1, -1 )

Created: 2008-12-13 00:03:59 -0600 (25 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081213060359

Invoking the key tip action on key release and not key press.
Key press event was not being fired to AWT global listener in some
cases after Alt / F10.

1.48 annotated / raw | Diffs: previous, other | Lines: 1155 ( +10, -9 )

Created: 2008-12-12 23:25:57 -0600 (25 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081213052556

First support for cascading key tips

1.47 annotated / raw | Diffs: previous, other | Lines: 1154 ( +21, -9 )

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

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

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

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

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

1.45 annotated / raw | Diffs: previous, other | Lines: 1144 ( +2, -2 )

Created: 2008-11-28 15:40:58 -0600 (40 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081128214058

Extra pixel for vertical lines in horizontal command button strips

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

Created: 2008-11-27 01:21:43 -0600 (41 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081127072142

Small tweaks for the outsets of renderer buttons

1.43 annotated / raw | Diffs: previous, other | Lines: 1143 ( +80, -35 )

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

Created: 2008-11-25 23:44:57 -0600 (42 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081126054457

Using toggle button to compute correct outsets for command toggle
buttons (relevant for Motif look-and-feel)

1.41 annotated / raw | Diffs: previous, other | Lines: 1096 ( +61, -12 )

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

Created: 2008-11-24 21:39:22 -0600 (43 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081125033922

Support for using square renderer buttons on Mac OS X

1.39 annotated / raw | Diffs: previous, other | Lines: 1045 ( +7, -7 )

Created: 2008-11-15 23:29:26 -0600 (52 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081116052926

When command button shows a popup menu / panel, clicking
on its popup area hides that popup instead of re-showing it.

1.38 annotated / raw | Diffs: previous, other | Lines: 1045 ( +12, -4 )

Created: 2008-11-14 20:39:46 -0600 (53 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081115023945

1. Issue 25 - NPE in the rollover tracker thread
2. Moving the command popup menu layout functionality to the UI delegate

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

Created: 2008-11-09 14:17:26 -0600 (59 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081109201726

Further support for pluggable resize policies on collapsed ribbon bands

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

Created: 2008-11-01 23:29:26 -0500 (2 months 5 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081102042926

Better tracking of icon / disabled icon - moving the code into the UI delegate

1.35 annotated / raw | Diffs: previous, other | Lines: 1019 ( +3, -2 )

Created: 2008-10-27 23:10:37 -0500 (2 months 10 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081028041037

Further cleaning of the ResizableIcon interface

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

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.33 annotated / raw | Diffs: previous, other | Lines: 1039 ( +27, -20 )

Created: 2008-10-16 00:14:17 -0500 (2 months 22 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081016051415

1. Fixing a few FindBugs issues
2. Better support for secondary level menus in application button menu
3. API to change the title of ribbon bands

1.32 annotated / raw | Diffs: previous, other | Lines: 1032 ( +42, -76 )

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.31 annotated / raw | Diffs: previous, other | Lines: 1066 ( +15, -13 )

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.30 annotated / raw | Diffs: previous, other | Lines: 1064 ( +114, -113 )

Created: 2008-10-02 23:14:10 -0500 (3 months 4 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081003041410

1. Further functionality in the application men, including footer buttons,
command menu buttons with rollover actions and multiple groups on
the second level
2. Small layout fixes in the command button panel

1.29 annotated / raw | Diffs: previous, other | Lines: 1063 ( +57, -7 )

Created: 2008-10-01 22:49:20 -0500 (3 months 5 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20081002034919

1. Different placement and sizing of popup panels of command buttons
2. Further support for ribbon application menu button

1.28 annotated / raw | Diffs: previous, other | Lines: 1013 ( +28, -10 )

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.27 annotated / raw | Diffs: previous, other | Lines: 995 ( +26, -16 )

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

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

Minor tweaks in painting the double arrow icon

1.25 annotated / raw | Diffs: previous, other | Lines: 985 ( +101, -823 )

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.24 annotated / raw | Diffs: previous, other | Lines: 1707 ( +13, -5 )

Created: 2008-09-01 14:40:04 -0500 (4 months 6 days ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080901194004

1. Tweaking the implementation of icon painting on command buttons
for disabled POPUP_ONLY buttons.
2. Reverse (incorrect) logic on isLoading of wrapper icons

Tags: rc_3_1_eilinora release_3_1_eilinora

1.23 annotated / raw | Diffs: previous, other | Lines: 1699 ( +194, -77 )

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

Code cleanup and javadocs

1.22 annotated / raw | Diffs: previous, other | Lines: 1582 ( +76, -10 )

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

1.21 annotated / raw | Diffs: previous, other | Lines: 1516 ( +115, -65 )

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.20 annotated / raw | Diffs: previous, other | Lines: 1466 ( +28, -24 )

Created: 2008-07-06 19:48:25 -0500 (6 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080707004824

1. Respecting custom border on command buttons
2. Not firing excess events on setting the same size on resizable icons
3. Firing change events on adding / removing buttons and button groups
in the command button panel
4. Showing separators and LAF-consistent labels on command button panel
button groups
5. Less visual separation between button groups in command button panel
6. Tweaking the test apps for the new core changes

1.19 annotated / raw | Diffs: previous, other | Lines: 1462 ( +209, -95 )

Created: 2008-07-04 23:03:13 -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: 1348 ( +140, -70 )

Created: 2008-06-29 00:56:58 -0500 (6 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080629055658

Proper support for scaling and centering the command button visuals
under custom font sizes and large widths

1.17 annotated / raw | Diffs: previous, other | Lines: 1278 ( +17, -13 )

Created: 2008-06-26 21:14:21 -0500 (6 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080627021421

Updating disabled icon on state change

1.16 annotated / raw | Diffs: previous, other | Lines: 1274 ( +4, -4 )

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.15 annotated / raw | Diffs: previous, other | Lines: 1274 ( +41, -34 )

Created: 2008-06-22 18:44:11 -0500 (6 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080622234411

Issue 4 - supporting setText() on command buttons

1.14 annotated / raw | Diffs: previous, other | Lines: 1267 ( +3, -3 )

Created: 2008-06-15 02:02:36 -0500 (6 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080615070233

Support for custom fonts on command buttons and other controls

1.13 annotated / raw | Diffs: previous, other | Lines: 1267 ( +36, -20 )

Created: 2008-06-03 22:17:41 -0500 (7 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080604031740

1. Support for disabled command buttons
2. Support for wrapping a resizable icon with a buffered image operation

1.12 annotated / raw | Diffs: previous, other | Lines: 1251 ( +14, -3 )

Created: 2008-03-31 22:53:54 -0500 (9 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080401035354

Pressed state for command buttons + colorized ribbon sample

1.11 annotated / raw | Diffs: previous, other | Lines: 1240 ( +54, -40 )

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.10 annotated / raw | Diffs: previous, other | Lines: 1226 ( +22, -0 )

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

Created: 2008-02-03 17:04:20 -0600 (11 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080203230420

Small tweaks to the test apps and preferred vertical size of TILE
command buttons

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

Created: 2008-02-02 02:03:31 -0600 (11 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20080202080328

Proper support for resizable command button panels and
tile command buttons with small icons

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

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

Minor fixes for laying out the popup galleries

1.6 annotated / raw | Diffs: previous, other | Lines: 1197 ( +61, -5 )

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

Support for layout of in-ribbon buttons

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

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

Licensing headers updated to 2008

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

Created: 2007-12-09 14:35:15 -0600 (12 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20071209203514

Better split of file names in file viewer panel and command button

1.3 annotated / raw | Diffs: previous, other | Lines: 1140 ( +96, -53 )

Created: 2007-12-09 13:44:55 -0600 (12 months ago) | Author: kirillcool | Changeset: MAIN:kirillcool:20071209194444

Better implementation of command button panel and its extensions
for browsing local and remote file repositories

1.2 annotated / raw | Diffs: previous, other | Lines: 1097 ( +69, -74 )

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.1 new annotated / raw | Lines: 1102 ( +1102, -0 )

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

First drop of 3.0 Deirdre

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:40 -0600