summaryrefslogtreecommitdiff
path: root/stickynotes/stickynotes.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-15Migrate from glade to gtkbuilder (see bug 521082)Callum McKenzie1-56/+46
2007-07-17set minimum requirements for glib to 2.13.0 and for gtk+ to 2.11.0 inJaap Haitsma1-2/+2
2007-01-30Add missing include to silence warning.Kjartan Maraas1-0/+1
2006-11-16Bug #340769: Removed autosave_time. Removed. Removed. New function.Tom Tromey1-0/+25
2006-09-05- fix icon pathDavyd Madeley1-1/+1
2006-07-23- initialize the color buttons in the preference dialog of a note to theDavyd Madeley1-5/+36
2006-07-02Fix bad use of GList. Patch by Paolo Borelli. Closes bug #335375.Kjartan Maraas1-1/+1
2006-02-06stickynote_set_font: replace g_free with pango_font_description_free.Davyd Madeley1-1/+1
2006-01-31gcc 2.95 fixes - closes #328256 Patch from Jens GranseuerDavyd Madeley1-1/+3
2006-01-07allow stickynotes to remember their position and size correctly. FixesDavyd Madeley1-50/+71
2005-12-21- fix for #323929, ensures default titles are UTF-8'ed. Based on a patchDavyd Madeley1-2/+4
2005-11-15Patch for #310370 from Jaap A. Haitsma <jaap@haitsma.org>.Davyd Madeley1-4/+5
2005-08-20Fix gcc 4.0 warnings. Patch from Jaap A. Haitsma <jaap@haitsma.org>.Davyd Madeley1-36/+36
2005-08-11hide the property dialog instead of closing it (Closes: #310618).Sebastien Bacher1-0/+2
2005-07-13stickynotes features from Jaap A. Haitsma <jaap@haitsma.org>. ClosesDavyd Madeley1-24/+44
2005-07-09Init uninitialized variable Fix implicit declaration of string functionsGary Ekker1-0/+1
2005-03-20CleanupsKjartan Maraas1-3/+3
2005-02-24Don't mix code and decl.Kjartan Maraas1-8/+10
2005-01-10Fix stickynotes in RTL environments.Davyd Madeley1-1/+5
2005-01-09Waste less memory due to Glade. Patch from Paolo BorelliDavyd Madeley1-58/+74
2005-01-09Add facility to set font colour for notes in the same way you can set noteDavyd Madeley1-38/+132
2005-01-05Revamp of stickynotes, stage 3. Stuff that has changed (overall): -Davyd Madeley1-120/+139
2005-01-05Revamp of stickynotes, stage 2. Stickynotes can now deal with workspacesDavyd Madeley1-4/+11
2005-01-04create all new windows before trying to move them to the appropriateElijah Newren1-5/+28
2005-01-04RemovedDavyd Madeley1-53/+157
2005-01-03Drag stickynotes out of the dark ages. Remove old lignomeui widgets,Davyd Madeley1-32/+57
2004-11-26do not leak the date title.Paolo Borelli1-5/+11
2004-10-30Ensure stickynotes remain on all workspaces after hiding and showing theDavyd Madeley1-0/+4
2004-10-12Clarify a few string.Vincent Noel1-2/+2
2004-10-102004-10-10 Davyd Madeley <davyd@madeley.id.au>:Davyd Madeley1-0/+3
2004-10-08- Use right section for note properties Help (#152476)Shaun McCance1-1/+1
2004-08-15ANSIfication. Same Same. Same. Make the size allocation callback beKjartan Maraas1-1/+1
2004-05-16free notes on exitKevin Vandersloot1-18/+20
2004-02-202004-02-19 Kevin VanderslootKevin Vandersloot1-0/+2
2004-02-192004-02-18 Kevin VanderslootKevin Vandersloot1-8/+12
2004-02-06Changed multihead fixes to reflect CVS.Dennis Smit1-5/+11
2004-01-27Fix bug #125909: Property windows remain after applet removalVijaykumar Patwari1-4/+14
2003-11-25Escape text to allow '&' in the title. Fixes bug #122050.Muktha1-1/+3
2003-08-26Fixes bug #120691. Added a help button to every sticky note's properties dialog.Loban Amaan Rahman1-1/+2
2003-07-15Updated about box description. Cleaned up and simplified George's patchLoban Amaan Rahman1-5/+4
2003-07-04The icons now change size accordingly when themes like "Large Print" areLoban Amaan Rahman1-6/+7
2003-07-04Changed lock.png and unlock.png filenames to more accurately reflectLoban Amaan Rahman1-2/+4
2003-07-02Follow key-writability for preference keysGeorge Lebl1-1/+5
2003-06-27remove note->focused call, as it breaks compilation and doesn't seem toJonathan Blandford1-1/+0
2003-06-26Code cleanup.Loban Amaan Rahman1-0/+1
2003-06-13Revised labels to get rid of "&"'s. Fixes bug #114367. When (un)lockingLoban Amaan Rahman1-0/+2
2003-05-28Add ability to choose default font as well as custom fonts for individual not...Loban Amaan Rahman1-6/+74
2003-05-28Got rid of infinite loop when changing note properties.Loban Amaan Rahman1-8/+9
2003-05-27Icon size is no longer huge. Changed look.Loban Amaan Rahman1-11/+15
2003-05-24Minor cleanup.Loban Amaan Rahman1-10/+10