summaryrefslogtreecommitdiff
path: root/gtk/gtkclist.c
Commit message (Expand)AuthorAgeFilesLines
* make this somewhat key-navigableHavoc Pennington2001-03-241-2/+9
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-191-2/+2
* Scroll using gdk_window_scroll(). Don't wait for exposes. Move the columnAlexander Larsson2001-03-121-161/+27
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-1/+1
* marshaller fixes.Tim Janik2001-03-071-3/+3
* Patch from ChiDeok Hwang to move call to sync_selection() up a few linesOwen Taylor2001-03-021-2/+2
* Remove draw_focus and draw_default (gtk_widget_draw_focus): remove thisHavoc Pennington2001-02-281-4/+3
* use the visual scroll steps.Havoc Pennington2001-02-191-0/+9
* default initialize the generated ENTER_NOTIFY event with 0, otherwise notTim Janik2001-02-171-2/+6
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-9/+19
* doh, this was broken beyond believe.Tim Janik2000-12-131-102/+104
* Fix off-by-one error in checks. (Dave Lambert)Owen Taylor2000-12-121-1/+1
* Add a function to determine if a window is the focus widget within itsOwen Taylor2000-12-111-194/+207
* Fix link to PNG home, remove reference to fribidi.Owen Taylor2000-12-051-1/+2
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-51/+0
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-17/+17
* Don't leave dangling ->prev fields when merging lists. (FoundOwen Taylor2000-08-181-1/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Add a 'text' argument to set the initial text.Owen Taylor2000-07-021-5/+4
* *** empty log message ***Owen Taylor2000-07-021-6/+2
* Use pango_layout_get_pixel_extents() to remove a large number of '/Owen Taylor2000-07-021-9/+8
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-23/+24
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-1022/+1062
* let you set the titles to be active, even if they aren't visible.Jonathan Blandford2000-05-291-6/+0
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-1039/+1037
* gtk/gtkclist.c (gtk_clist_motion) If we get a motion event with is_hintTor Lillqvist2000-04-151-0/+5
* Merges from gtk-1-2Owen Taylor2000-03-141-48/+56
* Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>GMT 2000 Tony Gale2000-02-291-2/+2
* Adapt cast macros to standard.Raja R Harinath1999-11-221-18/+25
* Fix off-by-one bug in parameter check.GMT 1999 Tony Gale1999-11-101-1/+1
* Substitute gdkx.h => gdkprivate.h since we need to accesss onlyOwen Taylor1999-11-081-1/+0
* Add gdk_threads_mutex.Tor Lillqvist1999-09-171-1/+1
* merges from gtk-1-2Lars Hamann1999-04-301-166/+147
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-1/+1
* Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>Tim Janik1999-03-171-108/+188
* Make prototypes for drag_data_get and drag_data_received handlers matchOwen Taylor1999-02-251-2/+2
* Unset the clip mask for the GC if we set it. (Patch from Lars HamannOwen Taylor1999-02-251-0/+2
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* added widget arg ::titles_active.Tim Janik1999-02-181-0/+23
* don't autoselect focus_row in case of GTK_SELECTION_EXTENDEDLars Hamann1999-02-111-197/+97
* don't autoselect focus_row in case of GTK_SELECTION_EXTENDEDLars Hamann1999-02-101-2/+2
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-5/+8
* changed to 64 (gtk_clist_draw_focus) (hadjustment_value_changed)Lars Hamann1999-02-081-7/+9
* search last visible column instead of using clist->columns.Lars Hamann1999-02-061-14/+45
* in case of GTK_SELECTION_BROWSE select first inserted row.Lars Hamann1999-02-021-17/+60
* removed extra gtk_spin_button_update calls again. unblock dnd signalLars Hamann1999-01-231-1/+12
* Don't search entire row list twice for element being removed.Jeff Garzik1999-01-211-3/+6
* only call grab_add if pointer_grab succeeds. (gtk_clist_unmap): removeLars Hamann1999-01-181-11/+29
* block drag source signal handler during column resizes.Lars Hamann1999-01-171-3/+20
* removed deprecated functions: gtk_clist_set_border,Tim Janik1999-01-171-11/+0