summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused functions from OS classdatetime_spinAnatoly Spektor2012-12-135-102/+0
|
* Remove debugging codeAnatoly Spektor2012-12-131-1/+0
|
* Cleaned CodeAnatoly Spektor2012-12-131-155/+97
|
* Set Spinner to READ_ONLY so user can't alter valuesAnatoly Spektor2012-12-111-7/+1
|
* Resolved -adj_value showed wrong value when widget created.Cleaned codeAnatoly Spektor2012-12-116-38/+76
|
* Refactor method names so they match initial DateTime implementationAnatoly Spektor2012-12-101-41/+40
|
* computeTrim method added for proper sizing when style is drop_downAnatoly Spektor2012-12-071-2/+50
|
* added onTextVerify functionality that validates key input in EntryAnatoly Spektor2012-12-071-58/+78
|
* Solved setEnable JUnit test failure, cleaned the codeAnatoly Spektor2012-12-071-36/+10
|
* DROP_DOWN functionality is implemented, all "text" calls are goneAnatoly Spektor2012-12-071-362/+163
|
* Solved Calendar on button_press crashAnatoly Spektor2012-12-061-5/+7
|
* Widget release functionality added, can switch between TIME and DATEAnatoly Spektor2012-12-061-11/+7
|
* Vertical Fill and Horizontal Fill work, implementing release mechanismAnatoly Spektor2012-12-051-1/+20
|
* Revert to d8ca3ed0203806a8babb267cbb410d2098dc38Anatoly Spektor2012-12-051-249/+247
|
* Cleaned the codeAnatoly Spektor2012-12-051-242/+242
|
* Bug solved: crash on both SWT.CALENDAR and SWT.TIME in gtk_button_pressAnatoly Spektor2012-12-051-5/+7
|
* Bug solved when ArithmeticException / 0 occured on gtk_keypressAnatoly Spektor2012-12-051-1/+1
|
* Arrows and Keys both work with SWT.TIME and SWT.DATEAnatoly Spektor2012-12-041-187/+79
| | | | | In this iteration GDK_UP and GDK_DOWN was removed from gtk_key_press because they are both triggered when gtk_output is called, and there is no need to call it twice.
* SWT.ARROW_UP and SWT.ARROW_DOWN are recognized with SWT.TIMEAnatoly Spektor2012-12-041-29/+37
| | | | In this iteration I have rewritten buttonClicked function, arrows work fine with SWT.TIME, but does not work with SWT.DATE yet
* Ongoing work on DateTime widget on top of GtkSpinButtonAnatoly Spektor2012-12-036-18/+669
| | | | Key bindings work fine, button_press and gtk_input does not co-operate together
* Bug 394583 - [ GTK+ 3] TextBox is clipped to the rightSilenio Quarti2012-11-211-1/+0
|
* Bug 339132 - [10.8][Cocoa] GEF Thumbnail sync view broken in 3.7Silenio Quarti2012-11-201-0/+8
|
* Use Requisition to computeSize of Text in GTK+ 3Anatoly Spektor2012-11-201-2/+10
|
* v4315Silenio Quarti2012-11-194-5/+5
|
* Bug 394473 - Mozilla Browser.evaluate broken for XULRunner 3.x due to ↵Grant Gayed2012-11-161-10/+3
| | | | changes to support XULRunner >= 4
* Bug 393792 - [GTK3] shells cannot be sized smallerSilenio Quarti2012-11-161-1/+3
|
* Bug 393724 - [GTK3] Owner draw trees are not drawing items - wrong unfocused ↵Silenio Quarti2012-11-162-4/+8
| | | | foreground and wrong focus ring drawn on Ubuntu
* Bug 393724 - [GTK3] Owner draw trees are not drawing itemsSilenio Quarti2012-11-1615-122/+294
|
* Bug 389702 - Drag and drop a tab item to desktop/Finder, a text file is ↵Silenio Quarti2012-11-161-3/+13
| | | | created, not a web link is generated
* realize handle to solve Slider widget with SWT.DEFAULT size issueAnatoly Spektor2012-11-161-0/+1
|
* Bug 393723 - [GTK3] wrong foreground in Eclipse editor area unselected tabsSilenio Quarti2012-11-151-0/+12
|
* Bug 393728 - [GTK3] Editor background is wrong on Fedora 17Silenio Quarti2012-11-151-0/+1
|
* implement complete CTabFolder2ListenerMarkus Keller2012-11-151-3/+15
|
* Bug 393726 - [GTK3] Views tabs are too tallSilenio Quarti2012-11-141-2/+6
|
* Bug 393742 - Mac: Pop up window will be hidden behind and main window UI is ↵Silenio Quarti2012-11-141-1/+1
| | | | frozen
* Bug 394016 -Ctrl+PageDown doesn't work multiple times in Classic themeCarolyn MacLeod2012-11-141-3/+3
|
* Bug 393856 - Consider using pango_layout_get_pixel_sizeAlexander Kurtakov2012-11-1413-42/+75
| | | | Binding for the function added and used where possible. This allows to not convert them after fetching via OS.PANGO_PIXELS calls.
* remove dependency on GTK from ATK binding - C codeSilenio Quarti2012-11-136-28/+28
|
* remove dependency on GTK from ATK bindingSilenio Quarti2012-11-132-11/+3
|
* v4314Silenio Quarti2012-11-124-5/+5
|
* Bug 393727 - [GTK3] Search box in eclipse is clipped on the rightSilenio Quarti2012-11-126-9/+107
|
* Bug 393742 - Mac: Pop up window will be hidden behind and main window UI is ↵Silenio Quarti2012-11-121-6/+11
| | | | frozen
* Bug 393793 - [GTK3] Scroll wheel does not work in editor or package explorerSilenio Quarti2012-11-099-45/+76
|
* Remove a workaround ignoring MOTION_NOTIFY for pre 2.6 GTK.Alexander Kurtakov2012-11-092-20/+0
|
* Remove redraw for pre Gtk 2.6.Alexander Kurtakov2012-11-091-8/+0
|
* Load webkitgtk3 when running on GTK 3.x.Alexander Kurtakov2012-11-091-3/+9
| | | | Trying to load webkitgtk 1.x on GTK 3 tries to init Gtk 2.x which locks up the ui. Same approach as equinox launcher is used.
* Do not emulate GtkMenuToolButton anymore.Alexander Kurtakov2012-11-091-69/+17
| | | All supported gtk versions have it now that 2.6 is the minimum version.
* 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.
* Bug 245670: [Preferences] Regression: Preferences dialog reveals focus ↵Markus Keller2012-11-081-4/+17
| | | | widget when shell is activated
* Bug 372145: typoMarkus Keller2012-11-081-4/+4
|