summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/DateTime.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 408895 - Do the annual javadoc/copyright bash for 4.3Carolyn MacLeod2013-05-281-1/+1
* Make 64-bit the default source codeSilenio Quarti2012-09-241-20/+20
* 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-0/+4
* Bug 322525 - computeSize() wrong for DateTime with SWT.DATE style (Hebrew cal...Carolyn MacLeod2010-11-081-205/+41
* Bug 328950 - SWT test failures on Windows 7Carolyn MacLeod2010-11-011-0/+8
* Bug 65679 - SelectionEvent.stateMask remains 0 even Ctrl (Shift, Alt) were pr...Felipe Heidrich2009-10-231-4/+4
* restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti2009-07-011-0/+1048
* *** empty log message ***Felipe Heidrich2009-06-301-1048/+0
* After copyright bash for 3.5RC4AFTER_COPYRIGHT_BASH_FOR_35RC4Carolyn MacLeod2009-05-291-1/+1
* 268503 - DateTime Javadoc should tell that DROP_DOWN is a hintCarolyn MacLeod2009-05-111-1/+1
* Bug 171706 - DateTime should support drop-down calendarCarolyn MacLeod2009-03-041-11/+34
* 261391 - StyledText should use PDE API Tools @noextendCarolyn MacLeod2009-02-241-0/+1
* fix warningGrant Gayed2009-01-161-36/+34
* 245783 - [swt] DateTime gets confused on Aug 31st 2008Carolyn MacLeod2008-12-171-0/+9
* 165251 - Not enough information in Calendar control's SelectionEventSteve Northover2008-08-121-5/+54
* take focus on WM_LBUTTONDOWNSteve Northover2008-08-081-0/+14
* After Copyright Bash for 3.4RC4AFTER_COPYRIGHT_BASH_FOR_34RC4Carolyn MacLeod2008-06-051-1/+1
* 232625 - SWT/JFace - Lack of examples in API;Carolyn MacLeod2008-06-041-0/+1
* 232625 - SWT/JFace - Lack of examples in APICarolyn MacLeod2008-06-041-0/+1
* 232625 - SWT/JFace - Lack of examples in APICarolyn MacLeod2008-06-021-0/+2
* 229181 - [DateTime] DateTime widget does not report mouseDoubleClickCarolyn MacLeod2008-05-151-0/+61
* 221669 - DateTime returns wrong values under WindowsCarolyn MacLeod2008-03-111-0/+15
* 220068 - DateTime must have setValue/getValue and setText/getTextCarolyn MacLeod2008-03-071-0/+57
* Removed Calendar from getNameText -- just print the text without formattingDuong Nguyen2008-01-091-3/+0
* 211685 - DateTime fires spurious SelectionEventsCarolyn MacLeod2008-01-091-6/+35
* 212989 -Changing the month and showing a MessageBox leads to infinite Selecti...Carolyn MacLeod2007-12-181-1/+1
* Bug 206715 - DateTime#toString() behaves differently on linux/gtk/x86_64 and ...Duong Nguyen2007-11-081-4/+5
* Bug 206715 - DateTime#toString() behaves differently on linux/gtk/x86_64 and ...Duong Nguyen2007-11-081-2/+6
* 209022 - DateTime cannot be shown without a borderCarolyn MacLeod2007-11-071-0/+6
* 57151 - [64] 64 bit support needed for Windows XP 64-Bit EditionafterInitialReleaseOfWindows64Grant Gayed2007-07-101-7/+7
* After copyright bash for 3.3 RC3AFTER_COPYRIGHT_BASH_FOR_33RC3Carolyn MacLeod2007-05-311-1/+1
* 149040 - Change javadoc for Table addSelectionListenerCarolyn MacLeod2007-05-311-3/+3
* fix trim (again) for Spinner and DateTime on VistaSteve Northover2007-04-031-1/+1
* fix height too small for Spinner and DateTime picker on VistaSteve Northover2007-04-031-2/+4
* don't show "today" at bottom of calendarCarolyn MacLeod2007-03-211-1/+1
* add SHORT, MEDIUM, LONG styles to class commentCarolyn MacLeod2006-12-081-2/+3
* remove commentCarolyn MacLeod2006-11-281-1/+1
* Add format styles, make DateTime locale sensitiveCarolyn MacLeod2006-11-231-34/+285
* month goes from 0 - 11Carolyn MacLeod2006-11-011-6/+6
* pluralize all time api, i.e. set/getHours, Minutes, SecondsCarolyn MacLeod2006-10-311-24/+24
* fix DateTime on win2000Grant Gayed2006-10-311-0/+4
* make DateTime publicv3314aCarolyn MacLeod2006-10-301-2/+1
* note about localeCarolyn MacLeod2006-10-261-1/+2
* Subclass CompositeCarolyn MacLeod2006-10-251-2/+24
* month and year javadocCarolyn MacLeod2006-10-241-10/+9
* javadocCarolyn MacLeod2006-10-241-32/+79
* get rid of WM_ERASEBKGND (for now, background not supported)Steve Northover2006-09-151-7/+1
* allow background color changesCarolyn MacLeod2006-09-151-2/+12
* fix computeSizeCarolyn MacLeod2006-09-151-6/+37