summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Shell.java
Commit message (Expand)AuthorAgeFilesLines
* Omit use of gdk_drawable_get_size for newer GTK+ and make it dynamicAnatoly Spektor2012-08-141-1/+1
* Bug 386145 undoing minor formatting changes introduced in previousArun Thondapu2012-08-061-1/+0
* Bug 386145 Use gtk_widget_get_window() instead of GTK_WIDGET_WINDOW in newer ...Anatoly Spektor2012-08-061-14/+15
* Bug 385070 Use gtk_widget_has_focus instead of deprecated GTK_WIDGET_HAS_FOCUSAnatoly Spektor2012-08-061-1/+1
* Bug 386594 - Use gtk_widget_get_visible instead of GTK_WIDGET_VISIBLE for new...Anatoly Spektor2012-08-031-2/+2
* Use gtk_widget_get_allocation in newer GTK+Anatoly Spektor2012-08-031-18/+101
* Omit use of deprecated GTK_WIDGET_FLAGSAnatoly Spektor2012-08-031-1/+1
* Use g_object_ref_sink() method instead of deprecated gtk_object_sink()Anatoly Spektor2012-08-031-1/+1
* add gtk_widhet_get_mapped() helper function to simply codeSilenio Quarti2012-08-011-5/+1
* Use gtk_widget_get_mapped() instead of deprecated GTK_WIDGET_MAPPEDAnatoly Spektor2012-08-011-1/+5
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-06-011-1/+1
* fix leakSilenio Quarti2012-05-101-2/+4
* Fix memory leak in Shell#setToolTipText()Arun Thondapu2012-05-091-0/+1
* Bug 354842 - Hang in org.eclipse.swt.internal.gtk.OS._g_main_context_iteratio...Silenio Quarti2012-04-101-2/+2
* Replace gdk_cursor_destroy with gdk_cursor_unref.Alexander Kurtakov2012-03-191-1/+1
* Remove unneeded gtk version checks in Shell.Alexander Kurtakov2012-03-091-10/+3
* Replace usage of GDK_DISPLAY with gdk_x11_display_get_xdisplay.Alexander Kurtakov2012-02-281-2/+2
* Make gtk_tooltips_enable/disable dynamic.Alexander Kurtakov2012-01-201-2/+6
* Bug 369149 - Make gtk_tooltips_force_window dynamic. (review)Silenio Quarti2012-01-201-1/+1
* Make gtk_tooltips_force_window dynamic.Alexander Kurtakov2012-01-201-1/+3
* 354126 - Tooltips do not appear for any Eclipse iconsBogdan Gheorghe2011-12-191-4/+2
* 365807 - Tooltips follow cursor on old versions of GTKBogdan Gheorghe2011-12-061-0/+11
* 354126 - Tooltips do not appear for any Eclipse iconsBogdan Gheorghe2011-12-051-1/+3
* Bug 354126 - Tooltips do not appear for any Eclipse iconsSilenio Quarti2011-11-231-0/+6
* Bug 345093 - Shell.setVisible is extremely slow on LinuxBogdan Gheorghe2011-10-031-0/+2
* Javadoc bash pre-RC4Carolyn MacLeod2011-05-271-8/+9
* Bug 345279 - Do the annual javadoc/copyright bash for 3.7Carolyn MacLeod2011-05-161-1/+2
* Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod2011-05-101-1/+1
* Bug 341538 - Setting GTK Look and Feel causes window to freeze when closed.Silenio Quarti2011-04-071-0/+7
* Bug 341085 - swt tests timing out linux.gtk.x86 in N20110327-2000Silenio Quarti2011-04-011-6/+1
* Bug 340248 - checkWidget() missing in Shell#getToolbar()Felipe Heidrich2011-03-181-0/+1
* Bug 280649 - FileDialog widget causes the interface to freeze when used into...Silenio Quarti2011-03-141-1/+6
* remove API under construction warningCarolyn MacLeod2011-03-081-3/+0
* Bug 210451 - [GTK/Linux] Validation error dialog from launch configuration c...Silenio Quarti2010-12-171-0/+11
* 222859 - NSToolbar-based ToolBar on Cocoa. Added Shell.getToolBar() for all p...Scott Kovatch2010-10-131-0/+23
* Bug 316329 - Need SWT to provide an API to allow F10 to be overriddenFelipe Heidrich2010-09-031-2/+26
* Bug 317902 - Segmentation Fault When Widget looses focusFelipe Heidrich2010-08-061-0/+2
* Bug 314492 - Do the annual copyright/javadoc bashCarolyn MacLeod2010-05-311-1/+1
* 288669 - Modal state of Shells ignored after a dialog has popped upPraveen Innamuri2010-05-071-1/+15
* Bug 305433 - [Gtk] unexpected MouseExit event for Shell causes bad interacti...Silenio Quarti2010-05-031-1/+1
* 291253 - [Widgets] setting minimum size on an ON_TOP Shell makes it unable t...Bogdan Gheorghe2010-04-191-1/+5
* 305742 - Fields that should not be referenced by clients should have @norefer...Grant Gayed2010-04-131-0/+2
* Bug 225401 - [SWT_AWT] Removing the AWT Canvas generates a Gtk-CRITICAL messageSilenio Quarti2010-02-161-0/+1
* 185934 - TRAVERSAL-Events not delivered to InteractiveSplashHandlerPraveen Innamuri2010-02-021-1/+12
* Bug 23980 - platform specific shell resize behaviour (again)Felipe Heidrich2009-11-131-68/+49
* *** empty log message ***Felipe Heidrich2009-11-121-1/+1
* 260406 - e4 CSS: widgets need to notify CSS to apply style informationBogdan Gheorghe2009-11-121-0/+16
* Bug 23980 - platform specific shell resize behaviour (comment 37.a)Felipe Heidrich2009-11-121-8/+8
* Bug 23980 - platform specific shell resize behaviour - comments 34Felipe Heidrich2009-11-111-9/+9
* Bug 23980 - platform specific shell resize behaviourFelipe Heidrich2009-11-101-4/+215