Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-05-01Bug 392774 - [GTK3] Need to implementArun Thondapu3-67/+105
2012-11-16Bug 389702 - Drag and drop a tab item to desktop/Finder, a text file is creat...Silenio Quarti1-3/+13
2012-11-06Remove pre Gtk 2.6 conditionals.Alexander Kurtakov1-16/+4
2012-11-02inline to avoid compiler warnings-> override non public methodSilenio Quarti1-18/+8
2012-11-02add OS.GTK3 flag and use everywhere instead of VERSION(3,0,0)Silenio Quarti4-6/+6
2012-10-24remove gdk_gc_new from GTK3, all calls are protected except for Tracker (see ...Silenio Quarti2-0/+6
2012-10-16Remove Gtk 2.2-2.4 checks.Alexander Kurtakov3-6/+2
2012-10-15Do not use GtkTargetPair and remove it.Alexander Kurtakov1-4/+2
2012-10-09GdkDragContext replaced by function calls.Alexander Kurtakov2-10/+28
2012-10-08Use gtk_selection_data_get* functions instead of GtkSelectionData structAlexander Kurtakov4-35/+102
2012-10-04Replace gdk_window_get_pointer with gdk_window_get_device_position GTK3Anatoly Spektor1-1/+18
2012-10-01Bug 390699 - Table.showItem is broken on LinuxSilenio Quarti1-1/+1
2012-09-28Bug 385258 - dragSetData calls before dropAccept in Cocoa DND with FileTransf...Silenio Quarti4-5/+5
2012-09-28Bug 385258 - dragSetData calls before dropAccept in Cocoa DND with FileTransferSilenio Quarti4-61/+34
2012-09-28Bug 389702 - Drag and drop a tab item to desktop/Finder, a text file is creat...Silenio Quarti4-5/+5
2012-09-28Bug 389702 - Drag and drop a tab item to desktop/Finder, a text file is creat...Silenio Quarti4-5/+5
2012-09-28Bug 388528 add GdkDevice* cast for gdk_device_get_associated_device()Arun Thondapu1-1/+1
2012-09-28Bug 388528 Use gdk_device_ungrab () instead of gdk_keyboard_ungrab () for GTK+3Anatoly Spektor1-1/+3
2012-09-28Bug 388528 Fix formattingArun Thondapu1-3/+3
2012-09-28Bug 388528 Use gdk_device_ungrab() instead of gdk_pointer_ungrab() in GTK3+Anatoly Spektor1-1/+8
2012-09-24Make 64-bit the default source codeSilenio Quarti36-301/+301
2012-08-28Omit use of deprecated gdk_utf8_to_compound_text() in newer GTK+Anatoly Spektor1-1/+6
2012-08-14Omit use of gdk_drawable_get_size for newer GTK+ and make it dynamicAnatoly Spektor2-2/+10
2012-08-06Bug 386145 Use gtk_widget_get_window() instead of GTK_WIDGET_WINDOW in newer ...Anatoly Spektor1-2/+6
2012-08-02Bug 345296 - Remove qt from org.eclipse.swtGrant Gayed16-2918/+0
2012-07-24Bug 384381 - HTMLTransfer uses UTF-16 to copy to clipboard (should useCarolyn MacLeod1-5/+4
2012-06-20Bug 383069 - SWT Cocoa's URLTransfer does not return correct file url on Mac ...Silenio Quarti1-0/+1
2012-06-18Bug 376448 - [DBCS4.2] AIX 7, DirectoryDialog returns 'null' if selectedSilenio Quarti1-3/+5
2012-06-01Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod9-9/+9
2012-05-16Bug 379005 - NullPointerException in ClipboardGrant Gayed1-0/+2
2012-04-17Bug 376589 - clipboard.getContents(HTMLTransfer.getInstance()) returnsCarolyn MacLeod1-4/+16
2012-04-11Convert all files with CRLF and CR to LFBogdan Gheorghe2-10/+173
2012-03-09Bug 373794 - Malformed Javadoc commentsGrant Gayed1-1/+1
2012-03-05Use gdk_text_property_to_utf8_list + _for_display.Alexander Kurtakov1-1/+1
2012-02-28Use gdk_get_default_root_window instead of GDK_ROOT_PARENT.Alexander Kurtakov2-4/+4
2012-02-06Bug 354978 - Use Cairo as backend for graphics operations (comment#18)Silenio Quarti2-4/+0
2012-01-18Merge master into Bug354978Bogdan Gheorghe3-3/+11
2012-01-18Temporarily disable DND effects in Tree/Table when using CairoBogdan Gheorghe2-2/+4
2012-01-17GC CopyArea for scrollingBogdan Gheorghe2-0/+2
2011-12-19Bug 367120 - gtk_tree_selection_get_selected_rows() invocations areGrant Gayed2-2/+6
2011-11-25Bug 364762 - Conditional usage of GtkTreeView newer coord function. (conditio...Silenio Quarti1-2/+2
2011-11-25Bug 364762 - Conditional usage of GtkTreeView newer coord function.Alexander Kurtakov1-1/+5
2011-10-19share code to create image from pixbuf. fixed pasting of images with alphaSilenio Quarti1-14/+12
2011-10-19Use ImageList.createPixbuf in ImageTransfer. fixed images with alphaSilenio Quarti1-31/+26
2011-10-19shared copies of Display.createPixbufSilenio Quarti1-57/+1
2011-09-23fix permission of filesSilenio38-0/+0
2011-05-16Bug 345279 - Do the annual javadoc/copyright bash for 3.7Carolyn MacLeod1-1/+1
2011-05-16Bug 341895-DND actions in AbstractTreeViewer lead to NPE and application freezeLakshmi Shanmugam1-0/+1
2011-05-16Bug 345279 - Do the annual javadoc/copyright bash for 3.7Carolyn MacLeod1-1/+1
2011-05-10Bug 317255 - Clipboard data is lost on exit (Should implement the freedeskto...Silenio Quarti1-2/+20

Back to the top