Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | 125 | -2412/+4231 | |
| | |\ | ||||||
| | * | | 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 | |
| | | | | ||||||
| | * | | fix Control.print(), only works for GTK_NATIVE_WINDOWS=1 | Silenio Quarti | 2011-10-21 | 1 | -2/+3 | |
| | | | | ||||||
| | * | | make GC handle a cairo object, fix clipping, rename USE_CAIRO flag | Silenio Quarti | 2011-10-21 | 16 | -84/+202 | |
| | | | | ||||||
| | * | | fix Control.drawBackground(), working on background pixmap | Silenio Quarti | 2011-10-20 | 3 | -7/+36 | |
| | | | | ||||||
| | * | | fixing draw background to use image surface | Silenio Quarti | 2011-10-20 | 1 | -8/+13 | |
| | | | | ||||||
| | * | | implement Image(Device, Image, int) | Silenio Quarti | 2011-10-20 | 1 | -0/+116 | |
| | | | | ||||||
| | * | | Cairo.CAIRO_EXTEND_PAD works on cairo 1.8. performance improvement in Intro ↵ | Silenio Quarti | 2011-10-20 | 2 | -5/+21 | |
| | | | | | | | | | | | | | | | | page of graphics example | |||||
| | * | | create opaque image surfaces; target cairo 1.2 APIs; remove surfaceData field | Silenio Quarti | 2011-10-20 | 7 | -92/+216 | |
| | | | | ||||||
| | * | | better palette for getImageData() | Silenio Quarti | 2011-10-19 | 1 | -7/+6 | |
| | | | | ||||||
| | * | | fix palette in getImageData() | Silenio Quarti | 2011-10-19 | 1 | -2/+9 | |
| | | | | ||||||
| | * | | drawing on image with transparentPixel needs to work | Silenio Quarti | 2011-10-19 | 1 | -3/+53 | |
| | | | | ||||||
| | * | | make BIG_ENDIAN a constant | Silenio Quarti | 2011-10-19 | 3 | -33/+14 | |
| | | | | ||||||
| | * | | assign type field when creating from pixbuf | Silenio Quarti | 2011-10-19 | 1 | -4/+4 | |
| | | | | ||||||
| | * | | share code to create image from pixbuf. fixed pasting of images with alpha | Silenio Quarti | 2011-10-19 | 2 | -104/+133 | |
| | | | | ||||||
| | * | | fix Image.initNative() with opaque iamge | Silenio Quarti | 2011-10-19 | 1 | -21/+39 | |
| | | | |