Commit Graph

16864 Commits

Author SHA1 Message Date
paul
00a23f0df7 gtk2:
- check for bold stlye when creating a default font
  - set correct default font family

git-svn-id: trunk@17047 -
2008-10-19 03:33:45 +00:00
jesus
47bf617f69 LCL, add images to grid columns by Alexander S. Klenin, issue #12419
git-svn-id: trunk@17046 -
2008-10-18 23:52:22 +00:00
paul
ea5e470c5f ide: reduce space in the desktop page of enviroment options to fix in height under ubuntu
git-svn-id: trunk@17045 -
2008-10-18 17:53:12 +00:00
paul
083efd1aa2 object inspector: add option "Draw grid lines" and set it to true by default
git-svn-id: trunk@17044 -
2008-10-18 17:27:16 +00:00
mattias
357672a5eb added options_oi unit to lpi
git-svn-id: trunk@17043 -
2008-10-18 17:16:29 +00:00
paul
1c96951044 object inspector: increase drop down limit of combobox
git-svn-id: trunk@17042 -
2008-10-18 17:00:47 +00:00
paul
84f9c1b464 object inspector: add new option "Bold non default values" and set it to true by default
git-svn-id: trunk@17041 -
2008-10-18 16:56:39 +00:00
paul
9b6a2c6b9d ide: environment options
- split environment options into 2 units - class and dialog
  - move object inspector settings to a separate frame

git-svn-id: trunk@17040 -
2008-10-18 16:23:37 +00:00
paul
74921fb32b codetools: add ide/frames directory to template
git-svn-id: trunk@17039 -
2008-10-18 16:03:32 +00:00
paul
e3b5c6b5bd ide: remove dialogs_new
git-svn-id: trunk@17038 -
2008-10-18 16:02:22 +00:00
darius
19ac56cb78 timer fires only when acknowledgement or contributors page is active
removed ResetScrollText completely
folowing from http://bugs.freepascal.org/view.php?id=12428 thanks to Graeme

