{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":596125916,"defaultBranch":"master","name":"eclipse.platform.swt","ownerLogin":"raghucssit","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-02-01T14:20:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/10301131?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1712507845.0","currentOid":""},"activityList":{"items":[{"before":"2aa67228caffe3427e9f13e2c85f61b1b88f364f","after":"e31c5ed613cbc609e38eb64488bd5e2713cbbda3","ref":"refs/heads/fix_incorrect_shell_bounds_1161","pushedAt":"2024-04-11T09:35:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"Use known width and height of the shell instead of asking\nGDK.gdk_window_get_frame_extents (window, rect).\n\nFor GDK.gdk_window_get_frame_extents (window, rect) to return correct\nvalues shell should be open. Once SWT asks GTK to show the shell via\nNative calls it takes sometime to open the shell.\nOn high performance machines adjustTrip is asking GTK to give it width\nand height before it has completely opened the shell. This results in\nreturning default size.(which is {0,0,1,1})\nSo We can use the height and width which we already know when opening\nthe shell.\n\n Fixes https://github.com/eclipse-platform/eclipse.platform.swt/issues/1161","shortMessageHtmlLink":"Use known width and height of the shell instead of asking"}},{"before":"0cd679f7d77409878504e1ddc48c8f8ff0b5cbd5","after":"2aa67228caffe3427e9f13e2c85f61b1b88f364f","ref":"refs/heads/fix_incorrect_shell_bounds_1161","pushedAt":"2024-04-11T08:18:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"Use known width and height of the shell instead of asking\nGDK.gdk_window_get_frame_extents (window, rect).\n\nFor GDK.gdk_window_get_frame_extents (window, rect) to return correct\nvalues shell should be open. Once SWT asks GTK to show the shell via\nNative calls it takes sometime to open the shell.\nOn high performance machines adjustTrip is asking GTK to give it width\nand height before it has completely opened the shell. This results in\nreturning default size.(which is {0,0,1,1})\nSo We can use the height and width which we already know when opening\nthe shell.\n\n Fixes https://github.com/eclipse-platform/eclipse.platform.swt/issues/1161","shortMessageHtmlLink":"Use known width and height of the shell instead of asking"}},{"before":"cb051e21eab995bd237984e6b9edbe3da8d33b4d","after":"0cd679f7d77409878504e1ddc48c8f8ff0b5cbd5","ref":"refs/heads/fix_incorrect_shell_bounds_1161","pushedAt":"2024-04-11T07:06:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"Use known width and height of the shell instead of asking\nGDK.gdk_window_get_frame_extents (window, rect).\n\nFor GDK.gdk_window_get_frame_extents (window, rect) to return correct\nvalues shell should be open. Once SWT asks GTK to show the shell via\nNative calls it takes sometime to open the shell.\nOn high performance machines adjustTrip is asking GTK to give it width\nand height before it has completely opened the shell. This results in\nreturning default size.(which is {0,0,1,1})\nSo We can use the height and width which we already know when opening\nthe shell.\n\n Fixes https://github.com/eclipse-platform/eclipse.platform.swt/issues/1161","shortMessageHtmlLink":"Use known width and height of the shell instead of asking"}},{"before":"0704853c53c90fd14dae7f96c2c44f533c5ef1d1","after":"cb051e21eab995bd237984e6b9edbe3da8d33b4d","ref":"refs/heads/fix_incorrect_shell_bounds_1161","pushedAt":"2024-04-10T07:22:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"Use known width and height of the shell instead of asking\nGDK.gdk_window_get_frame_extents (window, rect).\n\nFor GDK.gdk_window_get_frame_extents (window, rect) to return correct\nvalues shell should be open. Once SWT asks GTK to show the shell via\nNative calls it takes sometime to open the shell.\nOn high performance machines adjustTrip is asking GTK to give it width\nand height before it has completely opened the shell. This results in\nreturning default size.(which is {0,0,1,1})\nSo We can use the height and width which we already know when opening\nthe shell.\n\n Fixes https://github.com/eclipse-platform/eclipse.platform.swt/issues/1161","shortMessageHtmlLink":"Use known width and height of the shell instead of asking"}},{"before":"bd99526f6ecc65f7c885fbdb2f1c53db7a983c62","after":"0704853c53c90fd14dae7f96c2c44f533c5ef1d1","ref":"refs/heads/fix_incorrect_shell_bounds_1161","pushedAt":"2024-04-10T07:17:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"Use known width and height of the shell instead of asking\nGDK.gdk_window_get_frame_extents (window, rect).\n\nFor GDK.gdk_window_get_frame_extents (window, rect) to return correct\nvalues shell should be open. Once SWT asks GTK to show the shell via\nNative calls it takes sometime to open the shell.\nOn high performance machines adjustTrip is asking GTK to give it width\nand height before it has completely opened the shell. This results in\nreturning default size.(which is {0,0,1,1})\nSo We can use the height and width which we already know when opening\nthe shell.\n\n Fixes https://github.com/eclipse-platform/eclipse.platform.swt/issues/1161","shortMessageHtmlLink":"Use known width and height of the shell instead of asking"}},{"before":null,"after":"bd99526f6ecc65f7c885fbdb2f1c53db7a983c62","ref":"refs/heads/fix_incorrect_shell_bounds_1161","pushedAt":"2024-04-07T16:37:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"Use known width and height of the shell instead of asking\nGDK.gdk_window_get_frame_extents (window, rect).\n\nFor GDK.gdk_window_get_frame_extents (window, rect) to return correct\nvalues shell should be open. Once SWT asks GTK to show the shell via\nNative calls it takes sometime to open the shell.\nOn high performance machines adjustTrip is asking GTK to give it width\nand height before it has completely opened the shell. This results in\nreturning default size.(which is {0,0,1,1})\nSo We can use the height and width which we already know when opening\nthe shell.\n\n Fixes https://github.com/eclipse-platform/eclipse.platform.swt/issues/1161","shortMessageHtmlLink":"Use known width and height of the shell instead of asking"}},{"before":"9719a2ffb468a8c629c0f24fa07c4829ef2e9144","after":"5b437ee2bd8cdda7083a9f2ceeadb172a583ed37","ref":"refs/heads/master","pushedAt":"2024-04-05T09:09:43.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"Bringing the required changes to DropTarget.java (#713)\n\nIn the method dropTargetProc(long id, long sel, long arg0) the widget\r\nwas being recognised as label instead of the widget that actually has\r\nthe drop Target key. As soon as the first drop target key is acquired\r\nthe area is recognised as a Drop Target area and the Drag handlers are\r\nadded.\r\n\r\nAlso a new function called handleLabels( Control c, long cls) is\r\nalso added to bring the feature of droping on to the top of a label that\r\nhas an image view.This functions takes a control as a parameter to go up\r\ntill its parent to find the label which has an image view and add drag\r\nhandlers for that.\r\nFixes: https://github.com/eclipse-platform/eclipse.platform.swt/issues/649","shortMessageHtmlLink":"Bringing the required changes to DropTarget.java (eclipse-platform#713)"}},{"before":"91b51cb536f958d1c758a05b733acb3e7419a3cb","after":"9719a2ffb468a8c629c0f24fa07c4829ef2e9144","ref":"refs/heads/master","pushedAt":"2024-04-04T14:17:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"fix SWT table/tree control SelectionListener on Mac (#1079)\n\nFix SWT table/tree control SelectionListener on Mac\r\n\r\nSelectionEvent.item in callback method widgetSelected now contains the\r\ncurrent selected item\r\n\r\nFixes: https://github.com/eclipse-platform/eclipse.platform.swt/issues/1052\r\n\r\n---------\r\n\r\nCo-authored-by: Tobias Melcher ","shortMessageHtmlLink":"fix SWT table/tree control SelectionListener on Mac (eclipse-platform…"}},{"before":"cd55fd26d70e3779d8dced1e4244832dab60bf65","after":"91b51cb536f958d1c758a05b733acb3e7419a3cb","ref":"refs/heads/master","pushedAt":"2024-04-04T09:09:20.000Z","pushType":"push","commitsCount":114,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"[Win32] Extract alpha values from icons if available #715 #1130\n\nUnder certain conditions, program icons loaded on Windows via GDI+ have\nempty mask data, even though the original icon has proper mask data. As\na result, these icons are printed with a black instead of a transparent\nbackground. Still these icons can contain valid alpha data in their\nusual 32-bit data.\n\nWith this change, alpha data is extracted for icons which are loaded\nwithout proper mask data to ensure that they have proper transparency\ninformation.\n\nFixes https://github.com/eclipse-platform/eclipse.platform.swt/issues/715\nFixes\nhttps://github.com/eclipse-platform/eclipse.platform.swt/issues/1130","shortMessageHtmlLink":"[Win32] Extract alpha values from icons if available eclipse-platform…"}},{"before":"8cb49d8d0e3bdf63981126863622607b3eb785f3","after":"cd55fd26d70e3779d8dced1e4244832dab60bf65","ref":"refs/heads/master","pushedAt":"2024-01-23T09:40:27.000Z","pushType":"push","commitsCount":181,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"Use the ECJ generated compiler logs to parse compiler problems","shortMessageHtmlLink":"Use the ECJ generated compiler logs to parse compiler problems"}},{"before":"c370479f46b20fb18b8708a0e6e7a4a7607720a1","after":"8cb49d8d0e3bdf63981126863622607b3eb785f3","ref":"refs/heads/master","pushedAt":"2023-09-22T08:08:43.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"v4963r3","shortMessageHtmlLink":"v4963r3"}},{"before":"0cc66f1ea3ffd9263d9c8d0603f0911bce01acee","after":"c370479f46b20fb18b8708a0e6e7a4a7607720a1","ref":"refs/heads/master","pushedAt":"2023-09-20T07:13:00.000Z","pushType":"push","commitsCount":25,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"v4963r3","shortMessageHtmlLink":"v4963r3"}},{"before":"67c7dd27785689515be374c77e972ee8b430768b","after":"0cc66f1ea3ffd9263d9c8d0603f0911bce01acee","ref":"refs/heads/master","pushedAt":"2023-08-16T13:06:58.000Z","pushType":"push","commitsCount":99,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"v4962r3","shortMessageHtmlLink":"v4962r3"}},{"before":"863dbe09a63f7a619320b90d19f8184e3f5d5959","after":"67c7dd27785689515be374c77e972ee8b430768b","ref":"refs/heads/master","pushedAt":"2023-06-07T14:54:17.324Z","pushType":"push","commitsCount":7,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"POM and product version changes for 4.29 release\n\nTracked https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1100","shortMessageHtmlLink":"POM and product version changes for 4.29 release"}},{"before":"c878108a2edefc532f123c1272781b1bb56985b9","after":"67c7dd27785689515be374c77e972ee8b430768b","ref":"refs/heads/issue644-unittest-snippet","pushedAt":"2023-06-07T14:45:31.974Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"POM and product version changes for 4.29 release\n\nTracked https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1100","shortMessageHtmlLink":"POM and product version changes for 4.29 release"}},{"before":"c878108a2edefc532f123c1272781b1bb56985b9","after":"67c7dd27785689515be374c77e972ee8b430768b","ref":"refs/heads/issue644-unittest-snippet","pushedAt":"2023-06-07T14:45:31.919Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"POM and product version changes for 4.29 release\n\nTracked https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1100","shortMessageHtmlLink":"POM and product version changes for 4.29 release"}},{"before":"10b17c8d59e61ef22e67c558c3f07f467046ff3f","after":"c878108a2edefc532f123c1272781b1bb56985b9","ref":"refs/heads/issue644-unittest-snippet","pushedAt":"2023-06-07T14:43:24.837Z","pushType":"push","commitsCount":18,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"SWT TableEditor: Unit test snippet for with different table editor and\nsimple canvas editor.\n\nCreate a table with non editable and editable columns with basic and\ncustom widget as TableEditor.\n\nSee https://github.com/eclipse-platform/eclipse.platform.swt/issues/644","shortMessageHtmlLink":"SWT TableEditor: Unit test snippet for with different table editor and"}},{"before":"69daae623a7465e9dbfc7201c613655e146ddc34","after":"863dbe09a63f7a619320b90d19f8184e3f5d5959","ref":"refs/heads/master","pushedAt":"2023-05-15T11:09:54.927Z","pushType":"push","commitsCount":11,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"v4960r6","shortMessageHtmlLink":"v4960r6"}},{"before":null,"after":"10b17c8d59e61ef22e67c558c3f07f467046ff3f","ref":"refs/heads/issue644-unittest-snippet","pushedAt":"2023-05-09T13:19:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"SWT TableEditor: Unit test snippet for with different table editor and\nsimple canvas editor.\n\nCreate a table with non editable and editable columns with basic and\ncustom widget as TableEditor.\n\nSee https://github.com/eclipse-platform/eclipse.platform.swt/issues/644","shortMessageHtmlLink":"SWT TableEditor: Unit test snippet for with different table editor and"}},{"before":"2b9b6b4773991b9b15d534bffd660d1777a76238","after":"69daae623a7465e9dbfc7201c613655e146ddc34","ref":"refs/heads/master","pushedAt":"2023-05-09T11:03:14.883Z","pushType":"push","commitsCount":3,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"v4960r6","shortMessageHtmlLink":"v4960r6"}},{"before":"c26d1ff0248c9191a81e6cd5a94607bf77c4f740","after":"2b9b6b4773991b9b15d534bffd660d1777a76238","ref":"refs/heads/master","pushedAt":"2023-05-03T15:47:10.000Z","pushType":"push","commitsCount":39,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"v4960r6","shortMessageHtmlLink":"v4960r6"}},{"before":"97eac75999dc1cb1e72962d5cbd2c3ea925b7095","after":"c26d1ff0248c9191a81e6cd5a94607bf77c4f740","ref":"refs/heads/master","pushedAt":"2023-04-12T16:52:30.878Z","pushType":"push","commitsCount":56,"pusher":{"login":"raghucssit","name":"Raghunandana","path":"/raghucssit","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10301131?s=80&v=4"},"commit":{"message":"v4960r3","shortMessageHtmlLink":"v4960r3"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0xMVQwOTozNTo1Ni4wMDAwMDBazwAAAAQt7Rmy","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0xMVQwOTozNTo1Ni4wMDAwMDBazwAAAAQt7Rmy","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNC0xMlQxNjo1MjozMC44Nzg4MzJazwAAAAMXVo2G"}},"title":"Activity · raghucssit/eclipse.platform.swt"}