| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #155658, Sebastian Bacher: | Matthias Clasen | 2004-10-18 | 3 | -0/+6 |
* | Forgotten change | Matthias Clasen | 2004-10-18 | 1 | -0/+3 |
* | GDK documentation fixes. | Matthias Clasen | 2004-10-09 | 1 | -0/+2 |
* | check the iteration window variable, not just the window passed in. fixes | 4 | 2004-10-05 | 1 | -1/+1 |
* | Return a new reference to an existing GdkWindow if one already exists. | Matthias Clasen | 2004-10-05 | 1 | -4/+10 |
* | Set _gdk_input_ignore_wintab to FALSE, thus enabling tablet input by | Tor Lillqvist | 2004-10-01 | 2 | -5/+6 |
* | Set lcSysOrgX and lcSysOrgY from device instead of hardcoding to 0, a | Robert Ögren | 2004-09-25 | 1 | -1/+2 |
* | remove now unused arg variables. | Manish Singh | 2004-09-21 | 2 | -2/+2 |
* | 2.5.3GTK_2_5_3 | Matthias Clasen | 2004-09-19 | 1 | -1/+1 |
* | Warn if a UTF8_STRING or text/plain;charset=utf-8 roperty contains invalid | Matthias Clasen | 2004-09-17 | 1 | -1/+9 |
* | Remove bogus code that tried to do what the X11 backend does in its | Tor Lillqvist | 2004-09-15 | 1 | -8/+0 |
* | New option --disable-visibility to disable the use of ELF visibility | Matthias Clasen | 2004-09-15 | 1 | -0/+4 |
* | Use the short prefix "IA__" for aliases instead of the long suffix | Matthias Clasen | 2004-09-09 | 1 | -1/+1 |
* | Add descriptions for the commandline arguments. The actual descriptions | Matthias Clasen | 2004-09-05 | 3 | -12/+33 |
* | Add new functions | Anders Carlsson | 2004-09-05 | 1 | -0/+2 |
* | Make gtk argument parsing use goption. Add gtk_get_option_group and | Anders Carlsson | 2004-09-05 | 7 | -233/+91 |
* | Revert accidental change from Aug 02 that removed a flush of the X | Søren Sandmann | 2004-09-04 | 1 | -10/+3 |
* | List the three theme gtkrc files separately, zip doesn't do anything if | Tor Lillqvist | 2004-09-03 | 5 | -29/+61 |
* | Make it possible to specify additional modules to load via a setting. | Matthias Clasen | 2004-09-01 | 1 | -0/+1 |
* | Make "ms-windows" the default theme on Win32. | Matthias Clasen | 2004-09-01 | 1 | -1/+5 |
* | Remove debug spew. | Matthias Clasen | 2004-09-01 | 1 | -2/+0 |
* | On Win32, do not produce tablet motion or button events while a window is | Robert Ögren | 2004-08-31 | 4 | -6/+17 |
* | Add drop_failed, like in the X11 backend. Nothing sets it, though. | Tor Lillqvist | 2004-08-27 | 1 | -2/+16 |
* | Make gdk_window_process_[all]_updates() respect update_freeze_counter | Matthias Clasen | 2004-08-26 | 1 | -20/+34 |
* | On Win32, make graphical tablets work on multi-monitor systems. (#145467, | Robert Ögren | 2004-08-26 | 1 | -15/+12 |
* | remove unused gdk_font_charset_for_locale() function. | Manish Singh | 2004-08-26 | 2 | -40/+1 |
* | 2.5.2GTK_2_5_2 | Matthias Clasen | 2004-08-25 | 2 | -4/+4 |
* | Use the correct index variable. (#150941, Tommi Komulainen) | Matthias Clasen | 2004-08-24 | 1 | -1/+1 |
* | Make it compile. | Matthias Clasen | 2004-08-23 | 1 | -1/+1 |
* | Add a user_time field. | Matthias Clasen | 2004-08-23 | 2 | -0/+30 |
* | Support the latest EWMH additions to the _NET_ACTIVE_WINDOW client message | Matthias Clasen | 2004-08-23 | 1 | -3/+3 |
* | Set unused bits in pixel to 1s in case they are used as alpha; copying | Matthias Clasen | 2004-08-23 | 1 | -1/+10 |
* | Don't show TEMP windows in the Task Manager. Implement by calling | Tor Lillqvist | 2004-08-22 | 1 | -5/+17 |
* | Report whole of (primary) monitor, including any taskbars. Excluding the | Tor Lillqvist | 2004-08-22 | 1 | -29/+19 |
* | Shut up CVS | Manish Singh | 2004-08-18 | 1 | -0/+1 |
* | No need for INCLUDE_INTERNAL_SYMBOLS anymore. | Matthias Clasen | 2004-08-17 | 3 | -7/+66 |
* | Define TESTS, not TEST, so that make check actually triggers abicheck.sh. | Matthias Clasen | 2004-08-10 | 1 | -1/+1 |
* | Include glib.h before using glib symbols. D'oh. | Matthias Clasen | 2004-08-10 | 1 | -0/+2 |
* | Protect gtkalias.h by G_HAVE_GNUC_VISIBILITY. | Matthias Clasen | 2004-08-10 | 1 | -22/+19 |
* | Include gtkalias.h in the generated sources gtkmarhalers.c and | Matthias Clasen | 2004-08-10 | 2 | -8/+6 |
* | Add gdkalias.h to BUILT_SOURCES. | Matthias Clasen | 2004-08-10 | 1 | -1/+2 |
* | autogenerate gtk.def, cleanup | Hans Breuer | 2004-08-09 | 2 | -26/+0 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 61 | -577/+785 |
* | Fix C99ism. | Morten Welinder | 2004-08-09 | 1 | -1/+3 |
* | Add the exported functions gdk_rgb_colormap_ditherable(), | Matthias Clasen | 2004-08-09 | 2 | -0/+8 |
* | Make static. | Matthias Clasen | 2004-08-09 | 1 | -1/+1 |
* | take targets into account again to allow dnd of other things than text | Hans Breuer | 2004-08-08 | 1 | -1/+112 |
* | Don't hardcode mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let | Tor Lillqvist | 2004-08-07 | 1 | -2/+0 |
* | WM_WINDOWPOSCHANGED): Add _gdk_offset_{x,y} to top-level window | Tor Lillqvist | 2004-08-07 | 1 | -17/+13 |
* | make it compile and more similar to the X11 implementation [backward | Hans Breuer | 2004-08-06 | 3 | -35/+219 |