Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-10-26A little afternoon fun with MenusI20061030-0800Boris Bokowski1-0/+76
2006-10-06Fix for Bug 159940 [DataBinding] DataBindingContext shouldn't expose the bind...v20061023I20061024-0800I20061010-0800Boris Bokowski2-2/+76
2006-10-05Fix for Bug 158065 [DataBinding] ValidationError observables need a nudge to ...Boris Bokowski1-0/+15
2006-10-05Fix for Bug 140644 [DataBinding] Binding to ValidationError of DataBindingCon...Boris Bokowski3-0/+203
2006-10-04Plug-in split: Bug 153630 [DataBinding] Extract SWT specific code from JFace ...I20061004-0945Boris Bokowski82-7270/+539
2006-10-03Plug-in split: Bug 153630 [DataBinding] Extract SWT specific code from JFace ...Boris Bokowski3-0/+368
2006-10-03added util to MANIFEST.MFBoris Bokowski1-0/+1
2006-10-03Bumped version number to 1.1.0Boris Bokowski1-1/+1
2006-10-03spreadsheet exampleBoris Bokowski1-15/+53
2006-10-03Fix for Bug 159539 [DataBinding] Create a static initializer to create DBC wi...Boris Bokowski3-4/+27
2006-10-02Little spreadsheet examplev20061013I20061003-0800Boris Bokowski1-11/+70
2006-09-29Fix for Bug 159205 [DataBinding] ClassCastException in StructuredContentProvi...Boris Bokowski1-1/+1
2006-09-29Example from Bug 133224 [DataBinding] Fix ITreeProvider and UpdatableTreeCont...Boris Bokowski1-0/+191
2006-09-29Fixed error in manifest fileBoris Bokowski1-1/+0
2006-09-29Fix for Bug 133224 [DataBinding] Fix ITreeProvider and UpdatableTreeContentPr...Boris Bokowski11-21/+1564
2006-09-28Completed: CompositeTable doesn't stick to right side of pane when horizontal...Dave Orme1-1/+6
2006-09-28experiments towards a spreadsheet exampleBoris Bokowski2-0/+162
2006-09-28experiments towards a spreadsheet exampleBoris Bokowski1-0/+197
2006-09-27Fixed: setInsertHint didn't update if setRuntime(true) had already been set.Dave Orme3-2/+5
2006-09-26Added contribution comment for Bug 137435 [DataBinding] IdentityWrapper viola...v20061002Boris Bokowski2-21/+5
2006-09-26Fix for Bug 134856 [DataBinding] ValueDiff overrides Object.equals(Object) bu...Boris Bokowski1-2/+11
2006-09-26Fix for Bug 152540 [DataBinding] Provide a way to create an unmodifiable deco...Boris Bokowski3-4/+3
2006-09-26Fix for Bug 152540 [DataBinding] Provide a way to create an unmodifiable deco...Boris Bokowski5-2/+332
2006-09-26Fix for Bug 152543 [DataBinding] ValueBinding NPE when update target from mod...Boris Bokowski3-1/+62
2006-09-26Fix for Bug 158687 [Databinding] WritableValue throws ValueChange events when...Boris Bokowski3-1/+74
2006-09-25Improve edit mask interaction when selecting and retypingI20060926-0800Dave Orme2-19/+40
2006-09-25Completed: CompositeTable cols expand when table large enoughDave Orme1-1/+4
2006-09-25Completed: CompositeTable cols expand when table large enoughDave Orme2-7/+47
2006-09-15Place for exception in case something really bad happensv20060921v20060919I20060921-0010I20060918-1200I20060918-0010Dave Orme1-3/+25
2006-09-15Consistent exception reportingDave Orme1-2/+8
2006-09-15Added guard clause code so that the app will fail fast if HashCode and equals...Dave Orme1-2/+7
2006-09-14Fixed minor refresh bugDave Orme1-0/+7
2006-09-12Bug 157020 - Update code templates for 3.3v20060913Kim Horne1-1/+1
2006-09-02Fix for Bug 156030 [DataBinding] BindSpec not filled automaticallyv20060912I20060912-0800I20060905-1200Boris Bokowski1-0/+4
2006-09-02work in progress - Bug 147563 [DataBinding] Need a standard factory for data ...Boris Bokowski9-39/+374
2006-09-01API work in progress, Bug 154132 [DataBinding] JFace data bindingBoris Bokowski132-366/+371
2006-08-31API work in progress, Bug 154132 [DataBinding] JFace data bindingBoris Bokowski40-973/+1454
2006-08-30Factored out some editing code into a common superclass...Dave Orme3-180/+200
2006-08-28Fixed Javadoc problems and other warnings; from now on, more errors will be r...I20060829-0800Boris Bokowski40-901/+167
2006-08-25Fixed NPE in refresh(date)Dave Orme1-2/+7
2006-08-25Changed default value of fireChangeOnKeystroke to true.Dave Orme1-1/+1
2006-08-24Added option to fire change events after every keystroke that changes the mas...Dave Orme1-1/+30
2006-08-19Completed: Case of the disappearing events (in month calendar)I20060822-0800aI20060822-0800Dave Orme1-38/+31
2006-08-19Fixed commentDave Orme1-3/+4
2006-08-18child data binding contexts now are disposed when their parent data binding c...Dave Orme1-1/+13
2006-08-18SWT observables now automatically dispose themselves when their associated wi...Dave Orme13-25/+123
2006-08-18Get the first day of the week from the current localeDave Orme1-1/+1
2006-08-17Fix for Bugzilla Bug 154211 Warnings to fix in 20060816Tod Creasey1-1/+7
2006-08-15Fixed bug where eventsList was getting out of sync with bound collectionv20060821Dave Orme1-1/+7
2006-08-15Fixed NPE and some unwanted cheese.Dave Orme1-2/+2

Back to the top