summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Label.java
Commit message (Collapse)AuthorAgeFilesLines
* Bug 413195 - Remove unused version guard from Label widgetAnatoly Spektor2013-07-181-3/+1
| | | Signed-off-by: Anatoly Spektor <aspektor@redhat.com>
* Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2013-05-281-1/+1
|
* Bug 397107 - [GTK3] CTabFolder rendering hangsSilenio Quarti2013-03-251-2/+8
|
* Bug 393856 - Consider using pango_layout_get_pixel_sizeAlexander Kurtakov2012-11-141-3/+3
| | | | Binding for the function added and used where possible. This allows to not convert them after fetching via OS.PANGO_PIXELS calls.
* Bug 393919 - [GTK 3] Text alignment inside GtkLabel is invalidAlexander Kurtakov2012-11-081-0/+2
| | | GtkBox has expand set to false, but Gtk[H|V]Box has is set to true.
* add OS.GTK3 flag and use everywhere instead of VERSION(3,0,0)Silenio Quarti2012-11-021-1/+1
|
* Bug 389910 - Substitute GdkColor with GdkRGBASilenio Quarti2012-10-301-5/+4
|
* Use gtk_widget_get_preferred_size() instead gtk_widget_size_request ()Anatoly Spektor2012-10-171-1/+1
|
* Make 64-bit the default source codeSilenio Quarti2012-09-241-13/+13
|
* Bug 388369 Remove redundant else check in Label and helper function inArun Thondapu2012-09-121-2/+2
| | | Theme
* Bug 388369 Use gtk_separator_new () in GTK+3Anatoly Spektor2012-09-121-2/+16
| | | | | | This patch replaces old GTK2 API methods gtk_vseparator_new () and gtk_hseparator_new () with GTK+ 3 API method gtk_separator_new() and makes old 2 methods dynamic
* Bug 388265 Use gtk_box_new() and gtk_box_set_homogeneous() for GTK3Anatoly Spektor2012-09-111-1/+1
| | | | | | This patch implements Gtk 3 methods gtk_box_new() and gtk_box_set_homogeneous() instead of deprecated gtk_hbox_new() and gtk_vbox_new()
* Bug 386401 - Use gtk_widget_get_allocation in newer GTK+Silenio Quarti2012-08-271-16/+4
|
* Use gtk_widget_get_allocation in newer GTK+Anatoly Spektor2012-08-031-5/+17
|
* Omit use of deprecated GTK_WIDGET_FLAGSAnatoly Spektor2012-08-031-1/+1
| | | | | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os.c bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_custom.h bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
* rename setHasWindow() to gtk_widget_set_has_window(). Better naming conventionSilenio Quarti2012-08-011-1/+1
|
* add helper setHasWindowSilenio Quarti2012-08-011-5/+1
|
* Use gtk_widget_set_has_window() instead of gtk_fixed_set_has_window()Anatoly Spektor2012-08-011-1/+5
| | | | | Conflicts: bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-06-011-1/+1
|
* Bug 352487 - Mnemonic on label field does not workFelipe Heidrich2011-07-191-4/+4
|
* Bug 345279 - Do the annual javadoc/copyright bash for 3.7Carolyn MacLeod2011-05-161-2/+1
|
* Bug 29779 - BIDI: lack of ability to change orientation of widget in ↵Felipe Heidrich2010-12-171-5/+6
| | | | runtime [no public methods yet]
* Bug 314492 - Do the annual copyright/javadoc bashCarolyn MacLeod2010-05-311-1/+1
|
* Bug 307403 - [Accessibility] NPE creating FilteredList on LinuxSilenio Quarti2010-03-301-1/+1
|
* use new API for label relationSilenio Quarti2010-02-031-5/+3
|
* restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti2009-07-011-0/+589
|
* *** empty log message ***Felipe Heidrich2009-06-301-589/+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-1/+2
|
* 277268 [Forms] section header labels are cut off on GtkBogdan Gheorghe2009-05-261-0/+1
|
* 236808 Errors/Warnings preference page wraps label on linux when it should notBogdan Gheorghe2009-05-041-17/+39
|
* remove fix for 222582 (the fix for 236513 fixes 222582 as well)Felipe Heidrich2008-11-181-14/+2
|
* 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/+10
|
* Bug 231009 Compile Error on GTK 2.2.x: Fields missing from PangoLayoutLineFelipe Heidrich2008-05-071-6/+7
|
* Bug 222582 - [Perspectives] BIDI3.4:HCG Wrong caption alignment in Customize ↵Felipe Heidrich2008-05-051-24/+15
| | | | Perspecitve dialog with Hebrew translation
* 192365 Label is truncated under Linux.Bogdan Gheorghe2008-04-171-1/+1
|
* 192365 Label is truncated under Linux.Bogdan Gheorghe2008-04-161-1/+6
|
* *** empty log message ***Felipe Heidrich2006-08-031-0/+9
|
* Bug 144765 Layout on Labels generates a size that cuts off charactersFelipe Heidrich2006-08-031-0/+20
|
* 133183 - Button widget with SWT.CHECK style is not showing foreground color ↵Steve Northover2006-06-291-3/+3
| | | | when it is in selected/checked state
* After copyright bash for 3.2 RC4.AFTER_COPYRIGHT_BASH_FOR_32RC4Carolyn MacLeod2006-05-091-1/+1
|
* Javadoc basher output for 3.2RC3Carolyn MacLeod2006-05-031-3/+3
|
* 29994 - Image background Composite / Transparent widget backgroundsSteve Northover2005-12-121-1/+1
|
* 116121 - Invalid widget used for gtk_widget_get_accessibleBilly Biggs2005-12-011-0/+1
|
* Avoid having widget code depend on a11y support.Billy Biggs2005-11-071-2/+1
|
* 76804 - Improve SWT performance over GTK window systemBilly Biggs2005-10-241-1/+1
|
* White space.Billy Biggs2005-10-231-1/+1
|
* 112994Grant Gayed2005-10-191-0/+14
|
* 94003Felipe Heidrich2005-05-061-3/+4
|