Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-11-27Turn test project into a featurestreams/2.2Ralf Sternberg1-4/+3
2013-11-11Increase rwt minimum bundle versionIvan Furnadjiev2-2/+2
2013-11-11Switch read data to operation handlersIvan Furnadjiev17-911/+1841
2013-11-01Add column tooltips with markupIvan Furnadjiev1-0/+3
2013-11-01Add support for markup in tooltipIvan Furnadjiev7-19/+113
2013-08-07Adjust the tests to the latest RAP changesIvan Furnadjiev1-14/+2
2013-08-05Render column index for all columns (including first - index 0)Ivan Furnadjiev2-3/+2
2013-07-22Apply project template settings.Ivan Furnadjiev13-53/+227
2013-07-19Use mocks where appropriateIvan Furnadjiev1-14/+11
2013-07-10Ensure that the remote object is always destroyedIvan Furnadjiev2-1/+19
2013-07-04Adjust to replacement of IClientObject in RAPRalf Sternberg4-33/+32
2013-06-26Replace RichAjax Platform with Remote Application Platformstreams/2.1Ivan Furnadjiev1-2/+2
2013-06-24Move demo bundles to 'examples' directoryIvan Furnadjiev31-130/+130
2013-06-21Remove unnecessary code selection listenerIvan Furnadjiev1-8/+1
2013-06-21Change examples demo table dataIvan Furnadjiev1-52/+74
2013-06-14Update project an manifest fileIvan Furnadjiev2-2/+2
2013-06-14Fix typo in bundle nameIvan Furnadjiev14-0/+0
2013-06-14Initial import of org.eclipse.rap.nebula.widget.grid.demo.examplesIvan Furnadjiev14-0/+771
2013-06-12Remove org.eclipse.rap.jettycustomize bundle from launch configsIvan Furnadjiev2-4/+4
2013-05-16Use mockito-allIvan Furnadjiev1-2/+1
2013-05-14Revert "Get use of org.mockito.mockito-all 1.9.5"Ivan Furnadjiev1-1/+2
2013-05-14Get use of org.mockito.mockito-all 1.9.5Ivan Furnadjiev1-2/+1
2013-05-06Adjust to changes in RAP: use EventLCAUtil.isListeningIvan Furnadjiev3-9/+12
2013-05-04Adjust to JSON-related changes in RAP, code cleanupRalf Sternberg10-244/+176
2013-05-01Adjust to changes in RAP: use JsonValue instead of ObjectRalf Sternberg5-9/+9
2013-04-29Eliminate the usage of deprecated ClientObject.set( String, Object)Ivan Furnadjiev2-10/+14
2013-04-26Eliminate the usage of IClientObject#set( Object )Ivan Furnadjiev1-27/+28
2013-04-26Adjust to changes in ClientObject in RAP 2.1Ralf Sternberg2-4/+6
2013-03-27Replace org.json parser with the new simple one.Ivan Furnadjiev6-105/+117
2013-03-18Preserve/render custom data for GridItemIvan Furnadjiev2-1/+44
2013-02-05Implement GridItem#set/getCheckable and GridColumn#set/getCheckableIvan Furnadjiev6-9/+221
2013-02-04Read focusItem in GridLCAIvan Furnadjiev3-6/+43
2013-01-17Fix UTF-8 characters in Grid.javastreams/2.0Ivan Furnadjiev1-3/+3
2013-01-07Replace the usage of deprecated Graphics text size related methods withIvan Furnadjiev5-13/+17
2012-12-23Remove obsolete VM parameter timerExecDelayRalf Sternberg1-24/+24
2012-12-17Adjust the code to ControlThemeAdapter renamingIvan Furnadjiev1-2/+2
2012-12-17Use WidgetAdapter instead of deprecated IWidgetAdapterRalf Sternberg1-3/+3
2012-12-17Fix compile errors after remove of Fixture#fakeNewRequest( display )Ivan Furnadjiev4-17/+17
2012-12-13Use ServiceStore directly instead of deprecated interfaceRalf Sternberg1-4/+4
2012-12-07Remove the check for visible header in GridColumn#getPreferredWidthIvan Furnadjiev2-10/+10
2012-12-04Rename IEntryPoint to EntryPointIvan Furnadjiev1-2/+2
2012-11-26Remove renderDispose from Grid, GridColumn and GridColumnGroup LCAsIvan Furnadjiev3-15/+0
2012-11-14Synchronize scrollbars visibility and selection event on a widget ofIvan Furnadjiev4-63/+84
2012-11-07Fix broken testIvan Furnadjiev1-1/+1
2012-10-26Add listeners to the scrollbarsIvan Furnadjiev1-0/+14
2012-10-23Separate "expanded" property from Expand/Collapse eventIvan Furnadjiev2-24/+50
2012-10-22Get use of ClientMessageConstIvan Furnadjiev1-2/+2
2012-10-22GridColumnGroup expand/collapse events are not renamed yet on the clientIvan Furnadjiev2-7/+5
2012-10-22Adjust Nebula Grid to the client-side tree event renamingIvan Furnadjiev6-24/+73
2012-10-20Adjust the code to the latest changes in RAP core - event system reworkIvan Furnadjiev5-42/+37

Back to the top