summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/DateTime.java
Commit message (Expand)AuthorAgeFilesLines
* Omit use of deprecated GTK_WIDGET_UNSET_FLAGSAnatoly Spektor2012-08-081-3/+3
* 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
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-06-011-1/+1
* Get rid of gtk_calendar_display_options.Alexander Kurtakov2012-01-311-5/+1
* Bug 331948 - setBackground does not work in DateTime with SWT.CALENDARCarolyn MacLeod2011-09-241-1/+20
* Bug 345279 - Do the annual copyright bash for 3.7AFTER_COPYRIGHT_BASH_FOR_37RC1Carolyn MacLeod2011-05-101-1/+1
* Bug 329291 - DateTime DropDown doesnt work on GTKCarolyn MacLeod2011-03-071-195/+688
* rollback changesBogdan Gheorghe2011-01-211-688/+209
* 329291 - DateTime DropDown doesnt work on GTKBogdan Gheorghe2011-01-191-209/+688
* Bug 65679 - SelectionEvent.stateMask remains 0 even Ctrl (Shift, Alt) were ...Felipe Heidrich2009-10-231-4/+4
* 234481 - API consistency changes neededCarolyn MacLeod2009-07-311-1/+1
* restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti2009-07-011-0/+1103
* *** empty log message ***Felipe Heidrich2009-06-301-1103/+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-3/+18
* 245278 - [DateTime] ignores User's keyboard inputCarolyn MacLeod2009-05-051-3/+2
* 165251 - Not enough information in Calendar control's SelectionEventCarolyn MacLeod2009-04-291-0/+9
* 246408 Parent Composite gets MouseEntered event when mouse enters a controlBogdan Gheorghe2009-04-061-0/+4
* 259374 - junit test failuresCarolyn MacLeod2008-12-191-2/+1
* delete unnecessary codeCarolyn MacLeod2008-12-171-4/+4
* now passes junit testsCarolyn MacLeod2008-12-171-14/+13
* 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/+4
* more efficient implementation for 220068 - DateTime must have setValue/getVal...Carolyn MacLeod2008-03-111-7/+32
* 220068 - DateTime must have setValue/getValue and setText/getTextCarolyn MacLeod2008-03-071-0/+47
* 216137 [Linux] DateTime does not render correctly values < 10Bogdan Gheorghe2008-01-221-4/+12
* Removed Calendar from getNameText -- just print the text without formattingDuong Nguyen2008-01-091-4/+2
* 212989 - Changing the month and showing a MessageBox leads to infinite Select...Carolyn MacLeod2007-12-181-1/+1
* Bug 206715 - DateTime#toString() behaves differently on linux/gtk/x86_64 and ...Duong Nguyen2007-11-081-4/+4
* Bug 206715 - DateTime#toString() behaves differently on linux/gtk/x86_64 and ...Duong Nguyen2007-11-081-0/+7
* Fix commentsDuong Nguyen2007-09-241-1/+1
* Bug 189847 - [DND] Combo/Text on Linux does not fire Drop event.Duong Nguyen2007-09-141-0/+2
* After copyright bash for 3.3 RC3AFTER_COPYRIGHT_BASH_FOR_33RC3Carolyn MacLeod2007-05-311-1/+1
* After javadoc bash for 3.3 RC3BEFORE_COPYRIGHT_BASH_FOR_33RC3AFTER_JAVADOC_BASH_FOR_33RC3Carolyn MacLeod2007-05-311-0/+250
* Use uppercase for constant namesCarolyn MacLeod2006-11-301-10/+10
* fix checkStyleCarolyn MacLeod2006-11-281-1/+2
* add format stylesCarolyn MacLeod2006-11-281-14/+38
* don't rely on getSelectionText in verify (work around gtk problem)Carolyn MacLeod2006-11-021-2/+15
* month goes from 0 - 11Carolyn MacLeod2006-11-011-3/+2
* pluralize all time api, i.e. set/getHours, Minutes, SecondsCarolyn MacLeod2006-10-311-20/+20
* make DateTime publicv3314aCarolyn MacLeod2006-10-301-2/+2
* fix up fonts and colorsCarolyn MacLeod2006-10-301-0/+19
* add emulated date and timeCarolyn MacLeod2006-10-301-35/+475
* make calendar run on older versions of gtkCarolyn MacLeod2006-10-301-1/+5
* range checking in all settersCarolyn MacLeod2006-10-271-2/+24
* clean the scroll bitsCarolyn MacLeod2006-10-261-0/+8
* add checkSubclassCarolyn MacLeod2006-10-251-0/+4
* month 1-12 for set/getMonthCarolyn MacLeod2006-10-251-2/+2