summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/logdrake
Commit message (Expand)AuthorAgeFilesLines
* display "save" & "quit" button when run from the control centerThierry Vignaud2007-08-031-3/+2
* reindent now that we added a if() { } blockThierry Vignaud2007-08-021-7/+7
* sanerThierry Vignaud2007-08-021-0/+1
* (logcolorize) keep utf8 flag when splitting a string (should probablyThierry Vignaud2007-08-021-0/+1
* (logcolorize) use standard argument passing (needed for next commit)Thierry Vignaud2007-08-021-4/+3
* fix crash if /var/log/explanations doesn't exist (#32234)Thierry Vignaud2007-08-021-2/+10
* re-sync after the big svn lossPascal Rigaux2007-04-251-12/+10
* don't have a useless empty hash in wizards objects, use the wizards hashOlivier Blin2006-01-031-5/+4
* insensitive categories for which file is missing, thus preventingThierry Vignaud2005-09-081-1/+4
* remove unused codePascal Rigaux2005-06-031-1/+0
* embedding cleanups resulting in reusing main window icon in sub dialogsThierry Vignaud2005-05-021-1/+2
* bump copyrigth noticeThierry Vignaud2005-04-251-1/+1
* s/Mandrivalinux/Mandriva Linux/Pablo Saratxaga2005-04-231-2/+2
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-211-1/+1
* switch from MandrakeSoft to Mandriva in copyright noticesThierry Vignaud2005-04-211-1/+1
* fix explanation mode only displaying last line (#14368)Thierry Vignaud2005-03-181-1/+1
* (parse_file) do not horribly dieThierry Vignaud2005-03-181-1/+1
* perl_checker fixesOlivier Blin2005-03-181-1/+2
* fix save dialogOlivier Blin2005-03-181-1/+1
* simplifyThierry Vignaud2005-02-251-1/+1
* perl_checker fixesThierry Vignaud2005-02-251-8/+8
* fix the various transient on {rwindow} (or even {window} ?) not working anymo...Pascal Rigaux2005-01-221-1/+1
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-1/+1
* fix logdrake speed (should have been commited long time ago)Thierry Vignaud2004-11-101-1/+1
* reuse mcc icons (if availlable) for windowsThierry Vignaud2004-09-021-0/+1
* (insert_text_n_scroll) fix displaying only last parsed fileThierry Vignaud2004-08-271-1/+1
* aspell's typo fixesThierry Vignaud2004-08-231-1/+1
* prefer obj->new rather than new obj for gtk+ widgetsThierry Vignaud2004-08-091-22/+22
* typo fixFunda Wang2004-08-081-1/+1
* s/Mandrake/MandrakelinuxFunda Wang2004-08-081-1/+1
* perl_checker cleanupThierry Vignaud2004-08-021-5/+7
* (log_output__real) rename it as insert_text_n_scroll() in order to betterThierry Vignaud2004-08-021-3/+3
* reuse new ugtk2 infrastructureThierry Vignaud2004-08-021-35/+4
* (log_output) fix tag name (was harmfull but it's just saner anyway)Thierry Vignaud2004-08-021-1/+1
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
* revert ugly code printing "This program cannot be run in console mode",Pascal Rigaux2004-07-011-10/+1
* Some standalone tools don't compile when run from consoleRafael Garcia-Suarez2004-06-241-1/+10
* kill stupid useless codeThierry Vignaud2004-06-211-2/+0
* (parse_file) oops, forgot one /oThierry Vignaud2004-03-221-1/+1
* fix non first searches (#9115)Thierry Vignaud2004-03-221-3/+3
* use new $ugtk2::wm_icon for x11 iconThierry Vignaud2004-03-171-1/+1
* (alert_config) fix wizard when logdrake is embeddedThierry Vignaud2004-03-161-0/+1
* (alert_config) fix wizard on second runThierry Vignaud2004-03-161-0/+1
* (alert_config) make it a wizard again (that is, with banner,Thierry Vignaud2004-03-161-0/+1
* set x11 icoThierry Vignaud2004-03-161-0/+1
* fix explanations in mcc that got broken by #8412 speedupThierry Vignaud2004-03-151-1/+2
* (text_append) fix second run (on next filling, we shall not createThierry Vignaud2004-03-111-3/+4
* (parse_file) fix search :-)Thierry Vignaud2004-03-111-1/+1
* (log_output) take a color and a font as parameters nowThierry Vignaud2004-03-111-14/+24
* (text_append) introduce it, forked from gtktext_insert()Thierry Vignaud2004-03-111-0/+29