git-svn-id: trunk@17037 -
2008-10-18 12:02:51 +00:00
mattias
852e7fef4c IDE: added fpc OS
git-svn-id: trunk@17036 -
2008-10-18 11:09:05 +00:00
darius
b6e5ddc09f image buffer is now also resized on resizing of the form
git-svn-id: trunk@17035 -
2008-10-18 09:33:23 +00:00
paul
a50363f995 wince: fix compilation from Henry Vermaak
git-svn-id: trunk@17034 -
2008-10-17 16:45:32 +00:00
paul
f3bb14bdb6 codetools: reduce debug info
git-svn-id: trunk@17033 -
2008-10-17 16:43:14 +00:00
paul
931bd14603 images: add Laurent icons, replace default LazarusProject icon
git-svn-id: trunk@17032 -
2008-10-17 16:42:43 +00:00
paul
3de03aa7ba lcl, win32: fix icon for dialog forms (#0012395)
git-svn-id: trunk@17031 -
2008-10-17 08:58:52 +00:00
paul
a510f1af3c ide: add frames dir to makefile search paths, fix options_oi compilation
git-svn-id: trunk@17030 -
2008-10-17 08:11:26 +00:00
paul
60c715d60b lcl: add UTF8ToConsole function which is needed to convert from UTF8 to console encoding (CP_OEM on windows)
ide: fix output of help message
  - if console is not available then output through MessageDlg
  - if console if available then translate UTF8 text to console encoding
(#0012408)

git-svn-id: trunk@17029 -
2008-10-17 05:41:55 +00:00
paul
2d6cb6adb9 ide: add object inspector frame
git-svn-id: trunk@17028 -
2008-10-17 02:20:39 +00:00
paul
8f1c46ea09 ide: fix typos in strings
git-svn-id: trunk@17027 -
2008-10-17 02:06:43 +00:00
paul
e1ab76a782 designer: workaround problem with using Width as ClientWidth
git-svn-id: trunk@17026 -
2008-10-17 02:05:35 +00:00
paul
6666c33a55 ide: project resources
- cleanup
  - don't create, add .lrs when project file does not has Forms and Interfaces in the uses section

git-svn-id: trunk@17025 -
2008-10-17 01:29:38 +00:00
darius
0b63b924ff added load and save option
added caption to mainform

git-svn-id: trunk@17024 -
2008-10-16 17:42:49 +00:00
paul
3573c24091 ide: formatting, cleanup
git-svn-id: trunk@17023 -
2008-10-16 13:46:47 +00:00
vincents
2747f43e6b IDE: use GetAllFileMasks instead of *.* from Graeme (issue #12405)
git-svn-id: trunk@17022 -
2008-10-16 13:07:52 +00:00
mattias
2d39d8d910 IDE: fixed updating, renaming project resources
git-svn-id: trunk@17021 -
2008-10-16 11:35:48 +00:00
paul
9766cd7613 ide: forgot to set function result
git-svn-id: trunk@17020 -
2008-10-16 08:58:44 +00:00
paul
8d35dd12c1 ide: improve resource handling
git-svn-id: trunk@17019 -
2008-10-16 08:45:22 +00:00
paul
5d500b08d0 ide: a bit of code formatting
git-svn-id: trunk@17018 -
2008-10-16 07:11:33 +00:00
paul
94618453db gtk2: fix incorrect use of g_list_append
git-svn-id: trunk@17017 -
2008-10-16 06:31:02 +00:00
paul
aef5894c52 gtk2: dont add zero pixbufs to icon list
git-svn-id: trunk@17016 -
2008-10-16 06:06:42 +00:00
paul
06924525ea lcl, widgetsets: reimplement form, application icon setting to allow set 2 icons: small and big (#0012401)
git-svn-id: trunk@17015 -
2008-10-16 03:23:40 +00:00
paul
33015ac694 ide: use relative path in .rc files (iow no path) (#0012402)
git-svn-id: trunk@17014 -
2008-10-16 01:01:33 +00:00
vincents
5d17b30514 hmtl docs: use bash substitution instead of sed to remove extension from John Stoneham
git-svn-id: trunk@17013 -
2008-10-15 21:49:11 +00:00
darius
151fa9b63d fixed anchoring, load/save and clear buttons were not visible
git-svn-id: trunk@17012 -
2008-10-15 21:23:46 +00:00
darius
984c9d5167 implemented TButtonPanel
git-svn-id: trunk@17011 -
2008-10-15 20:38:10 +00:00
jesus
6762eefc2f rows/cols captions for spreadsheet example
git-svn-id: trunk@17010 -
2008-10-15 19:09:02 +00:00
darius
9181c5ec3c implemented TButtonPanel
implemented helpbutton

git-svn-id: trunk@17009 -
2008-10-15 18:14:51 +00:00
darius
649236eb43 implemented TButtonPanel
git-svn-id: trunk@17008 -
2008-10-15 17:54:14 +00:00
darius
c86d5ec42b moved TShowDeletingFilesDialog to separate file and converted to .lfm
replaced TListbox in TShowDeletingFilesDialog by TCheckListBox
changed file delete algorithm so that only checked files are deleted, default all files are checked (previous behaviour)
implemented TButtonPanel

git-svn-id: trunk@17007 -
2008-10-15 17:53:14 +00:00
darius
797872077d made the URLs in the acknowledgement tab clickable
lowered the scrolling speed so it is more easy to click an URL
changed the color to clRed when mose hovers over a clickable URL, this beacause gtk2 does not show underline fonts, windows will show both underline and red labels

git-svn-id: trunk@17006 -
2008-10-15 16:26:01 +00:00
darius
42bd585e98 forgot to add hash
git-svn-id: trunk@17005 -
2008-10-15 14:08:08 +00:00
vincents
bbf34cbe51 docs: fixed typos
git-svn-id: trunk@17004 -
2008-10-15 13:40:10 +00:00
darius
75d2b8591e changed contributor and acknowlegdements page to scrolling paintboxes
moved urls on about page to own "clickable" labels
removed loading of non-native closebutton glyph

git-svn-id: trunk@17003 -
2008-10-15 13:39:36 +00:00
darius
dcf4d3ef0a implemented TButtonPanel
git-svn-id: trunk@17002 -
2008-10-15 12:57:14 +00:00
darius
bfe53c3694 implemented TButtonPanel
git-svn-id: trunk@17001 -
2008-10-15 10:42:45 +00:00
vincents
8c147b5f91 spreadsheet example: fixed compilation on windows
git-svn-id: trunk@17000 -
2008-10-15 10:20:35 +00:00
paul
d860feb919 jcf2: update to r685
git-svn-id: trunk@16999 -
2008-10-15 09:32:25 +00:00
darius
9a5a4f4246 removed procedure TranslateButtonPanel as it is handled by TButtonPanel itself
git-svn-id: trunk@16998 -
2008-10-15 08:25:10 +00:00