aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2011-11-04Round to nearest pixels horizontally to avoid background artifacts on OS X.nyamatongwe1-0/+2
From Mitchell Foral.
2011-09-27Made recent fractional positioning and ARGB code compatible withnyamatongwe1-6/+21
old versions of Pango and Cairo.
2011-09-25Palette support removed.nyamatongwe1-129/+26
2011-09-24Merged fractional text positioning branch.nyamatongwe2-86/+82
2011-09-24Removed support for GDK drawing in favour of Cairo which has beennyamatongwe2-901/+22
available since 2.8. Removed #ifs for versions earlier than 2.8.
2011-09-09Update deprecated calls to GTK+ 3 maintained functions.nyamatongwe2-9/+23
2011-09-09Update deprecated calls to GTK+ 3 maintained functions.nyamatongwe2-9/+23
2011-09-09Update calls to Surface::Allocate for GTK+ 2.nyamatongwe1-2/+2
2011-09-09Merge with main repository.nyamatongwe2-22/+3
2011-09-06Always use Cairo for drawing.nyamatongwe2-5/+1
2011-09-02Removed archaic unused deallocation calls.nyamatongwe1-18/+3
2011-08-11Implement new APIs defined for technology choice on Windows.nyamatongwe2-44/+41
2011-08-07Implement fractional widths and range of weights for GTK+.nyamatongwe1-66/+66
2011-07-19Patch from Mitchell to make Alt key handling work on OS X.nyamatongwe1-1/+1
2011-07-12Fix Shift-JIS lead byte ranges to match Windows.nyamatongwe1-1/+2
2011-07-12Report control key as SCMOD_META with GTK+ on OS X.nyamatongwe1-0/+10
Mostly from Mitchell Foral.
2011-07-11Make Unicode input through Ctrl+Shift+U work by passing key releasenyamatongwe1-2/+6
events to gtk_im_context_filter_keypress.
2011-06-25Initial implementation of RGBA images.nyamatongwe2-31/+86
2011-06-22Made IME work on GTK+ 2.x with Cairo. Bug #3311423.nyamatongwe1-1/+6
2011-06-22Support IME on GTK+ 3.nyamatongwe1-1/+41
2011-05-12Make rounded rectangle work on Cairo versions before 1.2.nyamatongwe1-0/+5
2011-05-12Switching to function that works on all supported versions of GTK+.nyamatongwe1-1/+1
2011-06-19Fix problems when using CAIRO on older GTK+ versions. Bug #3322351.Marko Njezic1-3/+31
2011-06-18Updating AlphaRectangle for Cairo mode with no palette.nyamatongwe1-8/+10
2011-06-16Moved style attach calls to before background setting whichnyamatongwe1-3/+3
uses the style. From Mitchell Foral.
2011-06-15Fix colours appearing wrong on some systems.nyamatongwe1-8/+2
2011-06-10Windows headers are system headers so use angle brackets.nyamatongwe1-1/+1
2011-05-02Retreated from turning gdk_cursor_unref into g_object_unref as this caused ↵nyamatongwe2-6/+6
crashes.
2011-05-02Switching to non-deprecated APIs.nyamatongwe2-9/+51
2011-05-02Making scroll bars 1 pixel shorter as this prevents shrink causednyamatongwe1-2/+2
by touching resize corner.
2011-05-02Switching from deprecated gdk_cursor_unref to g_object_unref.nyamatongwe2-7/+9
2011-05-02Implemented damage region testing on GTK+ 3.nyamatongwe1-9/+42
2011-05-01For GTK+ 3, performing drawing in draw method instead of expose method.nyamatongwe1-3/+135
Type-safe update of clip region but not functional as always set to NULL.
2011-05-01Use accessor function for widget attributes and initialisation for GTK+ 3.nyamatongwe1-0/+13
2011-05-01Switched to GTK+ 3 calls for setting NULL backing.nyamatongwe1-3/+8
2011-05-01Switch from SizeRequest to GTK+ 3 preferred width and height.nyamatongwe1-0/+19
2011-05-01For GTK+ 3, define SurfaceID to be cairo_t* as this is what is receivednyamatongwe1-5/+27
by draw methods. Disable palette as can't find an equivalent for GTK+ 3.
2011-05-01Using new key names for GTK+ 3.nyamatongwe1-0/+74
2011-05-01Use accessor function for allocation and style for GTK+ 3.nyamatongwe2-13/+37
2011-05-01Use accessor function for clipboard and drags for GTK+ 3.nyamatongwe1-20/+43
2011-05-01Use accessor function for adjustments and scrollbars for GTK+ 3.nyamatongwe2-6/+63
2011-05-01Dropped headers no longer needed and not available in GTK+ 3.nyamatongwe1-2/+0
2011-05-01Fixing return types of signals connected with g_signal_connect.nyamatongwe1-20/+19
2011-05-01Use accessor function instead of widget->window for GTK+ 3.nyamatongwe2-32/+57
2011-05-01Disable all use of GdkFont with DISABLE_GDK_FONT since the identifiernyamatongwe1-3/+13
is missing in GTK+ 3.
2011-05-01Enable building for GTK+ 3.0 with "make GTK3=1".nyamatongwe1-2/+10
2011-04-07Previous change to -1x-1 requisition caused warnings so use 1x1.nyamatongwe1-2/+2
2011-03-31Fix sizing issue in GTK+ widget.Matthew Brush1-2/+2
Rather than use an unusual default size of 600 x SCREEN_HEIGHT, request -1 x -1 for the natural widget size.
2011-04-04Fix font rendering in the GTK+ backend when using CairoColomban Wendling1-21/+5
Always get the Pango context though GTK+ API rather than creating it from a Cairo context to always get a context set up for the screen. This fixes font size issues when using Cairo rendering.
2011-03-30Removing empty lines.nyamatongwe1-4/+0