summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce new_text_length appropriately when we run into the size limit forOwen Taylor2001-05-031-2/+3
* voc Pennington <hp@redhat.com>Havoc Pennington2001-04-281-6/+45
* fix warningHavoc Pennington2001-04-281-53/+2
* Fix optimization that was correct for the use here, but completelyOwen Taylor2001-04-261-1/+1
* Close bug #50615:Havoc Pennington2001-04-181-6/+6
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-1/+1
* Avoid chaining up to parent impl, since we have a INPUT_ONLY window.Owen Taylor2001-04-021-4/+42
* Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPEOwen Taylor2001-04-021-3/+5
* Add boxed type for GtkRequistion. Use it for ::size-request.Owen Taylor2001-04-021-8/+5
* got rid of gtk_widget_popup(), a function that bad needs to be nuked, notTim Janik2001-04-011-3/+3
* Add missing NULL on valist.Owen Taylor2001-03-291-25/+97
* make this somewhat key-navigableHavoc Pennington2001-03-241-1/+1
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-211-0/+12
* rename set_cursor_pos to set_cursor_location in GtkInputContext classHideToshi Tajima2001-03-161-3/+3
* add set_cursor_pos() virtual methodHideToshi Tajima2001-03-141-0/+31
* remove trailer (gtk_entry_set_property): remove trailerHavoc Pennington2001-03-071-18/+84
* Add shift-clicking to extend the selection. (Roughly based on patch fromOwen Taylor2001-03-031-6/+78
* use _gdk_region_get_xrectangles()Havoc Pennington2001-03-021-54/+267
* Remove draw_focus and draw_default (gtk_widget_draw_focus): remove thisHavoc Pennington2001-02-281-4/+3
* unbreak this functionHavoc Pennington2001-02-211-58/+113
* Added new menu separator item. The drawing and size handling is still doneAlexander Larsson2001-02-211-1/+2
* 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