summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Document the new signals popup, popdown and move-active.Mikael Hallendal2007-08-081-2/+35
* Do not assume that text is null-terminated as pointed out by ChristopherJohan Dahlin2007-08-073-9/+22
* Use g_strdup on the translated string instead of g_strndup() + the lengthJohan Dahlin2007-08-071-1/+1
* create a dummy tip_window and tip_label, so old applications with codeKristian Rietveld2007-08-071-1/+20
* Disable tooltips in touchscreen mode.Kristian Rietveld2007-08-071-0/+11
* reset the completion prefix on Enter too, plug potential leak. Follow-upXan Lopez2007-07-311-12/+19
* Make the label wrap, for compatibility with the old tooltips code. ThisMatthias Clasen2007-07-311-0/+1
* Fix documentation. (#461225, Murray Cumming).Kristian Rietveld2007-07-301-1/+1
* Add documentation for properties and fix the deprecation marker for theEmmanuele Bassi2007-07-302-7/+92
* Fix check/radio indicator drawing mess (bug #452225):Michael Natterer2007-07-273-6/+6
* Call gtk_tooltip_hide_tooltip() even if the tooltip is not visible yet.Matthias Clasen2007-07-251-1/+1
* Mark more internal symbols for prefixingAlexander Larsson2007-07-254-3/+20
* Silence the validatorMatthias Clasen2007-07-251-1/+1
* Remove obsolete set-tooltip handler. (#458280, Christian Persch)Matthias Clasen2007-07-241-17/+0
* Port to use new tooltips API. (#451397, Jan Arne Petersen)Matthias Clasen2007-07-244-98/+30
* Restructure the code to make sense, and don't leak an empty accel.Matthias Clasen2007-07-242-11/+10
* Protect against recursion via gtk_container_remove(). (#459561, ChristianMatthias Clasen2007-07-241-7/+9
* Fix some doc formatting errorsMatthias Clasen2007-07-233-3/+3
* Port the GtkRecentChooser default implementation widget to the newEmmanuele Bassi2007-07-232-67/+92
* Correctly redraw when gtk-scrolled-window-placement is changed after theRoss Burton2007-07-221-1/+1
* Rename the tips_data_list field back. (#447214)Matthias Clasen2007-07-212-2/+2
* Add forgotten release markersMatthias Clasen2007-07-211-0/+4
* Don't pop up under the cursor.Matthias Clasen2007-07-201-1/+9
* Don't leak a label. (#455901, Christian Persch, Vincent Geddes)Matthias Clasen2007-07-201-1/+1
* Apply a patch by Emmanuele Bassi to limit the number of shown recentMatthias Clasen2007-07-206-28/+144
* Apply a patch by Emmanuele Bassi to add tooltips to the file lists inMatthias Clasen2007-07-201-19/+88
* Remove debug spewMatthias Clasen2007-07-201-4/+1
* add note that the semantics of this call, when mixed with the newRyan Lortie2007-07-191-0/+5
* Handle keypresses better when there is no completion. (#458298, ChristianMatthias Clasen2007-07-192-1/+10
* Merge color scheme before sending notification.Matthias Clasen2007-07-191-2/+3
* Small fixesMatthias Clasen2007-07-191-4/+11
* handle no-window and regular widgets seperately.Kristian Rietveld2007-07-192-5/+18
* Add new convenience api for tooltips on icon viewsMatthias Clasen2007-07-193-3/+218
* markup fixesMatthias Clasen2007-07-191-6/+6
* markup fixMatthias Clasen2007-07-191-2/+2
* typo fixMatthias Clasen2007-07-191-1/+1
* Initialized GValues before unsetting them. (#457720)Matthias Clasen2007-07-191-0/+2
* add more convenience API.Kristian Rietveld2007-07-194-1/+203
* Correct some mistakes in the documentation of the test-expand/collapse-rowMatthias Clasen2007-07-181-2/+2
* Small cleanupsMatthias Clasen2007-07-181-5/+3
* only do the coordinate check if tmp is not NULL.Kristian Rietveld2007-07-171-1/+2
* Fix some issues with some combinations of inline-selection andMatthias Clasen2007-07-162-32/+19
* check if the pointer is really over the returned widget, since theKristian Rietveld2007-07-161-0/+5
* Plug a memleak. (#455721, Christian Persch)Matthias Clasen2007-07-161-1/+2
* Apply a patch by Guillaume Cottenceau to improve the signal docs.Matthias Clasen2007-07-161-4/+30
* Apply a patch by Xan Lopez to document a lot of GtkWidget signals.Matthias Clasen2007-07-161-166/+561
* Convenience functions to position tooltips on icon view items or cells.Matthias Clasen2007-07-163-1/+91
* Avoid gratitious use of g_strdup_printf().Matthias Clasen2007-07-133-4/+16
* #408327, improve tooltip positioning.Kristian Rietveld2007-07-135-59/+253
* Add docsMatthias Clasen2007-07-121-3/+144