Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Get rid of gtk_calendar_display_options. | Alexander Kurtakov | 2012-01-31 | 5 | -41/+3 | |
| | | | | | | | | | | This function has been used only for pre-2.4 GTK, is deprecated for long time and is removed in GTK 3. | |||||
| * | Bug 368757 - Using ESC as accelerator does not work on OS X, but on | Silenio Quarti | 2012-01-31 | 5 | -3/+23 | |
| | | | | | | Windows | |||||
| * | Bug 369599 - Weird window flash when opening tooltip | Silenio Quarti | 2012-01-31 | 1 | -1/+4 | |
| | | ||||||
| * | 368993 - Label with size hint {0, 0} layouted to {64, 64} | Bogdan Gheorghe | 2012-01-31 | 6 | -7/+9 | |
| | | ||||||
| * | Bug 358022-Set text editor background to black, mouse | Lakshmi Shanmugam | 2012-01-31 | 6 | -7/+53 | |
| | | | | | | cursor becomes invisible | |||||
| * | Bug 369757 - [3.7.x] GLCanvas maintenance fix causes | Silenio Quarti | 2012-01-26 | 1 | -2/+5 | |
| | | | | | | | | NullPointerException when changing parent on Mac | |||||
| * | v3820v3820a | Silenio Quarti | 2012-01-25 | 1 | -0/+6 | |
| | | ||||||
| * | 357559 - [4.2] CTabFolders in some views show overly-large buttons or cheese | Bogdan Gheorghe | 2012-01-25 | 2 | -3/+7 | |
| | | ||||||
| * | Bug 356414 - TreeItem.setExpanded(false) can cause blank lines in a | Silenio Quarti | 2012-01-25 | 3 | -12/+13 | |
| | | | | | | virtual tree. | |||||
| * | v3820v3820 | Silenio Quarti | 2012-01-20 | 5 | -5/+11 | |
| | | ||||||
| * | Bug 369228 - Kill pre GTK 2.4 leftovers from Tree. (review) | Silenio Quarti | 2012-01-20 | 5 | -68/+3 | |
| | | ||||||
| * | Kill pre GTK 2.4 leftovers from Tree. | Alexander Kurtakov | 2012-01-20 | 1 | -128/+14 | |
| | | | | | | | | Code is not used and just keeps calls to deprecated functions in GTK. | |||||
| * | Bug 369227 - Kill pre GTK 2.4 leftovers from List. (review) | Silenio Quarti | 2012-01-20 | 1 | -10/+2 | |
| | | ||||||
| * | Kill pre GTK 2.4 leftovers from List. | Alexander Kurtakov | 2012-01-20 | 1 | -53/+2 | |
| | | | | | | | | | | This cleanups the code and eases the task to remove deprecated gtk functions usage. | |||||
| * | Bug 369226 - Cleanup pre GTK 2.4 leftovers in Table. (review) | Silenio Quarti | 2012-01-20 | 1 | -23/+4 | |
| | | ||||||
| * | Cleanup pre GTK 2.4 leftovers in Table. | Alexander Kurtakov | 2012-01-20 | 1 | -130/+16 | |
| | | | | | | | | | | Removing all of the old and unused code to prevent it from keeping calls to old and deprecated functions. | |||||
| * | Bug 369225 - Cleanup pre GTK 2.4 leftovers. (reviewed) | Alexander Kurtakov | 2012-01-20 | 1 | -12/+0 | |
| | | ||||||
| * | Cleanup pre GTK 2.4 leftovers. | Alexander Kurtakov | 2012-01-20 | 2 | -416/+126 | |
| | | | | | | | | | | This is a lot of code that can not be used nowadays but just makes it harder to kill deprecated functions in order to use newer GTK versions. | |||||
| * | Get rid of gdk_free_text_list. | Alexander Kurtakov | 2012-01-20 | 4 | -24/+2 | |
| | | | | | | | | | | The function is deprecated (removed in GTK 3) and it's not used anywhere in the SWT codebase. | |||||
| * | Get rid of gdk_pixbuf_render_to_drawable_alpha. | Alexander Kurtakov | 2012-01-20 | 5 | -38/+3 | |
| | | | | | | | | | | The function is deprecated (removed in gtk 3) and was used only for GTK older than 2.2.0 which is unsupported by SWT nowadays. | |||||
| * | Get rid of gdk_rgb_init. | Alexander Kurtakov | 2012-01-20 | 5 | -24/+2 | |
| | | | | | | | | | | | | This function is deprecated even in gtk 2.0 and is a no-op practically for the whole gtk 2 life. Also it's dropped in gtk 3.0 and makes no sense to keep it in. | |||||
| * | Bug 369152 - Make gtk_set_locale dynamic. (reviewed) | Alexander Kurtakov | 2012-01-20 | 5 | -2/+16 | |
| | | ||||||
| * | Bug 369151 - Make gtk_tooltips_data_get dynamic. | Alexander Kurtakov | 2012-01-20 | 3 | -2/+11 | |
| | | ||||||
| * | Make gtk_tooltips_enable/disable dynamic. | Alexander Kurtakov | 2012-01-20 | 4 | -6/+28 | |
| | | | | | | | | | | | | Both calls were guarded by if tooltipsHandle !=0 and tooltiopsHandle is created only for gtk versions lower than 2.12 that's why the guard has been expanded to be (tooltipsHandle != 0 && GTK_vrsion < 2.12). | |||||
| * | Bug 369149 - Make gtk_tooltips_force_window dynamic. (review 2) | Silenio Quarti | 2012-01-20 | 1 | -1/+1 | |
| | | ||||||
| * | Bug 369149 - Make gtk_tooltips_force_window dynamic. (review) | Silenio Quarti | 2012-01-20 | 1 | -1/+1 | |
| | | ||||||
| * | Make gtk_tooltips_force_window dynamic. | Alexander Kurtakov | 2012-01-20 | 5 | -4/+17 | |
| | | | | | | | | | | It's only called in special cases and a upper limit for gtk version has been added to the checks. | |||||
| * | remove compiler warning | Silenio Quarti | 2012-01-20 | 1 | -1/+1 | |
| | | ||||||
| * | v3819v3819 | Silenio Quarti | 2012-01-19 | 5 | -5/+11 | |
| | | ||||||
| * | Merge branch 'Bug354978' | Bogdan Gheorghe | 2012-01-19 | 37 | -544/+1691 | |
| |\ | ||||||
| | * | Fix drawBackground for Tree/Table with clipping | Bogdan Gheorghe | 2012-01-19 | 1 | -1/+4 | |
| | | | ||||||
| | * | cleanup before merging into master | Silenio Quarti | 2012-01-19 | 5 | -98/+105 | |
| | | | ||||||
| | * | Fix Cairo XOR and drawImage width and height | Bogdan Gheorghe | 2012-01-18 | 2 | -20/+15 | |
| | | | ||||||
| | * | Merge master into Bug354978 | Bogdan Gheorghe | 2012-01-18 | 117 | -2381/+3872 | |
| | |\ | ||||||
| | * | | Add a new property to enable Cairo graphics | Bogdan Gheorghe | 2012-01-18 | 2 | -3/+10 | |
| | | | | ||||||
| | * | | Temporarily disable DND effects in Tree/Table when using Cairo | Bogdan Gheorghe | 2012-01-18 | 2 | -2/+4 | |
| | | | | ||||||
| | * | | GC CopyArea for scrolling | Bogdan Gheorghe | 2012-01-17 | 11 | -7/+56 | |
| | | | | ||||||
| | * | | missing dynamic function names | Silenio Quarti | 2012-01-17 | 1 | -1/+3 | |
| | | | | ||||||
| | * | | Add cairo_push_group and cairo_pop_group | Bogdan Gheorghe | 2012-01-17 | 4 | -3/+69 | |
| | | | | ||||||
| | * | | Draw Caret with Cairo | Bogdan Gheorghe | 2012-01-17 | 2 | -22/+56 | |
| | | | | ||||||
| | * | | Fixed for copying wrong portion of source window | Bogdan Gheorghe | 2012-01-16 | 1 | -11/+16 | |
| | | | | ||||||
| | * | | getSize is wrong when damage is not the whole widget | Bogdan Gheorghe | 2012-01-16 | 1 | -2/+4 | |
| | | | | ||||||
| | * | | No XOR support for Cairo | Bogdan Gheorghe | 2012-01-16 | 1 | -1/+3 | |
| | | | | ||||||
| | * | | have to mark dirty when creating from pixels | Silenio Quarti | 2012-01-16 | 5 | -3/+28 | |
| | | | | ||||||
| | * | | adding cairo_surface_flush PI | Silenio Quarti | 2012-01-13 | 5 | -5/+28 | |
| | | | | ||||||
| | * | | Bug 354978 - Use Cairo as backend for graphics operations (comment#5 | Arun Thondapu | 2011-11-14 | 6 | -3/+57 | |
| | | | | | | | | | | | | patch) | |||||
| | * | | fix Control.setBackgroundImage() | Silenio Quarti | 2011-10-21 | 7 | -4/+68 | |
| | | | | ||||||
| | * | | root window is not a pixmap | Silenio Quarti | 2011-10-21 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | support Images with xlib surface, performance of large images surfaces is bad | Silenio Quarti | 2011-10-21 | 12 | -14/+125 | |
| | | | | ||||||
| | * | | remove floating point math for pre-multiplied alpha | Silenio Quarti | 2011-10-21 | 2 | -16/+12 | |
| | | | |