summaryrefslogtreecommitdiff
path: root/support/win32/ApacheMonitor.rc
Commit message (Collapse)AuthorAgeFilesLines
* Enable XP visual style.Mladen Turk2009-07-201-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@795718 13f79535-47bb-0310-9956-ffa450edef68
* Escape should simply close the dialog; Enter should perform theWilliam A. Rowe Jr2009-04-231-9/+9
| | | | | | | appropriate button, or within the list, start and stop. (also clear up the transitions between the list focus and nonfocus). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@767819 13f79535-47bb-0310-9956-ffa450edef68
* Introduce --kill argument to ApacheMonitor for use by theWilliam A. Rowe Jr2007-12-111-1/+0
| | | | | | | | | | | | | | installer. This will permit the installation tool to remove all running instances before attempting to remove the .exe. Note that since the introduction of CriticalSections, our compatibility with NT 4 was destroyed, and at this point that is no loss (there are no more security updates to NT 4 ergo it's not an OS we want connected to the internet, anyways). The WTS api calls require 2000 or later, but I'm not wrapping them since nobody notices the same issue with CriticalSections. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@603238 13f79535-47bb-0310-9956-ffa450edef68
* update license header textRoy T. Fielding2006-07-111-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@421020 13f79535-47bb-0310-9956-ffa450edef68
* Remove a host of dependencies upon awk, using the same template forWilliam A. Rowe Jr2006-04-191-39/+5
| | | | | | | | | | | | nearly every .rc compilation (giving the output .res file a different name for each component). Adds AP_SERVER_BASEPROJECT to ap_revision.h so we can display the proper name of "Apache HTTP Server" as opposed to AP_SERVER_BASEPRODUCT (which is, and should remain, simply "Apache" for the server string tokens.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395418 13f79535-47bb-0310-9956-ffa450edef68
* Update the last year of copyright.Colm MacCarthaigh2006-04-191-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@395229 13f79535-47bb-0310-9956-ffa450edef68
* Update remaining 2004 copyright notices.Joe Orton2005-06-141-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@190592 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate awk autogeneration of the ApacheMonitor's .rc resourceWilliam A. Rowe Jr2004-11-231-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | source file. By adding several macros to ap_release.h: - the stringize magic, in leiu of including a ton of cruft, - split subversion and "-dev" tokens (with a binary flag) - a _CSV token in the form of m,n,p (not a string) we are able to have use a static ApacheMonitor.rc file, which picks up all of the necessary values right from ap_release.h. If the group likes this approach, I will percolate it throughout the project, and we will lose the requirement of awk for everything -except- rewriting the installed httpd.conf script (developer builds always get an installed httpd.conf script - it's only 'fixed up' with the correct @@ substitutions if they have awk.) This project was chosen because ApacheMonitor.rc already exists in svn. Comment please. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106313 13f79535-47bb-0310-9956-ffa450edef68
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102619 13f79535-47bb-0310-9956-ffa450edef68
* fix copyright date according to the first check inAndré Malo2004-02-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102590 13f79535-47bb-0310-9956-ffa450edef68
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102525 13f79535-47bb-0310-9956-ffa450edef68
* update license to 2004.André Malo2004-01-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102135 13f79535-47bb-0310-9956-ffa450edef68
* finished that boring job:André Malo2003-02-031-1/+1
| | | | | | | | | update license to 2003. Happy New Year! ;-)) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98573 13f79535-47bb-0310-9956-ffa450edef68
* Back to a slightly modified flavor of imajes' (James Cox'es) originalWilliam A. Rowe Jr2002-07-131-4/+0
| | | | | | | | | | design, only stay with .rc file extensions so the original resources can be reviewed in the resource editor, rather than using .in files. Also significantly improve the explicit dependencies. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96043 13f79535-47bb-0310-9956-ffa450edef68
* This is back to an .rcWilliam A. Rowe Jr2002-07-131-0/+143
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96042 13f79535-47bb-0310-9956-ffa450edef68
* Totally different solution to our dependency problems provided byWilliam A. Rowe Jr2002-07-131-141/+0
| | | | | | | | James Cox <imajes@php.net> ... create ApacheMonitor.rc dynamically, and include our ApacheMonitor.rc.in templates of defined resources. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96037 13f79535-47bb-0310-9956-ffa450edef68
* Some small wording improvements.William A. Rowe Jr2002-06-251-3/+3
| | | | | | | Submitted by: James Cox <imajes@php.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95885 13f79535-47bb-0310-9956-ffa450edef68
* Fix grammar.Cliff Woolley2002-06-191-7/+7
| | | | | | | Submitted by: James Cox <imajes@php.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95801 13f79535-47bb-0310-9956-ffa450edef68
* Show the 'Disconnect' button to detach ourselves from another computer'sWilliam A. Rowe Jr2002-06-171-5/+6
| | | | | | | | | services on Win32. Submitted by: Mladen Turk <mturk@mappingsoft.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95732 13f79535-47bb-0310-9956-ffa450edef68
* Ahhh, this really aught to include windows first, then the customWilliam A. Rowe Jr2002-05-171-1/+61
| | | | | | | defined symbols. Better yet - throw in the copyright. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95161 13f79535-47bb-0310-9956-ffa450edef68
* Correct a simple typoWilliam A. Rowe Jr2002-04-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94557 13f79535-47bb-0310-9956-ffa450edef68
* Fix the logo bitmap, since I missed this 'hand editing' the .rc file.William A. Rowe Jr2001-12-281-1/+1
| | | | | | | Submitted by: Mladen Turk <mturk@mappingsoft.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92637 13f79535-47bb-0310-9956-ffa450edef68
* Changes by Mladen Turk <mturk@mappingsoft.com>, with dialog touchup byWilliam A. Rowe Jr2001-11-271-7/+8
| | | | | | | | | | | | | | myself [I can't stand misordered dialog interfaces ;], to allow the user to connect and disconnect remote PCs into the ApacheMonitor. Needs other mild changes, e.g. machine\service rather than machine@service [since @ could be part of a service/machine name, slash and backslash may never be.] And still, the sync behavior leaves something to be desired. Note one bug - the browse for computer actually won't browse computers, but that can be fixed in another patch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92191 13f79535-47bb-0310-9956-ffa450edef68
* Allow ApacheBench to connect to and control Apache on other WinNT/2KWilliam A. Rowe Jr2001-10-061-3/+19
| | | | | | | | | machines. Submitted by: Mladen Turk <mturk@mappingsoft.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91336 13f79535-47bb-0310-9956-ffa450edef68
* Undo a very bad decision. By naming the version file .ver, I lost trackWilliam A. Rowe Jr2001-08-171-1/+1
| | | | | | | | of it setting aside the generated resources. This assures that file won't fall through the cracks when we generate zip files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90256 13f79535-47bb-0310-9956-ffa450edef68
* Bug fix to the WM_TIMER that was not properly called after it was movedWilliam A. Rowe Jr2001-08-161-4/+8
| | | | | | | | | | | | | to WndProc. (The message is WM_TIMER and wParam is timer event) Enhancement to left button click which now displays the popup menu with all Apache's installed, and to each installed service adds the submenu with the options to start, stop or restart the service. Submitted by: Mladen Turk <mturk@mappingsoft.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90226 13f79535-47bb-0310-9956-ffa450edef68
* Access the (generated) ApacheMonitor.ver version resource.William A. Rowe Jr2001-08-161-34/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90203 13f79535-47bb-0310-9956-ffa450edef68
* . clean up strings and remove them to the resource file (the simplestWilliam A. Rowe Jr2001-08-161-2/+23
| | | | | | | | | way to later localize a win32 app.) . fold the timers into the same child window message queue git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90183 13f79535-47bb-0310-9956-ffa450edef68
* > 1. Cleaned the ApacheMonitor code a little bit.William A. Rowe Jr2001-08-141-63/+13
| | | | | | | | | | | | > 2. Removed two icons apmall.ico and apsrvmon.ico > 3. Added option to recognize the Apache*.exe (e.g. Apache-1.3.20.exe) > 4. Removed AboutBox > 5. Changed refresh time to 2/20 sec. Submitted by: Mladen Turk <mladen.turk@mail.inet.hr> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90160 13f79535-47bb-0310-9956-ffa450edef68
* Update .rc file to fix buildCliff Woolley2001-08-071-200/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90010 13f79535-47bb-0310-9956-ffa450edef68
* The solution for an icon monitor app has arrived :)William A. Rowe Jr2001-08-071-0/+300
Contributed by Mladen Turk <mturk@mappingsoft.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89985 13f79535-47bb-0310-9956-ffa450edef68