summary refs log tree commit diff stats
path: root/src/fe-gtk/notifygui.c
AgeCommit message (Collapse)Author
2014-12-28Fix building as c89TingPing
2014-05-31Sensitize open dialog button in friends list when selectedTingPing
Fixes #1001
2013-09-20Fix warningTingPing
2013-09-20First round of using GTK accessor functionsTingPing
This is the first step to build with GSEAL_ENABLE setup.c uses a deprecated fontchooser, chanview-tabs.c didn't like the conversion, and I am waiting to do some work on xtext.c before converting it.
2013-08-06Save notify list on close of friends listTingPing
for #570
2013-05-08Show hours for last seen in friends listTingPing
closes #579
2013-04-02Only include top level includes from GTK+, GLib and GDK-PixBufBerke Viktor
2013-03-17ESC key will destroy the windows mentioned at issue 211.RichardHitt
This change implements generic routine gtkutil_destroy_on_esc () and adds invocations of it in the requisite window-handling places.
2012-12-23fix incorrect FSF addressDan Mashal
2012-10-24A lot more rebrandingBerke Viktor
2012-07-21Some aid for compiler warningsBerke Viktor
2012-07-12Some more rebrandingBerke Viktor
2012-06-16Fix string handling for Turkish localeBerke Viktor
2011-02-24add xchat r1489berkeviktor@aol.com
re>
<!--
***********************************************************************************************
Microsoft.Cpp.x64.v110.targets

WARNING:  DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
          created a backup copy.  Incorrect changes to this file will make it
          impossible to load or build your projects from the command-line or the IDE.

This file defines the steps/targets required to build Visual C++ (version 11.0) projects
specifically on X64 platforms.

Copyright (C) Microsoft Corporation. All rights reserved.
***********************************************************************************************
-->

<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v110\ImportBefore\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v110\ImportBefore')" />
  <Import Project="$(VCTargetsPath)\Microsoft.CppCommon.targets" />
  <Import Project="$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v110\ImportAfter\*.targets" Condition="Exists('$(VCTargetsPath)\Platforms\x64\PlatformToolsets\v110\ImportAfter')" />
</Project>