summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* convert the X coordinates so they're with respect to the line, rather thanHavoc Pennington2001-02-171-1/+1
* fix bug where it always set the foreground, even if we were only using aHavoc Pennington2001-02-131-0/+2
* convert area_height to pango dimensions after painting the background. WeSven Neumann2001-02-071-1/+2
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-0/+14
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-0/+2
* adapt to handle PangoColorHavoc Pennington2001-01-261-32/+117
* Remove unused variable.Owen Taylor2001-01-171-47/+352
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-6/+6
* doh, this was broken beyond believe.Tim Janik2000-12-131-33/+29
* make need_im_reset flag effective to avoid reset_ic operation being done82000-12-091-3/+4
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-30/+0
* don't create dangling pointers to the appearance attributes from the lineHavoc Pennington2000-12-021-11/+3
* Remove the locale-specific gtkrc's, as they only contain a "fontset" line,Robert Brady2000-11-161-10/+0
* Add an "invisible_char" argument to set the char displayed when visibilityHavoc Pennington2000-11-131-15/+122
* Fix warning when moving between paragraphs.Owen Taylor2000-11-131-35/+35
* Call gtk_widget_activate for GDK_Return.Owen Taylor2000-11-121-8/+15
* Make parent_class static.Owen Taylor2000-11-121-1059/+1435
* Fix problem where computation was depending on widget->allocation insteadOwen Taylor2000-07-311-5/+8
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Fix some problems with vertical alignment.Owen Taylor2000-07-221-11/+27
* Restore code to paint the background of the text area which wasOwen Taylor2000-07-171-2/+7
* Add a 'text' argument to set the initial text.Owen Taylor2000-07-021-1/+1
* Use pango_layout_get_pixel_extents() to remove a large number of '/Owen Taylor2000-07-021-8/+2
* Call gtk_widget_size_request() on reparented child, if one. Otherwise,Owen Taylor2000-07-021-76/+84
* Remove use of libunicode in favor of new GLib functions.Owen Taylor2000-06-211-19/+16
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-14/+14
* Unref the entry's layout.Owen Taylor2000-06-061-0/+3
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-800/+486
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-5/+6
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-34/+33
* Merges from gtk-1-2Owen Taylor2000-03-141-3/+23
* Adapt cast macros to standard.Raja R Harinath1999-11-221-5/+24
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* You don't need to check one variable twice (trivial bugfix).Pavel Machek1999-02-231-1/+0
* When setting styles, remove unecessary explicits draws and clears.Owen Taylor1999-02-161-3/+0
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-6/+16
* Moved entry->visible into editable class. (Leave it behind deprecated forOwen Taylor1999-02-101-7/+8
* [ patch from Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> ]Owen Taylor1999-01-281-0/+5
* removed deprecated functions: gtk_clist_set_border,Tim Janik1999-01-171-11/+0
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-2/+3
* When redrawing the under-cursor character, don't redraw the terminatingOwen Taylor1999-01-051-6/+8
* Redraw the character under the cursor when removing the cursor.Owen Taylor1998-12-161-3/+17
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-3/+2
* version bump to 1.1.8, binary age 0, interface age 0, depend on GLibTim Janik1998-12-161-2/+2
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-1/+4
* Destroy widgets _after_ propagating unrealize signals through the widgetOwen Taylor1998-12-091-396/+306
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-3/+3
* deprecated gtk_widget_freeze_accelerators andTim Janik1998-11-281-7/+18
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-66/+69
* indent other than GNU indent should be OK now.Owen Taylor1998-09-201-1/+1