summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Composite.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2013-05-251-1/+1
* Bug 397107 - [GTK3] CTabFolder rendering hangsSilenio Quarti2013-03-251-1/+7
* add OS.GTK3 flag and use everywhere instead of VERSION(3,0,0)Silenio Quarti2012-11-021-2/+2
* Bug 393156 - [ GTK+ 3 ] Shell.forceResize() gives Critical error when running...Silenio Quarti2012-11-021-0/+8
* Bug 392841 - [GTK3] Need to replace expose-event signal with draw signalSilenio Quarti2012-10-261-47/+21
* Replace GdkRegion with Cairo methods for GTK + 3.0 and higherAnatoly Spektor2012-10-171-19/+45
* Bug 377107 - no 32bits vm for JDK7Carolyn MacLeod2012-09-251-0/+12
* Make 64-bit the default source codeSilenio Quarti2012-09-241-64/+64
* Bug 388990 - JUnit test failures on Linux in I20120904-0800Carolyn MacLeod2012-09-061-7/+4
* Bug 386401 - Use gtk_widget_get_allocation in newer GTK+Silenio Quarti2012-08-271-36/+13
* Omit use of gdk_drawable_get_size for newer GTK+ and make it dynamicAnatoly Spektor2012-08-141-1/+1
* Omit use of deprecated GTK_WIDGET_UNSET_FLAGSAnatoly Spektor2012-08-081-1/+1
* Omit use of deprecated GTK_WIDGET_SET_FLAGAnatoly Spektor2012-08-081-2/+2
* Bug 386145 Use gtk_widget_get_window() instead of GTK_WIDGET_WINDOW in newer ...Anatoly Spektor2012-08-061-3/+3
* Use gtk_widget_get_allocation in newer GTK+Anatoly Spektor2012-08-031-9/+39
* Bug 368543 - Odd Display of WindowBuilder in Eclipse 3.8/4.2 on LinuxBogdan Gheorghe2012-08-011-0/+3
* rename setHasWindow() to gtk_widget_set_has_window(). Better naming conventionSilenio Quarti2012-08-011-2/+2
* add helper setHasWindowSilenio Quarti2012-08-011-10/+2
* Use gtk_widget_set_has_window() instead of gtk_fixed_set_has_window()Anatoly Spektor2012-08-011-1/+9
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-06-011-1/+1
* Bug 376826 Text#removeSegmentListener inconsistent with other codeBogdan Gheorghe2012-04-161-3/+3
* Replace usage of GDK_DISPLAY with gdk_x11_display_get_xdisplay.Alexander Kurtakov2012-02-281-1/+1
* make GC handle a cairo object, fix clipping, rename USE_CAIRO flagSilenio Quarti2011-10-211-1/+0
* fixing draw background to use image surfaceSilenio Quarti2011-10-201-8/+13
* Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod2011-05-101-1/+1
* Bug 29779 - BIDI: lack of ability to change orientation of widget in runtimeFelipe Heidrich2010-12-231-1/+1
* Bug 333002 - Composite#minimumSize ignores clientArea originFelipe Heidrich2010-12-221-2/+3
* Bug 333053 - Multiple compiler warnings in I20101221-1019Felipe Heidrich2010-12-221-1/+1
* Bug 29779 - BIDI: lack of ability to change orientation of widget in runtime...Felipe Heidrich2010-12-171-1/+16
* Bug 118659 - [Layout] Issues with algorithm in GridLayout.layout and Composit...Carolyn MacLeod2010-12-021-2/+2
* Bug 326861 - Composite#setLayoutDeferred missing a checkWidget callFelipe Heidrich2010-10-181-0/+1
* Bug 314492 - Do the annual copyright/javadoc bashAFTER_JAVADOC_BASH_FOR_36RC3Carolyn MacLeod2010-05-261-0/+85
* fix sending of MouseEnter/MouseExit eventsGrant Gayed2010-04-141-2/+2
* drawBackground for CTabFolderBogdan Gheorghe2010-02-251-5/+8
* 260406 - e4 CSS: widgets need to notify CSS to apply style informationBogdan Gheorghe2009-11-121-0/+11
* making new layout() API publicSilenio Quarti2009-10-201-1/+1
* Bug 103863 - Support encapsulation in SWT layout mechanismSilenio Quarti2009-10-201-32/+51
* restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti2009-07-011-0/+1438
* *** empty log message ***Felipe Heidrich2009-06-301-1438/+0
* After copyright bash for 3.5RC4AFTER_COPYRIGHT_BASH_FOR_35RC4Carolyn MacLeod2009-05-291-1/+1
* After javadoc bash for 3.5RC3v3549aBEFORE_COPYRIGHT_BASH_FOR_35RC3AFTER_JAVADOC_BASH_FOR_35RC3Carolyn MacLeod2009-05-271-4/+5
* Bug 159465: Accessibilities: Improve traverse order for SWT ToolBarFelipe Heidrich2009-04-271-4/+4
* 246408 Parent Composite gets MouseEntered event when mouse enters a controlBogdan Gheorghe2009-04-061-0/+4
* After Copyright Bash for 3.4RC4AFTER_COPYRIGHT_BASH_FOR_34RC4Carolyn MacLeod2008-06-051-1/+1
* After Javadoc Bash for 3.4RC4Carolyn MacLeod2008-06-041-0/+2
* Rolling back fix for Bug 205351Duong Nguyen2008-01-141-1/+1
* Bug 205351 - [CCombo] Adding a KeyListener changes expected traversal behaviorDuong Nguyen2008-01-121-1/+1
* Bug 152822 - Incorrect key events reported when NO_FOCUS style usedFelipe Heidrich2008-01-111-1/+1
* 208209 Combo immediately closesBogdan Gheorghe2007-11-011-0/+7
* 206095 - DCR - possibility to print the contents of SWT widgets, 168979 - tra...Steve Northover2007-10-261-3/+24