summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* add new marshallers used by the text widgetHavoc Pennington2000-10-2613-56/+604
* buncha cleanups, kludged build sources dependencies with a Makefile:Tim Janik2000-10-264-213/+234
* add this, it'S reall what it saysTim Janik2000-10-261-0/+0
* Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iteratorsJonathan Blandford2000-10-2617-895/+1421
* invoke maketypes.awk with LC_ALL=C to avoid localization misbehaviour.Tim Janik2000-10-263-11/+9
* use g_value_set_static_{string|boxed} where applicable.Tim Janik2000-10-252-2/+30
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-2572-2439/+880
* Allow creation of new files when saving.Robert Brady2000-10-251-3/+6
* make it a static functionHavoc Pennington2000-10-2413-205/+405
* Re-enable the "find" dialogHavoc Pennington2000-10-243-7/+323
* *** empty log message ***Owen Taylor2000-10-231-1/+1
* Massive .cvsignore updatesOwen Taylor2000-10-232-0/+4
* gtk/makefile.mingw.in Updates.Tor Lillqvist2000-10-229-557/+624
* Check for bind_textdomain_codesetRobert Brady2000-10-224-3/+31
* create some stock buttons with the default accel group (create_image):Havoc Pennington2000-10-2011-27/+1229
* Some updatesHavoc Pennington2000-10-189-92/+264
* Draw the arrows correctly.72000-10-173-12/+21
* Added user docs.72000-10-172-8/+233
* Get the correct parent when generating my type.72000-10-173-1/+9
* Move GtkTreeModel from object to interface.62000-10-168-248/+308
* #include gtklabel.h, fixing compilationHavoc Pennington2000-10-161-1/+3
* Add API documentation to all public functions.Jonathan Blandford2000-10-162-3/+128
* Added API documentation to all public functions.Jonathan Blandford2000-10-162-9/+213
* New function proposed by Guy Harris <gharris@flashcom.net>. Also, addedJonathan Blandford2000-10-163-38/+236
* Fix GtkTreeNode *node ->GtkTreeNode node issue.52000-10-1512-160/+166
* Added values other then G_TYPE_STRING. Minor commenting updates. FormatJonathan Blandford2000-10-133-0/+47
* Update.Tor Lillqvist2000-10-091-0/+8
* contrib subdirHavoc Pennington2000-10-091-8/+24
* Forgot this fileJonathan Blandford2000-10-061-25/+17
* Replaced with GTK_TREE_SELECTION_OLD to prevent conflict withJonathan Blandford2000-10-067-130/+232
* Checked in initial draft of the new tree widget.42000-10-0530-0/+11224
* Fix copyrightsHavoc Pennington2000-10-044-4/+4
* clean up trailing whitespace, add extensive tests for tag toggleHavoc Pennington2000-10-048-236/+1202
* Guard definition of alloca(). glib.h now handles that.Tor Lillqvist2000-10-033-9/+36
* text_window_* weren't static and should have been. Start work on childHavoc Pennington2000-10-0218-165/+1021
* Handle NULL start/end pointersHavoc Pennington2000-09-309-319/+677
* fix indentationHavoc Pennington2000-09-3020-1498/+622
* Implement the side windows.Havoc Pennington2000-09-292-87/+738
* Set up infrastructure to deal with lots of scrolling child windows, andHavoc Pennington2000-09-284-100/+626
* remove Fix some warningsHavoc Pennington2000-09-261-25/+1
* Move more text widget headers into the private header listHavoc Pennington2000-09-2659-142/+3080
* Draw the focus, and leave space to do so.Havoc Pennington2000-09-2511-195/+208
* Remove g_convert (moved to glib) and now useless utf_to_latin1()Owen Taylor2000-09-142-183/+1
* Add gtkclipboard.[chOwen Taylor2000-09-142-0/+3
* Remove g_convert (moved to glib) and now useless utf_to_latin1()Owen Taylor2000-09-1414-964/+1598
* gtk/gtktextdisplay.c gtk/gtktextlayout.c gtk/gtktexttag.c gtk/gtktexttag.hJonathan Blandford2000-09-085-28/+28
* Fix up visibility so that focus, cursor_visible and blink interactOwen Taylor2000-09-083-75/+154
* in gtk_menu_set_submenu_navigation_region do stop_navigating_submenu, toGeorge Lebl2000-09-081-4/+3
* Use -Wall. Add gdkpango-win32.oTor Lillqvist2000-09-071-0/+9
* Doc comment fixing. (Mostly non-matching parameter names.)Owen Taylor2000-09-0717-97/+82