summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Fix #155658, Sebastian Bacher:Matthias Clasen2004-10-183-0/+6
* Forgotten changeMatthias Clasen2004-10-181-0/+3
* GDK documentation fixes.Matthias Clasen2004-10-091-0/+2
* check the iteration window variable, not just the window passed in. fixes42004-10-051-1/+1
* Return a new reference to an existing GdkWindow if one already exists.Matthias Clasen2004-10-051-4/+10
* Set _gdk_input_ignore_wintab to FALSE, thus enabling tablet input byTor Lillqvist2004-10-012-5/+6
* Set lcSysOrgX and lcSysOrgY from device instead of hardcoding to 0, aRobert Ögren2004-09-251-1/+2
* remove now unused arg variables.Manish Singh2004-09-212-2/+2
* 2.5.3GTK_2_5_3Matthias Clasen2004-09-191-1/+1
* Warn if a UTF8_STRING or text/plain;charset=utf-8 roperty contains invalidMatthias Clasen2004-09-171-1/+9
* Remove bogus code that tried to do what the X11 backend does in itsTor Lillqvist2004-09-151-8/+0
* New option --disable-visibility to disable the use of ELF visibilityMatthias Clasen2004-09-151-0/+4
* Use the short prefix "IA__" for aliases instead of the long suffixMatthias Clasen2004-09-091-1/+1
* Add descriptions for the commandline arguments. The actual descriptionsMatthias Clasen2004-09-053-12/+33
* Add new functionsAnders Carlsson2004-09-051-0/+2
* Make gtk argument parsing use goption. Add gtk_get_option_group andAnders Carlsson2004-09-057-233/+91
* Revert accidental change from Aug 02 that removed a flush of the XSøren Sandmann2004-09-041-10/+3
* List the three theme gtkrc files separately, zip doesn't do anything ifTor Lillqvist2004-09-035-29/+61
* Make it possible to specify additional modules to load via a setting.Matthias Clasen2004-09-011-0/+1
* Make "ms-windows" the default theme on Win32.Matthias Clasen2004-09-011-1/+5
* Remove debug spew.Matthias Clasen2004-09-011-2/+0
* On Win32, do not produce tablet motion or button events while a window isRobert Ögren2004-08-314-6/+17
* Add drop_failed, like in the X11 backend. Nothing sets it, though.Tor Lillqvist2004-08-271-2/+16
* Make gdk_window_process_[all]_updates() respect update_freeze_counterMatthias Clasen2004-08-261-20/+34
* On Win32, make graphical tablets work on multi-monitor systems. (#145467,Robert Ögren2004-08-261-15/+12
* remove unused gdk_font_charset_for_locale() function.Manish Singh2004-08-262-40/+1
* 2.5.2GTK_2_5_2Matthias Clasen2004-08-252-4/+4
* Use the correct index variable. (#150941, Tommi Komulainen)Matthias Clasen2004-08-241-1/+1
* Make it compile.Matthias Clasen2004-08-231-1/+1
* Add a user_time field.Matthias Clasen2004-08-232-0/+30
* Support the latest EWMH additions to the _NET_ACTIVE_WINDOW client messageMatthias Clasen2004-08-231-3/+3
* Set unused bits in pixel to 1s in case they are used as alpha; copyingMatthias Clasen2004-08-231-1/+10
* Don't show TEMP windows in the Task Manager. Implement by callingTor Lillqvist2004-08-221-5/+17
* Report whole of (primary) monitor, including any taskbars. Excluding theTor Lillqvist2004-08-221-29/+19
* Shut up CVSManish Singh2004-08-181-0/+1
* No need for INCLUDE_INTERNAL_SYMBOLS anymore.Matthias Clasen2004-08-173-7/+66
* Define TESTS, not TEST, so that make check actually triggers abicheck.sh.Matthias Clasen2004-08-101-1/+1
* Include glib.h before using glib symbols. D'oh.Matthias Clasen2004-08-101-0/+2
* Protect gtkalias.h by G_HAVE_GNUC_VISIBILITY.Matthias Clasen2004-08-101-22/+19
* Include gtkalias.h in the generated sources gtkmarhalers.c andMatthias Clasen2004-08-102-8/+6
* Add gdkalias.h to BUILT_SOURCES.Matthias Clasen2004-08-101-1/+2
* autogenerate gtk.def, cleanupHans Breuer2004-08-092-26/+0
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-0961-577/+785
* Fix C99ism.Morten Welinder2004-08-091-1/+3
* Add the exported functions gdk_rgb_colormap_ditherable(),Matthias Clasen2004-08-092-0/+8
* Make static.Matthias Clasen2004-08-091-1/+1
* take targets into account again to allow dnd of other things than textHans Breuer2004-08-081-1/+112
* Don't hardcode mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, letTor Lillqvist2004-08-071-2/+0
* WM_WINDOWPOSCHANGED): Add _gdk_offset_{x,y} to top-level windowTor Lillqvist2004-08-071-17/+13
* make it compile and more similar to the X11 implementation [backwardHans Breuer2004-08-063-35/+219