log pidgin/gtkutils.c @ 22367:e5fa68142f02

age author description
2008-01-17 Mark Doliner A few more of those "default_action" fixes
2008-01-05 Richard Laager merge of '418bc7dd4e063c50039bba0d51b489b568f9aaaa'
2008-01-03 Richard Laager Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
2008-01-05 Gabriel Schulhof Remove a lot of duplication from a lot of places. Closes #4558.
2007-12-18 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin.next.minor' (head 10ff46ff55aee3830dd003ed89866809b5f290ac)
2007-12-18 Sadrul Habib Chowdhury propagate from branch 'im.pidgin.pidgin' (head 1716154a473ab645c7477f4285579df56d955fde)
2007-11-28 Sadrul Habib Chowdhury Try to make a window transient for a suitable parent window. This currently
2007-12-18 Stu Tomlinson Move some curly braces around so static analysis tools can properly detect
2007-12-18 Mark Doliner Use g_sterror instead of strerror in two more places.
2007-12-05 Etan Reisner merge of '93a8de710501e9a772b3fb12ab3db6682a41b3d6'
2007-12-04 Daniel Atallah Make sure that the buddy icon file chooser dialog appears onscreen on windows. Fixes #4065.
2007-11-27 Sadrul Habib Chowdhury Add a utility function pidgin_dialog_add_button to add buttons to a dialog
2007-11-26 Sadrul Habib Chowdhury Patch from fmoo. This makes a lot of the windows closeable with Escape. There
2007-11-19 Etan Reisner merge of '374a8877bfa4fa06b384482815befe37f2c72b9b'
2007-11-17 Richard Laager This merge has the effect of reverting the hinting code from trunk.
2007-11-10 Will Thompson Propagating ipp to im.pidgin.cpw.resiak.disconnectreason caused
2007-11-10 Will Thompson propagate from branch 'im.pidgin.pidgin' (head d8103be97302efb404e2f6922925f661c807ad23)
2007-11-04 Will Thompson Don't leak all bar one of the closure structs allocated by
2007-11-04 Will Thompson Create a PidginMiniDialog widget; make pidgin_make_mini_dialog() in gtkutils.c
2007-11-03 Will Thompson Remove padding and size-grouping from buttons in minidialogs to save horizontal
2007-11-02 Will Thompson Fix the return type of pidgin_make_mini_dialog() to be GtkWidget * rather than
2007-11-16 Richard Laager merge of '1037fab539d2a95db4fc657f42420566f7e53440'
2007-11-16 Richard Laager merge of '00bf7296307f96f5c68d6e5edf219fb4a50bb947'
2007-11-16 Richard Laager disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
2007-11-10 Stu Tomlinson propagate from branch 'im.pidgin.pidgin' (head e3fd21e6dabb99e5604e8337380353fcbe1a7279)
2007-11-10 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
2007-10-14 Richard Laager Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see no
2007-11-16 Richard Laager disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
2007-10-14 Gabriel Schulhof Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c
2007-11-03 Ka-Hing Cheung propagate from branch 'im.pidgin.cpw.khc.msnp14.soap' (head c3fe9bf88d02997989374e7ecc80a3f2462ee462)
2007-10-24 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin' (head 267f2e22b77cc35309c41a034169f74faaa46e1f)
2007-11-16 Richard Laager disapproval of revision 'c484d979c4fda4433a9633ff8b69bd8a395c9479'
2007-10-14 Richard Laager explicit merge of '8f24e3576448fefbc861e06f1e8d5fe17db2e71a'
2007-10-14 Richard Laager explicit merge of '2762c6075c0dc52a96098c5478c5bf68cfd890a3'
2007-10-14 Richard Laager merge of 'b17e0283464425b6dabc3d5bf6ccabd33ab920c1'
2007-10-14 Richard Laager disapproval of revision '0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f'
2007-10-13 Richard Laager propagate from branch 'im.pidgin.pidgin' (head 2762c6075c0dc52a96098c5478c5bf68cfd890a3)
2007-10-10 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head ef97aa9259d77504bb07c2dff5ec0750d498e847)
2007-10-10 Gabriel Schulhof Removed request stuff - now on pidgin-request-ui-hint
2007-10-10 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head ef97aa9259d77504bb07c2dff5ec0750d498e847)
2007-10-06 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 1757e82b3ed17d8ad45db9d2c62f0187a8bee93d)
2007-10-30 Daniel Atallah Fix some leaking GtkSizeGroups.
2007-10-27 Stu Tomlinson Guard this X stuff so it's only compiled if GDK_WINDOWING_X11 is defined.
2007-10-14 Daniel Atallah Fix reference leak of AtkObjects. Prevent an unnecessary allocation in pidgin_check_if_dir().
2007-10-12 Sadrul Habib Chowdhury When drag-dropping an image onto a conversation, include 'Send image file' as
2007-10-10 Sadrul Habib Chowdhury Fix CID 353
2007-09-26 Stu Tomlinson disapproval of revision '1af4cc5be54c6712945771f62fb95bd07f4a6104'
2007-09-26 Mark Doliner Patch from David Fang to correctly #include two headers
2007-09-22 Gabriel Schulhof Updated hinting to be less invasive
2007-09-22 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 025faf23aaac403798451974c320c4de6df470d5)
2007-10-21 Luke Schierer applied changes from 29b2fc4762e2c5d03a7100c78f2a7b49237c5e80
2007-10-21 Luke Schierer applied changes from 4d9fac4aab275ee133ce860edc469e0e5c4734ff
2007-10-19 Luke Schierer applied changes from e56db1b8a7bb8729e30fb3bf99a94ff7887fe4ec
2007-09-16 Sean Egan remove gpl boilerplate from doxygen docs
2007-09-14 Sadrul Habib Chowdhury Part of #1332 to introduce pidgin_text_combo_box_new_entry and
2007-09-12 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 483b6435074838149d6e95b836d4a2d9263f265d)
2007-08-16 Gabriel Schulhof Added hints to gtkutils.c
2007-08-16 Gabriel Schulhof Added hints to gtkutils.c
2007-08-08 Gabriel Schulhof propagate from branch 'im.pidgin.pidgin' (head 5775dc23bad7ecf62c8f951574460d2f075f9e72)
2007-07-28 Gabriel Schulhof Back to square[0]