summaryrefslogtreecommitdiff
path: root/gdk/linux-fb
Commit message (Expand)AuthorAgeFilesLines
* Initialize image->bits_per_pixel from the drawable, not from the rootAlex Larsson2001-07-262-2/+2
* Add gdk_set_pointer_hooks() to allow pointer-querying to be hooked by anOwen Taylor2001-07-051-6/+6
* Convert GdkDevice to a GObject.Alex Larsson2001-06-305-28/+110
* Added --enable-fbmanager. This is some experimental code that lets severalAlexander Larsson2001-06-259-39/+775
* Update to new PangoLanguage changes.Alexander Larsson2001-06-151-3/+6
* Add some example config files that can be used with the URW fonts.Alexander Larsson2001-06-141-4/+30
* Unify shaped window code and make it repaint the area that used to be partAlexander Larsson2001-06-131-27/+61
* Don't pass on GDK_ACTION_DEFAULT. The Xdnd code passes zero instead, so doAlexander Larsson2001-06-131-1/+4
* Deep copy dash_list too. (_gdk_fb_gc_new): Set default cap_style beforeAlexander Larsson2001-06-131-14/+27
* New functions.Alexander Larsson2001-06-121-0/+17
* Fix up error messages.Alex Larsson2001-06-061-3/+4
* Make sure you can compile out the implementation/wrapper assert macros.Alexander Larsson2001-05-105-24/+80
* New function for getting toplevel window at position.Alexander Larsson2001-05-073-7/+57
* Better error messages.Alex Larsson2001-05-044-8/+12
* Add dependency on Atk for accessibility support.Owen Taylor2001-05-031-7/+2
* Remove deprecation of gtk_window_set_default_size() until patch addingOwen Taylor2001-04-261-1/+0
* Add empty gdk_setting_get().Alexander Larsson2001-04-031-0/+7
* Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. RemoveAlexander Larsson2001-04-021-2/+24
* Make GtkFB compile and link.Alexander Larsson2001-03-122-21/+118
* Remove old XIM code.Owen Taylor2001-03-091-99/+0
* Actually copy the whole gc, not just the public parts.Alexander Larsson2001-02-202-2/+4
* Copy data and free data with free().Alexander Larsson2001-02-191-0/+5
* Add a shortcut if the window and the current clip_region doesn't overlap.Alexander Larsson2001-02-132-1/+9
* Don't reference last_cursor if it is null. Fixes crash when rotating theAlexander Larsson2001-02-135-1735/+4
* Fix syntax error introduced with earlier commit) (pointed out by OllieOwen Taylor2001-02-061-1/+0
* Make gdk_colormap_sync private since it was never exported in a headerOwen Taylor2001-02-021-5/+8
* Added some strerror() to the g_warnings().Alexander Larsson2001-01-311-3/+3
* A bunch of whitespace cleanup.Alexander Larsson2001-01-319-50/+51
* Don't leak image. Simplify using gdk_colormap_query_color().32001-01-231-0/+34
* Don't leak built-in cursors.32001-01-235-21/+36
* Don't leak visible_region. Use visible_region instead of region.22001-01-221-4/+12
* Define EMULATE_GDKFONT. Add extra pango_font stuff to GfkFontPrivate.92001-01-193-214/+488
* Doh! Mixed up x and y.72001-01-179-252/+444
* Some cleanups.Alexander Larsson2001-01-161-10/+9
* Implemented drag and drop. Seems to be mostly working. I sometimes get anAlexander Larsson2001-01-151-10/+385
* Use gdk_window_invalidate_rect instead of gdk_window_invalidate_rect_clearAlexander Larsson2001-01-151-5/+22
* For optization, add an full_shapes argument to gdk_fb_clip_region. If thisAlexander Larsson2001-01-153-22/+80
* Hide mouse pointer while rotation. Show it afterwards.Alexander Larsson2001-01-121-0/+4
* Take shaped windows in consideration when generating clip region.Alexander Larsson2001-01-124-23/+184
* Added ENABLE_SHADOW_FBAlexander Larsson2001-01-1111-90/+851
* Correct filename ~/.pangoft2_aliasesAlexander Larsson2001-01-082-12/+10
* Possibly send focus events when the mouse moves from one window toAlexander Larsson2001-01-081-3/+30
* free colormap in here. Sync from X port. (gdk_fb_set_colormap): allow theAlexander Larsson2001-01-053-25/+66
* Don't use isprint() for chars > 255.Alexander Larsson2000-12-221-1/+1
* Uh? What happed? My cvs checkin got broken pipe..Alexander Larsson2000-12-216-951/+168
* Add support for ps2 intellimouse.32000-12-132-5/+13
* Don't free gdk_fb_keyboard twice.Alexander Larsson2000-12-121-2/+0
* add prot struct member to hold masks for detecting the start of a protocolJames Henstridge2000-12-091-8/+46
* /dev/ttyS0 -> /dev/mouseAlexander Larsson2000-12-081-1/+1
* Add dummy gdk_fontset_loadAlexander Larsson2000-12-081-0/+6