| Commit message (Expand) | Author | Age | Files | Lines |
* | Match character height instead of cell height. Fix #301228. | Ivan, Wong Yat Cheung | 2005-04-21 | 1 | -2/+2 |
* | gtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkiconview.c Update to | Owen Taylor | 2005-04-18 | 4 | -12/+12 |
* | Fix #300218: | Ivan, Wong Yat Cheung | 2005-04-11 | 1 | -1/+3 |
* | Some more fixes necessary to make building with gcc 4 work. | Matthias Clasen | 2005-04-10 | 3 | -2/+14 |
* | Simplify matrix manipulation now that cairo exposes the cairo_matrix_t | Carl Worth | 2005-04-08 | 2 | -9/+8 |
* | Handle 16 colour display mode. For some reason, in this mode | Tor Lillqvist | 2005-04-05 | 1 | -3/+11 |
* | Don't force 24bpp GdkVisual on 32bpp displays. (#140706) | Tor Lillqvist | 2005-04-05 | 1 | -1/+0 |
* | New debugging function, to log a clipboard format name symbolically. | Tor Lillqvist | 2005-04-04 | 9 | -218/+593 |
* | [merged from gtk-2-6 branch] let dash_offset shift the start of the line | Hans Breuer | 2005-04-03 | 5 | -16/+95 |
* | Include cairo.h | Matthias Clasen | 2005-03-30 | 1 | -6/+3 |
* | Fix event filter handling. If an event filter (global, client message | Tor Lillqvist | 2005-03-30 | 1 | -47/+42 |
* | The state field should represent the state before the event, like on X11. | Tor Lillqvist | 2005-03-30 | 1 | -5/+24 |
* | Don't invalidate areas that are covered by mapped input-output child | Søren Sandmann | 2005-03-28 | 1 | -28/+40 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -1/+1 |
* | Mark param spec strings as static. | Matthias Clasen | 2005-03-21 | 2 | -2/+5 |
* | Return the Terminal Services session number, window station name (always | Tor Lillqvist | 2005-03-20 | 1 | -3/+71 |
* | Call cairo_surface_finish() | Owen Taylor | 2005-03-18 | 2 | -12/+1 |
* | On WM_MOUSEMOVE, don't check if this process owns the active window. This | Tor Lillqvist | 2005-03-18 | 2 | -27/+3 |
* | Use cairo_set_device_offset(). | Owen Taylor | 2005-03-18 | 9 | -227/+196 |
* | Fix get_stipple_surface to actually work, set EXTEND_REPEAT on the stipple | Owen Taylor | 2005-03-17 | 1 | -2/+7 |
* | gdk_key is a typedef, not a struct tag. | Tor Lillqvist | 2005-03-17 | 1 | -7/+7 |
* | Switch set_cairo_target() virtual function to ref_cairo_surface() | Owen Taylor | 2005-03-17 | 21 | -1592/+674 |
* | Shut up CVS | Manish Singh | 2005-03-16 | 1 | -0/+1 |
* | #include gdkaliasdef.c here too. | Manish Singh | 2005-03-16 | 1 | -0/+2 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-16 | 59 | -528/+1173 |
* | gdk/win32/gdkprivate-win32.h Drop global variable _gdk_root_window, just | Tor Lillqvist | 2005-03-16 | 11 | -72/+112 |
* | Print debugging output only if asked for, not always. | Tor Lillqvist | 2005-03-16 | 13 | -186/+219 |
* | New debugging function. As GetKeyNameText() returns a localized key name | Tor Lillqvist | 2005-03-15 | 4 | -28/+54 |
* | A further fix for big window support. Now also the test in testgtk works. | Ivan, Wong Yat Cheung | 2005-03-12 | 1 | -0/+2 |
* | Big window fix for Win32. Big windows are still emulated within 16-bit | Ivan, Wong Yat Cheung | 2005-03-11 | 3 | -552/+114 |
* | Convert the gdk keyval-keyname tables to a big string + offsets. (#168901) | Matthias Clasen | 2005-03-08 | 4 | -1332/+5338 |
* | Cast to avoid const warnings on data structure seeding. | Manish Singh | 2005-03-01 | 1 | -2/+2 |
* | gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c | Matthias Clasen | 2005-03-01 | 7 | -12/+12 |
* | Implement better handling of Wintab tablet context overlap on Win32. | Robert Ögren | 2005-02-25 | 3 | -0/+37 |
* | Workaround for bug in MapVirtualKey(VK_DIVIDE, 0) in some Windows | Tor Lillqvist | 2005-02-23 | 1 | -1/+2 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-02-22 | 1 | -4/+161 |
* | Set have_render_with_trapezoids to GDK_YES when we have a new enough | Matthias Clasen | 2005-02-21 | 1 | -7/+7 |
* | build with Cairo dependency. The patch to acually use Cairo on win32 will | Hans Breuer | 2005-02-07 | 2 | -3/+3 |
* | #include cairo-xlib.h | Manish Singh | 2005-02-04 | 1 | -0/+2 |
* | Add gdk_drawable_set_cairo_target(). | Owen Taylor | 2005-02-03 | 8 | -2/+134 |
* | Make the gdk_key array const (#166075, Tommi Komulainen) | Matthias Clasen | 2005-02-03 | 1 | -1/+1 |
* | Implement lazy extended input initialization on Win32, by Robert Ögren. | Tor Lillqvist | 2005-02-02 | 3 | -6/+30 |
* | Use a FIFO list for storing GdkSelProp of a single window so that | Ivan, Wong Yat Cheung | 2005-02-02 | 1 | -11/+13 |
* | Fix many instances of "the the" in docs and comments. (#165815, Masao | Matthias Clasen | 2005-02-01 | 6 | -7/+7 |
* | Remove superfluous blank line. | Tor Lillqvist | 2005-02-01 | 1 | -1/+0 |
* | New functions, code blocks refactored out of update_keymap(). No | Tor Lillqvist | 2005-02-01 | 2 | -246/+334 |
* | Fix docs. (#165163, Jeff Franks) | Matthias Clasen | 2005-01-25 | 1 | -1/+1 |
* | Initialize user_time from DESKTOP_STARTUP_ID. (#165131, Elijah Newren) | Matthias Clasen | 2005-01-25 | 1 | -0/+21 |
* | Remove the accidentally added prototype for this unimplemented | Matthias Clasen | 2005-01-23 | 1 | -5/+0 |
* | Fix for #163702, from Ivan Wong: | Tor Lillqvist | 2005-01-23 | 4 | -32/+21 |