~mac-fly-gmx/codeblocks/trunk

5414 by mortenmacfly
* cc_branch: merged with trunk (trunk to cc_branch)
1
2010-09-03 18:30  mortenmacfly
2
3
svn6570:  * updated wxPropGrid from to 1.4.14 to hopefully fix
4
	  issues reported here:
5
	  http://forums.codeblocks.org/index.php/topic,12362.msg88995.html#msg88995
6
7
2010-09-03 16:01  mortenmacfly
8
9
svn6568:  * make loggers more bullet proof (missing part)
10
11
2010-09-03 15:59  mortenmacfly
12
13
svn6567:  * make loggers more bullet proof
14
15
2010-08-30 16:37  biplab
16
17
svn6564:  * Fixed: Build with wx-2.9.x.
18
19
2010-08-30 16:36  biplab
20
21
svn6563:  * Added: Missing include header for std::sort(),
22
	  std::unique()
23
24
2010-08-28 18:26  afb
25
26
svn6557:  - ldc needs linker flag duplicated, like dmd
27
28
2010-08-28 13:50  afb
29
30
svn6556:  - codecompletion: add D icon for D keywords
31
32
2010-08-28 13:48  afb
33
34
svn6555:  - add LDC to D console wizard
35
36
2010-08-28 13:41  afb
37
38
svn6554:  * add LDC compiler, LLVM backend / D1 language / Tango
39
	  library
40
41
2010-08-28 13:36  afb
42
43
svn6553:  * allow running DMD on all platforms
44
45
2010-08-27 13:15  jenslody
46
47
svn6550:  * EditorTweaks plugin: i18n fix to avoid crash when
48
	  context-menu is shown; tiny fix for unix project-file
49
50
2010-08-26 19:16  mortenmacfly
51
52
svn6543:  - NassiShneiderman plugin: i18l corrections and fixed
53
	  compile bug
54
55
2010-08-26 19:02  mortenmacfly
56
57
svn6540:  * applied patch #3051: Fixed regex testbed dialog
58
	  fields - missing data (completes a previous commit)
59
60
2010-08-25 19:00  mortenmacfly
61
62
svn6536:  - NassiShneiderman plugin: adding missing include
63
64
2010-08-25 17:38  killerbot
65
66
svn6535:  - little fix to debian build file
67
68
2010-08-25 14:14  mortenmacfly
69
70
svn6532:  * applied i18n patch for NassiShneiderman plugin thanks
71
	  Xaviou
72
73
2010-08-25 04:38  mortenmacfly
74
75
svn6529:  - little translation fix for wxSmith
76
77
2010-08-24 22:08  afb
78
79
svn6528:  - restore the splashscreen workaround for mac
80
81
2010-08-24 08:26  mortenmacfly
82
83
svn6525:  * added missing portions in compilergcc of r6494 and
84
	  r6492
85
86
2010-08-23 05:54  mortenmacfly
87
88
svn6517:  * applied patch #2949: AskAssocDialog closes
89
	  incorrectly when press ESC key
90
91
2010-08-23 05:51  mortenmacfly
92
93
svn6516:  * applied patch #2871: Make double click open the
94
	  correct item in the TODO window
95
96
2010-08-23 05:49  mortenmacfly
97
98
svn6515:  * applied patch #2929: Show the build time in the build
99
	  messages log pane
100
101
2010-08-23 05:47  mortenmacfly
102
103
svn6514:  * applied patch #2942: Add option to control the smart
104
	  indent brace feature
105
106
2010-08-23 05:45  mortenmacfly
107
108
svn6513:  * applied patch #2943: Respect the selected target
109
110
2010-08-22 12:13  mortenmacfly
111
112
svn6509:  * bug-fix of crash for non-attached plugins (e.g.
113
	  disabled EditorTweaks), thanks oBFusCATed
114
115
2010-08-20 06:00  jenslody
116
117
svn6502:  * fix another small isssue, that slipped in with commit
118
	  6498 and 6501 (workspace was always set as modified on first
119
	  load)
120
121
2010-08-19 19:14  jenslody
122
123
svn6501:  * revert commit 6500 and (hopefully) finally fix the
124
	  issue introduced in r6498
125
126
2010-08-19 16:22  mortenmacfly
127
128
svn6500:  * hot fix concerning bug introduced with r6498 until
129
	  probably a better solution is found
130
131
2010-08-19 07:06  mortenmacfly
132
133
svn6499:  * debugger (cdb): added support for stepin / stepout
134
135
2010-08-19 07:00  mortenmacfly
136
137
svn6498:  * applied (modified) patch #2879: Call SetProject()
138
	  only after workspace is opened
139
140
2010-08-19 06:16  mortenmacfly
141
142
svn6497:  - tab removal, alignment corrections to improve
143
	  readability of code -> no code change
144
145
2010-08-19 06:03  mortenmacfly
146
147
svn6496:  * ToDo plugin: allow CPP style comments
148
	  * ToDo plugin: handle types more correctly
149
	  * ToDo plugin: allow to select allowed types (as a filter)
150
151
2010-08-19 05:55  mortenmacfly
152
153
svn6495:  - scripting: mark C::B patches explicitely in the code
154
155
2010-08-19 05:54  mortenmacfly
156
157
svn6494:  * added some sanity checks when working with a compiler
158
	  pointer
159
	  * added some missing elements of patch #2894 (see r6492)
160
	  * cbprofiler: auto-select active build target for convenience
161
	  * wizards: use images with transparency (if supported by
162
	  platform)
163
	  - debugger: some sanity checks concerning wxTeeItems
164
165
2010-08-19 05:39  mortenmacfly
166
167
svn6493:  * introduced (and used) some new SDK events:
168
	  EVT_EDITOR_SWITCHED, EVT_PROJECT_FILE_CHANGED,
169
	  EVT_CLEAN_PROJECT_STARTED, EVT_CLEAN_WORKSPACE_STARTED
170
	  * make the link to the build log file always use forward slashes
171
	  - some code-cleanup (remove obsolete commented portions)
172
173
2010-08-19 05:27  mortenmacfly
174
175
svn6492:  * applied (modified) patch #2894: Set parent window of
176
	  cbMessageBox where possible This fixes "message boxes behind main
177
	  dialogs" under Unix/Linux
178
	  * applied blended colour to loggers to hopefully fix the colour
179
	  issues with the loggers under Linux with dark themes
180
181
2010-08-19 04:55  mortenmacfly
182
183
svn6491:  * applied patch #2839: Select file from all projects in
184
	  the workspace
185
	  - some code clean-up (e.g. tagetting MSVC compilr?!)
186
187
2010-08-18 15:05  biplab
188
189
svn6490:  * Non-pch build fix.
190
191
2010-08-18 12:01  afb
192
193
svn6489:  - libwxpropgrid is already included in libcodeblocks
194
195
2010-08-18 07:40  afb
196
197
svn6488:  - DoxyBlocks: fix typo in the dist list
198
199
2010-08-15 18:41  mortenmacfly
200
201
svn6484:  - compiler: another trial to stop the posts of ignorant
202
	  people in the forums
203
204
2010-08-11 14:39  jenslody
205
206
svn6476:  * another fix for the wxPropertyGridManager splitter
207
	  issue in wxSmith: see svn6405
208
209
2010-08-11 14:27  mortenmacfly
210
211
svn6475:  * added TARGET_OUTPUT_FILENAME to macrosmanager
212
	  (partially applied patch #2937)
213
214
2010-08-11 14:18  mortenmacfly
215
216
svn6474:  * applied patch #3045: Get rid of lexer_nassi.* files
217
	  * applied patch #3041: Adding wxFileName::IsFileWritable for
218
	  scripting
219
	  * applied patch #3040: Add CurrentSelection to the Macros
220
221
2010-08-11 13:33  jenslody
222
223
svn6473:  * avoid crash of wxChartCtrl, if style contains
224
	  USE_GRID and no chart is added (default in wxSmith preview);
225
	  fix wrong casting of style, that can lead to a build error
226
227
2010-08-09 05:12  mortenmacfly
228
229
svn6465:  * pumped TinyXML to 2.6.1 (plus some patches from
230
	  TinyXML SVN trunk) -> fixes some C++ inconsistencies
231
232
2010-08-08 16:55  killerbot
233
234
svn6463:  * applied : Patch to make '--add-brackets / -j' option
235
	  available in astyle plugin
236
	  (http://forums.codeblocks.org/index.php/topic,13054.msg87865.html)
237
238
2010-08-03 18:53  mortenmacfly
239
240
svn6443:  - corrected object output folder for NassiShneiderman
241
	  plugin under Unix
242
243
2010-08-02 20:24  jenslody
244
245
svn6441:  * projectmanager: immediately change color of files in
246
	  projects tree, if compilation or linking is turned on or off;
247
	  restore selected node after rebuild of projects tree (see
248
	  http://forums.codeblocks.org/index.php/topic,12131.0.html for
249
	  details)
250
251
2010-08-02 06:25  mortenmacfly
252
253
svn6437:  * cbProject: allow macro replacements for file path's,
254
	  too (sse wxFileName::GetFullPath instead of GetFullName)
255
256
2010-07-29 05:14  jenslody
257
258
svn6435:  * (temporarily?) removed wxMediaCtrl from wxSmith,
259
	  because it breaks compilation on allmost all linux distributions
260
	  (see http://forums.codeblocks.org/index.php/topic,12977.0.html
261
	  for details )
262
263
2010-07-26 06:38  mortenmacfly
264
265
svn6425:  * wxSmith: added missing images (icons) for new
266
	  controls
267
	  - wxSmith: corrected a spelling error
268
269
2010-07-26 04:57  biplab
270
271
svn6424:  * Fixed: Build with wx-2.9.1
272
273
2010-07-26 04:55  biplab
274
275
svn6423:  * Fixed: Deprecated function call with wx-2.9.1
276
277
2010-07-26 04:41  biplab
278
279
svn6422:  * Fixed: Build with wx-2.9.1
280
281
2010-07-26 04:39  biplab
282
283
svn6421:  * Fixed: Build with wx-2.9.1
284
285
2010-07-26 04:30  biplab
286
287
svn6420:  * Fixed: Bug in Previous commit.
288
289
2010-07-26 04:24  biplab
290
291
svn6419:  * Fixed: Build with wx-2.9+.
292
293
2010-07-25 19:37  mortenmacfly
294
295
svn6418:  * build fixes to EditorTweaks and wxSmith related
296
	  projects under Unix
297
298
2010-07-25 19:15  mortenmacfly
299
300
svn6417:  - NassiShneiderman plugin: add default path to boost
301
	  libs to compiler options (Unix)
302
303
2010-07-24 11:14  biplab
304
305
svn6416:  * Fixed: Warning message.
306
307
2010-07-24 08:06  biplab
308
309
svn6415:  * Avoid: "warning: unused parameter"
310
311
2010-07-23 18:59  mortenmacfly
312
313
svn6414:  * wxSmith: Updated number of wxWidgets controls
314
	  supported by applying patch of Cryogen (Thanks!)
315
	  * wxSmith: Namely these are: wxAnimationCtrl, wxBitmalCombobox,
316
	  wxColourPicker, wxContextHelpButton,
317
	  * wxSmith: ...wxDialUpManager, wxDirPickerCtrl, wxFilePickerCtrl,
318
	  wxFindReplaceDialog, wxFontDialog, wxFontPickerCtrl,
319
	  * wxSmith: ...wxHtmlEasyPrinting, wxHyperLinkCtrl, wxListView,
320
	  wxMEdiaCtrl, wxMessageDialog, wxPageSetupDialog,
321
	  * wxSmith: ...wxPasswordEntryDialog, wxPrintDialog,
322
	  wxProgressDialog, wxRichTextCtrl, wxRichTextFormattingDlg,
323
	  * wxSmith: ...wxRichTextStyleOrganiserDialog, wxSearchCtrl,
324
	  wxSimpleHtmlListbox, wxTextEntryDialog, wxTreebook
325
326
2010-07-23 16:22  biplab
327
328
svn6413:  * Fixed: [Bug #17318] Crash in Hex Editor
329
330
2010-07-21 05:32  mortenmacfly
331
332
svn6411:  - minor update of project files for more consistency
333
	  and removal of warnings
334
335
2010-07-20 18:37  killerbot
336
337
svn6408:  - build fix (build got broken in previous commit)
338
339
2010-07-20 15:46  biplab
340
341
svn6407:  * Reference can not be NULL. Refer section 8.3.2 of
342
	  ISO/IEC 14882:2003(E) for more details.
343
344
2010-07-20 12:13  jenslody
345
346
svn6406:  * save state and order of tabs in Logs and others (see
347
	  http://forums.codeblocks.org/index.php/topic,12554.msg85056.html#msg85056
348
	  and
349
	  http://forums.codeblocks.org/index.php/topic,12650.msg85657.html#msg85657)
350
351
2010-07-20 05:26  mortenmacfly
352
353
svn6405:  * wxSmith: applied patch by Cryogen to fix wxPropGrid
354
	  issue with first column always being at min size
355
356
2010-07-15 14:52  mortenmacfly
357
358
svn6402:  - avoid creation of profile info (gmon.out) for Doxygen
359
	  plugin
360
361
2010-07-14 17:29  killerbot
362
363
svn6400:  - doxyblocks update
364
365
2010-07-09 16:33  killerbot
366
367
svn6386:  * fix : EditorTweaks stealing regular shift-ins
368
	  functionality (aka ctrl-v / paste)
369
370
2010-07-08 19:04  killerbot
371
372
svn6385:  - update to latest version of DoxyBlocks
373
374
2010-07-03 07:47  killerbot
375
376
svn6384:  - fix to previous commit
377
378
2010-07-03 07:25  killerbot
379
380
svn6383:  - non pch fixes (thanks Tim)
381
382
2010-07-03 07:17  killerbot
383
384
svn6382:  - version
385
386
2010-07-03 07:16  killerbot
387
388
svn6381:  - remove warning
389
390
2010-07-03 07:15  killerbot
391
392
svn6380:  - minor change, and bring back the -Wall
393
394
2010-06-30 17:52  pecan
395
396
svn6379:  BrowseTracker - 1.2.95 2010/06/30 - Ignore Editor line
397
	  1 activations in JumpTracker
398
399
2010-06-28 17:10  killerbot
400
401
svn6378:  - by default no svg functionality (will raise to many
402
	  problems with people building CB and wx) on windows (maybe we
403
	  could add an extra target with the svg support ?)
404
405
2010-06-28 17:09  killerbot
406
407
svn6377:  - remove warnings
408
409
2010-06-27 15:56  killerbot
410
411
svn6376:  - updates
412
413
2010-06-27 14:57  killerbot
414
415
svn6375:  * Added DoxyBlocks, EditorTweaks, NassiShneiderman and
416
	  Cscope plug-ins
417
418
2010-06-27 07:24  killerbot
419
420
svn6374:  - remove warnings
421
422
2010-06-27 07:22  killerbot
423
424
svn6373:  - remove warnings
425
426
2010-06-25 18:51  jenslody
427
428
svn6372:  * fix a bug that prevents tab-position (top or bottom)
429
	  in message-pane from being restored
430
431
2010-06-22 13:27  pecan
432
433
svn6370:  CodeSnippets - remove use of precompiled header in App
434
	  project
435
436
2010-06-21 19:35  killerbot
437
438
svn6369:  - remove warnings
439
440
2010-06-21 19:34  killerbot
441
442
svn6368:  - remove warnings
443
444
2010-06-21 19:34  killerbot
445
446
svn6367:  - remove warnings
447
448
2010-06-21 19:33  killerbot
449
450
svn6366:  - remove warnings
451
452
2010-06-20 20:35  jenslody
453
454
svn6365:  * fix a bug that make project prebuild-steps be invoked
455
	  twice in workspace-build (see:
456
	  http://forums.codeblocks.org/index.php/topic,12774.msg86405.html#msg86405)
457
458
2010-06-13 10:57  killerbot
459
460
svn6354:  - remove warnings
461
462
2010-06-13 07:13  killerbot
463
464
svn6353:  - include fix
465
466
2010-06-12 20:33  killerbot
467
468
svn6352:  - remove warnings
469
470
2010-06-12 18:50  killerbot
471
472
svn6351:  - fix unix project file
473
474
2010-06-12 18:37  killerbot
475
476
svn6350:  - remove warnings
477
478
2010-06-12 18:15  killerbot
479
480
svn6349:  - remove some warnings
481
482
2010-06-12 18:03  killerbot
483
484
svn6348:  - remove some warnings
485
486
2010-06-12 18:02  killerbot
487
488
svn6347:  - remove some warnings
489
490
2010-06-12 10:46  killerbot
491
492
svn6346:  - build fix
493
494
2010-06-11 08:45  jenslody
495
496
svn6342:  * fix a bug when changing EOL-mode from editor
497
	  configuration dialog, see
498
	  http://forums.codeblocks.org/index.php/topic,12712.msg86084.html#msg86084
499
	  for details
500
501
2010-06-11 05:28  mortenmacfly
502
503
svn6341:  - fixed Linux part of wxSmitAui project file
504
505
2010-06-10 17:31  jenslody
506
507
svn6340:  * wxSmith-Aui: build fix
508
509
2010-06-10 10:55  mortenmacfly
510
511
svn6339:  * partially merged debugger_branch into trunk:
512
	  * updated wxPropGrid from 1.2 to 1.4 version
513
	  * moved wxPropGrid from wxSmith to the core as DLL as it will 7
514
	  can be re-used
515
	  - modified build system, project files (needs some more work,
516
	  probably)
517
518
2010-06-08 12:44  afb
519
520
svn6336:  * fix console only debugging (gdb tty) on wxMac
521
522
2010-06-05 19:59  afb
523
524
svn6333:  * fix keybinder mappings on wxMac, as the Command key
525
	  was missing
526
	  (mapping for instance Find to just "f", rather than "Ctrl-f"...)
527
	  the Control key is very seldom used, but maps to "XCtrl-" if so.
528
	  doesn't affect other platforms, where wxACCEL_CMD == wxACCEL_CTRL
529
530
2010-06-05 12:39  biplab
531
532
svn6332:  * Fixed: Broken make dist inside astyle folder.
533
534
2010-06-05 09:59  afb
535
536
svn6331:  - make splash screen default to the size of the splash
537
	  image (the resize is broken on mac)
538
539
2010-06-05 09:22  afb
540
541
svn6330:  * only use -lX11 on wxGTK, not on wxMSW/wxMac
542
543
2010-06-05 09:17  afb
544
545
svn6329:  - add X11 CFLAGS/LIBS (like GTK2), for linking directly
546
	  with X
547
548
2010-06-03 04:34  mortenmacfly
549
550
svn6324:  * pumped AStyle to 1.25
551
552
2010-06-03 04:27  mortenmacfly
553
554
svn6321:  - fixed tiny build error introduced in r6312
555
556
2010-06-01 13:53  biplab
557
558
svn6316:  * Fixed: [Bug #15438] Abbreviations problem with
559
	  doxygen comment
560
561
2010-06-01 13:28  biplab
562
563
svn6314:  * Applied: [Patch #2990] fix linking of codesnippets
564
	  plugin
565
566
2010-06-01 13:19  mortenmacfly
567
568
svn6313:  - fixed missing file in Makefile for wxscintilla
569
570
2010-06-01 12:45  mortenmacfly
571
572
svn6312:  * pumped scintilla/wxScintilla to v2.1.2 (incl.
573
	  updating code generation script and regenerating code...
574
	  obviously)
575
	  - fixed some spelling/alignment mistakes
576
577
2010-06-01 12:13  mortenmacfly
578
579
svn6309:  * applied patch #2902: Improvement in TabSwitcher
580
581
2010-06-01 11:21  mortenmacfly
582
583
svn6308:  * applied patch #2849: Multiline S&R, (the return of
584
	  rickg22)
585
586
2010-05-31 09:18  jenslody
587
588
svn6297:  * added missing format-file in debian/source,
589
	  thanks afb
590
591
2010-05-30 18:54  killerbot
592
593
svn6287:  - fixed typo
594
595
2010-05-30 16:23  jenslody
596
597
svn6286:  * Changed version of base-release to 10.05 in some
598
	  files;
599
	  added shell-script to download actual documentation from our
600
	  server;
601
	  added doc-packages to debian/control, added install and doc-base
602
	  files therefore;
603
	  added README.Debian;
604
	  updated some copyright-informations
605
606
2010-05-27 09:09  jenslody
607
608
svn6282:  * fix for bug #16951 and #17068: Project properties
609
	  dialog too large, caused by wxTreectrl from libfinder-plugin
610
611
2010-05-25 05:00  mortenmacfly
612
613
svn6276:  - fixed spelling mistake plattform -> platform
614
615
2010-05-19 09:59  mortenmacfly
616
617
svn6261:  * prepared new logo
618
619
2010-05-15 08:54  biplab
620
621
svn6235:  * Fixed: Typo in changelog of codeblocks.spec.in.
622
623
2010-05-14 18:19  mortenmacfly
624
625
svn6233:  - introducing naming scheme for title
626
627
2010-05-12 14:12  biplab
628
629
svn6219:  * Applied: [Patch #2977] PATCH for wxSmith, fixed the
630
	  min size preview bug.
631
632
2010-05-11 06:17  mortenmacfly
633
634
svn6218:  * fixed possible crash candidate
635
636
2010-05-11 05:58  mortenmacfly
637
638
svn6217:  - introducing naming scheme for logos
639
640
2010-05-08 08:17  killerbot
641
642
svn6216:  - non pch build ifx
643
644
2010-05-07 15:21  biplab
645
646
svn6215:  * Applied: [Patch #2969] to wxWidgets wizard.
647
648
2010-05-07 15:16  biplab
649
650
svn6214:  * Applied: [Patch #2974] adjust path to scintilla in
651
	  "plugin::ScriptedWizard"
652
653
2010-05-05 14:12  mortenmacfly
654
655
svn6213:  * CC: Fix a bug for ' extern "C++" ' (thanks Loaden)
656
657
2010-05-05 14:10  mortenmacfly
658
659
svn6212:  - removed accidentally committed file
660
661
2010-05-05 14:09  mortenmacfly
662
663
svn6211:  * CC: fix 'Tokenizer::FixArgument' bug: support skip
664
	  C++ comment (thanks Loaden)
665
666
2010-05-05 14:08  mortenmacfly
667
668
svn6210:  * applied patch for wizard's default compiler error
669
	  (thanks Loaden)
670
671
2010-05-05 14:06  mortenmacfly
672
673
svn6209:  * CC: bug fix for GetGCCCompilerDirs failed in
674
	  Archlinux (thanks Loaden)
675
676
2010-05-01 08:37  jenslody
677
678
svn6206:  * fix for bug #17097 (Manager panel incorrect
679
	  behaviour), also changes the behaviour of logger tabs, they now
680
	  get toggled instead of closed, if close_on_all_tabs is active and
681
	  the close-button is clicked (fix the bug described here:
682
	  http://forums.codeblocks.org/index.php/topic,12450.0.html)
683
684
2010-04-22 07:28  mortenmacfly
685
686
svn6205:  - start_here page: landed in 2010
687
688
2010-04-16 17:28  jenslody
689
690
svn6204:  * fixed a typo in sqstdstring.cpp
691
692
2010-04-12 07:47  mortenmacfly
693
694
svn6203:  * cc: applied patch by Loaden to fix VC header parsing
695
	  * cc: some code cleanup, additional debug messages
696
697
2010-04-06 05:38  jenslody
698
699
svn6202:  * fixed a bug on linux: the list of plugins that should
700
	  be loaded in batch-build-mode was not saved
701
702
2010-04-04 08:21  killerbot
703
704
svn6201:  - little date/timestamp fix
705
706
2010-03-30 18:07  killerbot
707
708
svn6198:  - bracecompletion fix
709
710
2010-03-28 12:39  killerbot
711
712
svn6197:  - applied path from GeO
713
714
2010-03-23 19:55  killerbot
715
716
svn6196:  - applied patch 2954
717
718
2010-03-21 17:29  jenslody
719
720
svn6195:  - Incremental-Search-plugin: cosmetical changes to
721
	  configuration-dialog as suggested by mariocup
722
723
2010-03-21 13:02  killerbot
724
725
svn6194:  - CppCheck : add project include dirs to cppcheck
726
	  invocation
727
728
2010-03-16 16:18  biplab
729
730
svn6190:  * Fixed: Compiler warning - "warning: 'dllimport'
731
	  attribute ignored"
732
733
2010-03-16 15:41  biplab
734
735
svn6189:  * Build fix for SqPlus.
736
737
2010-03-11 22:21  killerbot
738
739
svn6188:  - minor backslash -> forward slash fix
740
741
2010-03-07 21:51  killerbot
742
743
svn6187:  * CppCheck plug-in : switch to input file list style of
744
	  the new cppcheck (1.41)
745
746
2010-03-03 20:29  pecan
747
748
svn6186:  KeyBinder 1.0.49 2010/03/3
749
	  - Apply patch 2885 by techy
750
751
2010-02-28 16:17  biplab
752
753
svn6182:  * Fixed: A bug in "Advanced Options" page of wxWidgets
754
	  Project wizard. (Thanks Hans Henrik for pointing this)
755
756
2010-02-26 11:07  jenslody
757
758
svn6181:  - reduce build-warnings (and speed up compiling) on
759
	  linux, by (re-)enabling use of precompiled headers in the project
760
	  files of some contrib-plugins
761
762
2010-02-26 10:43  jenslody
763
764
svn6180:  - non pch build fix
765
766
2010-02-25 21:47  pecan
767
768
svn6179:  BrowseTracker 1.2.94 2010/02/25
769
	  - Apply patch 2886 by techy
770
771
2010-02-20 10:12  biplab
772
773
svn6178:  * Fixed: rpm build issues.
774
775
2010-02-20 01:24  pecan
776
777
svn6177:  BrowseTracker 1.2.93 2010/02/19
778
	  - Diable Ctrl-Left_Mouse key usage when user sets editor
779
	  multi-selection enabled.
780
781
2010-02-19 13:21  jenslody
782
783
svn6175:  * contrib-plugins: fix execution working dir and (path
784
	  to) host application, so all plugins can be started and debugged
785
	  from within C::B
786
787
2010-02-18 15:44  biplab
788
789
svn6174:  * Clean-up: svn propset
790
791
2010-02-18 15:35  biplab
792
793
svn6173:  * Fixed: broken rpm build due to path change from
794
	  icons/gnome/* to icons/hicolor/*
795
796
2010-02-18 13:21  biplab
797
798
svn6171:  * Updated: rpm spec file to use .tar.bz2 as source
799
	  tarball extension
800
801
2010-02-18 11:37  jenslody
802
803
svn6170:  * fixed: Assertion with wxWidgets debug-build, due to
804
	  incorrect image size
805
806
2010-02-15 20:52  mariocupelli
807
808
svn6166:  - correct typo
809
810
2010-02-15 15:29  biplab
811
812
svn6165:  * Fixed: Assert failure with wx-debug build.
813
814
2010-02-15 13:07  biplab
815
816
svn6164:  * Applied: [Patch #2926] Fix for closed bug #16808 -
817
	  codesnippets install/uninstall
818
819
2010-02-15 11:15  mortenmacfly
820
821
svn6163:  * pumped (wx)scintilla to version 2.0.3 to resolve a
822
	  conflict with rectangular selections
823
	  - applied some API changes of scintilla to wxScintilla
824
825
2010-02-15 10:24  biplab
826
827
svn6162:  * Applied: [Patch #2927] Fix for closed bug #16809 -
828
	  scriptedwizard install/uninstall
829
830
2010-02-15 04:08  biplab
831
832
svn6159:  * Applied: [Patch #2907] Fixes ConsoleRunner build on
833
	  POSIX/SUS systems. (See
834
	  http://www.opengroup.org/onlinepubs/000095399/basedefs/sys/wait.h.html
835
	  - For WIFEXITED etc. macros)
836
837
2010-02-14 06:37  biplab
838
839
svn6157:  * Applied: [Patch #2611] Make HexEditor plugin portable
840
	  (no C99)
841
842
2010-02-14 02:44  biplab
843
844
svn6156:  * Removal of file from active project is now disabled
845
	  during compiling (either via 1) pressing "Delete" button or 2) by
846
	  clicking "Remove file from project" menu option)
847
848
2010-02-12 01:07  pecan
849
850
svn6155:  CodeSnippets 1.3.120 2010/02/11
851
	  - Fix crash when double clicking previously opened snippet
852
	  - Copy fixes 5995 & 6000 from CB EditorManager to SEditormanager
853
854
2010-02-10 14:21  biplab
855
856
svn6154:  * Clean-up: svn propset
857
858
2010-02-10 13:42  biplab
859
860
svn6153:  * Fixed: [Bug #16808] codesnippets clean and uninstall
861
	  leaves file behind _correctly_
862
863
2010-02-10 13:40  biplab
864
865
svn6152:  * Fixed: [Bug #16809] scriptedwizard clean and
866
	  uninstall leaves file behind _correctly_
867
868
2010-02-10 10:35  mortenmacfly
869
870
svn6151:  * added SFML project wizard and template (applying
871
	  patch #2851)
872
873
2010-02-09 16:02  biplab
874
875
svn6150:  * Cleanup: SVN propset, inconsistent line ending.
876
877
2010-02-09 16:00  biplab
878
879
svn6149:  * Cleanup: SVN propset, inconsistent line ending.
880
881
2010-02-09 15:58  biplab
882
883
svn6148:  * Cleanup: SVN propset, inconsistent line ending.
884
885
2010-02-09 15:56  biplab
886
887
svn6147:  * Cleanup: SVN propset, inconsistent line ending.
888
889
2010-02-09 15:50  biplab
890
891
svn6146:  * Fixed: [Bug #16808] codesnippets clean and uninstall
892
	  leaves file behind
893
894
2010-02-09 15:47  biplab
895
896
svn6145:  * Fixed: [Bug #16809] scriptedwizard clean and
897
	  uninstall leaves file behind
898
899
2010-02-09 15:40  biplab
900
901
svn6144:  * Cleanup: SVN propset.
902
903
2010-02-09 15:24  biplab
904
905
svn6143:  * Cleanup: SVN propset.
906
907
2010-02-09 15:16  biplab
908
909
svn6142:  * Cleanup: SVN propset.
910
911
2010-02-09 15:12  biplab
912
913
svn6141:  * Cleanup: SVN propset.
914
915
2010-02-09 15:11  biplab
916
917
svn6140:  * Cleanup: SVN propset.
918
919
2010-02-09 15:10  biplab
920
921
svn6139:  * Cleanup: SVN propset.
922
923
2010-02-09 15:05  biplab
924
925
svn6138:  * Cleanup: SVN propset.
926
927
2010-02-09 15:05  biplab
928
929
svn6137:  * Cleanup: SVN propset, inconsistent line ending.
930
931
2010-02-07 19:27  jenslody
932
933
svn6136:  * fix a drag and drop bug in wxScintilla: on linux only
934
	  copying was allowed, not moving of selected text
935
936
2010-02-05 13:02  jenslody
937
938
svn6135:  * avoid crashes in wx-2.9, due to incorrect dimensions
939
	  of wxFlexGrid in editor-configuration dialog, see
940
	  http://forums.codeblocks.org/index.php/topic,11952.msg81411.html#msg81411
941
	  for details
942
943
2010-02-03 17:43  mortenmacfly
944
945
svn6134:  * allow the "x" to close a tab to appear on all tabs
946
	  (via settings -> environment -> notebook)
947
	  * class wizard: handle "no implementation file" correctly.
948
	  * fixed wrong scope for "ReplaceInFiles" dialog
949
	  * applied patch #2882: call SetDesc() of the command-line parser
950
	  only once
951
	  * applied patch #2865: categorize source files regardless of
952
	  their capitalization
953
	  * applied patch #2869 to fix bug #16076: file manager: allow ANSI
954
	  builds to dump char* to file (no changes for unicode build)
955
	  * applied patch #2888: cosmetic fix of projectfile.cpp
956
957
2010-02-03 14:06  jenslody
958
959
svn6133:  - wx-2.9 build fixes
960
961
2010-02-03 11:37  jenslody
962
963
svn6132:  - removed not needed (double) header-guards , that
964
	  slipped in with last commit
965
966
2010-02-03 11:28  jenslody
967
968
svn6131:  * subclassed wxAuiNotebook, to work around some
969
	  annoying issues:
970
	  C::B often crashed on linux when dragging tabs with composite
971
	  effects enabled,
972
	  Ctrl+Tab did not respect taborder after dragging tabs,
973
	  Ctrl+Tab did not wrap at the end or the beginning,
974
	  Ctrl+Tab jumped through all tabs, even if new tab groups have
975
	  been created,
976
	  the taborder could not be saved after reordering the tabs with
977
	  drag and drop;
978
	  see
979
	  http://forums.codeblocks.org/index.php/topic,11519.msg81378.html
980
	  for details
981
982
2010-02-02 10:15  mortenmacfly
983
984
svn6130:  * add ACTIVE_EDITOR_LINE, ACTIVE_EDITOR_LINE_0,
985
	  ACTIVE_EDITOR_COLUMN, ACTIVE_EDITOR_COLUMN_0 macros pointing to
986
	  the current editor's line/column (one and zero based)
987
988
2010-02-02 09:43  mortenmacfly
989
990
svn6129:  * do the same fix as r6128 for lib_finder and
991
	  codesnippets, too (they are affected, too)
992
993
2010-02-02 08:53  jenslody
994
995
svn6128:  - wxSmith: fix possible crash on windows, due to
996
	  linking with tinyxml, what is already statically linked into
997
	  codeblocks-library
998
999
2010-01-31 11:51  mandrav
1000
1001
svn6127:  * Added "Reset to defaults" button in
1002
	  "Environment->Docking system" settings.
1003
1004
2010-01-31 11:25  jenslody
1005
1006
svn6126:  - wx-2.9 build-fixes (especially for scrollingdialog.*
1007
	  and linux)
1008
1009
2010-01-31 03:56  biplab
1010
1011
svn6125:  * Cleanup: SVN propset.
1012
1013
2010-01-31 03:53  biplab
1014
1015
svn6124:  * Cleanup: SVN propset, inconsistent line ending.
1016
1017
2010-01-31 03:52  biplab
1018
1019
svn6123:  * Cleanup: SVN propset.
1020
1021
2010-01-31 03:49  biplab
1022
1023
svn6122:  * Cleanup: SVN propset.
1024
1025
2010-01-31 03:46  biplab
1026
1027
svn6121:  * Fixed: Broken build with wx-2.9 due to rev 6120.
1028
1029
2010-01-30 22:28  mandrav
1030
1031
svn6120:  * Added CallMenu() script command to call menus from
1032
	  scripts (e.g. "/Valgrind/Run Valgrind::MemCheck").
1033
1034
2010-01-30 02:24  biplab
1035
1036
svn6119:  * Added: WX_VERSION env var to Code::Blocks project
1037
	  file.
1038
1039
2010-01-29 22:15  mandrav
1040
1041
svn6118:  * Added two new script commands: ExecuteToolPlugin()
1042
	  and ConfigureToolPlugin().
1043
1044
2010-01-26 09:15  jenslody
1045
1046
svn6117:  * added missing include in wxPrpgrid's odcombo.cpp,
1047
	  needed if wxUSE_POPUPWIN is not defined
1048
1049
2010-01-26 09:12  mortenmacfly
1050
1051
svn6116:  - some build fixes for the Mac (thanks afb)
1052
1053
2010-01-26 08:37  jenslody
1054
1055
svn6115:  * added missing include in infowindow.h, needed if
1056
	  wxUSE_POPUPWIN is not defined;
1057
	  reduced compiler warnings
1058
1059
2010-01-25 19:12  mortenmacfly
1060
1061
svn6114:  - compilation fix for GCC 3.3.3 (by applying patch
1062
	  #2802)
1063
1064
2010-01-24 16:03  jenslody
1065
1066
svn6113:  * fix some issues of symbols-browser:
1067
	  if view was "Active project's symbols:" a change of the active
1068
	  project was not recognized;
1069
	  if view was "Current file's symbols:" the toolbar was cleared, if
1070
	  all files except one have been closed;
1071
	  if view was "Current file's symbols:" the symbols-browser still
1072
	  shows the content of the last open file, after all files have
1073
	  been closed;
1074
1075
2010-01-24 09:10  mortenmacfly
1076
1077
svn6111:  - some build fixes (missing include, wrong setup)
1078
1079
2010-01-23 22:05  mandrav
1080
1081
svn6110:  * Fixed CC parsing bug resulting to crash (preprocessor
1082
	  definitions inside template arguments - e.g. boost)
1083
1084
2010-01-23 13:40  mortenmacfly
1085
1086
svn6106:  * reverted problematic PipedPocess patch than
1087
	  accidentally slipped in
1088
	  - updated some project files to reduce linker warnings
1089
	  - updated updated some source files with re-generated wxSmith
1090
	  content (no functional change!)
1091
1092
2010-01-23 13:27  mortenmacfly
1093
1094
svn6105:  - updated broken images
1095
	  - updated revision script (was down-graded through merge?!)
1096
1097
2010-01-23 12:56  mortenmacfly
1098
1099
svn6104:  * merged scintilla branch into trunk. this brings a lot
1100
	  now core features
1101
	  * all changes from scintilla since v1.7 (like virtual space, more
1102
	  lexers, dynamic lexer loading...)
1103
	  * use wxScollingDialog to avoid large size dialogs not fitting
1104
	  into a certain (small) screen resolution
1105
	  - (for more details see changelog in the scintilla branch)
1106
1107
2010-01-23 09:08  mortenmacfly
1108
1109
svn6100:  * CC: another bug fix for parsing class names :-/
1110
	  
1111
	  
1112
	  - CC: added updated wxSmith resource file, too (forgotten on last
1113
	  commit)
1114
	  
1115
	  
1116
	  - CC: some code clean-up
1117
1118
2010-01-22 13:45  jenslody
1119
1120
svn6099:  * fix a bug where local workspace was parsed as global
1121
	  instead of local
1122
1123
2010-01-19 11:08  mortenmacfly
1124
1125
svn6091:  * CC: fixed bug with not parsing function arguments
1126
	  anymore (thanks OllyDbg)
1127
	  * CC: added support for global namespace (thanks blueshake)
1128
	  * CC: handle extern keyword more intelligent (fixing missing STL
1129
	  statements) (thanks blueshake)
1130
	  * CC: debugger tool shows more info (flags missing so far)
1131
	  - CC: fixed some compiler warnings
1132
1133
2010-01-19 06:00  jenslody
1134
1135
svn6090:  - IncrementalSearch-plugin: comment out unneeded
1136
	  debug-message
1137
1138
2010-01-17 02:40  biplab
1139
1140
svn6089:  * Fixed: [Bug #15912] AStyle removes debugger break
1141
	  points.
1142
1143
2010-01-15 13:16  mortenmacfly
1144
1145
svn6088:  - some case fixes for labels
1146
1147
2010-01-15 12:08  mortenmacfly
1148
1149
svn6087:  * allow macros in default code
1150
1151
2010-01-14 16:01  mortenmacfly
1152
1153
svn6086:  * fixed a bug with accelerator being used twice (thanks
1154
	  daniloz)
1155
	  * CC: fixed bug with skipping to wrong character (thanks OllyDbg)
1156
	  * CC: fixed bug with enabling parse while typing (thanks
1157
	  blueshake)
1158
1159
2010-01-14 08:22  mortenmacfly
1160
1161
svn6085:  * applied (modified) patch #2861: New sharedlib project
1162
	  - choose between c and c++
1163
1164
2010-01-14 08:15  mortenmacfly
1165
1166
svn6084:  * compiler: applied patch #2897: PrependDir() can be
1167
	  used for single directory only
1168
	  * compiler: applied patch #2877: CompilerOptionsDlg acesses tabs
1169
	  that don't exist
1170
	  * compiler: LCC compiler supports new registry key for
1171
	  auto-detection
1172
1173
2010-01-13 15:23  biplab
1174
1175
svn6083:  * wx-2.9 migration: Build fixes for HexEditor.cpp
1176
1177
2010-01-13 13:52  mortenmacfly
1178
1179
svn6082:  * CC: made parsing while typing ("real time parse") an
1180
	  option as it slows down the IDE massively for large projects
1181
	  * CC: remove some crash candidates
1182
	  - CC: some code clean-up and optimisations
1183
1184
2010-01-13 11:17  mortenmacfly
1185
1186
svn6081:  * CC: added missing replace to initialisation
1187
	  * CC: allow using a non-alphanumeric replace token
1188
	  * CC applying patch by OllyDbg to handle template arguments
1189
	  better
1190
	  - CC: some code clean-up
1191
1192
2010-01-12 16:41  biplab
1193
1194
svn6080:  * Fixed: Compiler warning.
1195
1196
2010-01-12 16:40  biplab
1197
1198
svn6079:  * wx-2.9 migration: Build fixes for
1199
	  projectfileoptionsdlg.cpp
1200
1201
2010-01-12 15:39  biplab
1202
1203
svn6078:  * Added: Build fixes necessary to compile with wx-2.9.
1204
1205
2010-01-11 16:01  biplab
1206
1207
svn6077:  * StlPort wizard: Added linker option to enable
1208
	  thread-safe exception handling on Windows.
1209
1210
2010-01-11 15:59  biplab
1211
1212
svn6076:  * Ogre wizard: Added linker option to enable
1213
	  thread-safe exception handling on Windows.
1214
1215
2010-01-11 15:56  biplab
1216
1217
svn6075:  * Plugin wizard: Added linker option to enable
1218
	  thread-safe exception handling on Windows.
1219
1220
2010-01-11 15:54  jenslody
1221
1222
svn6074:  * fix for automake system: the bootstrap-script wrongly
1223
	  determined automake 1.11.1 as version below 1.7 and stopped build
1224
	  with an error (see
1225
	  http://forums.codeblocks.org/index.php/topic,11828.msg80247.html#msg80247
1226
	  for details).
1227
1228
2010-01-11 15:37  biplab
1229
1230
svn6073:  * Enabled (for share_config plugin): Linker option to
1231
	  use thread-safe exception handling on Windows. See the following
1232
	  link for more details
1233
	  (http://gcc.gnu.org/onlinedocs/gcc-4.4.2/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options)
1234
1235
2010-01-11 15:35  biplab
1236
1237
svn6072:  * Enabled (for contrib plugins): Linker option to use
1238
	  thread-safe exception handling on Windows. See the following link
1239
	  for more details
1240
	  (http://gcc.gnu.org/onlinedocs/gcc-4.4.2/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options)
1241
1242
2010-01-11 15:31  biplab
1243
1244
svn6071:  * Enabled: Linker option to use thread-safe exception
1245
	  handling on Windows. See the following link for more details
1246
	  (http://gcc.gnu.org/onlinedocs/gcc-4.4.2/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options)
1247
1248
2010-01-11 10:18  mortenmacfly
1249
1250
svn6070:  * CC: fixed a bug with arguments not being handled
1251
	  correctly for typdef'd function pointers (tokens tree had invalid
1252
	  entries)
1253
1254
2010-01-11 08:46  mortenmacfly
1255
1256
svn6069:  - cc: tokens tree dump: show a busy info dialog as
1257
	  computation may really take some time and UI is locked.
1258
1259
2010-01-11 08:35  mortenmacfly
1260
1261
svn6068:  * cb_share_config: updated to include token
1262
	  replacements of CC, too
1263
1264
2010-01-10 15:56  biplab
1265
1266
svn6067:  * Reverted: GCC Version check was disabled on
1267
	  Linux/Mac. Now it is disabled while compiling with wx-2.9 across
1268
	  all platforms.
1269
	  * Fixed: [Bug #16643] SetupIncludeDirs fails to detect gcc4+
1270
1271
2010-01-10 08:04  biplab
1272
1273
svn6066:  * Fixed: Window size of dlgAbout.
1274
1275
2010-01-10 00:01  jenslody
1276
1277
svn6065:  - ThreadSearch-plugin: use different images for toggled
1278
	  buttons, it's easier to determine the state (on windows);
1279
	  support macro-replacement for directories to search in
1280
1281
2010-01-09 19:05  mortenmacfly
1282
1283
svn6064:  * CC: added ability to save tokens tree, list of files
1284
	  and include dirs through CC debug window
1285
1286
2010-01-09 18:04  biplab
1287
1288
svn6063:  * Fixed: [Bug #16562] -mthreads not set when linking
1289
	  wxWidgets project
1290
1291
2010-01-09 17:14  biplab
1292
1293
svn6062:  * Fixed: Crash-candidate in openfileslistplugin.cpp
1294
1295
2010-01-07 12:04  mortenmacfly
1296
1297
svn6058:  * CC: fixed bug with wrong file being returned reported
1298
	  here:
1299
	  http://forums.codeblocks.org/index.php/topic,11800.msg80076.html#msg80076
1300
	  - CC: massive code clean-up to remove old artifacts
1301
1302
2010-01-06 07:00  mortenmacfly
1303
1304
svn6057:  - CC: added some more debug information to nativeparser
1305
	  to debug SmartSense
1306
1307
2010-01-05 16:10  mortenmacfly
1308
1309
svn6056:  * CC: removing another possible crash candidate
1310
	  * CC: decreasing memory foot print of token tree
1311
	  - CC: some code clean-up, adding some more debug information
1312
1313
2010-01-05 14:52  mortenmacfly
1314
1315
svn6055:  - cc: fixed a possible crash candidate
1316
1317
2010-01-05 12:39  jenslody
1318
1319
svn6051:  - IncrementalSearch-plugin: changed text in conf-dialog
1320
1321
2010-01-05 11:37  jenslody
1322
1323
svn6050:  * IncrementalSearch-plugin: implement shortcut for
1324
	  backward-search (SHIFT+ENTER);
1325
	  add option to highlight the text in the toolbar if it gains focus
1326
	  via menu or shortcut (configurable);
1327
	  remember cursor position in the toolbar's textcontrol
1328
1329
2010-01-05 09:08  mortenmacfly
1330
1331
svn6049:  - fully document all C::B patches for scripting
1332
	  (squirrel)
1333
1334
2010-01-04 22:19  jenslody
1335
1336
svn6048:  - fix some more compiler warnings
1337
1338
2010-01-04 21:40  jenslody
1339
1340
svn6047:  - avoid compiler warnings on 64-bit linux
1341
1342
2010-01-04 21:40  jenslody
1343
1344
svn6046:  - avoid compiler warnings on 64-bit linux
1345
1346
2010-01-04 19:10  mortenmacfly
1347
1348
svn6045:  * CC: applied patch by blueshake: "real time parse"
1349
	  * CC: applied patch by ollydbg: "better handling of typedef"
1350
	  * CC: fixed bug in argument handling
1351
	  * CC: fixed bug with token replacements
1352
	  - CC: some code clean-up and removal of compiler warnings, some
1353
	  more debug info
1354
1355
2010-01-04 13:52  biplab
1356
1357
svn6044:  * Fixed: Couple of compiler warnings.
1358
1359
2010-01-04 13:51  biplab
1360
1361
svn6043:  * Fixed: Couple of compiler warnings.
1362
1363
2010-01-04 11:24  jenslody
1364
1365
svn6042:  - another small fix to new scripting engine to avoid a
1366
	  compiler warning on 64-bit linux
1367
1368
2010-01-04 10:41  mortenmacfly
1369
1370
svn6041:  - some more tiny adjustments to new scripting engine to
1371
	  avoid compiler warnings
1372
1373
2010-01-04 09:37  biplab
1374
1375
svn6040:  * Fixed: Broken build due to missing code from
1376
	  pre-processor section. (Thanks Jens for pointing this).
1377
1378
2010-01-04 09:34  biplab
1379
1380
svn6039:  * Fixed: Broken build by reintroducing C::B specific
1381
	  patch. (Thanks Morten for pointing this)
1382
1383
2010-01-03 15:25  biplab
1384
1385
svn6035:  * Squirrel Update (Part 2 - Final part)
1386
	  - Updated: Squirrel to version 2.2.4
1387
	  - Added: Necessary fixes to build on Win 64 bit platform.
1388
1389
2010-01-03 15:19  biplab
1390
1391
svn6034:  * Squirrel Update (Part 1)
1392
	  - Updated: Squirrel to version 2.2.4
1393
	  - Added: Necessary fixes to build on Win 64 bit platform.
1394
1395
2010-01-03 13:02  biplab
1396
1397
svn6033:  * Fixed: Warning due to use wxString:find
1398
1399
2010-01-03 12:41  biplab
1400
1401
svn6032:  * Fixed: Build with wx-2.9
1402
1403
2010-01-03 05:57  biplab
1404
1405
svn6031:  * Fixed: Inconsistent line ending.
1406
	  * Fixed: svn-propset.
1407
1408
2010-01-03 05:54  biplab
1409
1410
svn6030:  * Fixed: svn-propset.
1411
1412
2010-01-03 05:29  biplab
1413
1414
svn6029:  * Fixed: Inconsistent line ending.
1415
	  * Fixed: svn-propset.
1416
1417
2010-01-03 05:27  biplab
1418
1419
svn6028:  * Fixed: svn-propset.
1420
1421
2010-01-03 05:25  biplab
1422
1423
svn6027:  * Fixed: svn-propset.
1424
1425
2010-01-03 05:23  biplab
1426
1427
svn6026:  * Fixed: svn:eol-style set to native.
1428
1429
2010-01-03 05:16  biplab
1430
1431
svn6025:  * Fixed: svn:eol-style set to native.
1432
1433
2010-01-03 05:15  biplab
1434
1435
svn6024:  * Cosmetic Fix: Build-date-time stamp will now show 32
1436
	  bit/64 bit depending on the build.
1437
1438
2010-01-02 15:05  killerbot
1439
1440
svn6023:  - further support for new xml style (xwhat/text) for
1441
	  Valgrind 3.5.0
1442
1443
2010-01-02 14:31  killerbot
1444
1445
svn6022:  * Valgrind plug-in : support Valgrind 3.5.0
1446
1447
2010-01-02 08:20  killerbot
1448
1449
svn6021:  - include fix
1450
1451
2010-01-01 12:55  jenslody
1452
1453
svn6016:  * fix incorrect use of wxString::find() instead of
1454
	  wxString::Find() in two cases.
1455
1456
2009-12-31 22:12  jenslody
1457
1458
svn6015:  * cc-plugin: (hopefully) final fix for a crash-candidat
1459
	  in ClassBrowserBuilderThread
1460
1461
2009-12-31 21:44  jenslody
1462
1463
svn6014:  * fix an issue, where plugins can not be found on some
1464
	  64-bit linux systems, see
1465
	  http://forums.codeblocks.org/index.php/topic,8755.msg78525.html#msg78525
1466
	  for details
1467
1468
2009-12-31 21:16  jenslody
1469
1470
svn6013:  * cc-plugin: fix for a crash-candidat in
1471
	  ClassBrowserBuilderThread
1472
1473
2009-12-31 17:09  mortenmacfly
1474
1475
svn6012:  * applied patch #2892: Array index out of range
1476
1477
2009-12-31 17:03  mortenmacfly
1478
1479
svn6011:  * applied patch #2887: Parserthread doesn't check if
1480
	  the file exists
1481
1482
2009-12-31 17:02  mortenmacfly
1483
1484
svn6010:  - applied patch #2893: Use file types from dynamic
1485
	  groups instead of hard-coded file types
1486
1487
2009-12-31 16:59  mortenmacfly
1488
1489
svn6009:  * applied patch #2874: OnPageChanged called upon
1490
	  creation
1491
1492
2009-12-31 16:54  mortenmacfly
1493
1494
svn6008:  * applied patch #2891: Check return value of
1495
	  wxEncodingConverter::Init()
1496
1497
2009-12-31 16:25  mortenmacfly
1498
1499
svn6007:  * applied patch #2881: Remove the wizardry that loads
1500
	  CBTreeCtrl
1501
1502
2009-12-31 16:22  mortenmacfly
1503
1504
svn6006:  * applied #2866: Make wildcard select in multiselectdlg
1505
	  work properly
1506
1507
2009-12-31 16:21  mortenmacfly
1508
1509
svn6005:  * applied patch #2833: regex testbed refinements
1510
1511
2009-12-31 16:15  mortenmacfly
1512
1513
svn6004:  - tiny formatting adjustments
1514
1515
2009-12-31 16:10  mortenmacfly
1516
1517
svn6003:  - tiny fix to patch #2864
1518
1519
2009-12-31 16:07  mortenmacfly
1520
1521
svn6002:  * applied patch #2854: Added macro
1522
	  $(TARGET_COMPILER_DIR) to macrosmanager
1523
1524
2009-12-31 16:05  mortenmacfly
1525
1526
svn6001:  * applied patch #2842: Switcher dialog: Mouse wheel
1527
	  support and hot tracking
1528
1529
2009-12-31 16:00  mortenmacfly
1530
1531
svn6000:  - tiny fix to patch #2803
1532
1533
2009-12-31 14:56  mortenmacfly
1534
1535
svn5999:  * applied patch #2884: Don't call Expand on wxTreeCtrl
1536
	  with wxTR_HIDE_ROOT
1537
1538
2009-12-31 14:55  mortenmacfly
1539
1540
svn5998:  * applied (modified) patch #2880: Open clipboard before
1541
	  its use
1542
1543
2009-12-31 14:54  mortenmacfly
1544
1545
svn5997:  * applied patch #2878: Different type used in xrc and
1546
	  XRCCTRL
1547
1548
2009-12-31 14:52  mortenmacfly
1549
1550
svn5996:  * applied patch #2876: Global variable dialog array
1551
	  access fixes
1552
1553
2009-12-31 14:51  mortenmacfly
1554
1555
svn5995:  * applied patch #2875: EditorManager accesses invalid
1556
	  page
1557
1558
2009-12-31 14:50  mortenmacfly
1559
1560
svn5994:  * CC: applied patch #2868: Try harder when opening
1561
	  includes from context menu
1562
1563
2009-12-31 14:47  mortenmacfly
1564
1565
svn5993:  * applied patch #2867: Try harder when searching file
1566
	  with compilation error
1567
1568
2009-12-31 14:44  mortenmacfly
1569
1570
svn5992:  - applied patch #2864: Remove extra whitespace from
1571
	  keyword list
1572
1573
2009-12-31 14:43  mortenmacfly
1574
1575
svn5991:  - compiler: applied patch #2863: Variable name
1576
	  description for custom makefile
1577
1578
2009-12-31 14:42  mortenmacfly
1579
1580
svn5990:  * CC: applied patch #2856: parserthread accesses memory
1581
	  behind the end of the string
1582
1583
2009-12-31 14:30  mortenmacfly
1584
1585
svn5989:  * applied patch #2803: faster header source swapping
1586
1587
2009-12-29 15:12  biplab
1588
1589
svn5988:  * Pre-processor fix: To enable compilation with a
1590
	  non-GCC compiler.
1591
1592
2009-12-29 08:24  killerbot
1593
1594
svn5987:  - remove warnings (thanks stahta01)
1595
1596
2009-12-18 12:06  jenslody
1597
1598
svn5986:  - wxSmith: added wxEVT_COMMAND_SLIDER_UPDATED to
1599
	  wxSlider
1600
1601
2009-12-18 12:03  jenslody
1602
1603
svn5985:  * workaround for a problem where the indicators used by
1604
	  HighlightOccurrences and IncrementalSearch hide the text if
1605
	  wxWidgets is build without rawbitmap support
1606
1607
2009-12-17 17:27  mortenmacfly
1608
1609
svn5984:  * scripted wizard plugin: tiny fix to new DX wizard so
1610
	  it should work with DX devpak, too
1611
1612
2009-12-17 13:23  mortenmacfly
1613
1614
svn5983:  * updated direct/x wizard to be compatible with DX8 and
1615
	  DX9
1616
1617
2009-12-16 10:27  mortenmacfly
1618
1619
svn5980:  * added missing EditorReuser class to filemanager which
1620
	  also fixes issues with CC as of r5979
1621
1622
2009-12-15 11:58  mortenmacfly
1623
1624
svn5978:  * cc plugin: fixed bug with broken CC after e.g. a call
1625
	  to a static member function within a local scope (thanks ollydbg)
1626
1627
2009-12-15 08:39  mortenmacfly
1628
1629
svn5977:  - cc plugin: fixed ooops.
1630
1631
2009-12-15 08:35  mortenmacfly
1632
1633
svn5976:  - cc plugin: some more code cleanup while hunting a bug
1634
1635
2009-12-15 07:40  mortenmacfly
1636
1637
svn5975:  * cc plugin: applied patch by blueshake to re-parse on
1638
	  demand only
1639
	  * cc plugin: applied patch by blueshake to get the function
1640
	  tokens from the tokentree with filename directly based on
1641
	  real-time parse
1642
	  - cc plugin: a lot more useful trace information for the parser
1643
1644
2009-12-14 13:57  mortenmacfly
1645
1646
svn5974:  * cc plugin: applied patch by OllDbg: documentation and
1647
	  TRACE macro usage
1648
	  - cc plugin: removed some compiler warnings
1649
	  - cc plugin: extended test cases
1650
1651
2009-12-11 16:09  pecan
1652
1653
svn5973:  BrowseTracker 1.2.92 2009/12/11
1654
	  - Clear m_bProjectClosing in OnProjectOpened() else no initial
1655
	  activation recorded after project closed.
1656
	  - Fix JumpTracker inability to switch between editors (caused by
1657
	  Editor Activation fix)
1658
1659
2009-12-10 14:50  mortenmacfly
1660
1661
svn5967:  * CCCC/CppCheck plugin: Allow choosing the executable
1662
	  (if not in the path)
1663
	  * CCCC/CppCheck plugin: Show a busy dialog as the call can take
1664
	  several minutes
1665
1666
2009-12-09 14:24  jenslody
1667
1668
svn5966:  * fix an issue, where renaming a file can overwrite
1669
	  existing files, if the new filename is the same as the name of
1670
	  the existing file (windows-only)
1671
1672
2009-12-09 07:57  jenslody
1673
1674
svn5965:  * fix line-endings in debian-subfolder, added/changed
1675
	  svn properties
1676
1677
2009-12-08 06:24  mortenmacfly
1678
1679
svn5961:  * updated wxContribItems "wxChart" and "wxThings" to
1680
	  more recent versions
1681
1682
2009-12-06 01:01  jenslody
1683
1684
svn5954:  * non-pch build fixes
1685
1686
2009-12-05 16:24  biplab
1687
1688
svn5953:  * Fixed: Inconsistent line endings. svn:eol-style
1689
	  changed to native.
1690
1691
2009-12-05 16:12  biplab
1692
1693
svn5952:  * Fixed: Inconsistent line endings. svn:eol-style
1694
	  changed to native.
1695
1696
2009-12-01 13:06  mortenmacfly
1697
1698
svn5945:  * CC: added better handling of macros
1699
	  * CC: better handling of templates
1700
	  * CC: reduced time for re-parsing in the case of header/source
1701
	  swapping
1702
	  * CC: removed possible crash candidate
1703
	  * CC: better namespace handling for newer GCC 4 macros
1704
	  - CC: better documentation (thanks OllyDbg)
1705
	  - CC: class browser uses TRACE macro (thanks OllyDbg)
1706
	  - CC: addded test case for function signatures
1707
1708
2009-11-30 15:55  pecan
1709
1710
svn5944:  BrowseTracker 1.2.90 2009/11/30
1711
	  - Add Shutdown test to OnIdle
1712
	  - OnCloseEditor, Activate the previously active edtor, not the
1713
	  last tab; EditorManager::OnUpdateUI() used to do this.
1714
	  wxAuiNotebook broke it.
1715
	  - OnProjectClosing() ignore recording of closing editors;
1716
	  OnProjectActivated() activate the current edtior for this project
1717
	  (not last tab).
1718
	  - Record last deactivated editor; OnEditorClose activate last
1719
	  deactivated editor (vs. last tab)
1720
	  - Fixed: loop in OnIdle() after svn 5939 changes
1721
1722
2009-11-29 16:42  killerbot
1723
1724
svn5943:  - little translation fixes
1725
1726
2009-11-27 08:37  biplab
1727
1728
svn5942:  * Cleanup: SVN propset for update.bat file.
1729
	  svn:eol-style set to CRLF.
1730
1731
2009-11-27 08:34  biplab
1732
1733
svn5941:  * Cleanup: SVN propset for update script. svn:eol-style
1734
	  set to LF.
1735
1736
2009-11-27 08:32  biplab
1737
1738
svn5940:  * Cleanup: SVN propset for openfilelist plugin.
1739
1740
2009-11-27 08:16  biplab
1741
1742
svn5939:  * Added: cbEVT_EDITOR_ACTIVATED event to be raised in
1743
	  case an editor is activated programmetically.
1744
1745
2009-11-22 15:42  biplab
1746
1747
svn5938:  * Fixed: Update script for the following reasons-
1748
	  1) CB_share_config is not build by default on Linux.
1749
	  2) codesnippets is also not built by default. Copying it's binary
1750
	  should be done by the update script accompanying it.
1751
1752
2009-11-22 14:21  biplab
1753
1754
svn5937:  * Fixed: Few discrepancies from unix project file.
1755
1756
2009-11-22 11:34  biplab
1757
1758
svn5936:  * Fixed: Deprecated Function call.
1759
1760
2009-11-22 08:49  killerbot
1761
1762
svn5935:  - adjust working directory in Cccc/CppCheck (thanks
1763
	  Jens)
1764
1765
2009-11-22 06:56  jenslody
1766
1767
svn5934:  * IncSearch-plugin: added missing images (forgotten in
1768
	  last commit)
1769
1770
2009-11-21 23:15  jenslody
1771
1772
svn5933:  * IncSearch-plugin: added regex-capabilities
1773
1774
2009-11-21 16:08  biplab
1775
1776
svn5932:  * Applied: [Patch #2812] compilergcc and debuggergdb
1777
	  svn prop cleanup (files missed in previous commit)
1778
1779
2009-11-21 15:58  biplab
1780
1781
svn5931:  * Applied: [Patch #2812] compilergcc and debuggergdb
1782
	  svn prop cleanup (Part 2 of 2)
1783
1784
2009-11-21 15:48  killerbot
1785
1786
svn5930:  - linker fix
1787
1788
2009-11-21 14:34  biplab
1789
1790
svn5929:  * Applied: [Patch #2812] compilergcc and debuggergdb
1791
	  svn prop cleanup (Part 1 of 2)
1792
1793
2009-11-21 13:02  killerbot
1794
1795
svn5928:  - update to previous commit (copy/paste issue)
1796
1797
2009-11-21 12:57  killerbot
1798
1799
svn5927:  - fix typo
1800
1801
2009-11-21 12:55  killerbot
1802
1803
svn5926:  * Add CppCheck plug-in
1804
1805
2009-11-19 05:36  mortenmacfly
1806
1807
svn5925:  - reverted revert as is seems to cause issues on Linux
1808
	  that need to be clarified.
1809
1810
2009-11-18 20:43  mortenmacfly
1811
1812
svn5924:  - reverted accidentally commit part of a patch
1813
1814
2009-11-16 10:27  mortenmacfly
1815
1816
svn5923:  - fixed missing include on linux
1817
1818
2009-11-16 10:04  jenslody
1819
1820
svn5922:  * fixed build-error introduced in last commit
1821
1822
2009-11-16 09:46  mortenmacfly
1823
1824
svn5921:  * fixed reproducible memory leak by applying patch
1825
	  #2796 (thanks techy)
1826
	  * added option to toggle read-only flag of a file (that belongs
1827
	  e.g. to a version controlled to a project)
1828
	  * applied some script bindings (thanks obfuscated)
1829
	  - fixed spelling, missing include
1830
	  - added Jens ;-)
1831
1832
2009-11-16 09:04  jenslody
1833
1834
svn5920:  * some small fixes for the update-script on linux
1835
1836
2009-11-15 19:13  killerbot
1837
1838
svn5919:  - update
1839
1840
2009-11-15 17:36  killerbot
1841
1842
svn5918:  - missed this one in previous commits
1843
1844
2009-11-15 17:31  killerbot
1845
1846
svn5917:  - update
1847
1848
2009-11-15 17:30  killerbot
1849
1850
svn5916:  - fix
1851
1852
2009-11-15 17:27  killerbot
1853
1854
svn5915:  * added CCCC (C and C++ Code Counter) plug-in
1855
1856
2009-11-14 18:48  killerbot
1857
1858
svn5914:  - fix typo
1859
1860
2009-11-13 05:47  mortenmacfly
1861
1862
svn5912:  - HexEditor plugin: added missing include path for
1863
	  project file
1864
1865
2009-11-11 11:58  jenslody
1866
1867
svn5911:  * linux: workaround for a wxWidgets-bug, that makes
1868
	  C::B crash if a floating window gets docked and composite effects
1869
	  are enabled
1870
1871
2009-11-09 16:01  pecan
1872
1873
svn5908:  BrowseTracker 1.2.85 2009/11/9
1874
	  - Fix crash when disabling plugins (in BuildMenu)
1875
1876
2009-11-09 14:42  jenslody
1877
1878
svn5907:  * codesnippets: file forgotten in last commit
1879
1880
2009-11-09 14:42  jenslody
1881
1882
svn5906:  * codesnippets: build-fix to avoid name-conflicts
1883
	  between wxWidgets and newer glib-versions
1884
1885
2009-11-08 18:14  pecan
1886
1887
svn5905:  MouseSap 1.1.7 2009/11/8
1888
	  - Change Paste() to SetTarget() for Linux
1889
1890
2009-11-08 17:14  pecan
1891
1892
svn5904:  MouseSap 1.1.5 2009/11/8
1893
	  - Shift-MiddleMouse will paste over marked if cursor also in
1894
	  marked area else insert pasted data.
1895
1896
2009-11-08 16:50  pecan
1897
1898
svn5903:  Codesnippets 1.3.118 2009/11/8
1899
	  - FileImport.h for Linux
1900
1901
2009-11-08 16:49  jenslody
1902
1903
svn5902:  * wxScintilla: reduce flickering with newer gtk+ on
1904
	  linux; thanks Eran for the patch
1905
1906
2009-11-08 16:39  pecan
1907
1908
svn5901:  CodeSnippets 1.3.118 2009/11/8
1909
	  - re-enable context menu for editors.
1910
	  - Added config option to turn off tooltips
1911
	  - Added Save/Close to context menu and filtered entries
1912
	  - Correct behavior of Close() for editor tabs in SEditorManager
1913
	  - Import CB resouces when using external codesnippets folder
1914
	  - Validate dir structure before saving .xml file
1915
	  (SaveItemsToFile)
1916
	  - Double click or Enter key on category expands or collapses tree
1917
	  item
1918
	  - Fix behavior of docked/floating window at OnRelease()
1919
	  - Call macro replace only if text has some of "$%["
1920
	  - Add support for vendors other than "codeblocks"
1921
	  - Fix erroneous double entry into "Save Index As" routine
1922
	  - Fix crash in SEditorManager::CheckForExternallyModifiedFiles();
1923
1924
2009-11-08 15:50  pecan
1925
1926
svn5900:  BrowseTracker 1.2.84 2009/11/7
1927
	  - Corrections for Linux
1928
1929
2009-11-08 14:06  pecan
1930
1931
svn5899:  BrowseTracker 1.2.84 2009/11/7
1932
	  - Set browse marks sorting flag in OnEditorActivated()
1933
	  - Set BrowseSelector width window by filename width
1934
	  - Added JumpTracker; record each activated cursor posn within a
1935
	  half-page
1936
	  - Activate previously active editor when secondary project
1937
	  closes.
1938
1939
2009-11-03 12:11  jenslody
1940
1941
svn5895:  * fix an issue when compiling single c-files that does
1942
	  not belong to a project: if the filename is quoted (spaces,
1943
	  braces etc.) the file was treated as c++-file
1944
1945
2009-10-27 14:43  mortenmacfly
1946
1947
svn5892:  * AutoVersioning v1.4 (patch by JGM):
1948
	  - Fixed ubuntu_style_version declaration now it is char string
1949
	  instead of double.
1950
	  - Added new tab of autoversioning editor named "Code"
1951
	  - New support to declare header guard define.
1952
	  - New support to declare namespace name.
1953
	  - New support to add a prefix to all variables helping in c mode
1954
	  like for example the DATE declaration found in other header files
1955
	  the same name.
1956
1957
2009-10-26 16:20  mortenmacfly
1958
1959
svn5891:  * added i18n script for Windows
1960
1961
2009-10-26 15:22  jenslody
1962
1963
svn5890:  * ThreadSearch: skip empty files, otherwise we can get
1964
	  a "Failed to open" errormessage.
1965
1966
2009-10-26 12:19  mortenmacfly
1967
1968
svn5887:  * fixed bug with search scope introduced with last
1969
	  commit
1970
	  - added more file type extensions to file properties dialog
1971
	  - exported file name to workspace file is now always using
1972
	  forward slashes
1973
1974
2009-10-26 11:01  mortenmacfly
1975
1976
svn5884:  * applied patch concerning consistency with labels (by
1977
	  mariocup)
1978
1979
2009-10-22 10:00  mortenmacfly
1980
1981
svn5874:  * cc: applied patches by blueshake and ollydbg for
1982
	  improved typedef handling
1983
1984
2009-10-21 21:45  jenslody
1985
1986
svn5873:  * do not remove doubles in the symbols-browser; they
1987
	  reflect a parser issue, that can not be handled correctly by the
1988
	  symbols browser, and removed doubles most likely contain
1989
	  information that gets lost otherwise
1990
1991
2009-10-21 11:10  jenslody
1992
1993
svn5872:  * make creating the symbols-browser-tree much faster
1994
1995
2009-10-20 19:49  killerbot
1996
1997
svn5871:  - include fixes
1998
1999
2009-10-20 15:37  mortenmacfly
2000
2001
svn5870:  - cc: fixed tiny "bugs" in preprocessor test cases
2002
2003
2009-10-20 15:32  mortenmacfly
2004
2005
svn5869:  - cc: fixed tiny "bugs" in preprocessor test cases
2006
2007
2009-10-20 15:25  mortenmacfly
2008
2009
svn5868:  - cc: added test cases for preprocessors (macros)
2010
2011
2009-10-20 08:34  mortenmacfly
2012
2013
svn5867:  - CC: applied patch by ollydbg: TRACE macro
2014
	  * HexEdit: applied patch by danselmi: correct editor name
2015
	  - profiler: fixed tiny bug with showing progress bar every 10
2016
	  times
2017
	  * AVR wizard: applied patch by danselmi: add more processor
2018
	  types, add post build commands
2019
	  * todo: fixed bug with comparing priority (sorting by priority)
2020
	  - app: do not use m_NoXXX variables, use m_XXX instead. A
2021
	  statement liek if (m_XXX) is easier to read than if (!m_NoXXX)
2022
	  * app: re-enable logging to see errors if running C::B in safe
2023
	  mode
2024
2025
2009-10-17 07:03  killerbot
2026
2027
svn5866:  - remove warning
2028
2029
2009-10-15 19:21  jenslody
2030
2031
svn5865:  * swap header/source: fixed a bug, that made C::B no
2032
	  longer ask whether a non-existant file should be created
2033
2034
2009-10-14 17:23  killerbot
2035
2036
svn5864:  - fix for the changed gdb startline
2037
2038
2009-10-11 13:17  mandrav
2039
2040
svn5862:  * inline files (.inl) are now treated as headers
2041
	  instead of as sources (aka no compile/link by default).
2042
2043
2009-10-11 11:50  biplab
2044
2045
svn5861:  * wx-2.9 migration: Fixes for
2046
	  codecompletion/nativeparser.cpp
2047
2048
2009-10-11 11:49  biplab
2049
2050
svn5860:  * wx-2.9 migration: Fixes for parser/parserthread.cpp
2051
2052
2009-10-09 06:49  mortenmacfly
2053
2054
svn5857:  - cc: updated test cases concerning typedefs/structs
2055
2056
2009-10-09 06:13  mortenmacfly
2057
2058
svn5856:  * cc: fixed a bug pasring function arguments
2059
	  (introduced in r5845)
2060
	  - cc: some code cleanup
2061
2062
2009-10-09 05:30  mortenmacfly
2063
2064
svn5855:  * cc: better tooltip (thanks blueshake)
2065
	  - cc: added more tests for typedefs, added tests or function
2066
	  arguments
2067
2068
2009-10-09 05:26  mortenmacfly
2069
2070
svn5854:  * profiler: applied (modified) patch of nausea, less
2071
	  CPU usage, enhanced usability
2072
	  * profiler: added support for unused functions and static call
2073
	  graph
2074
	  - profiler: As execution of gprof might be really lengthy, show a
2075
	  busy dialog at least so the user knows *something* is happening
2076
2077
2009-10-07 07:03  mortenmacfly
2078
2079
svn5852:  - CC: added (simple) STL test cases
2080
2081
2009-10-07 06:56  mortenmacfly
2082
2083
svn5850:  * applied (modified) patch #2803 - faster header source
2084
	  swapping (thanks techy)
2085
	  - outsourcing of code not belonging to editormanager into
2086
	  projectmanager (locate files in a project)
2087
2088
2009-10-07 06:46  mortenmacfly
2089
2090
svn5849:  * CC: introduced TRACE macros (thanks ollydbg)
2091
	  - CC: some refactoring concerning readability, preparation of STL
2092
	  support in GCC4 (currently disabled)
2093
2094
2009-10-06 15:31  mortenmacfly
2095
2096
svn5848:  * CC: removed problematic code that causes crash. code
2097
	  was part of typedef parser but not needed anymore.
2098
2099
2009-10-06 11:02  thomasdenk
2100
2101
svn5847:  - Removed some "undo noise" from comment tidier and
2102
	  random generator plugins
2103
2104
2009-10-06 08:52  mortenmacfly
2105
2106
svn5846:  - CC: added testing projects (and a workspace) for CC
2107
2108
2009-10-06 08:11  mortenmacfly
2109
2110
svn5845:  - CC: show message in the debug log if probably too
2111
	  much code was skipped (probably a parser error therefore)
2112
	  - CC: make debugging smartsense work again
2113
	  - CC: code clean-up
2114
2115
2009-10-05 21:28  jenslody
2116
2117
svn5844:  * removed unnecessary code
2118
2119
2009-10-05 12:01  mortenmacfly
2120
2121
svn5840:  - CC: tiny fixes (rename obsolete wx1 methods, fix
2122
	  brackets mismatch in logic)
2123
2124
2009-10-05 07:32  mortenmacfly
2125
2126
svn5838:  - CC: better handling of typedefs and escaped chars
2127
	  (blueshake & ollydbg)
2128
2129
2009-10-01 15:44  mortenmacfly
2130
2131
svn5834:  * fixed a compilation error
2132
2133
2009-10-01 13:30  mortenmacfly
2134
2135
svn5833:  - CC: code cleanup
2136
	  - tab2spaces for better alignment
2137
	  - remove images from project files for better sync
2138
2139
2009-10-01 06:48  mortenmacfly
2140
2141
svn5832:  * CC: applied patch by ollydbg concerning operator
2142
	  handling in nativeparser
2143
2144
2009-09-30 21:16  jenslody
2145
2146
svn5827:  * editormanager and infopane: force selection of the
2147
	  tab that sends a tab-context-menu-event, to make sure this event
2148
	  is handled correctly
2149
2150
2009-09-29 14:52  mortenmacfly
2151
2152
svn5826:  * CC: completing structs enhancedments, thanks ollydbg
2153
	  * CC: do not create files while setting up include dirs for
2154
	  parser (GCC only), thanks ollydbg
2155
	  - CC: some native parser refactoring and cleanup
2156
2157
2009-09-28 08:15  jenslody
2158
2159
svn5825:  * fix a possible endless-loop in tokenizer.cpp
2160
2161
2009-09-27 09:54  jenslody
2162
2163
svn5824:  * make program's arguments and host-applications of the
2164
	  contrib-plugins more consistent
2165
2166
2009-09-27 09:51  jenslody
2167
2168
svn5823:  * add xterm to the suggested packages for debian
2169
2170
2009-09-27 09:50  jenslody
2171
2172
svn5822:  * make ThreadSearch use wxCustomButton as toggle-button
2173
	  in SearchIn-panel instead of wxBitmapButton; set dependencies
2174
	  between projects in contrib-plugins-workspace where it is needed
2175
2176
2009-09-25 06:53  mortenmacfly
2177
2178
svn5819:  * fixed a typo in CC (thanks ollydbg)
2179
2180
2009-09-24 14:16  mortenmacfly
2181
2182
svn5818:  - a tiny fix to blueshake's brackets handling
2183
2184
2009-09-24 10:53  mortenmacfly
2185
2186
svn5817:  - fixed CC bug with anonymous namespaces (thanks
2187
	  blueshake)
2188
	  - fixed general parser bug
2189
2190
2009-09-21 18:18  mortenmacfly
2191
2192
svn5816:  - ThreadSearch: Another crash fix by yesno (hopefully
2193
	  the last candidate...). Thanks!
2194
2195
2009-09-21 11:14  jenslody
2196
2197
svn5815:  * build fix
2198
2199
2009-09-21 09:43  mortenmacfly
2200
2201
svn5814:  - ThreadSearch plugin: applied fixes by yesno
2202
	  - welcome the new start page
2203
2204
2009-09-19 09:43  jenslody
2205
2206
svn5813:  * fix for internationalization
2207
2208
2009-09-18 22:40  jenslody
2209
2210
svn5812:  * linux build fix for new ThreadSearch images
2211
2212
2009-09-18 17:22  jenslody
2213
2214
svn5811:  * fix a possible crash-candidate
2215
2216
2009-09-18 12:21  jenslody
2217
2218
svn5809:  use trashcan instead of ugly "x" for "delete
2219
	  project/file from history" link on startherepage
2220
2221
2009-09-17 06:38  mortenmacfly
2222
2223
svn5800:  - wxSmithAui: fixed some compiler warnings reported by
2224
	  rhf
2225
2226
2009-09-16 13:17  mortenmacfly
2227
2228
svn5797:  - fixed ThreadSearch documentation generation
2229
	  - fixed some compiler warnings with GCC4
2230
2231
2009-09-16 12:09  mortenmacfly
2232
2233
svn5796:  * applied patch #2778: wx 2.9 Migration Patch to
2234
	  wxSmith Plugin
2235
	  - added "apply all" to borders in wxSmith managed windows for
2236
	  easier handling
2237
2238
2009-09-15 11:19  jenslody
2239
2240
svn5790:  * fixed a build-bug in ThreadSearchView.cpp, that
2241
	  slipped in with commit 5785
2242
2243
2009-09-15 09:27  mortenmacfly
2244
2245
svn5785:  * applied nice ThreadSearch patch that makes TS smaller
2246
	  and more feasible for small monitor resolutions
2247
	  * added filtering of compiler messages (in compiler options) ->
2248
	  C::B can now skip messages with a certain string(s) in it
2249
	  * updated code snipptes internal editor to be in sync with C::B
2250
	  one
2251
	  - fixed a few inconsistent includes in code snippets and browse
2252
	  tracker
2253
	  - removed some more #cb
2254
	  - applied icon pack I got from (???) -> looks REALLY great. Get
2255
	  used to it. (probably we'll later provide the old one as
2256
	  additional download)
2257
	  - updated project files to be more consistent
2258
	  - another tiny fix to CC
2259
2260
2009-09-14 21:04  jenslody
2261
2262
svn5784:  * fixed a folding issue in split-view reported by
2263
	  danselmi: a folded line in the second editor was always shown
2264
	  underlined
2265
2266
2009-09-14 15:17  mortenmacfly
2267
2268
svn5783:  * applied (modified) patch #2162: add/remove file
2269
	  to/from active project (thanks olipfei)
2270
	  * applied (modified) patch #2745/2746: improve bracecompletion
2271
	  (thanks danselmi)
2272
	  * applied (modified) patch #2715: Link for deleting history items
2273
	  from "start here" page (thanks arrowdodger)
2274
	  * applied (modified) patch #2815: Remove file from project when
2275
	  the delete key is pressed (thanks tpetrov)
2276
	  * fixed a bug detected by killerbot/jens concerning new code
2277
	  completion
2278
	  * made logmanager more solid against invalid API usage (which
2279
	  unfortunately happens through 3rd party plugins resulting in a
2280
	  crash of C::B)
2281
	  - fixed annoying compiler warning message in tinyxml
2282
	  - fixed some project files not to use #cb for debugging w/ IPC
2283
	  - made a global function in filemanager a private, local one (no
2284
	  need to be global anymore)
2285
	  - re-ordered projects in plugin workspace alphabetically
2286
	  - updated doxygen SDK documentation file
2287
2288
2009-09-14 14:29  biplab
2289
2290
svn5782:  * Applied: [Patch #2739] Occurence highlighting on
2291
	  second (splitted) view.
2292
2293
2009-09-13 22:31  jenslody
2294
2295
svn5780:  * linux build fixes
2296
2297
2009-09-13 21:41  jenslody
2298
2299
svn5779:  * cb_console_runner (Linux): fixed an issue, that leads
2300
	  to incorrect execution times on some (all?) systems; fixed an
2301
	  issue with converting the return-value of the
2302
	  system(...)-function (only tested on debian/ubuntu, hopefully
2303
	  still works on other linuxes).
2304
2305
2009-09-13 21:32  jenslody
2306
2307
svn5778:  * AStyle-plugin: fix a bug that leads to swapped styles
2308
	  (Linux and GNU), added Horstmann-style, fixed a possible
2309
	  endless-loop.
2310
2311
2009-09-13 19:17  mortenmacfly
2312
2313
svn5777:  * cc plugin: tried fixing a bug reported by killerbot
2314
2315
2009-09-13 13:31  mortenmacfly
2316
2317
svn5770:  * merged with codecompletion_refactoring branch
2318
	  * major update to code completion plugin: thanks a lot to
2319
	  sbezgodov, blueshake, ollydbg, oBFusCATed and all I forgot.
2320
2321
2009-09-12 02:45  biplab
2322
2323
svn5761:  * wx-2.9 migration: Fixes for sdk/filemanager.cpp
2324
2325
2009-09-12 02:44  biplab
2326
2327
svn5760:  * wx-2.9 migration: Fixes for sdk/cbeditor.cpp
2328
2329
2009-09-11 16:29  biplab
2330
2331
svn5759:  * wx-2.9 migration: Fixes for wxsChart/wxschart.cpp
2332
2333
2009-09-11 16:27  biplab
2334
2335
svn5758:  * wx-2.9 migration: Deprecated function call fix for
2336
	  wxchart/chartctrl.cpp
2337
2338
2009-09-11 16:24  biplab
2339
2340
svn5757:  * wx-2.9 migration: Fixes for
2341
	  wxflatnotebook/wxFlatNotebook/src/wxFlatNotebook/wxFlatNotebook.cpp
2342
2343
2009-09-06 12:56  pecan
2344
2345
svn5755:  DragScroll 1.3.25 2009/09/6
2346
	  - re-instate wxCHECK_VERSION(2, 9, 0) guards accidently removed.
2347
2348
2009-09-04 19:42  pecan
2349
2350
svn5754:  DragScroll 1.3.24 2009/09/4
2351
	  - Fix crash when loading .cbp via dde. OnAppStartupDoneInit()
2352
2353
2009-09-02 09:20  jenslody
2354
2355
svn5753:  * MouseSap: remove not needed files
2356
2357
2009-09-01 05:28  jenslody
2358
2359
svn5752:  * MousSap: remove global cb-var and not (yet?) needed
2360
	  files from windows project-file
2361
2362
2009-08-31 22:29  jenslody
2363
2364
svn5751:  * MouseSap: more linux build-fixes
2365
2366
2009-08-31 21:24  killerbot
2367
2368
svn5750:  - include casing fix
2369
2370
2009-08-31 21:22  killerbot
2371
2372
svn5749:  -temp disable a statement to first tru to get a good
2373
	  build
2374
2375
2009-08-31 21:18  killerbot
2376
2377
svn5748:  - further build fixes
2378
2379
2009-08-31 21:09  killerbot
2380
2381
svn5747:  - build fix
2382
2383
2009-08-31 19:23  killerbot
2384
2385
svn5746:  * add MouseSap
2386
2387
2009-08-30 19:31  mortenmacfly
2388
2389
svn5745:  * astyle plugin: updated astyle core to a more recent
2390
	  version (v1.23)
2391
	  * astyle plugin: updated astyle optiond to include new onces, but
2392
	  some are still missing (patches welcome)
2393
2394
2009-08-26 06:13  jenslody
2395
2396
svn5744:  * updated incremental-search to work in split view
2397
2398
2009-08-26 06:00  jenslody
2399
2400
svn5743:  * fix for cbEditor::GetControl(), so it always returns
2401
	  the correct control in split-view
2402
2403
2009-08-24 11:21  jenslody
2404
2405
svn5742:  * DDE-/IPC-connection: fixed error that slipped in with
2406
	  commit 5739
2407
2408
2009-08-24 07:24  mortenmacfly
2409
2410
svn5739:  * applied several fixes by techy (thanks)
2411
	  * applied fixes to wxPDFDocument from wxCode project
2412
	  - made browsetracker wxAuiNotebook friendly again
2413
	  - some cosmetic (non-functional) fixes
2414
2415
2009-08-23 11:04  jenslody
2416
2417
svn5737:  * encoding-detection: use user-specified default for
2418
	  pure ascii-text instead of system-default
2419
2420
2009-08-22 08:47  biplab
2421
2422
svn5735:  * Removed: Makefile.in from version control.
2423
2424
2009-08-22 08:43  biplab
2425
2426
svn5734:  * Removed: Makefile.in from version control.
2427
2428
2009-08-22 07:35  killerbot
2429
2430
svn5733:  * improvements to automatic brace completion
2431
2432
2009-08-22 06:32  biplab
2433
2434
svn5732:  Remove Makefile from version control
2435
2436
2009-08-15 03:48  biplab
2437
2438
svn5731:  * wx-2.9 migration: Removed deprecated function calls
2439
	  from src/switcherdlg.cpp
2440
2441
2009-08-07 22:42  jenslody
2442
2443
svn5730:  * make detection of latin-2 encoding optional, because
2444
	  it can break latin-1 detection due to their similarity; update
2445
	  mozilla-based encoding-detection, comment out some code not
2446
	  needed by C::B
2447
2448
2009-08-06 10:00  mortenmacfly
2449
2450
svn5726:  * fixed certain bugs in compiler version detection
2451
	  (user defined compilers did not work at all)
2452
	  - optimised PCH compilation command generation
2453
2454
2009-08-04 14:20  jenslody
2455
2456
svn5724:  * added parameter to disable DebugLog output of
2457
	  encoding-detector, otherwise it can lead to a crash, if used from
2458
	  inside a thread (like ThreadSearch does); fix ThreadSearch
2459
	  accordingly
2460
2461
2009-07-31 06:22  mortenmacfly
2462
2463
svn5723:  - revert r5636 (due to issues, see here:
2464
	  http://forums.codeblocks.org/index.php/topic,10912.0.html)
2465
2466
2009-07-30 09:59  afb
2467
2468
svn5722:  - fix VPATH builds
2469
2470
2009-07-29 23:08  jenslody
2471
2472
svn5721:  * fix an issue in ThreadSearchView, slipped in with the
2473
	  encoding detection changes, that can lead to increasing
2474
	  textbuffers
2475
2476
2009-07-29 06:16  mortenmacfly
2477
2478
svn5718:  * compiler: fixed crash with SDCC compiler, thanks
2479
	  stahta01
2480
2481
2009-07-28 07:15  mortenmacfly
2482
2483
svn5717:  - compiler: support macros in extra path
2484
2485
2009-07-26 18:53  jenslody
2486
2487
svn5716:  * (nasty) hack to avoid a name-conflict between
2488
	  wxWidgets GSocket and the one introduced in glib 2.21
2489
2490
2009-07-26 18:38  jenslody
2491
2492
svn5714:  - fix (don't translate the option name), this time in
2493
	  C::B's sdk
2494
2495
2009-07-26 16:28  killerbot
2496
2497
svn5713:  - fix (don't translate the option name)
2498
2499
2009-07-25 22:33  jenslody
2500
2501
svn5712:  * fixes for ThreadSearch to use C::B's
2502
	  encoding-detection
2503
2504
2009-07-25 13:20  jenslody
2505
2506
svn5710:  * precompile sdk.h, otherwise debugging on linux is
2507
	  partly broken if gcc >= 4.3, see
2508
	  http://forums.codeblocks.org/index.php/topic,10529.msg73835.html#msg73835
2509
2510
2009-07-25 13:09  jenslody
2511
2512
svn5708:  * avoid underlinking of wxSmithContribItems
2513
2514
2009-07-25 13:07  jenslody
2515
2516
svn5706:  * added version-guards for wxAuiToolbar in wxSmithAui,
2517
	  because it was added to wxWidgets in 2.8.9 and breaks build on
2518
	  some distros
2519
2520
2009-07-25 12:41  jenslody
2521
2522
svn5704:  * fixed a crash-candidate; corrected HitTest in
2523
	  switcher-dialog
2524
2525
2009-07-23 11:34  jenslody
2526
2527
svn5701:  * added missing properties in editorcolourset's copy
2528
	  constructor
2529
2530
2009-07-23 09:49  killerbot
2531
2532
svn5700:  * brace completion [applied patch 2746 ]
2533
2534
2009-07-23 06:17  jenslody
2535
2536
svn5698:  * make indendation-guide be shown in empty lines too,
2537
	  thanks to ollydbg
2538
2539
2009-07-22 15:52  pecan
2540
2541
svn5697:  BrowseTracker 1.2.80 2009/07/22
2542
	  - Call OnEditorActivated() from OnEditorOpened() because editors
2543
	  actived by Alt-G, "Swap header/source", and "Recent files" have
2544
	  no cbEditor associated in EVT_EDITOR_ACTIVATED, and
2545
	  GetActiveEditor() returns NULL.
2546
	  - Hack to find editor's project. Since wxAuiNotebook, the initial
2547
	  EVT_EDITOR_ACTIVATED has no cbEditor or cbProject associated.
2548
2549
2009-07-20 15:28  killerbot
2550
2551
svn5696:  * indentation guide highlight
2552
2553
2009-07-17 21:48  jenslody
2554
2555
svn5694:  * fix a possible crash-candidat
2556
2557
2009-07-13 21:21  pecan
2558
2559
svn5693:  BrowseTracker 1.2.78 2009/07/13
2560
	  - Fix activations by keyboard after wxAuiNotebook added.
2561
	  - Sort browse marks in idle time.
2562
2563
2009-07-13 10:54  jenslody
2564
2565
svn5691:  * fix a background-coloring issue (not the whole
2566
	  background was coloured, only bg containing characters, see
2567
	  http://forums.codeblocks.org/index.php/topic,10810.msg74145.html#msg74145)
2568
2569
2009-07-12 15:43  jenslody
2570
2571
svn5689:  * fix broken context-menus in infopane; make sure that
2572
	  starthere-page is hidden if a new project is created; replace
2573
	  tabs with spaces
2574
2575
2009-07-07 09:51  jenslody
2576
2577
svn5686:  * added missing files in debian install-file (got lost
2578
	  in merge); reverted 5683 (the files have been renamed in 5671 and
2579
	  are therefore not missing)
2580
2581
2009-07-07 06:50  mortenmacfly
2582
2583
svn5683:  - added two missing images for gnome
2584
2585
2009-07-07 06:14  mortenmacfly
2586
2587
svn5682:  * merged wxfnb_to_wxaui branch to trunk (true merge!)
2588
	  * do *not* use wxaui branch anymore!
2589
2590
2009-07-06 08:33  afb
2591
2592
svn5681:  - fix VPATH builds
2593
2594
2009-06-22 16:36  pecan
2595
2596
svn5679:  CodeSnippets 1.3.107 2009/06/22
2597
	  - Add "Settings..." to plugin ">" button menu.
2598
	  - Use APPDATA envar on first run since CodeBlocks returns "" for
2599
	  config folder in OnAttach().
2600
2601
2009-06-21 03:23  biplab
2602
2603
svn5678:  * wx-2.9 migration: Removed deprecated function calls
2604
	  from pdfxml.cpp.
2605
2606
2009-06-21 03:11  biplab
2607
2608
svn5677:  * wx-2.9 migration: Removed deprecated function calls
2609
	  from pdffont.cpp.
2610
2611
2009-06-21 03:02  biplab
2612
2613
svn5676:  * wx-2.9 migration: Removed deprecated function calls
2614
	  from pdfdoc.cpp.
2615
2616
2009-06-21 02:40  biplab
2617
2618
svn5675:  * wx-2.9 migration: Fixes for pdffont.cpp (Thanks Tim
2619
	  S).
2620
2621
2009-06-21 02:35  biplab
2622
2623
svn5674:  * wx-2.9 migration: Fixes for Profiler Plugin (Thanks
2624
	  Tim S).
2625
2626
2009-06-21 02:15  biplab
2627
2628
svn5673:  * wx-2.9 migration: Fixes for Lib Finder Plugin (Thanks
2629
	  Tim S).
2630
2631
2009-06-20 16:46  biplab
2632
2633
svn5672:  * wx-2.9 migration: Removed deprecated function calls
2634
	  from keybinder/menuutils.cpp.
2635
2636
2009-06-20 14:19  jenslody
2637
2638
svn5671:  * more changes to debian build system, should be now
2639
	  lintian-clean, except for some guessed spelling errors; changed
2640
	  name and install-dir of mimetype-icons; fixed a typo
2641
2642
2009-06-20 13:20  biplab
2643
2644
svn5669:  * wx-2.9 migration: Removed deprecated function call
2645
	  from keybinder/keybinder.cpp.
2646
2647
2009-06-19 17:01  killerbot
2648
2649
svn5668:  - remove warning
2650
2651
2009-06-19 11:56  mortenmacfly
2652
2653
svn5666:  * headerfixup: Applied modified patch of the forums to
2654
	  make the log more beautiful, some UI re-design
2655
4854 by mortenmacfly
* merged wxfnb_to_wxaui branch to trunk (true merge!)
2656
2009-06-19 10:52  mortenmacfly
2657
2658
svn5664:  - updated script console with a label so it looks like
2659
	  the debugger's console
2660
2661
2009-06-19 07:24  mortenmacfly
2662
2663
svn5663:  * debugger: applied patch #2773 (UI to send command to
2664
	  the debugger directly). Thanks oBFusCATed!
2665
	  - couple of fixes, backport from wxaui branch
2666
2667
2009-06-19 07:24  mortenmacfly
2668
2669
svn5662:  * debugger: applied patch #2773 (UI to send command to
2670
	  the debugger directly). Thanks oBFusCATed!
2671
	  - couple of fixes, backport from wxaui branch
2672
2673
2009-06-19 06:50  mortenmacfly
2674
2675
svn5659:  - envvars plugin: wxWidgets 2.9.0 compatibility (thanks
2676
	  stahta01)
2677
2678
2009-06-18 08:23  mortenmacfly
2679
2680
svn5657:  * fixed 2 possible crash candidates
2681
2682
2009-06-18 04:59  killerbot
2683
2684
svn5656:  - include fix
2685
2686
2009-06-17 21:34  jenslody
2687
2688
svn5654:  * fixed an issue that makes it impossible for
2689
	  macrosmanager to recognize that the file in the active editor has
2690
	  changed (see
2691
	  http://forums.codeblocks.org/index.php/topic,10714.msg73420.html
2692
	  for details)
2693
2694
2009-06-17 21:13  killerbot
2695
2696
svn5653:  * support vector debugging
2697
2698
2009-06-15 21:58  jenslody
2699
2700
svn5650:  * fix a crash when rebuilding from commandline or
2701
	  windows-explorer, and all targets/projects are cleaned at once
2702
	  before they get build
2703
2704
2009-06-14 11:32  jenslody
2705
2706
svn5648:  * 64-bit build-fix, nedded for new wxWidgets bindings
2707
2708
2009-06-12 22:03  jenslody
2709
2710
svn5645:  * fix a bug on some windwos-versions, where the
2711
	  controls of a ListControlLogger remain partly visible after
2712
	  removing the active logger
2713
2714
2009-06-11 07:59  mortenmacfly
2715
2716
svn5642:  - dialog optimisations
2717
2718
2009-06-11 07:58  mortenmacfly
2719
2720
svn5641:  - cb_share_config: added wxs files to distr
2721
2722
2009-06-11 07:57  mortenmacfly
2723
2724
svn5640:  - fixed a logic bug in equality operator
2725
2726
2009-06-11 07:57  mortenmacfly
2727
2728
svn5639:  - minor enhancement
2729
	  - spelling correction
2730
2731
2009-06-11 07:56  mortenmacfly
2732
2733
svn5638:  * udpates to script bindings
2734
2735
2009-06-11 07:56  mortenmacfly
2736
2737
svn5637:  - make ESC key function for confirm replace dialog
2738
2739
2009-06-11 07:55  mortenmacfly
2740
2741
svn5636:  - replace macros for compiler options (thanks Biplab)
2742
2743
2009-06-11 07:54  mortenmacfly
2744
2745
svn5635:  - minor bug fix in indexing
2746
2747
2009-06-11 07:54  mortenmacfly
2748
2749
svn5634:  - fixed minor bug
2750
	  - dialog optimisations
2751
	  - apply smartindent only for languages supported
2752
2753
2009-06-11 07:53  mortenmacfly
2754
2755
svn5633:  - const correctnes
2756
2757
2009-06-11 07:51  mortenmacfly
2758
2759
svn5632:  * updated progrid in wxSmith (minor bug-fix, latest
2760
	  1.2.x release)
2761
2762
2009-06-11 07:49  mortenmacfly
2763
2764
svn5631:  * applied patch#2651 Thanks a lot!
2765
2766
2009-06-11 07:12  mortenmacfly
2767
2768
svn5630:  * updated script bindings
2769
2770
2009-06-11 06:57  killerbot
2771
2772
svn5629:  - in preparation for vector debugging
2773
2774
2009-06-08 16:32  killerbot
2775
2776
svn5628:  - build fix
2777
2778
2009-06-08 16:26  killerbot
2779
2780
svn5627:  - build fix
2781
2782
2009-06-08 14:34  pecan
2783
2784
svn5626:  KeyBinder 1.0.48 2009/06/8
2785
	  - If tree item is a sub-menu don't allow key assignment
2786
	  - Change KeyBinder menu access from GetLabel() to
2787
	  GetLabel().Trim() (wx2.8.9/10)
2788
2789
2009-06-08 14:31  pecan
2790
2791
svn5625:  -Adding CodeSnippets GenericMessageBox
2792
2793
2009-06-08 14:27  pecan
2794
2795
svn5624:  -Replaced home grown messagebox with
2796
	  wxGenericMessageBox
2797
2798
2009-06-08 14:25  pecan
2799
2800
svn5623:  CodeSnippets 1.3.105 2009/06/8
2801
	  - Set dragged textdata like dragged filename for FireFox3
2802
	  - Replace home grown messageBox with wxGenericMessaageBox
2803
2804
2009-06-07 20:25  jenslody
2805
2806
svn5622:  * change the rebuild project behaviour similar to
2807
	  rebuild workspace (update to r5492)
2808
2809
2009-06-05 09:23  thomasdenk
2810
2811
svn5621:  - Fixed "narrowing conversion of from 'unsigned int' to
2812
	  'wxChar' inside { }" error (breaks build for gcc 4.4)
2813
2814
2009-06-04 14:02  killerbot
2815
2816
svn5620:  -little fix in CodeCompletion wrt Case Sensitivity
2817
2818
2009-06-02 15:38  biplab
2819
2820
svn5618:  * wx-2.9 migration: Removed deprecated function call in
2821
	  src/splashscreen.cpp.
2822
2823
2009-06-01 16:54  pecan
2824
2825
svn5617:  CodeSnippets 1.3.103 2009/06/1
2826
	  - Fix crash when backspace\cut after Ctrl-A (Thanks Loaden)
2827
2828
2009-05-31 16:00  biplab
2829
2830
svn5616:  * wx-2.9 migration: Temporarily disabled compiler
2831
	  version detection with wx-2.9 to fix a lock-up during C::B
2832
	  startup.
2833
2834
2009-05-31 14:40  jenslody
2835
2836
svn5615:  * added regex for linker-warning and another
2837
	  linker-error; removed ipc.cpp and ipc.h from project-file,
2838
	  because they are not used, but can lead to an internal compiler
2839
	  error with gcc >= 4.3 on 64-bit systems
2840
2841
2009-05-30 21:30  killerbot
2842
2843
svn5614:  * don't show code completion tooltip when debugging [we
2844
	  want to see the value tooltip in case it has been enabled]
2845
2846
2009-05-30 16:45  killerbot
2847
2848
svn5613:  - build fix (gcc 4.4)
2849
2850
2009-05-30 07:19  killerbot
2851
2852
svn5612:  * patch applied : don't show debugging value tooltip
2853
	  when a context menu is open (will greatly improve the "right
2854
	  click : Add" watch functionality)
2855
2856
2009-05-26 18:45  pecan
2857
2858
svn5611:  CodeSnippets 1.3.102 2009/05/26
2859
	  - Remove app default.conf.cbtemp from /APPDATA/codesnippets in
2860
	  OnClose;
2861
	  - Correct .cbtemp name to .cbTemp for linux
2862
	  - Don't raise focus when ::wxActiveWindow != CodeSnippetsTreeCtrl
2863
	  in OnEnterWindow()
2864
2865
2009-05-17 22:06  jenslody
2866
2867
svn5607:  * debian build:
2868
	  - reorganised debug-packages, needed after changing compatibility
2869
	  level to 5,
2870
	  because the codeblocks-dbg package became a little too large (40
2871
	  MB):
2872
	  codeblocks shared library is now in codeblocks-dbg,
2873
	  added codeblocks-contrib-dbg package containing debug libraries
2874
	  for
2875
	  the contrib-plugins;
2876
	  - moved codesnippets executable from codeblocks- to
2877
	  contrib-plugins-package
2878
2879
2009-05-16 13:47  mortenmacfly
2880
2881
svn5604:  * compiler: added regex for "cannot open output file"
2882
	  (TODO: Probably valid for other compilers, too?!)
2883
2884
2009-05-16 12:43  biplab
2885
2886
svn5603:  * wx-2.9 migration: Fixes for CompilerGCC plugin.
2887
2888
2009-05-16 08:42  biplab
2889
2890
svn5602:  * wx-2.9 migration: Removed deprecated function calls
2891
	  from xtra_res.cpp.
2892
2893
2009-05-15 23:10  jenslody
2894
2895
svn5601:  * fix a possible compiler-warning
2896
2897
2009-05-15 22:43  jenslody
2898
2899
svn5600:  * change some debian files to be more compliant to
2900
	  uptodate standards
2901
2902
2009-05-15 07:02  mortenmacfly
2903
2904
svn5599:  * debugger: send debugger events and react accordingly
2905
	  (applied patch #2632)
2906
	  - few consistency / style changes
2907
2908
2009-05-14 15:58  biplab
2909
2910
svn5598:  * wx-2.9 migration: Fixes for Help plugin.
2911
2912
2009-05-14 15:56  biplab
2913
2914
svn5597:  * wx-2.9 migration: Fixes for EnvVars plugin.
2915
2916
2009-05-14 15:54  biplab
2917
2918
svn5596:  * wx-2.9 migration: Fixes for CodeSnippets plugin -
2919
	  removed deprecated functions calls, fixed several build
2920
	  issues.(Portion thanks to Tim S.).
2921
2922
2009-05-14 15:47  biplab
2923
2924
svn5595:  * wx-2.9 migration: Fixes for CodeSnippets plugin
2925
	  (Portion thanks to Tim S.).
2926
2927
2009-05-14 15:36  biplab
2928
2929
svn5594:  * wx-2.9 migration: Fixes for CodeSnippets plugin
2930
	  (Thanks Tim S.).
2931
2932
2009-05-10 21:22  killerbot
2933
2934
svn5593:  - C++Ox for gcc option
2935
2936
2009-05-10 09:23  biplab
2937
2938
svn5592:  * Grouped: Close workspace menu item with other Close
2939
	  menuitems.
2940
2941
2009-05-09 12:17  biplab
2942
2943
svn5591:  * wx-2.9 migration: Fixes for ByoGames plugin (Thanks
2944
	  Tim S.).
2945
2946
2009-05-09 12:10  biplab
2947
2948
svn5590:  * wx-2.9 migration: Fixes for DevPak plugin.
2949
2950
2009-05-09 12:07  biplab
2951
2952
svn5589:  * wx-2.9 migration: Replaced deprecated code from
2953
	  BrowseTracker plugin.
2954
2955
2009-05-05 15:41  biplab
2956
2957
svn5588:  * wx-2.9 migration: Fixes for DragScroll plugin.
2958
2959
2009-05-05 15:40  biplab
2960
2961
svn5587:  * wx-2.9 migration: Fixes for ThreadSearch plugin.
2962
2963
2009-05-03 21:37  jenslody
2964
2965
svn5586:  * added subversion and xsltproc to build-dependencies
2966
	  for debian/ubuntu; run bootstrap in debian-buildprocess, if
2967
	  needed; automatically update ChangeLog to HEAD in
2968
	  debian-buildprocess by running updateChangeLog.sh
2969
2970
2009-05-03 19:23  killerbot
2971
2972
svn5585:  - remove a few warnings
2973
2974
2009-05-03 16:50  jenslody
2975
2976
svn5584:  * added libtool and automake to build-dependencies for
2977
	  debian/ubuntu
2978
2979
2009-05-03 13:46  biplab
2980
2981
svn5583:  * wx-2.9 migration: Fixes for
2982
	  src/plugins/projectsimporter/projectsimporter.cpp.
2983
2984
2009-05-03 13:45  biplab
2985
2986
svn5582:  * wx-2.9 migration: Fixes for
2987
	  src/plugins/projectsimporter/msvcworkspaceloader.cpp.
2988
2989
2009-05-03 13:44  biplab
2990
2991
svn5581:  * wx-2.9 migration: Fixes for
2992
	  src/plugins/projectsimporter/msvcworkspacebase.cpp.
2993
2994
2009-05-03 13:43  biplab
2995
2996
svn5580:  * wx-2.9 migration: Fixes for
2997
	  src/plugins/projectsimporter/msvcloader.cpp.
2998
2999
2009-05-03 13:42  biplab
3000
3001
svn5579:  * wx-2.9 migration: Fixes for
3002
	  src/plugins/projectsimporter/msvc7workspaceloader.cpp.
3003
3004
2009-05-03 13:41  biplab
3005
3006
svn5578:  * wx-2.9 migration: Fixes for
3007
	  src/plugins/projectsimporter/msvc7loader.cpp.
3008
3009
2009-05-03 10:49  biplab
3010
3011
svn5577:  * wx-2.9 migration: Fixes for
3012
	  sdk/wxscintilla/src/PlatWX.cpp.
3013
3014
2009-05-03 06:25  biplab
3015
3016
svn5576:  * wx-2.9 migration: Fixes for
3017
	  src/plugins/xpmanifest/windowsxplooknfeel.cpp.
3018
3019
2009-05-03 06:24  biplab
3020
3021
svn5575:  * wx-2.9 migration: Fixes for
3022
	  src/plugins/scriptedwizard/wiz.cpp.
3023
3024
2009-05-03 06:21  biplab
3025
3026
svn5574:  * wx-2.9 migration: Fixes for
3027
	  src/plugins/debuggergdb/gdb_commands.h.
3028
3029
2009-05-03 06:19  biplab
3030
3031
svn5573:  * wx-2.9 migration: Fixes for
3032
	  src/plugins/debuggergdb/debuggergdb.cpp.
3033
3034
2009-05-03 06:18  biplab
3035
3036
svn5572:  * wx-2.9 migration: More fixes for
3037
	  src/plugins/compilergcc.cpp.
3038
3039
2009-05-03 05:31  biplab
3040
3041
svn5571:  * wx-2.9 migration: Fixes for
3042
	  src/plugins/codecompletion/nativeparser.cpp.
3043
3044
2009-05-03 05:29  biplab
3045
3046
svn5570:  * wx-2.9 migration: Fixes for
3047
	  src/plugins/codecompletion/classbrowser.cpp.
3048
3049
2009-05-03 05:28  biplab
3050
3051
svn5569:  * wx-2.9 migration: Fixes for
3052
	  src/plugins/codecompletion/ccdebuginfo.cpp.
3053
3054
2009-05-03 05:25  biplab
3055
3056
svn5568:  * wx-2.9 migration: Fixes for sdk/toolsmanager.cpp.
3057
3058
2009-05-03 05:21  biplab
3059
3060
svn5567:  * wx-2.9 migration: Fixes for sdk/compilerfactory.cpp.
3061
3062
2009-05-03 05:13  biplab
3063
3064
svn5566:  * wx-2.9 migration: Fixes for sdk/projectfile.cpp.
3065
3066
2009-05-03 03:47  biplab
3067
3068
svn5565:  * wx-2.9 migration: Fixes for sdk/compiler.cpp.
3069
3070
2009-05-03 03:45  biplab
3071
3072
svn5564:  * wx-2.9 migration: Fixes for sdk/cbworkspace.cpp.
3073
3074
2009-05-02 18:16  killerbot
3075
3076
svn5563:  - include fix
3077
3078
2009-05-01 14:54  biplab
3079
3080
svn5562:  * wx-2.9 migration: Fixes for
3081
	  src/plugins/compilergcc.cpp.
3082
3083
2009-05-01 14:53  biplab
3084
3085
svn5561:  * wx-2.9 migration: Fixes for
3086
	  src/plugins/compilerGDC.cpp.
3087
3088
2009-05-01 14:45  biplab
3089
3090
svn5560:  * wx-2.9 migration: Fixes for src/main.cpp.
3091
3092
2009-05-01 14:42  biplab
3093
3094
svn5559:  * wx-2.9 migration: Fixes for associations.cpp.
3095
3096
2009-05-01 14:41  biplab
3097
3098
svn5558:  * wx-2.9 migration: Fixes for app.cpp.
3099
3100
2009-05-01 13:28  biplab
3101
3102
svn5557:  * wx-2.9 migration: Fixes for cbProject.
3103
3104
2009-05-01 13:22  biplab
3105
3106
svn5556:  * wx-2.9 migration: Fixes for UserVarManager.
3107
3108
2009-05-01 13:12  biplab
3109
3110
svn5555:  * wx-2.9 migration: Fixes for ProjectManager.
3111
3112
2009-04-29 22:33  afb
3113
3114
svn5554:  * avoid division by zero, in wxSmith on macosx
3115
3116
2009-04-29 17:48  pecan
3117
3118
svn5553:  CodeSnppets 1 3.99 2009/04/29
3119
	  - App: check for standalone execution before closing in OnClose()
3120
	  to avoid error "can't delete default.conf.cbTemp"
3121
3122
2009-04-29 13:38  pecan
3123
3124
svn5552:  -BrowseTracker: add missing include quote
3125
3126
2009-04-29 08:55  afb
3127
3128
svn5551:  - fix make dist issue
3129
3130
2009-04-28 17:07  pecan
3131
3132
svn5550:  cbBrowseTrackr 1.2.76 2009/04/28
3133
	  - Add include ConfigManager for linux
3134
3135
2009-04-27 16:08  biplab
3136
3137
svn5549:  * wx-2.9 migration: More fixes to SDK.
3138
3139
2009-04-27 15:51  biplab
3140
3141
svn5548:  * wx-2.9 migration: More fixes.
3142
3143
2009-04-27 15:49  biplab
3144
3145
svn5547:  * wx-2.9 migration: More fixes.
3146
3147
2009-04-27 15:46  biplab
3148
3149
svn5546:  * wx-2.9 migration: More fixes.
3150
3151
2009-04-27 13:14  pecan
3152
3153
svn5545:  CodeSnippets 1 3.98 2009/04/26
3154
	  When passing URL, remove anything pass \r or \n
3155
	  Fixed: A dragged URL item to a snippet did not save. CS did not
3156
	  know it had changed.
3157
	  Added zoom functions to Apps DragScroll class
3158
	  Added GetCBConfigDir() to call routines that check for user
3159
	  APPDATA var
3160
3161
2009-04-27 13:11  pecan
3162
3163
svn5544:  Added GetCBConfigDir() to call routines that check for
3164
	  APPDATA var
3165
3166
2009-04-26 13:59  biplab
3167
3168
svn5542:  * wx-2.9 migration: wxFNB patch to use new event
3169
	  handling system.
3170
3171
2009-04-21 16:00  biplab
3172
3173
svn5539:  * Fixed: [Bug #14424] It is not possible to create .pdb
3174
	  file in Release version.
3175
3176
2009-04-20 03:52  jenslody
3177
3178
svn5538:  * added debian-subdir to main Makefile.am (for make
3179
	  dist)
3180
3181
2009-04-19 15:14  biplab
3182
3183
svn5537:  * Fixed: [Bug #14969] profiler/cbprofilerexec.cpp:255:
3184
	  Array index out of bounds
3185
3186
2009-04-14 15:25  biplab
3187
3188
svn5536:  * Applied: [Patch #2730] miss armelfgcc in the
3189
	  common_functions.script (in modified form)
3190
3191
2009-04-13 14:47  biplab
3192
3193
svn5534:  * Modified: Code::Blocks configuration directory
3194
	  retrieval code to make it portable on Windows.
3195
3196
2009-04-11 04:38  biplab
3197
3198
svn5532:  * Modified: make dist behaviour to generate source
3199
	  tarball in .tar.bz2 format. This would reduce the size of tarball
3200
	  by 15-20%.
3201
3202
2009-04-11 01:54  biplab
3203
3204
svn5529:  * Added: Makefile.in to exclude list in update.bat
3205
3206
2009-04-10 02:22  biplab
3207
3208
svn5527:  * Renamed: Original Makefile to Makefile.original and
3209
	  added it to make dist.
3210
3211
2009-04-10 01:47  biplab
3212
3213
svn5526:  * Fixed: Make dist to include exchndl.dll file.
3214
3215
2009-04-10 01:45  biplab
3216
3217
svn5525:  * Fixed: Make dist to include autorevision.h header.
3218
3219
2009-04-08 16:13  biplab
3220
3221
svn5524:  * Fixed: Make dist in DevPak plugin.
3222
3223
2009-04-08 15:43  biplab
3224
3225
svn5522:  * Fixed: Make dist bug in Incremental Search plugin.
3226
3227
2009-04-05 16:37  jenslody
3228
3229
svn5520:  * Fixes for automake-system: make dist now includes
3230
	  debian-subdir, copystrings and devpak_plugin; copystrings-plugin
3231
	  (unix) can now be build with automake-system
3232
3233
2009-04-04 06:20  biplab
3234
3235
svn5519:  * Fixed: Non-PCH build (Thanks Tim for patch)
3236
3237
2009-04-04 04:16  biplab
3238
3239
svn5518:  * Reverted: Addition of CopyStrings and DevPak to make
3240
	  dist. Some additional works needed.
3241
3242
2009-04-04 03:58  biplab
3243
3244
svn5515:  * Fixed: Broken make dist in IncrementalSearch plugin.
3245
3246
2009-04-04 03:53  biplab
3247
3248
svn5513:  * Fixed: Typo in last commit.
3249
3250
2009-04-04 03:38  biplab
3251
3252
svn5510:  * Fixed: Broken make dist in CodeSnippets plugin.
3253
3254
2009-04-04 03:34  biplab
3255
3256
svn5509:  * Fixed: Typo in last commit.
3257
3258
2009-04-04 03:24  biplab
3259
3260
svn5508:  * Fixed: CopyString and DevPak plugin were not included
3261
	  by make dist.
3262
3263
2009-04-04 03:20  biplab
3264
3265
svn5505:  * Fixed: Broken make dist in (Compilergcc) plugin.
3266
3267
2009-04-03 18:16  killerbot
3268
3269
svn5504:  - include fix (build was broken)
3270
3271
2009-04-03 16:08  biplab
3272
3273
svn5503:  * Applied: Xaviou's patch for better translation of
3274
	  C::B.
3275
3276
2009-04-03 15:45  biplab
3277
3278
svn5500:  * Fixed: Broken make dist.
3279
3280
2009-04-03 06:48  jenslody
3281
3282
svn5499:  * updated desktop-file for linux to be more standard
3283
	  conform
3284
3285
2009-04-03 04:27  jenslody
3286
3287
svn5498:  * fixed a typo in last commit, thanks mmkider
3288
3289
2009-04-02 22:07  jenslody
3290
3291
svn5497:  * added the possibility to specify the execution
3292
	  directory for custom makefiles, based on a patch of gryphon
3293
3294
2009-04-02 22:02  jenslody
3295
3296
svn5496:  * added the option to determine the width of horizontal
3297
	  scrollbar automatically (see "Settings -> Editor -> Margin and
3298
	  caret"), needed to scroll in very long lines
3299
3300
2009-03-31 18:25  killerbot
3301
3302
svn5495:  - gcc compiler option : -fomit-frame-pointer
3303
3304
2009-03-30 18:38  killerbot
3305
3306
svn5493:  - added -Wshadow warning option
3307
3308
2009-03-29 19:17  jenslody
3309
3310
svn5492:  * make the rebuild workspace-behaviour configurable:
3311
	  default is to clean the entire workspace, before building the
3312
	  projects/targets; alternatively the projects/targets will be
3313
	  cleaned and buildone by one; see Compiler settings -> Other
3314
	  settings
3315
3316
2009-03-29 11:23  jenslody
3317
3318
svn5491:  * fix a bug in codecompletion, that leads to a crash in
3319
	  some cases
3320
3321
2009-03-29 10:35  jenslody
3322
3323
svn5490:  * readded include-path for tinyxml for byogames and
3324
	  codesnippets on windows , otherwise build is broken with MinGW
3325
	  3.4.5 shipped with 8.02 release
3326
3327
2009-03-27 21:56  mariocupelli
3328
3329
svn5489:  ThreadSearch:
3330
	  - use icons search, options, searchdir for ThreadSearch settings
3331
3332
2009-03-14 18:41  jenslody
3333
3334
svn5486:  * remove #cb's in contrib plugins in our repo (windows)
3335
3336
2009-03-14 18:34  jenslody
3337
3338
svn5485:  * remove remaining #cb's in contrib plugins in our repo
3339
	  (linux)
3340
3341
2009-03-14 17:59  jenslody
3342
3343
svn5484:  * avoid compiler warnings on linux
3344
3345
2009-03-11 16:29  jenslody
3346
3347
svn5483:  updated app.xpm to make C::B on linux use the same
3348
	  (3d-)icon in titlebar as on windows
3349
3350
2009-03-08 14:00  jenslody
3351
3352
svn5482:  IncrementalSearch-plugin: fixed a bug that slipped in
3353
	  with last commit
3354
3355
2009-03-07 20:42  jenslody
3356
3357
svn5481:  IncrementalSearch-plugin and HighlightOccurences: fixed
3358
	  a bug when highlighting non-ASCII characters, like german umlauts
3359
	  or chinese chars (both) or auto-selecting text found by IncSearch
3360
	  when leaving toolbar with ESC (IncSearch)
3361
3362
2009-03-04 10:38  mortenmacfly
3363
3364
svn5480:  * project options: autoext. does not work correctly
3365
	  (fixes bug #15341)
3366
3367
2009-03-03 20:56  killerbot
3368
3369
svn5477:  - compiler option (gdc/ming) for Intel Core2
3370
3371
2009-03-03 20:04  killerbot
3372
3373
svn5476:  - so first fundaments for pre/post remotedebugging
3374
	  shell commands
3375
3376
2009-03-02 18:57  killerbot
3377
3378
svn5475:  - ansi build fix
3379
3380
2009-02-26 13:17  killerbot
3381
3382
svn5473:  make project notes window at load more intuitive
3383
3384
2009-02-26 08:29  jenslody
3385
3386
svn5472:  * non PCH build fix
3387
3388
2009-02-25 15:29  biplab
3389
3390
svn5471:  * Fixed: One build issue reported by Mephistopheles.
3391
3392
2009-02-25 10:05  killerbot
3393
3394
svn5470:  - compiler toolchain executables : trim trailing
3395
	  whitespace [some users had an issue with this]
3396
3397
2009-02-22 10:24  jenslody
3398
3399
svn5469:  * enhanced handling of adding, deleting, duplicating
3400
	  and renaming build targets in debugger-plugin, fixes a crash that
3401
	  occurs if extra-commands or remote-debugging parameters are used
3402
	  in a target, that should be deleted
3403
3404
2009-02-21 00:09  jenslody
3405
3406
svn5467:  - change some dialog texts in addition to last commit
3407
	  (layout is renamed to perspective)
3408
3409
2009-02-20 23:30  mariocupelli
3410
3411
svn5466:  - rename menu View->Layout in View->Perspectives
3412
3413
2009-02-20 19:03  thomasdenk
3414
3415
svn5464:  - added daycount build variable
3416
3417
2009-02-20 06:37  mortenmacfly
3418
3419
svn5461:  * todo plugin: make plugin handle #warning and #error
3420
	  correctly
3421
	  - todo plugin: improve speed while searching for todo items;
3422
	  minor code cleanup
3423
3424
2009-02-19 15:21  mortenmacfly
3425
3426
svn5459:  * todo plugin: actually make the plugin really (!)
3427
	  remember new users/types (case sensitive)
3428
3429
2009-02-18 21:12  jenslody
3430
3431
svn5458:  * don't run postbuild-steps if we only clean the
3432
	  project
3433
3434
2009-02-18 11:52  jenslody
3435
3436
svn5457:  * custom-makefiles: - changed clean-process, to show
3437
	  output, if full commandline logging is turned on
3438
	  - don't run prebuild-commands in clean-process
3439
3440
2009-02-14 11:03  byo
3441
3442
svn5456:  HexEdit: Fixed crashing internal test cases, caused by
3443
	  using wxProgressDialog from other thread
3444
3445
2009-02-13 09:47  byo
3446
3447
svn5455:  HexEdit: Fix the fix (jay, I don't like to work in
3448
	  hurry ;) )
3449
3450
2009-02-13 09:37  byo
3451
3452
svn5454:  HexEdit: Workaround missing memrchr on platforms other
3453
	  than linux
3454
3455
2009-02-12 23:24  byo
3456
3457
svn5453:  HexEdit: (version 0.5 ready)
3458
	  * Implemented backward search
3459
	  * Few bugfixes
3460
3461
2009-02-12 23:21  byo
3462
3463
svn5452:  HexEdit: (version 0.5 ready)
3464
	  * Implemented backward search
3465
	  * Few bugfixes
3466
3467
2009-02-12 20:04  byo
3468
3469
svn5451:  HexEdit: Integrated internal search with normal
3470
	  editor's search history
3471
3472
2009-02-12 00:30  byo
3473
3474
svn5450:  HexEdit: Implemented search support
3475
3476
2009-02-11 18:47  jenslody
3477
3478
svn5449:  * avoid unneded quotes in commands, otherwise using of
3479
	  "konsole" unde KDE gets broken, fix for issue coming in with rev
3480
	  5410
3481
3482
2009-02-08 04:40  biplab
3483
3484
svn5448:  * Added: Digital Mars C/C++ compiler Debug options,
3485
	  Warning options, Optimization options & Exception options to
3486
	  scripted wizard.
3487
3488
2009-02-07 12:15  biplab
3489
3490
svn5446:  * Fixed: [Bug #15121] PlatMacOSX.cxx:324: Mismatching
3491
	  allocation and deallocation
3492
3493
2009-02-07 00:35  byo
3494
3495
svn5445:  HexEdit: Resolved problems related to 32-bit resolution
3496
	  of scrollbar, HexEdit can now support files with size up to about
3497
	  10^19
3498
3499
2009-02-07 00:34  byo
3500
3501
svn5444:  HexEdit: Resolved problems related to 32-bit resolution
3502
	  of scrollbar, HexEdit can now support files with size up to about
3503
	  10^19
3504
3505
2009-02-06 21:55  byo
3506
3507
svn5443:  HexEdit: Added support for files up to 2GB (unchanged
3508
	  data is read directly from the file)
3509
3510
2009-02-06 21:54  byo
3511
3512
svn5442:  HexEdit: Added support for files up to 2GB (unchanged
3513
	  data is read directly from the file)
3514
3515
2009-02-06 17:33  thomasdenk
3516
3517
svn5441:  - Use low fragmentation heap under Windows, for what
3518
	  it's worth
3519
3520
2009-02-04 19:11  killerbot
3521
3522
svn5440:  - remove warnings
3523
3524
2009-02-04 15:35  mortenmacfly
3525
3526
svn5439:  - encoding detector: make fallback solution optional
3527
	  (to explicitely force a user to enable the fallback solution)
3528
3529
2009-02-04 14:11  mortenmacfly
3530
3531
svn5438:  * encoding detector: using system locale as
3532
	  backup-solution has returned
3533
	  - encoding detector: added some more messages, helping to track
3534
	  errors
3535
3536
2009-02-04 11:15  mortenmacfly
3537
3538
svn5437:  - encoding detector: better error description to find
3539
	  the root of why a conversion has failed
3540
3541
2009-02-03 15:23  biplab
3542
3543
svn5436:  * Fixed: File can't be opened if "As Default encoding
3544
	  ..." option is selected.
3545
	  * Fixed: Non-PCH build (Thanks Tim S)
3546
3547
2009-02-02 19:11  byo
3548
3549
svn5435:  wxSmith: Fixed event names for wxListbook and
3550
	  wxChoicebook (thanks goes for kencamargo for finding this)
3551
3552
2009-02-02 18:59  killerbot
3553
3554
svn5434:  - remove warning
3555
3556
2009-02-02 18:57  killerbot
3557
3558
svn5433:  - bugfix : && <--> || : thanks GCC for the nice
3559
	  warnings :-)
3560
3561
2009-02-02 15:56  biplab
3562
3563
svn5432:  * Modified: Default encoding settings. Now user can set
3564
	  an encoding as a Default one or as a fallback one.
3565
	  * Fixed: [Bug #15158] Cannot open source code in F10
3566
3567
2009-02-01 22:02  killerbot
3568
3569
svn5431:  - updated warning settings
3570
3571
2009-01-31 23:50  jenslody
3572
3573
svn5429:  * fixed a crash, that happened when todo-list gets
3574
	  disabled, when it is in message pane
3575
3576
2009-01-30 21:03  byo
3577
3578
svn5426:  HexEdit: Committed some WIP code for big files support
3579
	  (reading from disk while editing), still disabled since not yet
3580
	  tested well
3581
3582
2009-01-30 21:02  byo
3583
3584
svn5425:  HexEdit: Committed some WIP code for big files support
3585
	  (reading from disk while editing), still disabled since not yet
3586
	  tested well
3587
3588
2009-01-29 22:57  jenslody
3589
3590
svn5423:  * fixed error (margins initially not shown) , that came
3591
	  in with last commit
3592
3593
2009-01-28 17:08  jenslody
3594
3595
svn5422:  * fix to make the editor respect margin masks set by
3596
	  plugins like browsetracker,
3597
	  fixes the blue-line-problem:
3598
	  http://forums.codeblocks.org/index.php/topic,9998.msg69512.html
3599
3600
2009-01-27 20:27  jenslody
3601
3602
svn5421:  * Improvements and fixes for custom makefiles
3603
	  build-system, especially for use of multiple custom makefile
3604
	  projects in one workspace.
3605
	  Based on a patch of gryphon.
3606
3607
2009-01-23 08:41  mortenmacfly
3608
3609
svn5419:  - do not use #cb in contrib plugins in our repo
3610
3611
2009-01-22 14:03  biplab
3612
3613
svn5418:  * Fixed: [Bug #15075] rename DoubleToString to avoid
3614
	  conflict with wxWidgets (By applying [Patch #2653] rename
3615
	  DoubleToString to avoid conflict with wxWidgets)
3616
3617
2009-01-22 08:26  mortenmacfly
3618
3619
svn5416:  - consistency with other files
3620
3621
2009-01-18 16:17  mortenmacfly
3622
3623
svn5414:  - SelectAll was still not using EditorBase (thanks
3624
	  danselmi)
3625
3626
2009-01-17 16:23  biplab
3627
3628
svn5412:  * Fixed: codeblocks.desktop file.
3629
3630
2009-01-17 16:09  biplab
3631
3632
svn5411:  * IncrementalSearch: Removed use of global variables
3633
	  from Unix project file to make it consistent with other project
3634
	  files.
3635
3636
2009-01-17 13:39  jenslody
3637
3638
svn5410:  * avoid trailing quotes in some cases, use
3639
	  "platform-dependent" quotes
3640
3641
2009-01-17 08:27  killerbot
3642
3643
svn5409:  - add missing include
3644
3645
2009-01-17 08:24  killerbot
3646
3647
svn5408:  - pch fixes
3648
3649
2009-01-16 20:32  jenslody
3650
3651
svn5407:  * fixed wxscintilla bug, that leads to not working
3652
	  mousewheels on some systems. Thanks to DrewBoo.
3653
	  Closes #15054
3654
3655
2009-01-16 15:36  mortenmacfly
3656
3657
svn5406:  * HexEdit plugin: Make use of new SaveAs API (thanks
3658
	  danselmi)
3659
	  - HexEdit plugin: Make sure the entry in the "File" menu is not
3660
	  at the bottom :)
3661
3662
2009-01-16 13:49  mortenmacfly
3663
3664
svn5405:  - applied missing modifications for SaveAs patch
3665
3666
2009-01-16 09:38  mortenmacfly
3667
3668
svn5404:  - CC: allow "_" as first character in enums, too
3669
3670
2009-01-16 09:31  mortenmacfly
3671
3672
svn5403:  * allow raising batch-build dialog via icon (applied
3673
	  patch from the forums)
3674
	  * move SaveAs to EditorBase so that plugin can make better use of
3675
	  it
3676
	  * added CanSelectAll and SelectAll to EditorBase (suggested in
3677
	  the forums for plugins)
3678
	  * provide workspace built-in variables as macros (applied patch
3679
	  from the forums)
3680
	  * skip spaces before "=" and "," in tokenizer (suggested in the
3681
	  forums)
3682
	  * applied wxScintilla/D-lexer related patch (provided in the
3683
	  forums)
3684
	  * applied patch to realpath to fix problems with symlinks
3685
	  (suggested in the forums)
3686
	  - allow multiple selection when adding file(s) to a project
3687
	  (suggested in the forums)
3688
	  - use Mid instead of SubString for wxString (suggested in the
3689
	  forums)
3690
	  - check FileTreeData to be OK to avoid potential crashes in
3691
	  compiler
3692
	  - (probably) some logical fixed in CC parser (it can't harm ;-))
3693
3694
2009-01-15 12:28  thomasdenk
3695
3696
svn5402:  - Use MT19937 rather than rand() in C++0x mode
3697
3698
2009-01-15 06:36  jenslody
3699
3700
svn5401:  * corrected icon for "Edit -> Clear changes history"
3701
3702
2009-01-14 15:22  thomasdenk
3703
3704
svn5400:  - extended rndgen functionality, added test case
3705
3706
2009-01-14 06:55  jenslody
3707
3708
svn5399:  * expand variables, before trying to get the
3709
	  version-string for gcc/MinGW-compilers
3710
3711
2009-01-14 06:52  jenslody
3712
3713
svn5398:  * updated copyright time to 2009
3714
3715
2009-01-12 23:13  jenslody
3716
3717
svn5397:  * Fixed bug in changebar.
3718
	  Closes: #15029.
3719
3720
2009-01-12 22:46  jenslody
3721
3722
svn5396:  * if we are in batch-mode, no DDE/IPC-server should be
3723
	  started
3724
3725
2009-01-12 16:20  killerbot
3726
3727
svn5395:  - few more warnings settings
3728
3729
2009-01-10 09:46  biplab
3730
3731
svn5394:  * Re-revert: Back to changes made in rev 5390. That
3732
	  change is necessary.
3733
3734
2009-01-09 16:22  biplab
3735
3736
svn5393:  * Reverted: Commit in revision 5390. That change is not
3737
	  necessary as -
3738
	  1. SetVersionString() is not implemented for all compilers.
3739
	  2. If the binary name is wrong, then it won't even work at all.
3740
	  Thus no change in code is required. In case binary name is
3741
	  different, an auto-detection would result in detecting proper
3742
	  version string.
3743
3744
2009-01-09 13:34  thomasdenk
3745
3746
svn5392:  - Added auto-imagebase option where it was missing,
3747
	  this should avoid relocations at startup
3748
3749
2009-01-08 20:09  jenslody
3750
3751
svn5390:  * set member-variable that holds the version-string,
3752
	  after (!) we read the toolchain executables from configuration
3753
3754
2009-01-08 14:56  thomasdenk
3755
3756
svn5389:  - don't change lines that don't need it
3757
3758
2009-01-08 14:48  thomasdenk
3759
3760
svn5388:  - rndgen checkin
3761
3762
2009-01-07 17:18  jenslody
3763
3764
svn5386:  * fix possible crash-candidate in new
3765
	  IPC/DDE-implementation
3766
3767
2009-01-05 21:24  killerbot
3768
3769
svn5382:  - extended the warning options some more
3770
3771
2009-01-04 04:49  biplab
3772
3773
svn5380:  * Fixed: Menu option "Clear history" looses icon in
3774
	  File > Recent files & Recent projects.
3775
	  * Fixed: Few menu items enable/disabling.
3776
3777
2009-01-03 19:31  mortenmacfly
3778
3779
svn5379:  - removed duplicate header guard of last commit
3780
3781
2009-01-03 16:00  jenslody
3782
3783
svn5375:  * renamed menu-entry for empty undo- and
3784
	  changebar-buffer to "Clear changes history", function names are
3785
	  changed accordingly
3786
3787
2009-01-03 10:30  jenslody
3788
3789
svn5374:  * added file missing in commit 5373
3790
3791
2009-01-03 09:21  mandrav
3792
3793
svn5373:  - merged "scintilla" branch to trunk (r5321-r5372).
3794
3795
2008-12-30 11:05  jenslody
3796
3797
svn5368:  * fixed the drag and drop-bug coming up with new
3798
	  scintilla version
3799
3800
2008-12-28 16:47  killerbot
3801
3802
svn5367:  - no need for translation
3803
3804
2008-12-26 16:07  killerbot
3805
3806
svn5363:  - some more warning options for GCC
3807
3808
2008-12-26 15:48  killerbot
3809
3810
svn5362:  - update to previous commit, windows encoding got me
3811
3812
2008-12-26 15:34  killerbot
3813
3814
svn5361:   - little fix so that html log looks ok in browser
3815
	  (quoting)
3816
3817
2008-12-25 14:18  jenslody
3818
3819
svn5356:  * get rid of another warning during build of C::B,
3820
	  fixed a minor issue coming with scintilla merge
3821
3822
2008-12-25 14:07  killerbot
3823
3824
svn5355:  * some better warning options for GCC
3825
3826
2008-12-25 11:45  jenslody
3827
3828
svn5354:  * IncrementalSearch-plugin: some more changes that got
3829
	  lost while merging with new scintilla-branch
3830
3831
2008-12-25 08:14  killerbot
3832
3833
svn5353:  - 1 further fix to makefile.am
3834
3835
2008-12-25 08:09  killerbot
3836
3837
svn5352:  - fix makefile.am (got broken due to merge ??)
3838
3839
2008-12-24 20:21  killerbot
3840
3841
svn5351:  - remove warning
3842
3843
2008-12-24 15:15  biplab
3844
3845
svn5350:  * Merged: MySQL lexer missed in last branch merging.
3846
3847
2008-12-24 13:48  biplab
3848
3849
svn5349:  * Fixed: Build warning under GCC-4.3.x
3850
3851
2008-12-24 13:36  mandrav
3852
3853
svn5348:  - merged "scintilla" branch to trunk (r5247-r5320).
3854
3855
2008-12-23 16:18  biplab
3856
3857
svn5347:  * Updated: Makefile.am to reflect changes in last
3858
	  commit.
3859
3860
2008-12-23 16:14  biplab
3861
3862
svn5346:  * Removed: Unnecessary files from wxScintilla folder.
3863
3864
2008-12-22 08:46  thomasdenk
3865
3866
svn5345:  - Applied Byo's proposal for scroll-free replace
3867
3868
2008-12-21 23:29  jenslody
3869
3870
svn5344:  * make sure that masterpath and extrapath of a
3871
	  toolchain executable come before default systempath in
3872
	  executables environment, to avoid conflicts with different
3873
	  versions with the same name
3874
3875
2008-12-21 22:30  dje
3876
3877
svn5343:  ThreadSearch: implemented the possibility to remove
3878
	  search results from list or tree control.
3879
3880
2008-12-21 20:27  jenslody
3881
3882
svn5342:  * fixed bug in compiler autodetection for MinGW / gcc
3883
3884
2008-12-20 10:37  byo
3885
3886
svn5341:  HexEdit: Fixed calculation of address
3887
3888
2008-12-19 16:00  biplab
3889
3890
svn5340:  * Fixed: Build error under certain configurations (More
3891
	  to follow).
3892
3893
2008-12-18 21:47  byo
3894
3895
svn5339:  HexEdit: Added ability to change the way columns count
3896
	  is calculated
3897
3898
2008-12-17 06:04  jenslody
3899
3900
svn5338:  * added some missing headers to wxSmith's pkg-config
3901
	  list
3902
3903
2008-12-14 22:03  daniel2000
3904
3905
svn5336:  - some fixes for jens' changes in rev5334
3906
	  - missing header in makefile (for make dist)
3907
3908
2008-12-14 15:43  jenslody
3909
3910
svn5335:  * added missing contrib-plugin names in debian control
3911
	  file
3912
3913
2008-12-14 00:07  jenslody
3914
3915
svn5334:  * changed directory-layout if codeblocks gets build
3916
	  with automake, to make it more compliant with the "Filesystem
3917
	  Hierarchy Standard"
3918
	  * changed debian package-layout, to have arch-independent and
3919
	  arch-dependent files in different packages
3920
	  * added wxsmith development headers and a wxsmith conf-file for
3921
	  pkgconfig
3922
	  * added update-script for ChangeLog on linux-systems (needs to be
3923
	  called manually at the moment)
3924
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
3925
2008-12-11 22:52  dje
3926
3927
svn5333:  * ThreadSearch plugin : implemented the possibility to
3928
	  run many searches without deleting previous results.
3929
3930
2008-12-10 22:12  byo
3931
3932
svn5332:  HexEdit:
3933
	  * Code refactoring to prepare better architecture for
3934
	  parametrized views
3935
	  * Added possibility to chage view modes: Bin/Hex, 1,2,4,8 Bytes,
3936
	  Big-Endian/Little-Endian (in editor only, not yet in value
3937
	  preview)
3938
	  * Some svn properties update
3939
3940
2008-12-07 23:22  jenslody
3941
3942
svn5331:  * If "Auto show/hide message pane" has changed in
3943
	  environment settings dialog, it will be used immediately (without
3944
	  restart of C::B).
3945
	  * After compiling with message "Nothing to be done." message pane
3946
	  will be closed if "Auto show/hide message pane" is activated.
3947
	  * Make sure that no deleted layouts remain in conf-file, if their
3948
	  amount decreased.
3949
3950
2008-12-07 20:55  jenslody
3951
3952
svn5330:  * remember logger pane size when toggling with F2
3953
	  (modified patch of elie)
3954
3955
2008-12-05 15:34  thomasdenk
3956
3957
svn5329:  - tidycmt plugin checkin
3958
3959
2008-12-05 08:00  ceniza
3960
3961
svn5328:  * Applied patch by danselmi to fix automatic
3962
	  indentation after opening brace when the next non-white character
3963
	  is a closing brace.
3964
3965
2008-12-02 22:43  jenslody
3966
3967
svn5327:  * really fixed a parsing error with stream operator
3968
	  (<<) (see r5007)
3969
3970
2008-12-01 22:45  jenslody
3971
3972
svn5326:  * fixed wrong indexing of arrays in watches window, if
3973
	  gdb shows multiple occurrences as one, with the addition
3974
	  "<repeated xx times>"
3975
3976
2008-11-29 09:56  jenslody
3977
3978
svn5325:  * changed saving and restoring of colours for IncSearch
3979
	  nad HighlightOccurrences to make better use of sdk
3980
3981
2008-11-27 20:13  mortenmacfly
3982
3983
svn5324:  - removed duplicate header guard of last commit
3984
3985
2008-11-26 10:58  thomasdenk
3986
3987
svn5323:  - Removed an unnecessary pointer per object in
3988
	  blockallocator (yes, I occasionally write bad code, too)
3989
3990
2008-11-22 19:21  jenslody
3991
3992
svn5319:  * improved and corrected colour-setting for highlight
3993
	  occurrences:
3994
	  actual colour is preallocated,
3995
	  colour will not be used if editor configuration dialog is closed
3996
	  with cancel
3997
3998
2008-11-20 09:55  mortenmacfly
3999
4000
svn5317:  - avoid warning on 64 bit platforms
4001
	  - editor: use constants for editor margins (improve readbility of
4002
	  code)
4003
	  - remove nasty tabs leading to misunderstanding (to MeMyselfAndI)
4004
4005
2008-11-18 13:02  mortenmacfly
4006
4007
svn5316:  * fixed "file save" and "file save all" 16x16 toolbar
4008
	  images not disabling (wrong color depth of the images)
4009
4010
2008-11-18 11:14  mortenmacfly
4011
4012
svn5315:  - fixed "save all" toolbar icon not disabling
4013
	  - renamed member infoPane to m_pInfoPane variable to match our
4014
	  coding guidelines
4015
4016
2008-11-17 18:50  jenslody
4017
4018
svn5314:  * fixed some layout issues:
4019
	  - text now fits inside editorconfiguration-dialog (again?)
4020
	  General Settings -> Other options,
4021
	  - in compilerconfiguration-dialog toolchain-tab is shown
4022
	  correctly (also fixes that buttons sometimes have been cut off in
4023
	  Build options) both happened mainly on linux,
4024
	  - toolbars with standard-controls are now (always) shown
4025
	  correctly with wxWidgets2.8.9 on windows,
4026
	  - enabled firefox 2 style for notebooks
4027
4028
2008-11-16 00:09  mariocupelli
4029
4030
svn5312:  Editor:
4031
	  * partially applied patch #2116: in wrap mode put cursor with
4032
	  Home/end key at current wrap point
4033
4034
2008-11-11 15:45  killerbot
4035
4036
svn5309:  - some improvements/fixes for translations/ menu
4037
	  entries
4038
4039
2008-11-11 15:28  killerbot
4040
4041
svn5308:  allow menu entry to be translated
4042
4043
2008-11-11 15:24  killerbot
4044
4045
svn5307:  - menu addition fixes : Project menu : Autoversioning
4046
	  entires: search for "&Project"
4047
4048
2008-11-11 15:21  killerbot
4049
4050
svn5306:  - menu addition fixes : Search menu : search for
4051
	  "Sea&rch"
4052
4053
2008-11-11 15:15  killerbot
4054
4055
svn5305:  - menu addition fixes : search for "&View"
4056
4057
2008-11-11 15:03  killerbot
4058
4059
svn5304:  - menu addition fix : BrowseTracker : seach for "&View"
4060
4061
2008-11-11 15:00  killerbot
4062
4063
svn5303:  - menu addition fix : projectsimporter : search for
4064
	  "R&ecent files"
4065
4066
2008-11-11 14:50  killerbot
4067
4068
svn5302:  - menu addition fix : exporter : search for "Print..."
4069
4070
2008-11-11 14:46  killerbot
4071
4072
svn5301:  - HexEditor : fix menu addition (search for &Open...)
4073
4074
2008-11-10 19:15  ceniza
4075
4076
svn5300:  Help plugin:
4077
	  * Fix: Search for "&Help", not "Help" (causes problems with
4078
	  translations)
4079
4080
2008-11-09 14:59  jenslody
4081
4082
svn5299:  * scriptconsole: make the command execute by pressing
4083
	  enter inside the combobox on windows, too. (On linux/gtk it
4084
	  worked out of the box)
4085
4086
2008-11-08 20:45  mandrav
4087
4088
svn5298:  * Search in class browser works on windows now too.
4089
4090
2008-11-05 12:22  jenslody
4091
4092
svn5297:  * wxSmith: added missing style to wxComboBox
4093
4094
2008-11-02 16:49  jenslody
4095
4096
svn5296:  hopefully fixed crash on output parsing
4097
4098
2008-10-28 12:16  mortenmacfly
4099
4100
svn5295:  - debugger: fix misleading error message (compiler
4101
	  options: "Programs" tab is now called "Toolchain executables")
4102
4103
2008-10-25 18:00  mortenmacfly
4104
4105
svn5293:  * partially applied patch #2162: Common
4106
	  RemoveFileFromProject method (avoid a lot duplicate code)
4107
4108
2008-10-25 17:21  biplab
4109
4110
svn5291:  * Fixed: [Bug #14639] Ignoring case when renaming files
4111
	  to same name case modified
4112
4113
2008-10-25 16:17  biplab
4114
4115
svn5290:  * Fixed: [Bug #14713] Memory leak in
4116
	  src/plugins/compilergcc/depslib/src/regexp.c
4117
4118
2008-10-25 16:01  biplab
4119
4120
svn5289:  * Fixed: [Bug #14714] Mismatching allocation and
4121
	  deallocation in source_exporter
4122
4123
2008-10-25 15:36  biplab
4124
4125
svn5288:  * Applied: Patch to improve OpenWatcom compiler support
4126
	  (Thanks to YesNo).
4127
4128
2008-10-24 21:22  byo
4129
4130
svn5286:  wxSmith: Replaced some icons with those provided by
4131
	  nausea
4132
	  (http://forums.codeblocks.org/index.php/topic,372.msg66841.html#msg66841)
4133
4134
2008-10-23 17:10  byo
4135
4136
svn5284:  HexEdit: Make previous commit compatible with windows
4137
	  platform (poor support for long double :( )
4138
4139
2008-10-23 16:33  byo
4140
4141
svn5283:  HexEdit:
4142
	  * Added automated expression parser tests
4143
	  * Added basic trygonometric functions, log and pow
4144
	  * Added parsing of floating point numbers
4145
	  * Optimized a little bit the produced code
4146
4147
2008-10-20 20:48  byo
4148
4149
svn5280:  wxSmith:
4150
	  * Applied (in modified form) update to wxGrid by rcoll
4151
	  * Fixed typo in wxSashLayoutWindow (invalid name of XML property)
4152
4153
2008-10-20 07:07  mortenmacfly
4154
4155
svn5278:  - lib_finder plugin: restored broken Windows project
4156
	  file (was broken since 5029...?!)
4157
4158
2008-10-19 19:08  jenslody
4159
4160
svn5277:  Incremental Search 0.4 2008/10/19:
4161
	  - fixed a possible crash, when no "Start here"-page is shown
4162
	  - make found text visible, even if it is in a column outside the
4163
	  actual editor-window
4164
	  - ESC now leaves IncSearch and optionally selects found phrase
4165
	  (if textcontrol has focus)
4166
	  - ALT-DELETE clears textcontrol (if it has the focus)
4167
	  - added some svn-keywords to the files
4168
4169
2008-10-19 07:17  killerbot
4170
4171
svn5276:  - include fixes
4172
4173
2008-10-18 16:47  mandrav
4174
4175
svn5275:  * Moved class wizard menu item to "File->New->Class".
4176
	  * Minor fix related to calltips.
4177
	  * Display any script errors in separate (multi-line) window.
4178
4179
2008-10-15 15:47  mortenmacfly
4180
4181
svn5273:  * todo list plugin: implemented sorting of columns
4182
4183
2008-10-15 13:06  jenslody
4184
4185
svn5272:  * Incremental Search: fix for windows to make text
4186
	  control update bg-colour immediately
4187
4188
2008-10-15 09:42  mortenmacfly
4189
4190
svn5271:  - fixed bug #14682: new URL for MSDN search
4191
4192
2008-10-14 12:12  mortenmacfly
4193
4194
svn5270:  - projects importer: (VC6 project) fix incorrect import
4195
	  of postbuild commands including tabs
4196
	  - projects importer: (VC6 workspace) issue an error message if
4197
	  workspace did not contain any valid projects
4198
4199
2008-10-12 15:49  jenslody
4200
4201
svn5269:  - Incremental Search: small fixes to the conf-dialog
4202
	  (Thanks to mariocup); updated the settings-bitmap
4203
4204
2008-10-12 12:28  jenslody
4205
4206
svn5268:  Incremental Search: Fixed a highlight bug, when
4207
	  searched in selected text; added more configuration options;
4208
	  added button to clear the text to search for; make line-endings
4209
	  and indendation more consistent
4210
4211
2008-10-12 06:31  biplab
4212
4213
svn5267:  * Incremental Search: Fixed - A typo.
4214
4215
2008-10-11 15:58  jenslody
4216
4217
svn5266:  - Incremental Search: build-fix for wxWidgets versions
4218
	  before 2.8.5, fix for windows projectfile not including the png's
4219
	  in some cases
4220
4221
2008-10-11 14:36  biplab
4222
4223
svn5265:  * Incremental Search: Fixed - make dist will now
4224
	  include resource images in source tarball.
4225
4226
2008-10-11 14:07  jenslody
4227
4228
svn5264:  - Incremental Search: rereverted previous commit,
4229
	  because it *is* a bug, also fixed post-build steps on linux
4230
	  (windows seems ok)
4231
4232
2008-10-11 13:41  biplab
4233
4234
svn5263:  * Incremental Search: Reverted previous commit. Sorry,
4235
	  it was not a bug.
4236
4237
2008-10-11 13:14  biplab
4238
4239
svn5262:  * Incremental Search: Fixed - 16x16 images are not
4240
	  stored in zip file during Linux builds.
4241
4242
2008-10-11 12:57  biplab
4243
4244
svn5261:  * Incremental Search: Removed Makefile.in from repo.
4245
	  It'll be regenerated from Makefile.am file.
4246
4247
2008-10-11 10:32  jenslody
4248
4249
svn5260:  - Incremental Search: removed some unneeded headers,
4250
	  removed some more virtual declarations (even if it is not
4251
	  necessary) to make code more consistent, fixed typo in r5256
4252
	  which leads to an error, if compiled without CB_PRECOMP
4253
4254
2008-10-11 09:12  killerbot
4255
4256
svn5259:  translation issues fixed : _T --> _
4257
4258
2008-10-10 20:32  killerbot
4259
4260
svn5258:  - follow up
4261
4262
2008-10-10 20:26  killerbot
4263
4264
svn5257:  - follow up (not complete yet)
4265
4266
2008-10-10 19:57  killerbot
4267
4268
svn5256:  - hopefully correctly adjusted the include mechanism
4269
	  (and removed virtual/protected : nobody is inheriting currently,
4270
	  so don't confuse the reader)
4271
4272
2008-10-10 16:49  killerbot
4273
4274
svn5255:  - first fixes in the addition of IncrementalSearch
4275
4276
2008-10-10 16:05  biplab
4277
4278
svn5254:  * Incremental Search: Fixed icon size of Main menu.
4279
4280
2008-10-10 12:43  jenslody
4281
4282
svn5253:  Adding missing files from last commit
4283
4284
2008-10-10 12:41  jenslody
4285
4286
svn5252:  Adding incremental search as contrib-plugin
4287
4288
2008-10-10 12:40  jenslody
4289
4290
svn5251:  Patch for (wx)scintilla to have more colourful
4291
	  highlight-capabilities with indicators, patch for Highlight
4292
	  occurences to use this
4293
4294
2008-10-10 11:58  mortenmacfly
4295
4296
svn5250:  * todo list plugin: made todo types configurable
4297
4298
2008-10-08 11:07  killerbot
4299
4300
svn5246:  - pch fix
4301
4302
2008-10-07 17:09  byo
4303
4304
svn5245:  wxSmith:
4305
	  * Enabled wxGLCanvas (setting custom context not available yet)
4306
	  * Changed some code to use same naming convention
4307
4308
2008-10-07 09:45  mandrav
4309
4310
svn5244:  * Improved filtering of matches for "goto
4311
	  declaration/implementation"
4312
4313
2008-10-06 19:31  killerbot
4314
4315
svn5243:  - GCC 4.3 fixes (removing -include"sdk.h" from the cbp
4316
	  files and some more) this is more or less the same as applying :
4317
	  Patch #2560 and 2559
4318
4319
2008-10-06 15:40  jenslody
4320
4321
svn5242:  Patch #2570 to fix bug #10775, "GotoLine()" now works
4322
	  correctly, even if parts of the code are folded. Thanks to XayC
4323
4324
2008-10-01 11:18  mortenmacfly
4325
4326
svn5241:  - added /? und --? help option alias (for the Windows
4327
	  users not used to /h)
4328
4329
2008-09-30 21:33  byo
4330
4331
svn5240:  wxSmith: Fixed bug in font property generating wrong
4332
	  code when relative size was used
4333
4334
2008-09-30 09:43  mandrav
4335
4336
svn5238:  * Added "--file=foo.cpp[:line]" option so a file can be
4337
	  opened and, optionally, jump to a specific line
4338
4339
2008-09-29 21:23  jenslody
4340
4341
svn5237:  ThreadSearch plugin: fixed a bug that causes a crash on
4342
	  linux (maybe also on win), when ThreadSearch uses Messages
4343
	  notebook and was toggled off and then on again
4344
4345
2008-09-28 07:06  jenslody
4346
4347
svn5236:  * Non-PCH build fix. (Thanks to Tim S)
4348
4349
2008-09-28 05:23  biplab
4350
4351
svn5235:  * Removed: Unnecessary files from wxPropertyGrid.
4352
	  Please do not put them in C::B repository.
4353
4354
2008-09-27 23:18  jenslody
4355
4356
svn5234:  * update.bat: supress warnings about non-existing
4357
	  files, if UI resources are compressed the first time
4358
4359
2008-09-27 22:51  jenslody
4360
4361
svn5233:  Valgrind plugin: fixed a crash, when plugin was
4362
	  disabled
4363
4364
2008-09-27 22:49  jenslody
4365
4366
svn5232:  fixed a problem when disabling a plugin that uses two
4367
	  infopanes, at least one of them was not deleted, also fixing a
4368
	  wxFlatNotebook bug, if the last two notebooks get deleted and the
4369
	  last had the focus before
4370
4371
2008-09-26 11:00  mortenmacfly
4372
4373
svn5231:  - wxSmith: more descriptive error message if a property
4374
	  could not be read
4375
4376
2008-09-26 08:08  mortenmacfly
4377
4378
svn5230:  * wxSmith: Updated (added) missing events to
4379
	  wxCheckListBox (derived from wxListBox)
4380
4381
2008-09-25 19:10  byo
4382
4383
svn5229:  HexEditor (expressions):
4384
	  * Switched memory accessing operator from "<dataType>( <offset>
4385
	  )" to "<dataType>[ <offset> ]"
4386
	  * added alternative to '@' as a string 'cur'
4387
4388
2008-09-25 18:38  byo
4389
4390
svn5228:  Makefile fix
4391
4392
2008-09-25 18:36  byo
4393
4394
svn5227:  wxSmith:
4395
	  * Added missing size events to some base items (not all items
4396
	  updated)
4397
	  * Added "Advanced" category on the palette - it will be used for
4398
	  more complex items available inside wxWidgets
4399
	  * Added following items provided by rcoll:
4400
	  - wxSingleInstanceChecker
4401
	  - wxSashWindow
4402
	  - wxSashLayoutWindow
4403
	  - wxStopWatch
4404
	  - wxSymbolPickerDlg
4405
	  - wxGLCanvas (not yet enabled since it causes stability problems
4406
	  on gtk)
4407
4408
2008-09-25 17:32  byo
4409
4410
svn5226:  HexEdit: forgot this small change
4411
4412
2008-09-25 17:26  byo
4413
4414
svn5225:  HexEditor:
4415
	  * Added editor for stored expressions
4416
4417
2008-09-25 14:23  jenslody
4418
4419
svn5224:  fixed a problem with accessing infopanes correctly
4420
	  after moving or toggling them
4421
4422
2008-09-25 14:22  jenslody
4423
4424
svn5223:  fixed an issue that causes progressbar to stay always
4425
	  on top when adding files in linux via projects context menu
4426
4427
2008-09-25 14:19  jenslody
4428
4429
svn5222:  pending breakpoints can now be removed after starting
4430
	  debug-session
4431
4432
2008-09-25 08:41  mortenmacfly
4433
4434
svn5221:  - wxSmith: updated wxPropGrid documentation, removed
4435
	  obsolete files
4436
4437
2008-09-25 08:35  mortenmacfly
4438
4439
svn5220:  * wxSmith: updated wxPropGrid from 1.2.10 to 1.2.12
4440
	  (for wx28 compatibility)
4441
	  - notice: wxPropertyGrid will be part of wx29
4442
4443
2008-09-24 13:35  mortenmacfly
4444
4445
svn5219:  * fixed bug in tokenizer related to function arguments
4446
	  with nested c-style comments
4447
4448
2008-09-24 11:08  mortenmacfly
4449
4450
svn5218:  - reverted some wrong atoi fixes
4451
4452
2008-09-24 08:41  afb
4453
4454
svn5217:  * codesnippets: add missing Mac headers
4455
4456
2008-09-24 08:40  afb
4457
4458
svn5216:  - codesnippets: fix relative path, for VPATH builds
4459
4460
2008-09-24 07:15  mortenmacfly
4461
4462
svn5215:  - made atoi into wxAtoi (as proposed by wx)
4463
	  - made file dialog wxFILE_XXX flags to wxFD_FILE_XXX
4464
	  (compatibility with wx28+)
4465
	  - resources: wxRESIZE_BOX -> wxMAXIMIZE_BOX etc. (compatibility
4466
	  with wx28+)
4467
4468
2008-09-23 16:14  jenslody
4469
4470
svn5214:  fixed crash-candidates: conversion to multibyte-string
4471
	  fails in some rare cases and crashes C::B if result is passed to
4472
	  c/c++-functions
4473
4474
2008-09-22 08:43  mortenmacfly
4475
4476
svn5213:  - fixed upper-case wxCHAR to wxChar
4477
4478
2008-09-22 05:26  killerbot
4479
4480
svn5212:  - little build fix (for ansi builds)
4481
4482
2008-09-21 20:19  killerbot
4483
4484
svn5211:  * bug fix for error introduced in rev 5209 (no longer
4485
	  builds)
4486
4487
2008-09-21 20:10  killerbot
4488
4489
svn5210:  - remove warnings, and actually correct application of
4490
	  that dirty old printf rules
4491
4492
2008-09-21 19:01  afb
4493
4494
svn5209:  - allow launch with associated application (open) for
4495
	  all platforms
4496
4497
2008-09-20 11:47  killerbot
4498
4499
svn5208:  - some first wx29 compatibility updates
4500
4501
2008-09-19 06:38  mortenmacfly
4502
4503
svn5207:  - fixed wrong comparision with compiler index (thanks
4504
	  stahta01)
4505
4506
2008-09-18 08:34  jenslody
4507
4508
svn5206:  - moved DDE-Server initialization, to make it start
4509
	  after commandline is read.
4510
4511
2008-09-18 08:17  mortenmacfly
4512
4513
svn5205:  - fixed possible crash candidate (DDE server related)
4514
4515
2008-09-16 16:13  biplab
4516
4517
svn5204:  * Fixed: Project Importer menu location at File menu
4518
	  was hard-coded. (It's a cosmetic fix and fixing two separators
4519
	  after Import Project menu item bug in latest nightlies)
4520
4521
2008-09-08 07:36  killerbot
4522
4523
svn5203:  -pch include fixes, and DLLIMPORT on templates
4524
4525
2008-09-07 19:50  jenslody
4526
4527
svn5202:  fixed an issue that leads to a crash on linux, if the
4528
	  last watch was removed from "Debug -> Edit watches" dialog
4529
4530
2008-08-31 14:26  jenslody
4531
4532
svn5201:  * fixed two minor errors
4533
4534
2008-08-30 07:08  biplab
4535
4536
svn5200:  * Cleaned Up: Project file.
4537
4538
2008-08-29 16:09  jenslody
4539
4540
svn5199:  fixed update-script for linux, previous version seems
4541
	  to be incompatible with some shells
4542
	  wxSmith: added "SetSashPosition" to generated code only if
4543
	  wxSplitWindow has two children (update for r5196)
4544
4545
2008-08-29 14:38  pecan
4546
4547
svn5198:  DragScroll 1.3.23 2008/08/29
4548
	  - Fixed: font sizes increasing across sessions in
4549
	  OnMouseWheelEvent.
4550
	  - Save/restore users ctrl-MouseWheel font changes across
4551
	  sessions.
4552
	  - Fixed: crash caused by failure in CleanUpWindowPointerArray()
4553
	  - Changed option label "MouseWheelZoom" to "Log MouseWheelZoom"
4554
	  to avoid confusion; even though it applies to other tree and list
4555
	  controls.
4556
4557
2008-08-29 09:42  mortenmacfly
4558
4559
svn5197:  * projects_importer (MSVC6): Add support for importing
4560
	  post build commands
4561
4562
2008-08-27 19:04  jenslody
4563
4564
svn5196:  wxSmith: added "SetSashPosition" to generated code to
4565
	  make the appropriate parameter work
4566
4567
2008-08-26 17:37  jenslody
4568
4569
svn5195:  Hopefully fixed dde-issue when double-clicking on
4570
	  associated files in explorer on XP and CodeBlocks is not yet
4571
	  running.
4572
4573
2008-08-26 16:36  mandrav
4574
4575
svn5194:  * added logrotate-style backups to autosave
4576
4577
2008-08-24 09:59  biplab
4578
4579
svn5193:  * Highlight Occurrences:
4580
	  - Added: Support for user-defined colours.
4581
4582
2008-08-23 17:49  pecan
4583
4584
svn5192:  CodeSnippets 1 3.92 2008/08/23
4585
	  - App:Added RemoveFileFromRecentHistory routine
4586
	  - Allow user to specify new filename at "Load Index File..."
4587
	  - Adjust CodeSnippet TreeCtrl font via Ctrl-MouseWheel
4588
	  - Adjust ThreadSearch log font via Ctrl-MouseWheel
4589
	  - Delete temporary files created when editing xml text items
4590
	  - After external file mod and reload, call
4591
	  ScbEditor::SetEditorStyleAfterFileOpen() to re-establish margin
4592
	  style, width, etc.
4593
	  - Add file dragndrop to EditSnippetFrame
4594
	  - Add wxLog::EnableLog(false) for release app to stop wxWidget
4595
	  wxMessageBox's when user starts CodeSnippets.exe without a
4596
	  CodeBlocks .conf file.
4597
	  - Removed memoryMappedFile code for compatibility with non-linux
4598
	  unixes
4599
	  - Fixed missing events when CS switched from External to
4600
	  docked/floating
4601
	  - Auto start CS app if running in previous session.
4602
	  - Auto show docked or floating when switching from app
4603
	  - Ask user if s/he really wants multiple invocations of CS from
4604
	  same folder.
4605
4606
2008-08-23 17:41  pecan
4607
4608
svn5191:  DragScroll 1.3.18 2008/08/23
4609
	  - Implement Ctrl-MouseWheel zoom for CB list & tree ctrls
4610
	  - Add config options "Ctrl-WheelMouse Zooms" and "Remember Log
4611
	  Zoom"
4612
	  - Allow user to ctrl-mouse zoom htmlWindows (eg, Start Here page)
4613
	  - Fixed: missing events bec.StartHere htmlWindow never issues
4614
	  wxEVT_DESTROY
4615
4616
2008-08-21 09:57  mortenmacfly
4617
4618
svn5190:  - added wizard for stlport enabled application(s)
4619
	  - hexedit: fixed linker warnings on windows
4620
4621
2008-08-18 16:36  biplab
4622
4623
svn5189:  * Polished: Highlight Occurrences. Selection will now
4624
	  be Filled rectangle, instead of a outlined rectangle.
4625
4626
2008-08-17 16:37  biplab
4627
4628
svn5188:  * Implemented: [Feature Request #4270] Occurrence
4629
	  selection should be case-sensitive
4630
	  * Highlight Occurrences: Added option to highlight Whole Words.
4631
4632
2008-08-17 13:49  killerbot
4633
4634
svn5187:  applied in modified form [ Patch #2537 ] help_plugin:
4635
	  missing prototypes in defs.h
4636
4637
2008-08-17 13:36  killerbot
4638
4639
svn5186:  * applied Patch #2544 : loggers font fix
4640
4641
2008-08-15 18:15  killerbot
4642
4643
svn5185:  * copy/cut-paste fixes in linux
4644
	  * copy/move fixes on linux when drag and drop of selected text
4645
	  with the mouse
4646
4647
2008-08-13 22:22  jenslody
4648
4649
svn5184:  RegExTestbed plugin: fixed a bug that makes it
4650
	  impossible to select/copy the quoted expression on linux and
4651
	  makes it impossible to scroll the text of the output control.
4652
4653
2008-08-12 23:01  byo
4654
4655
svn5183:  HexEditor:
4656
	  * Many bugfixes in the expression parser
4657
	  * Added expression parsing into the preview section
4658
4659
2008-08-08 15:23  jenslody
4660
4661
svn5182:  HeaderFixup plugin: fixed typo in defaults.cpp that
4662
	  leads to incorrect includes
4663
4664
2008-08-08 14:49  jenslody
4665
4666
svn5181:  Fixed a bug that can lead to a crash if compiler-plugin
4667
	  checks if external deps are outdated. Thanks to jeroen for
4668
	  pointing this out and the patch.
4669
4670
2008-08-06 22:03  byo
4671
4672
svn5180:  HexEditor: Forgot to add this file
4673
4674
2008-08-06 22:02  byo
4675
4676
svn5179:  HexEditor: Added expression calculator (based on simple
4677
	  virtual machine), it will be used for goto, search and preview
4678
	  operations
4679
4680
2008-08-01 17:17  killerbot
4681
4682
svn5177:  - include fixes
4683
4684
2008-08-01 17:03  killerbot
4685
4686
svn5176:  - include fixes, and /* */ --> // : (c++ code)
4687
4688
2008-08-01 16:41  killerbot
4689
4690
svn5175:  - update to previous commit
4691
4692
2008-08-01 16:39  killerbot
4693
4694
svn5174:  - first step to get rid of one public var, in
4695
	  preparation of applying a patch
4696
4697
2008-08-01 15:54  killerbot
4698
4699
svn5173:  * OnReload does not re-establish margin numbers and
4700
	  width (Bug #014298, patch number #002536)
4701
4702
2008-07-31 20:16  byo
4703
4704
svn5172:  HexEditor: Applied patch by dmoore - integration with
4705
	  ShellExplorer plugin
4706
4707
2008-07-30 18:13  pecan
4708
4709
svn5171:  CodeSnippets 1 3.80
4710
	  - Center find dlg in parent frame
4711
	  - Invoke CheckForModifiedFiles in EditSnippetFrame EVT_ACTIVATE
4712
	  - Invoke CheckForModifiedFiles in ThreadSearchFrame EVT_ACTIVATE
4713
	  - Pass URL/URI in dragndrop as file for browsers
4714
	  - App:Fix activating first instance when starting secondary
4715
	  instances, then exit
4716
	  - {enter} in snippets properties label simulates OK
4717
	  - Fixed: App: CodeSnippets XML Index is not being saved OnClose
4718
	  [x].(2008/07/30)
4719
	  - Fixed: Loop caused by cross-frame event posting in EVT_ACTIVATE
4720
	  routines
4721
	  - Speed up .cbp compile time by sharing obj directory betwn
4722
	  plugin & standalone
4723
4724
2008-07-26 11:58  daniel2000
4725
4726
svn5170:  - some minor fixes for make dist
4727
4728
2008-07-26 11:54  byo
4729
4730
svn5169:  HexEditor: Implemented inserting new bytes (INSERT key)
4731
	  and deleteing current (DELETE key)
4732
4733
2008-07-26 11:44  daniel2000
4734
4735
svn5168:  - added libValgrind.* files to file list (forgot this
4736
	  in last commit)
4737
4738
2008-07-26 11:33  daniel2000
4739
4740
svn5167:  - some spec file tidying and some minor fixes
4741
4742
2008-07-25 21:35  byo
4743
4744
svn5166:  HexEditor: Implemented goto functionality (ctrl+g)
4745
4746
2008-07-25 20:16  byo
4747
4748
svn5165:  HexEditor: Added "Open with HexEditor" option into the
4749
	  "File" menu
4750
4751
2008-07-25 20:14  byo
4752
4753
svn5164:  Fixed bug causing C::B to rejest closing when using
4754
	  editor other than the internal one
4755
4756
2008-07-25 19:37  jenslody
4757
4758
svn5163:  - fix for a rare case when reselecting a just
4759
	  deselected word does not highlight its occurences
4760
4761
2008-07-25 11:51  jenslody
4762
4763
svn5162:  - fixed minor bug in headerfixup defaults
4764
4765
2008-07-24 14:26  thomasdenk
4766
4767
svn5161:  - made deselect work correctly
4768
4769
2008-07-23 20:52  byo
4770
4771
svn5160:  HexEdit:
4772
	  * Fix problems with crashes on windows (potentially)
4773
	  * Fix problem with displaying small files
4774
4775
2008-07-23 15:45  biplab
4776
4777
svn5159:  * Fixed: Auto-detection of GCC returns wrong compiler
4778
	  dir (Reproducible in Fedora 9).
4779
4780
2008-07-23 15:41  thomasdenk
4781
4782
svn5158:  - missing line
4783
4784
2008-07-23 15:28  biplab
4785
4786
svn5157:  * Fixed: Occurrence selection remains active after
4787
	  deselecting the text (due to last commit).
4788
4789
2008-07-23 13:10  thomasdenk
4790
4791
svn5156:  - CPU patch for patch #002525
4792
4793
2008-07-23 13:05  biplab
4794
4795
svn5155:  * Applied: [Patch #2525] Occurrences Highlighting
4796
4797
2008-07-22 20:54  byo
4798
4799
svn5154:  wxSmith: (thanx to pdsonic for finding these bugs)
4800
	  * Fixed bug with checkable menu item (invaild name of XML node)
4801
	  * Fixed procedure fetching menu items from XRC file
4802
4803
2008-07-21 19:35  thomasdenk
4804
4805
svn5153:  - Updated to take advantage of r5152
4806
4807
2008-07-21 19:19  mandrav
4808
4809
svn5152:  - added EVT_EDITOR_BEFORE_SAVE event
4810
4811
2008-07-21 19:15  pecan
4812
4813
svn5151:  -CodeSnippets 1 3.72 2008/07/20
4814
	  - Disable Find and FindInFiles in FullSearch Preview window to
4815
	  prevent crashes
4816
	  - Disalbe FindInFiles in FullSearch editors (causing crashes)
4817
4818
2008-07-21 16:46  biplab
4819
4820
svn5150:  * Improved: Code to address a lock-up when ² is
4821
	  entered.
4822
4823
2008-07-21 14:45  mortenmacfly
4824
4825
svn5149:  * fixed regression due to rev 5124 with libary
4826
	  selection/modification
4827
4828
2008-07-20 20:59  jenslody
4829
4830
svn5148:  - Headerfixup-plugin: reverted the conditional part of
4831
	  commit 5147, there seem to be problems with 32bit systems too
4832
4833
2008-07-20 20:07  jenslody
4834
4835
svn5147:  - Headerfixup-plugin: workaround for x86_64
4836
	  compiling-problem
4837
4838
2008-07-20 13:35  pecan
4839
4840
svn5146:  - CodeSnippets - update versoin number
4841
4842
2008-07-20 12:22  pecan
4843
4844
svn5145:  *CodeSnippets 1 3.70 2008/07/20
4845
	  - Fix FullSearch file open crash when CodeCompletion loaded
4846
4847
2008-07-19 19:55  byo
4848
4849
svn5144:  HexEditor: Added protection from crashes - all hex
4850
	  editors are closed before plugin is detached
4851
4852
2008-07-19 17:08  byo
4853
4854
svn5143:  HexEditor: Workaround for MinGW's broked printf support
4855
	  for long double
4856
4857
2008-07-19 10:12  byo
4858
4859
svn5142:  HexEditor: Changed resources
4860
4861
2008-07-19 10:11  byo
4862
4863
svn5141:  HexEditor: Now the "Value Preview" should be enabled by
4864
	  default for sure :)
4865
4866
2008-07-18 22:03  byo
4867
4868
svn5140:  HexEdit:
4869
	  * Made the "Value Preview" option enabled by default
4870
	  * Some small project adjustments
4871
	  * Removed some warnings
4872
4873
2008-07-18 19:14  byo
4874
4875
svn5139:  HexEditor: Switched to CamelCase for .so and .zip file
4876
	  on linux
4877
4878
2008-07-18 18:18  killerbot
4879
4880
svn5138:  - hexeditor update
4881
4882
2008-07-18 18:00  byo
4883
4884
svn5137:  Added HexEditor plugin
4885
4886
2008-07-18 15:45  mortenmacfly
4887
4888
svn5136:  * updated bzip libs to most recent version (fixes
4889
	  security flaws)
4890
	  * added several lexers by applying patch #2517 (thanks danselmi)
4891
	  - fixed minor bug in matching brace handling in cbeditor (thanks
4892
	  danselmi)
4893
	  - added auto import libs for several project (targets) where
4894
	  required
4895
	  - updated C::B project file's library options to be more flexible
4896
	  (lib_XXX_.a -> _XXX_)
4897
	  * fixed bug #14098, by applying patch #2506 (thanks techtonik)
4898
	  - updated envvars project file as a workaround for the case of
4899
	  spaces in the pathname (actually a bug in macrosmanager!)
4900
	  - removed dead code in project manager
4901
4902
2008-07-17 18:37  killerbot
4903
4904
svn5135:  - the fix
4905
4906
2008-07-17 18:29  killerbot
4907
4908
svn5134:  - part of a fix ?
4909
4910
2008-07-17 17:11  mariocupelli
4911
4912
svn5133:  wizards:
4913
	  - remove header/source dir for EasyKit-TC1767
4914
4915
2008-07-17 15:13  mariocupelli
4916
4917
svn5132:  wizards:
4918
	  - add support for Audo-Future derivatives
4919
4920
2008-07-17 13:14  thomasdenk
4921
4922
svn5131:  - HeaderGuard
4923
4924
2008-07-16 20:57  mariocupelli
4925
4926
svn5130:  wizards:
4927
	  - add support for Audo-Future derivatives (TC1767/TC1797)
4928
	  - add wizards with usage of internal flash
4929
	  - switch to new SFR header files for TriCore
4930
4931
2008-07-15 09:27  mortenmacfly
4932
4933
svn5129:  - fixed wrong forward decl in loggers.h (due to usage
4934
	  of wxTextAttr as object)
4935
	  - tried to hunt down a crash when compiling (related to
4936
	  PipedProcess)
4937
	  - headerfixup plugin: added missing keyword for C::B SDK
4938
4939
2008-07-15 08:01  killerbot
4940
4941
svn5128:  - include fix
4942
4943
2008-07-14 20:30  pecan
4944
4945
svn5127:  CodeSnippets 1 3.69 2008/07/14
4946
	  - Jens' fix for broken CheckForModifiedFiles (Thanks)
4947
4948
2008-07-13 20:36  pecan
4949
4950
svn5126:  CodeSnippets 1 3.68 2008/07/13
4951
	  - Fix standalone module to run as portable exe
4952
4953
2008-07-13 16:18  killerbot
4954
4955
svn5125:  * Valgrind plugin now has it's own menu entry
4956
	  * added basic support for Valgrind::cachegrind
4957
4958
2008-07-13 10:48  mortenmacfly
4959
4960
svn5124:  * allow multiple selection for libraries in compiler
4961
	  options for all operations (move, copy, delete...)
4962
4963
2008-07-12 18:55  mortenmacfly
4964
4965
svn5123:  - fixed codesnippets project fiile for unix
4966
4967
2008-07-12 12:57  byo
4968
4969
svn5122:  lib_finder: Added support for library dependencies
4970
4971
2008-07-12 12:51  byo
4972
4973
svn5121:  wxSmith: Changed method of connecting events directly
4974
	  to item (like itemVariable->Connect( ... ) ) - id's of items are
4975
	  not used now since this caused some problems (like wxEVT_CHAR was
4976
	  not always processed).
4977
4978
2008-07-11 23:54  pecan
4979
4980
svn5120:  CodeSnippets - removed unused files
4981
4982
2008-07-11 23:53  pecan
4983
4984
svn5119:  CodeSnippets - removed unused files
4985
4986
2008-07-11 23:50  pecan
4987
4988
svn5118:  * CodeSnippets with ThreadSearch
4989
	  - RightClick root item and choose FullSearch
4990
4991
2008-07-11 11:09  mortenmacfly
4992
4993
svn5117:  * applied several patches from Bugtracker (thanks jens
4994
	  and others...)
4995
	  - handle special charakters in tokenizer (fixes freeze)
4996
	  - fix some compiler warnings on windows (auto-import)
4997
	  - fixed issues with wxSmith on 64bit systems
4998
	  - choose the right target for debugging
4999
	  - correct placement of file modified dialog
5000
	  - fixed wrong behaviour of taskbar icon on batch builds
5001
	  - save missing layout infos
5002
5003
2008-07-10 05:33  killerbot
5004
5005
svn5116:  - update
5006
5007
2008-07-09 18:40  killerbot
5008
5009
svn5115:  - headerfix-unix.cbp fix
5010
5011
2008-07-09 18:38  killerbot
5012
5013
svn5114:  - update to previous commit
5014
5015
2008-07-09 18:31  killerbot
5016
5017
svn5113:  add Valgrind plugin
5018
5019
2008-07-08 20:29  mortenmacfly
5020
5021
svn5112:  - fixed makefile system due update of headerfixup
5022
	  plugin
5023
5024
2008-07-08 11:15  mortenmacfly
5025
5026
svn5111:  * fixed crash when clicking the close-button twice by
5027
	  applying patch #2513, thanks Der Meister.
5028
	  headerfixup plugin:
5029
	  - detect existing forward decls
5030
	  - detect spaces in includes, e.g. #include < wx/wx.h >
5031
	  - make the log available in a report window for inspection/save
5032
	  - save the UI settings (including selection of libs)
5033
	  - use RegEx for detection of includes, forward decls... in files
5034
5035
2008-07-04 12:54  mortenmacfly
5036
5037
svn5109:  header_fixup plugin:
5038
	  - fixed a few bugs introduced in last commit (doh!)
5039
	  - added todo file for devs that want to contribute
5040
5041
2008-07-04 12:16  mortenmacfly
5042
5043
svn5108:  header_fixup plugin:
5044
	  - updated C::B defaults (e.g. to include the new logger)
5045
	  - fixed a few bugs in wx 2.6.4 defaults
5046
	  - added wx 2.8.8 defaults
5047
5048
2008-07-03 15:29  biplab
5049
5050
svn5107:  * Applied: [Patch #2508] Wrong name for .o file after
5051
	  renaming .cpp file
5052
5053
2008-06-23 15:08  biplab
5054
5055
svn5105:  * Fixed: AutoVersioning plugin adds version.h more than
5056
	  once for projects with more than 2 targets.
5057
5058
2008-06-22 15:57  biplab
5059
5060
svn5104:  * Fixed: File permission gets messed up after a file
5061
	  save. (Uses a portion of patch by Jens, Thanks!)
5062
5063
2008-06-22 11:05  dje
5064
5065
svn5103:  * Added current target to search scope in ThreadSearch
5066
	  plugin.
5067
5068
2008-06-19 20:14  killerbot
5069
5070
svn5102:  - minor include change
5071
5072
2008-06-19 20:04  killerbot
5073
5074
svn5101:  * don't parse the targets of another platform for
5075
	  include directories [otherwise you get crap on linux when for
5076
	  example a project containing linux wx target and windows wx
5077
	  target : on linux you get complaints that #WX is unknown and you
5078
	  get the global var dialog very easily 6 times or more presented]
5079
5080
2008-06-18 20:05  killerbot
5081
5082
svn5100:  * menu entry and keyboard shortcut for "Open include
5083
	  file"
5084
5085
2008-06-18 15:59  mortenmacfly
5086
5087
svn5099:  * fixed: C::B not asking anymore to save a modified
5088
	  workspace if e.g. another project was added
5089
5090
2008-06-17 15:37  ceniza
5091
5092
svn5098:  Help plugin:
5093
	  * [BUGFIX] Crash when deleting first entry (patch provided by
5094
	  jens)
5095
5096
2008-06-16 21:38  killerbot
5097
5098
svn5097:  * applied patch 2494 which fixes bug 14037 (thanks
5099
	  Jens)
5100
5101
2008-06-16 21:30  killerbot
5102
5103
svn5096:  * menu entries and keyboard shortcuts for "Find
5104
	  declaration of :'...'" and "Find implementation of :'...'"
5105
5106
2008-06-10 16:09  biplab
5107
5108
svn5095:  * Fixed: Couple of layout issues in Header-fixup
5109
	  plugin.
5110
5111
2008-06-10 15:28  mortenmacfly
5112
5113
svn5094:  * fixed crash with HeaderFixup plugin if no project is
5114
	  active... ooops. ;-)
5115
5116
2008-06-08 15:19  biplab
5117
5118
svn5093:  * Fixed: Wrong number of items radio box in Headerfixup
5119
	  plugin.
5120
5121
2008-06-08 15:11  biplab
5122
5123
svn5092:  * Fixed: A bug introduced in previous commit. (Thanks
5124
	  Jens for noting this)
5125
5126
2008-06-08 13:37  biplab
5127
5128
svn5091:  * Applied: [Patch #2480] Speedup update-script on linux
5129
5130
2008-06-08 13:19  biplab
5131
5132
svn5090:  * Fixed: [Bug #13982] Undocked (floating) windows can
5133
	  cause GTK-Critical on linux (Using [Patch #2490])
5134
5135
2008-06-06 09:59  mariocupelli
5136
5137
svn5089:  Editor:
5138
	  - fix pasting in block select mode (thanks to SiegeLord)
5139
5140
2008-06-05 21:46  dje
5141
5142
svn5088:  - ThreadSearch plugin : fix potential hang due to a
5143
	  graphic call in the worker thread (thanks to Pecan)
5144
5145
2008-06-03 11:04  killerbot
5146
5147
svn5087:  - further header fixup fixes
5148
5149
2008-06-03 06:42  killerbot
5150
5151
svn5086:  - pch fix
5152
5153
2008-06-03 06:39  killerbot
5154
5155
svn5085:  * fixes to build HeaderFixUp on linux and dialog size
5156
5157
2008-06-02 11:32  mortenmacfly
5158
5159
svn5084:  * added (saved) HeaderFixup plugin (latest version) to
5160
	  SVN
5161
	  - adjusted build/install system (hopefully correctly... needs
5162
	  testing)
5163
	  - fixed envvars project file for unix
5164
	  - reverted some wrong changes of R5070
5165
5166
2008-06-01 15:28  biplab
5167
5168
svn5083:  * Fixed: Possible crash when an open file is deleted
5169
	  from disk and C::B is asked to remove it from project tree.
5170
5171
2008-05-28 22:55  ceniza
5172
5173
svn5082:  Debugger plugin:
5174
	  * Bugfix: Valid frames in the call stack being discarded
5175
	  ? Check: '(' printed as the address of call stack #0 when there's
5176
	  not address information at all for it
5177
5178
2008-05-24 12:06  biplab
5179
5180
svn5081:  * Applied: [Patch #2452] Speedup 'update.bat'
5181
5182
2008-05-23 09:15  mandrav
5183
5184
svn5080:  * Script console is now a docking window (instead of
5185
	  being part of the logs).
5186
	  * Script console now keeps a history of entered commands.
5187
	  * Fixed layout of some dialogs.
5188
5189
2008-05-22 18:39  pecan
5190
5191
svn5079:  DragScroll 1.2.15 2008/05/22
5192
	  -Allow multiple invocations of OnAppStartupDoneInit() in order to
5193
	  catch windows that open after we intialize. (2008/03/4)
5194
	  - Conversion to use only one event handler (2008/04/22)
5195
	  - Optimizations in MouseEventsHandler
5196
	  - SearchForScrollableWindows() as service to external callers
5197
	  - Added DragScroll events for rescanning/adding/removing windows
5198
	  - Optimized/cleaned up MouseEventHandler
5199
	  - Removed OnWindowOpen EditorManager dependencies
5200
	  - Add Configure() and event to invoke it. 2008/04/29
5201
5202
2008-05-22 16:10  biplab
5203
5204
svn5078:  * Fixed: Code missed in last commit.
5205
5206
2008-05-22 15:59  biplab
5207
5208
svn5077:  * Fixed: Memory dump window shows wrong memory address.
5209
5210
2008-05-22 06:11  mortenmacfly
5211
5212
svn5076:  * fixed broken replace in files (thanks to Bob)
5213
5214
2008-05-20 14:51  biplab
5215
5216
svn5075:  * Fixed: [Bug #13841] memory dump does randomly not
5217
	  work (by applying [Patch #2475]). Thanks Jens for the patch.
5218
5219
2008-05-17 06:03  biplab
5220
5221
svn5074:  * Added: Correct exchndl.dll file.
5222
5223
2008-05-17 06:02  biplab
5224
5225
svn5073:  * Removed: Corrupted exchndl.dll file.
5226
5227
2008-05-17 05:23  biplab
5228
5229
svn5072:  * Fixed: exchndl.dll was missing from trunk. Adjusted
5230
	  the update.bat to include it.
5231
5232
2008-05-17 05:01  biplab
5233
5234
svn5071:  * Removed: Empty installer folder from the trunk.
5235
5236
2008-05-15 09:11  mortenmacfly
5237
5238
svn5070:  - fixed 2 possible crash candidates
5239
	  - some more information given to the user if loading a manifest
5240
	  file fails
5241
5242
2008-05-14 16:37  biplab
5243
5244
svn5067:  * Added the mime folders to the autotools build system.
5245
5246
2008-05-14 16:14  mortenmacfly
5247
5248
svn5065:  Moved setup/mime/codeblocks.desktop to
5249
	  trunk/src/mime/codeblocks.desktop
5250
5251
2008-05-14 16:14  mortenmacfly
5252
5253
svn5064:  Moved setup/mime/codeblocks.png to
5254
	  trunk/src/mime/codeblocks.png
5255
5256
2008-05-14 16:14  mortenmacfly
5257
5258
svn5063:  Moved setup/mime/codeblocks.xml to
5259
	  trunk/src/mime/codeblocks.xml
5260
5261
2008-05-14 16:14  mortenmacfly
5262
5263
svn5062:  Moved
5264
	  setup/mime/gnome-mime-application-x-codeblocks-workspace.png to
5265
	  trunk/src/mime/gnome-mime-application-x-codeblocks-workspace.png
5266
5267
2008-05-14 16:14  mortenmacfly
5268
5269
svn5061:  Moved
5270
	  setup/mime/gnome-mime-application-x-codeblocks.png to
5271
	  trunk/src/mime/gnome-mime-application-x-codeblocks.png
5272
5273
2008-05-14 16:13  mortenmacfly
5274
5275
svn5060:  Moved setup/mime/Makefile.am to
5276
	  trunk/src/mime/Makefile.am
5277
5278
2008-05-14 16:12  mortenmacfly
5279
5280
svn5059:  Created directory trunk/src/mime
5281
5282
2008-05-13 17:31  biplab
5283
5284
svn5058:  * Fixed: [Bug #13807] bootstrap of C::B fail on missing
5285
	  src/setup
5286
5287
2008-05-13 17:01  biplab
5288
5289
svn5057:  * Non-PCH build fix. (Thanks Tim S.)
5290
5291
2008-05-13 16:44  biplab
5292
5293
svn5056:  * Fixed: Digital Mars Compiler throws error while
5294
	  compiling Win32 App wizard generated projects.
5295
	  * Fixed: Digital Mars Resource Compiler throws error while
5296
	  compiling Win32 App wizard generated resource files.
5297
	  * Minor tweak in Win32 App wizard generated resource file.
5298
5299
2008-05-13 16:35  biplab
5300
5301
svn5055:  * Fixed: [Bug #13800] Digital Mars Resource Compiler
5302
	  Error
5303
5304
2008-05-13 13:26  mortenmacfly
5305
5306
svn5054:  * handle read-only file (editor) properly for
5307
	  search-and-replace
5308
	  * show an info window if while replacing in files some files were
5309
	  skipped due to being read-only
5310
5311
2008-05-12 08:23  mandrav
5312
5313
svn5053:  - Moved 'setup' folder to root of the repository
5314
5315
2008-05-11 15:37  killerbot
5316
5317
svn5052:  - fix wx cb dll name
5318
5319
2008-05-11 07:22  mortenmacfly
5320
5321
svn5051:  - some minor fixes on the NSI file (to comply with new
5322
	  C::B folders)
5323
5324
2008-05-11 07:12  mortenmacfly
5325
5326
svn5050:  - moved installer files to the right place
5327
5328
2008-05-11 07:10  mortenmacfly
5329
5330
svn5049:  moved installer files to the right place
5331
5332
2008-05-10 19:53  killerbot
5333
5334
svn5048:  - pch fix
5335
5336
2008-05-10 18:11  killerbot
5337
5338
svn5047:  - add some installer files
5339
5340
2008-05-10 13:05  byo
5341
5342
svn5046:  lib_finder: Added support for versioning of library
5343
	  detection settings
5344
5345
2008-05-09 15:10  killerbot
5346
5347
svn5045:  - pch fix
5348
5349
2008-05-09 08:04  mandrav
5350
5351
svn5044:  * Project-wide remote debugging settings now offer
5352
	  project-level settings too, in addition to target-level settings
5353
	  (target-level settings override project-level ones).
5354
5355
2008-05-08 22:38  byo
5356
5357
svn5043:  wxSmith: Makefile.am fix
5358
5359
2008-05-08 22:09  byo
5360
5361
svn5042:  wxSmith:
5362
	  * Exported 'WxsRecoverWxsFile' function into squirrel - it may be
5363
	  used to recover resources when they were lost
5364
	  * Fix potential crash when loading project with invalid resource
5365
	  definitions
5366
5367
2008-05-08 14:44  ceniza
5368
5369
svn5041:  Source Exporter:
5370
	  * Added option to print line numbers in the exported file.
5371
5372
2008-05-08 08:35  mandrav
5373
5374
svn5040:  * Debugger now updates the call stack when manually
5375
	  switching to a different thread.
5376
5377
2008-05-07 21:55  byo
5378
5379
svn5039:  lib_finder:
5380
	  * Changed list.xml content to look more like current library
5381
	  detection settings xml files
5382
	  * Small bug fixes
5383
5384
2008-05-07 20:49  ceniza
5385
5386
svn5038:  AStyle plugin:
5387
	  - Reset m_PeakStart after peekReset
5388
5389
2008-05-07 18:11  ceniza
5390
5391
svn5037:  AStyle Plugin:
5392
	  - Upgraded to AStyle 1.22
5393
5394
2008-05-07 14:58  killerbot
5395
5396
svn5036:  * fix the build (broken by rev 5029)
5397
5398
2008-05-07 12:26  mandrav
5399
5400
svn5035:  * Fixed a couple of bugs in C++ parser when parsing
5401
	  comments.
5402
5403
2008-05-07 12:22  thomasdenk
5404
5405
svn5034:  * Fixed r5031 to compile with gcc 4.2
5406
5407
2008-05-07 11:41  mandrav
5408
5409
svn5033:  * Fixed bug with encoding detector being called twice
5410
	  per file.
5411
	  * Fixed default value inconsistency in two places for
5412
	  ignore_invalid_targets setting.
5413
5414
2008-05-07 08:50  byo
5415
5416
svn5032:  lib_finder: Fixed Makefile.am
5417
5418
2008-05-07 08:49  mortenmacfly
5419
5420
svn5031:  * applied modified (no ABI change) variant of patch
5421
	  #2425 by DrewBoo ("SDK recognises source and header extensions in
5422
	  project mgr"). Thanks DrewBoo!
5423
5424
2008-05-07 08:45  mortenmacfly
5425
5426
svn5030:  * added native support for INL file extension (template
5427
	  implementation files)
5428
5429
2008-05-07 07:21  byo
5430
5431
svn5029:  lib_finder:
5432
	  * Added dialog helping to deal with unknown libraries when
5433
	  project uses them
5434
	  * Library detection definitions can now be downloaded from
5435
	  internet
5436
5437
2008-05-05 10:03  mandrav
5438
5439
svn5028:  * Fixed C++ parser bug with operators containing the
5440
	  '=' digit (caused the parser to skip big chunks of code).
5441
	  * Added new view filter for symbols browser: "Everything"
5442
	  (displays all known symbols).
5443
	  * Members list in symbols browser (bottom list) now displays
5444
	  member categorized (ctors & dtors, functions, vars, others),
5445
	  where available, for easier reading.
5446
	  * Enabled (and improved compared to initial plans) search
5447
	  functionality in symbols browser.
5448
5449
2008-05-02 09:07  afb
5450
5451
svn5027:  - include string, for std::string (fixes the mac build)
5452
5453
2008-05-01 12:14  killerbot
5454
5455
svn5026:  * applied [ Patch #2424 ] GDB allows editing of
5456
	  breakpoints when debugee is running
5457
5458
2008-05-01 08:53  biplab
5459
5460
svn5025:  * Added: SQL lexer.
5461
5462
2008-04-30 22:22  killerbot
5463
5464
svn5024:  * applied [ Patch #2362 ] Get lexer sample from user
5465
	  data dir like lexer xml
5466
5467
2008-04-30 22:05  killerbot
5468
5469
svn5023:  * applied [ Patch #2422 ] Corrected spelling of
5470
	  "explicitly"
5471
5472
2008-04-29 15:48  mandrav
5473
5474
svn5022:  * Fixed broken "run" functionality for console apps
5475
	  (windows).
5476
5477
2008-04-27 09:31  biplab
5478
5479
svn5021:  * Fixed: [Bug #13500] Setting the icon of a wxFrame
5480
	  causes compile error
5481
5482
2008-04-24 20:24  killerbot
5483
5484
svn5020:  - pch fix
5485
5486
2008-04-24 12:07  biplab
5487
5488
svn5019:  * Fixed: [Bug #13679] Crash in CodeCompletion after
5489
	  autosave
5490
5491
2008-04-24 10:54  mandrav
5492
5493
svn5018:  * Added debugger option: "catch C++ exceptions".
5494
	  * Added debugger option: "auto switch to first valid frame when
5495
	  breaking". Meaning the debugger will switch to the first frame
5496
	  with valid filename/line info when breaking.
5497
	  * Replaced a couple of debugger's message boxes with info
5498
	  windows.
5499
5500
2008-04-24 09:26  mandrav
5501
5502
svn5017:  * LD_LIBRARY_PATH is now correctly set for targets
5503
	  executed with cb_console_runner.
5504
5505
2008-04-23 17:10  biplab
5506
5507
svn5016:  * Fixed: Refresh the project tree after AutoVersioning
5508
	  plugin configures a project.
5509
5510
2008-04-23 17:02  biplab
5511
5512
svn5015:  * Fixed: [Bug #13676] OnCompiler(Started,Finished)
5513
	  event.GetProject() returns null
5514
5515
2008-04-23 13:17  mandrav
5516
5517
svn5014:  - Fixed parsing bug introduced with last commit.
5518
5519
2008-04-23 12:22  mandrav
5520
5521
svn5013:  * Preprocessor definitions are now parsed and display
5522
	  the macro's definition when the macro is used as a function.
5523
	  * Fixed code-completion bug that would fail providing suggestions
5524
	  if the caret was at the end of the file.
5525
5526
2008-04-23 11:58  mandrav
5527
5528
svn5012:  * Fixed well-hidden parsing bug related to template
5529
	  parameters.
5530
5531
2008-04-23 07:41  mandrav
5532
5533
svn5011:  * Fix for bug with filenames that contain symlinks in
5534
	  their paths (might open the same file more than once using
5535
	  different paths because of the symlinks).
5536
5537
2008-04-19 12:19  killerbot
5538
5539
svn5010:  clean up (remove include\wxAUI)
5540
5541
2008-04-19 09:13  killerbot
5542
5543
svn5009:  * GCC support : added -std=c++98 and -Weffc++ compiler
5544
	  options
5545
5546
2008-04-19 05:05  biplab
5547
5548
svn5008:  * Applied: [Patch #2442] AutoVersioning bugs, new
5549
	  features (For JGM)
5550
5551
2008-04-18 18:31  mandrav
5552
5553
svn5007:  * Fixed a parsing error with stream operator (<<).
5554
5555
2008-04-16 11:42  thomasdenk
5556
5557
svn5006:  * Fixes to conditional variable handling
5558
5559
2008-04-13 17:43  byo
5560
5561
svn5005:  lib_finder: Fixed bug causing new custom libraries to
5562
	  be removed
5563
5564
2008-04-13 03:49  mandrav
5565
5566
svn5004:  * New projects are now fully parsed for symbols after
5567
	  the wizard finishes.
5568
5569
2008-04-13 02:43  mandrav
5570
5571
svn5003:  * Fixed bug in temporary C++ buffer parsing leading to
5572
	  not recognizing some local vars (in some cases).
5573
5574
2008-04-13 02:09  mandrav
5575
5576
svn5002:  * Fixed special comments confusing the C++ parser
5577
	  occasionally.
5578
5579
2008-04-12 09:40  biplab
5580
5581
svn5001:  * Fixed: [Bug #13585] Reload dialog shows when autosave
5582
	  if enabled
5583
5584
2008-04-07 20:38  pecan
5585
5586
svn5000:  CodeSnippets 1.2.118 2008/04/7
5587
	  - Save Doc file in CodeSnippetsTreeCtrl::OnIdle(), not just mark
5588
	  as changed.
5589
	  - Avoid " ..." only tooltip and verify XML text edit wxCancel
5590
	  does not save.
5591
	  - Add unique id to each XML element
5592
	  - Add FindTreeItemBySnippetId() routine
5593
	  - Fixed interference of SetFocus with EditLabel in tree ctrl
5594
5595
2008-04-06 11:09  biplab
5596
5597
svn4999:  * Fixed: Another Typo in Makefile.am (Thanks Jens for
5598
	  pointing this)
5599
5600
2008-04-06 07:22  mortenmacfly
5601
5602
svn4998:  - truly added new wizards to the build system ;-)
5603
5604
2008-04-06 06:24  biplab
5605
5606
svn4997:  * Fixed: A typo in previous commit.
5607
5608
2008-04-06 06:15  biplab
5609
5610
svn4996:  * Fixed: Broken build due to the newly added wizards.
5611
5612
2008-04-05 21:09  killerbot
5613
5614
svn4995:  * consistency enhancement in project tree right click
5615
	  menu : save project/file
5616
5617
2008-04-05 20:26  mariocupelli
5618
5619
svn4994:  Wizards:
5620
	  * add wizards for ARM and PowerPC
5621
5622
2008-04-05 15:06  biplab
5623
5624
svn4993:  * Fixed: [Bug #13227] irrlicht porject wizard doesn't
5625
	  find the irrlicht.h
5626
5627
2008-04-05 12:57  biplab
5628
5629
svn4992:  * Fixed; [Bug #13029] Scripting console crashes
5630
	  codeblocks
5631
5632
2008-04-05 09:01  killerbot
5633
5634
svn4991:  - remove warnings
5635
5636
2008-04-04 16:31  biplab
5637
5638
svn4990:  * Fixed: To-do list fails to parse encoded files in
5639
	  some cases. Now it will use EncodingDetector to detect and
5640
	  convert encoded files.
5641
	  * Improved: Opened files parsing would be several times fast as
5642
	  now it will process them directly off memory.
5643
	  * Fixed: To-do list starts parsing files while it's hidden.
5644
	  * Added: A progress bar to update status while processing all
5645
	  files of a project.
5646
	  * Applied: [Patch #2423] TODO Plugin remembers its scope between
5647
	  C::B sessions
5648
5649
2008-04-04 15:02  biplab
5650
5651
svn4989:  * Applied: [Patch #2332] Return focus to editor during
5652
	  compilations
5653
5654
2008-04-04 14:38  biplab
5655
5656
svn4988:  * Applied: [Patch #2385] better WinAVR detection
5657
5658
2008-04-04 07:09  killerbot
5659
5660
svn4987:  - pch fix
5661
5662
2008-04-03 19:35  byo
5663
5664
svn4986:  lib_finder:
5665
	  * Each library can not provide list of header files (using */?
5666
	  wildcards) declared with this library
5667
	  * Those headers can now be used to automatically detect missing
5668
	  libraries in project
5669
5670
2008-04-03 15:25  biplab
5671
5672
svn4985:  * Fixed: Crash in Linux when an item is dragged from
5673
	  one virtual folder to another and then it's edited. (Thanks r0d
5674
	  for posting and Jens for the patch).
5675
5676
2008-04-02 14:43  biplab
5677
5678
svn4984:  * Added: Matlab_csf to configure.in.
5679
5680
2008-04-02 11:01  killerbot
5681
5682
svn4983:  - include pch fix
5683
5684
2008-04-01 17:49  mortenmacfly
5685
5686
svn4982:  - updated project files for the new wizard
5687
5688
2008-04-01 17:43  mortenmacfly
5689
5690
svn4981:  * added Matlab-C-S-function wizard
5691
5692
2008-04-01 17:40  mortenmacfly
5693
5694
svn4980:  * added new compiler: LCC
5695
	  * class wizard: prefix checkbox not taken into account
5696
	  - updated "skipping invalid compiler" message to be more
5697
	  descriptive
5698
5699
2008-04-01 13:28  biplab
5700
5701
svn4979:  * Reverted: Commit revision 4968.
5702
5703
2008-03-31 18:37  mortenmacfly
5704
5705
svn4978:  * class wizard: add support for member variables, add
5706
	  support for (doxygen) documenation
5707
	  - commit a banana (on behalf of Ceniza)
5708
5709
2008-03-29 18:01  biplab
5710
5711
svn4977:  * Minor cosmetic fix.
5712
5713
2008-03-29 17:52  biplab
5714
5715
svn4976:  * Added: Support for Page-Up/Down, Home, End key in
5716
	  IncrementalSelectListDlg.
5717
5718
2008-03-29 10:35  biplab
5719
5720
svn4975:  * Fixed: Couple of warnings in Scintilla.
5721
	  * Fixed: Now C::B would not prompt to select missing compiler for
5722
	  Targets not supported by current platform.
5723
5724
2008-03-27 22:51  byo
5725
5726
svn4974:  lib_finder: Forgot to modify Makefile.am and to add
5727
	  some files
5728
5729
2008-03-27 22:48  byo
5730
5731
svn4973:  lib_finder:
5732
	  * Added dialog allowing to edit currently known libraries
5733
	  * Compilers are now matched using wxString::Matches() - can use *
5734
	  and ? inside compiler filter
5735
	  * Small code refactorings
5736
5737
2008-03-27 15:27  thomasdenk
5738
5739
svn4972:  - Experimental sigterm support
5740
5741
2008-03-24 21:48  killerbot
5742
5743
svn4971:  - pch fix
5744
5745
2008-03-23 21:28  killerbot
5746
5747
svn4970:  * make delete and insert work on num keypad (thanks
5748
	  Rick)
5749
5750
2008-03-23 08:56  biplab
5751
5752
svn4969:  * Fixed: [Bug #13423] Search in files not working for
5753
	  ISO-8859-1 in Linux (Thanks Rick for the patch)
5754
5755
2008-03-22 09:19  biplab
5756
5757
svn4968:  * Added: /nologo to resource compiler of MSVC-8.
5758
5759
2008-03-21 16:55  biplab
5760
5761
svn4967:  * Updated: Intel compiler detection code would now add
5762
	  VC installation dir to extra paths list.
5763
5764
2008-03-16 11:59  biplab
5765
5766
svn4966:  * Improved: Auto-detection of Intel C/C++ compiler on
5767
	  Windows. Now auto-detection code is able to-
5768
	  - Auto-detect Intel compilers of any version number.
5769
	  - Auto-detect working MSVC installation and configure it to use
5770
	  with Intel compiler.
5771
5772
2008-03-15 19:02  biplab
5773
5774
svn4963:  * Added: C++ exception generation for Intel compiler by
5775
	  the wizards.
5776
5777
2008-03-15 16:59  pecan
5778
5779
svn4962:  Removed file/folder
5780
5781
2008-03-15 16:58  pecan
5782
5783
svn4961:  BrowseTracker 1.2.74 2008/03/15
5784
	  - Added Config settings panel to CB editor settings menu
5785
5786
2008-03-15 08:36  biplab
5787
5788
svn4960:  * Fixed: Broken Syntax-highlighting of wxSmith
5789
	  generated code.
5790
5791
2008-03-15 06:19  biplab
5792
5793
svn4959:  * Fixed: Wrong command line option in AVR wizard.
5794
5795
2008-03-15 05:55  biplab
5796
5797
svn4958:  * Fixed: File status icon not changed after a file
5798
	  can't be open. (Thanks to DrewBoo)
5799
5800
2008-03-14 21:06  byo
5801
5802
svn4957:  Fixed svn properties for sdk_common.h (no code change)
5803
5804
2008-03-14 20:34  ceniza
5805
5806
svn4956:  AStyle plugin:
5807
	  - Applied stahta01's patch: missing includes when not using
5808
	  precompiled headers
5809
5810
2008-03-14 18:50  mortenmacfly
5811
5812
svn4955:  - fixed typo
5813
5814
2008-03-14 08:02  mortenmacfly
5815
5816
svn4954:  * fixed broken compilation with project file under
5817
	  Windows (committed forgotten project file... ooops)
5818
5819
2008-03-13 15:02  mortenmacfly
5820
5821
svn4953:  * symtab plugin: let it know *.so files (ooops.)
5822
	  * dx wizard: update to allow selection / recognition of dx9
5823
5824
2008-03-13 14:18  mortenmacfly
5825
5826
svn4952:  - astyle: fixed wrong letter case, fixed horrible jumpy
5827
	  code if not using tabs
5828
5829
2008-03-13 14:01  mortenmacfly
5830
5831
svn4951:  - fixed (some) project files concerning new
5832
	  wcScinitilla, PCH, object output directory
5833
5834
2008-03-13 13:45  mortenmacfly
5835
5836
svn4950:  - fixed ca. 1 million compiler warnings with new
5837
	  wxScintilla
5838
5839
2008-03-13 12:32  ceniza
5840
5841
svn4949:  * Applied patch by Bloody Cake to compile wxScintilla
5842
	  on Linux.
5843
5844
2008-03-13 12:00  ceniza
5845
5846
svn4948:  Debugger Plugin:
5847
	  - Fixed bug #13332: English typo?
5848
5849
2008-03-13 11:51  ceniza
5850
5851
svn4947:  AStyle Plugin:
5852
	  * Applied patch #2405: New features for AStyle plugin (thanks go
5853
	  to DrewBoo).
5854
5855
2008-03-13 09:14  mortenmacfly
5856
5857
svn4946:  * pumped wxScintilla to v1.71.1 (latest version
5858
	  available) which includes Scintilla v1.62
5859
	  - dev note: this includes are all C::B related patches
5860
	  wxScintilla that I have tracked and that are still valid
5861
	  hopefully I was not missing any...
5862
5863
2008-03-12 21:18  afb
5864
5865
svn4945:  * wxMac: launched programs should not appear behind
5866
	  C::B
5867
5868
2008-03-12 15:11  ceniza
5869
5870
svn4944:  * cb_console_runner now shows the execution time on any
5871
	  platform.
5872
5873
2008-03-10 16:17  biplab
5874
5875
svn4943:  * Fixed: Duplicate accelerator key in Edit menu.
5876
5877
2008-03-10 15:43  biplab
5878
5879
svn4942:  * Fixed: [Bug #12918] duplicated virtual folders &&
5880
	  [Bug #11939] Dragged virtual folder structure doesn't save.
5881
5882
2008-03-10 12:18  ceniza
5883
5884
svn4941:  Help plugin:
5885
	  * Bugfix: adding help files thru the ConfigDialog when there is
5886
	  at least one added from the ini file makes some of the entries
5887
	  point to the wrong file.
5888
5889
2008-03-09 19:59  dje
5890
5891
svn4940:  * Error pop ups can be enabled/disabled when a file no
5892
	  longer exist or when file open fails.
5893
5894
2008-03-08 15:09  biplab
5895
5896
svn4939:  * Updated: Missed file in last commit.
5897
5898
2008-03-08 14:55  biplab
5899
5900
svn4938:  * Fixed: Broken build due to last commit.
5901
5902
2008-03-08 14:31  biplab
5903
5904
svn4937:  * Added: Automake files for Tricore Wizard.
5905
5906
2008-03-06 22:11  mariocupelli
5907
5908
svn4936:  wizards:
5909
	  * add TriCore wizards as RAM/ROM version
5910
5911
2008-03-05 15:08  mortenmacfly
5912
5913
svn4935:  * CC: fixed wrong handling of inline fried methods in
5914
	  classes
5915
5916
2008-03-04 21:20  byo
5917
5918
svn4934:  Fixed some problems with default / blank workspace
5919
5920
2008-03-04 21:13  byo
5921
5922
svn4933:  wxSmith: Fixed some problems with folding of
5923
	  regenerated code
5924
5925
2008-03-04 20:19  byo
5926
5927
svn4932:  wxSmith: Fixed problems with encoding detection when
5928
	  regenerating code
5929
5930
2008-03-04 20:13  byo
5931
5932
svn4931:  Fixed array-out-of-bounds bug when created
5933
	  EncodingDetector providing filename
5934
5935
2008-03-04 17:51  byo
5936
5937
svn4930:  wxSmith: Fix the ANSI-compatibility fix (from rev.
5938
	  4925)
5939
5940
2008-03-04 17:43  byo
5941
5942
svn4929:  wxSmith: Fixed bug #13270 - didn't store proportion
5943
	  setting
5944
5945
2008-03-04 12:01  mandrav
5946
5947
svn4928:  * Added missing files for lf project wizard.
5948
5949
2008-03-02 21:43  mariocupelli
5950
5951
svn4927:  - correct typo
5952
5953
2008-03-02 16:56  afb
5954
5955
svn4926:  * fix autoconf's autorevision, it got broken with GPLv3
5956
	  header in r4910
5957
5958
2008-03-02 08:13  afb
5959
5960
svn4925:  - minor string fix for building with ANSI wxWidgets
5961
5962
2008-03-01 19:21  mortenmacfly
5963
5964
svn4923:  * fixed compilation error with GCC34x ("converting to
5965
	  execution character set: Illegal byte sequence")
5966
	  * class wizard: added ability to autogenerate copy ctor and
5967
	  equality operator
5968
	  * debugger: made an (annoying) obvious warning message optional
5969
5970
2008-03-01 16:26  byo
5971
5972
svn4922:  wxSmith: Fixed bug #013238 crash possible while loading
5973
	  wxStatusBar form xml data
5974
5975
2008-02-29 07:49  afb
5976
5977
svn4921:  - fix typo in wxMac platform
5978
5979
2008-02-29 07:43  afb
5980
5981
svn4920:  - update copyright year/info
5982
5983
2008-02-27 19:25  pecan
5984
5985
svn4916:  BrowseTracker 1.2.73 2008/02/27
5986
	  - Set default BrowseMarks to disabled
5987
5988
2008-02-27 14:59  mandrav
5989
5990
svn4912:  - Updated AUTHORS file and aboutbox.
5991
5992
2008-02-27 13:50  mortenmacfly
5993
5994
svn4911:  - fixed lgpgv3 / gplv3 mismatch... dammed.
5995
5996
2008-02-27 13:34  mortenmacfly
5997
5998
svn4910:  - tagged all header files to GPLv3
5999
6000
2008-02-27 13:15  mortenmacfly
6001
6002
svn4909:  - tagged all fils to GPLv3
6003
6004
2008-02-26 21:55  mandrav
6005
6006
svn4908:  - Changed label's color from grey to black (was almost
6007
	  invisible) in GCV
6008
	  dialog.
6009
	  * Changed license text to GPL-3.0 (still the file headers
6010
	  remain),
6011
	  * Updated about-box.
6012
6013
2008-02-26 21:54  killerbot
6014
6015
svn4907:  - InfoWindow clean up
6016
6017
2008-02-24 21:01  killerbot
6018
6019
svn4906:  * fix for multiple extensions/command for
6020
	  compiler/linker commands and generated files [led to a crash of
6021
	  CB in the end]
6022
6023
2008-02-23 14:14  mandrav
6024
6025
svn4905:  * Seemingly fixed dreaded DDE bug on windows.
6026
	  * Parse project(s) for symbols when opening through the
6027
	  command-line.
6028
6029
2008-02-23 13:49  mandrav
6030
6031
svn4904:  * Updated a couple of wizard scripts.
6032
6033
2008-02-23 04:05  biplab
6034
6035
svn4903:  * Fixed: Crash in Class wizard when class name is
6036
	  empty.
6037
6038
2008-02-21 21:45  mariocupelli
6039
6040
svn4901:  - remove non existing file license.txt
6041
6042
2008-02-21 21:43  mariocupelli
6043
6044
svn4900:  - remove non existing file in CodeBlocks.cbp
6045
6046
2008-02-21 13:46  mortenmacfly
6047
6048
svn4899:  - fixed project files of a few contrib plugins
6049
	  concerning non-PCH builds
6050
6051
2008-02-20 13:20  mortenmacfly
6052
6053
svn4898:  - updated doxygen doxy file to new doxygen version,
6054
	  added all comments for documentation
6055
6056
2008-02-20 13:08  mortenmacfly
6057
6058
svn4897:  * envvars plugin: much more clever handling of
6059
	  applying/discarding envvar sets with multiple projects
6060
	  * envvars plugin: do not discard envvars that are not active
6061
	  - envvars plugin: improved internal documentation
6062
6063
2008-02-19 14:02  pecan
6064
6065
svn4896:  BrowseTracker - guard all debugging asm(int3) with
6066
	  debugging defined(LOGGING)
6067
6068
2008-02-19 11:57  afb
6069
6070
svn4894:  - fix building as universal binary
6071
6072
2008-02-18 20:06  killerbot
6073
6074
svn4893:  - fixed linux build due to removal of toolbox.h/cpp and
6075
	  further clean up
6076
6077
2008-02-18 16:20  pecan
6078
6079
svn4892:  Removed file/folder
6080
6081
2008-02-18 16:15  pecan
6082
6083
svn4891:  BrowseTracker 1.2.71 2008/02/18
6084
	  - removed unnecessary debugging files & references to ToolBox.*
6085
6086
2008-02-18 13:24  ceniza
6087
6088
svn4890:  Help plugin:
6089
	  - Fixed: Menu items in *bold* are only available on Windows.
6090
6091
2008-02-18 12:54  killerbot
6092
6093
svn4889:  - include fix
6094
6095
2008-02-18 12:54  killerbot
6096
6097
svn4888:  - remove unneeded files
6098
6099
2008-02-18 11:24  ceniza
6100
6101
svn4887:  Help plugin:
6102
	  * Help files read from index.ini are now added in *bold* to the
6103
	  help menu, cannot be edited through the configuration dialog and
6104
	  are not saved to the Code::Blocks config file.
6105
6106
2008-02-18 10:33  mortenmacfly
6107
6108
svn4886:  * compiler autodetection: allow mingw compiler suite to
6109
	  be installed under [C::B]\mingw, too
6110
6111
2008-02-17 22:29  mariocupelli
6112
6113
svn4885:  help_plugin:
6114
	  add help files of index.ini only once
6115
6116
2008-02-17 20:58  killerbot
6117
6118
svn4884:  - another update to get BrowserTracker building on
6119
	  linux
6120
6121
2008-02-17 20:55  killerbot
6122
6123
svn4883:  - first update to get BrowserTracker building on linux
6124
6125
2008-02-17 20:50  killerbot
6126
6127
svn4882:  * added BrowseTracker to contribs
6128
6129
2008-02-16 12:00  biplab
6130
6131
svn4881:  * Fixed: Broken build due to last commit.
6132
6133
2008-02-16 06:51  biplab
6134
6135
svn4880:  * Fixed: Erratic behaviour (not all opened editor were
6136
	  shown with their relative path) of Opened files tree right after
6137
	  a Project load.
6138
6139
2008-02-15 15:17  mandrav
6140
6141
svn4879:  * Minor fixes in debugger (disassembly cursor tracking,
6142
	  etc).
6143
6144
2008-02-15 09:43  mortenmacfly
6145
6146
svn4878:  - reverted r4877, added required debugger stop image to
6147
	  complete r4876
6148
6149
2008-02-15 09:34  mortenmacfly
6150
6151
svn4877:  - removed duplicate images (now provided and only
6152
	  required by the compiler plugin)
6153
6154
2008-02-15 09:29  mortenmacfly
6155
6156
svn4876:  - debugger plugin: renamed stop.png to dbgstop.png to
6157
	  avoid conflicts with compiler
6158
6159
2008-02-13 08:00  mariocupelli
6160
6161
svn4875:  help_plugin:
6162
	  - add support for including help files with index.ini in folder
6163
	  docs
6164
6165
2008-02-12 18:18  pecan
6166
6167
svn4874:  KeyBinder 1.0.46 2008/02/12
6168
	  - Killerbot changes to header includes 2008/12/28
6169
	  - Fixed: [ Bug #12823 ] keybinder breaks layout submenu on linux
6170
6171
2008-02-11 20:21  killerbot
6172
6173
svn4873:  - remove warnings
6174
6175
2008-02-11 14:37  mandrav
6176
6177
svn4872:  * Fixed critical bug that could cause data corruption
6178
	  in rare cases. Thanks to Ceniza for providing the reproducable
6179
	  test case :)
6180
6181
2008-02-11 14:13  biplab
6182
6183
svn4871:  * Fixed: [Bug #13064] Copy contents with search results
6184
	  and build messages
6185
6186
2008-02-11 09:38  killerbot
6187
6188
svn4870:  * Applied path 2369 (fixes Bug 13054) (thanks Jens)
6189
6190
2008-02-10 13:35  biplab
6191
6192
svn4869:  * Added: "Verbatim String" to Squirrel lexer (Thanks to
6193
	  Wahooney).
6194
6195
2008-02-09 11:01  mandrav
6196
6197
svn4868:  * Fixed breakpoints set as pending not being able to be
6198
	  removed.
6199
	  * Fix for rare crash when removing a breakpoint (thx Pecan).
6200
6201
2008-02-07 22:19  dje
6202
6203
svn4867:  * C::B could crash or hang because of cbMessageBox
6204
	  calls inside worker thread in ThreadSearch plugin (very big
6205
	  thanks to Jens for this fix).
6206
6207
2008-02-06 11:55  mandrav
6208
6209
svn4866:  - Fix for gui apps pid regex
6210
6211
2008-02-06 11:52  mandrav
6212
6213
svn4865:  - Fixed breaking console apps - broken with last
6214
	  relevant commit.
6215
6216
2008-02-06 11:39  mandrav
6217
6218
svn4864:  * View layout changes from plugins are not persistent
6219
	  anymore.
6220
6221
2008-02-06 11:00  mandrav
6222
6223
svn4863:  * If trying to compile while debugging in progress, ask
6224
	  to stop debugging (previously it wasn't allowed) - needs testing
6225
	  on windows.
6226
	  * Added cbDebuggerPlugin::Break().
6227
6228
2008-02-06 10:15  mandrav
6229
6230
svn4862:  * Fixed debugger to break (stop) non-console apps in
6231
	  linux (iow, correctly get the child pid).
6232
6233
2008-02-02 23:38  dje
6234
6235
svn4861:  * Fixed crash happening with a right click in
6236
	  ThreadSearch code preview editor
6237
	  - Updated manifest.xml file path in ThreadSearch unix project.
6238
6239
2008-02-02 17:45  mandrav
6240
6241
svn4859:  * Fixed folding icons inconsistency in split-view mode
6242
	  (bug #13062).
6243
6244
2008-02-02 17:19  mandrav
6245
6246
svn4858:  * Remote debugging settings are now correctly stored
6247
	  per-project (internally).
6248
6249
2008-02-02 15:35  pecan
6250
6251
svn4857:  DragScroll 1.2.07 2008/02/2
6252
	  - Fixed: On some Linux's context menu missing in loggers bec
6253
	  mouse events always reported right-mouse was dragged. (Jens fix)
6254
6255
2008-02-02 12:32  mandrav
6256
6257
svn4856:  * Added editor folding level limit option (patch
6258
	  #2335).
6259
6260
2008-02-02 12:25  mandrav
6261
6262
svn4855:  * New comment types: stream and box (patch #2173).
6263
6264
2008-02-02 11:59  mandrav
6265
6266
svn4854:  * Fixed debugger to get the child pid in windows. Was
6267
	  broken with newer GDB versions. Bug #12944 (also contained the
6268
	  fix, thanks).
6269
6270
2008-01-30 16:38  killerbot
6271
6272
svn4853:  - pch fix
6273
6274
2008-01-30 10:46  mortenmacfly
6275
6276
svn4852:  * fixed bug #13028 (user selection in ToDo list plugin
6277
	  broken)
6278
6279
2008-01-30 09:27  mortenmacfly
6280
6281
svn4851:  polishing the class wizard:
6282
	  - applied (heavily modified) variant of polygon7's patch
6283
	  - re-designed UI (as it became quite ugly meanwhile)
6284
	  - class wizard remember's it's most important settings (avoid
6285
	  annoyance)
6286
6287
2008-01-29 21:45  byo
6288
6289
svn4850:  wxSmith: Switched to GPL v3 (no code change)
6290
6291
2008-01-29 17:22  pecan
6292
6293
svn4849:  DragScroll 1.2.05 2008/01/29
6294
	  - Killerbot header and const changes (2007/12/28)
6295
	  - Fixed: Middle-mouse conflict with msWindows paste (2008/01/29)
6296
6297
2008-01-28 21:10  killerbot
6298
6299
svn4848:  * bug fix for 64 bit
6300
6301
2008-01-26 19:11  mandrav
6302
6303
svn4846:  * Moved 'docs' folder one level up
6304
6305
2008-01-25 10:12  thomasdenk
6306
6307
svn4845:  - Added Mario's CHMs
6308
6309
2008-01-25 08:48  afb
6310
6311
svn4844:  - clean up copied file
6312
6313
2008-01-25 08:47  afb
6314
6315
svn4843:  - fix variable name typo in CLEANFILES
6316
6317
2008-01-25 08:44  afb
6318
6319
svn4842:  - fix build in subdir, copy instead of symlink
6320
6321
2008-01-24 15:38  mortenmacfly
6322
6323
svn4841:  - updated project files to match common strategy
6324
6325
2008-01-23 16:25  biplab
6326
6327
svn4840:  * Fixed: [Bug #12998] To-Do List broken on Windows
6328
6329
2008-01-22 12:37  thomasdenk
6330
6331
svn4839:  - Added ModPoller to source tree (is not in main build)
6332
6333
2008-01-21 23:37  byo
6334
6335
svn4838:  wxSmith: Fixed bug #012828 - changing pages in
6336
	  notebook/listbook very quickly could cause a crash
6337
6338
2008-01-21 09:57  mariocupelli
6339
6340
svn4837:  docu:
6341
	  - add link to CB wiki-page and more detailed description
6342
6343
2008-01-20 15:04  biplab
6344
6345
svn4836:  * Fixed: Auto-detection of GCC returns wrong master
6346
	  path.
6347
6348
2008-01-19 20:28  biplab
6349
6350
svn4835:  * Fixed: Possible installation dir detection issues
6351
	  with MSVC8 & above.
6352
	  * Implemented: [FR# 3894] Support for Microsoft windows Vista SDK
6353
6354
2008-01-19 14:57  killerbot
6355
6356
svn4834:  * bug fix : don't show error save message box when the
6357
	  user cancel-ed out during SaveAs
6358
6359
2008-01-18 22:10  killerbot
6360
6361
svn4833:  - pch fix
6362
6363
2008-01-18 08:00  mortenmacfly
6364
6365
svn4832:  * fixed several bugs in projectsimporter
6366
	  * fixed bug in drag&drop mechanism concerning importing projects
6367
6368
2008-01-17 23:38  mariocupelli
6369
6370
svn4831:  docu:
6371
	  - correct some typos and update screenshots in userguide
6372
6373
2008-01-16 23:54  mariocupelli
6374
6375
svn4830:  add docu for lib finder plugin (thx to byo)
6376
6377
2008-01-16 20:17  dje
6378
6379
svn4829:  Folding evolution integration for preview editor.
6380
6381
2008-01-16 15:58  mortenmacfly
6382
6383
svn4828:  * properly fix the "layout changed" issue (C::B asking
6384
	  permanently about saving changed layout)
6385
6386
2008-01-16 00:18  mariocupelli
6387
6388
svn4827:  add scriptbindings for Virtual Targets and Project
6389
	  Dependencies
6390
6391
2008-01-16 00:16  mariocupelli
6392
6393
svn4826:  update screenshots
6394
6395
2008-01-16 00:15  mariocupelli
6396
6397
svn4825:  add german version of docu (Auto Versioning)
6398
6399
2008-01-16 00:14  mariocupelli
6400
6401
svn4824:  add new compiler macros; examples for shell extension
6402
	  (TortoiseSVN integration)
6403
6404
2008-01-15 20:43  byo
6405
6406
svn4823:  wxSmith:
6407
	  * Fixed bug: some extra styles for dialog and frame were threated
6408
	  as standard styles, removed few duplicates (found by
6409
	  wvteijlingen)
6410
	  * Fixed bug: invalid name of xrc node for HelpText property
6411
	  (found by wvteijlingen)
6412
6413
2008-01-15 20:40  killerbot
6414
6415
svn4822:  - include fix
6416
6417
2008-01-15 16:15  biplab
6418
6419
svn4821:  * Fixed: [Bug #12941] cant make c code template
6420
6421
2008-01-15 12:55  mandrav
6422
6423
svn4820:  * Fixed bug in code-completion that would fail parsing
6424
	  if found a comment right after a namespace declaration (e.g.
6425
	  "namespace test //blah").
6426
6427
2008-01-15 10:11  mandrav
6428
6429
svn4819:  * Added $exe_dir, $exe_name and $exe_ext compiler
6430
	  macros. Also fixed some layout problems with advanced compiler
6431
	  options dialog.
6432
6433
2008-01-14 18:39  killerbot
6434
6435
svn4818:  - include fix
6436
6437
2008-01-14 18:27  pecan
6438
6439
svn4817:  CodeSnippets 1.2.113 2008/01/14
6440
	  -Fixed: When a pgm started after CodeBlocks, and an editorFrame
6441
	  started by the context menu closed, the external pgm got the
6442
	  focus.
6443
6444
2008-01-14 07:45  mortenmacfly
6445
6446
svn4816:  - fixed several mem leaks
6447
	  - consitency fixes
6448
6449
2008-01-13 23:42  mariocupelli
6450
6451
svn4815:  document new features of ThreadSearch, BrowseTracker
6452
	  and add Autoversioning (EN)
6453
6454
2008-01-13 20:15  afb
6455
6456
svn4814:  - make fix work on case-sensitive fs too
6457
6458
2008-01-13 19:20  afb
6459
6460
svn4813:  - fix making tarball in a build subdirectory
6461
6462
2008-01-13 16:49  afb
6463
6464
svn4812:  - fix make dist on case-insensitive filesystem
6465
6466
2008-01-13 16:45  afb
6467
6468
svn4811:  - fix making tarball in a build subdirectory
6469
6470
2008-01-13 16:01  biplab
6471
6472
svn4810:  DLL Wizard: Target wizard would now be able to create
6473
	  new target with different compiler.
6474
6475
2008-01-13 08:26  killerbot
6476
6477
svn4809:  - include fixes
6478
6479
2008-01-13 06:27  biplab
6480
6481
svn4808:  * Static Lib Wizard: Added to Target Wizard list.
6482
6483
2008-01-12 12:37  biplab
6484
6485
svn4807:  * Fixed: Broken Console wizard. Got Broken in last
6486
	  commit.
6487
6488
2008-01-12 10:19  mandrav
6489
6490
svn4806:  * Fixed abbreviations behaviour on cancel (bug #11756).
6491
6492
2008-01-12 10:07  mandrav
6493
6494
svn4805:  * Changed courier font in about dialog to system's
6495
	  monospace font (bug #12096).
6496
6497
2008-01-12 09:46  mandrav
6498
6499
svn4804:  * Fix for huge project properties dialog (when
6500
	  lib_finder plugin is enabled).
6501
6502
2008-01-12 06:38  biplab
6503
6504
svn4803:  * Console Wizard:
6505
	  - Fixed: Target wizard does not offer compiler selection combo.
6506
	  - Fixed: Target wizard does not use target name for output file
6507
	  directory.
6508
	  - Fixed: Target wizard produces garbage output file name.
6509
	  - Re-organized: Language selection dialog has been moved to the
6510
	  beginning.
6511
6512
2008-01-11 09:34  killerbot
6513
6514
svn4802:  * ThreadedSearch 1.2
6515
	  Bug fix :
6516
	  - set focus to editor after double-clicking on item in the tree
6517
	  logger
6518
	  Evols:
6519
	  - Splitter window mode can be chosen (vertical/horizontal) for
6520
	  viewer and logger.
6521
	  - Results can be sorted by file name or file path.
6522
	  - Search results are saved/restored.
6523
6524
2008-01-10 11:24  mandrav
6525
6526
svn4801:  * When "add/edit watch" window is shown, focus the
6527
	  textbox (bug #12691).
6528
6529
2008-01-10 11:19  mandrav
6530
6531
svn4800:  * Fixed wrong size of "file changed, reload?" dialog
6532
	  (patch by jens).
6533
6534
2008-01-10 11:04  mandrav
6535
6536
svn4799:  * Fixed wrong log-windows indexing after toggling them
6537
	  on/off (and hence changing appearence order) (bug #12842).
6538
6539
2008-01-10 10:33  mandrav
6540
6541
svn4798:  * Improved check for layout changes (bug #12827, patch
6542
	  #2311).
6543
6544
2008-01-10 10:29  mandrav
6545
6546
svn4797:  * Correctly handle spin-control range in editor gutter
6547
	  settings (patch #2328).
6548
6549
2008-01-10 10:26  mandrav
6550
6551
svn4796:  * Added options for more editor folding marker styles
6552
	  (patch #2310).
6553
6554
2008-01-10 10:14  mandrav
6555
6556
svn4795:  * Fixed a couple of bugs in make_dist.script, added the
6557
	  project file in the archive and also added the script to
6558
	  autotools builds (patch #2296).
6559
6560
2008-01-10 09:57  mandrav
6561
6562
svn4794:  - SIGSTOP is now logged too while debugging.
6563
6564
2008-01-10 09:52  mandrav
6565
6566
svn4793:  * Fixed stopping debugging process in linux (patch by
6567
	  Jerome Leveque).
6568
6569
2008-01-10 09:31  mandrav
6570
6571
svn4792:  * Added cbEVT_COMPILER_SET_BUILD_OPTIONS event (patch
6572
	  #2302).
6573
6574
2008-01-10 07:33  mortenmacfly
6575
6576
svn4791:  - applied patch from stahta01: use $(#cb.include)
6577
	  instead of $(#cb)\include
6578
6579
2008-01-09 11:41  afb
6580
6581
svn4790:  - make the D console sample compile with Tango too
6582
6583
2008-01-08 21:15  killerbot
6584
6585
svn4789:  - include fix (clean up)
6586
6587
2008-01-08 21:12  killerbot
6588
6589
svn4788:  - include fix
6590
6591
2008-01-08 09:05  mariocupelli
6592
6593
svn4787:  correct typo in file extension html
6594
6595
2008-01-07 17:13  pecan
6596
6597
svn4786:  CodeSnippets 1.2.111 2008/01/7
6598
	  - Add ftp://,file://,.htm,.html to url checking.
6599
	  - Add "(as filetype)" to Open File menu item for clarity.
6600
6601
2008-01-07 11:28  mortenmacfly
6602
6603
svn4785:  - landed in 2008
6604
	  - removed unused gcc420 script usage
6605
6606
2008-01-06 18:02  killerbot
6607
6608
svn4784:  * avoid "#include <>" in classwizard when not using
6609
	  inheritance (thanks wobien)
6610
6611
2008-01-06 09:36  killerbot
6612
6613
svn4783:  * fixed switch to Todo windows when it is in the Log
6614
	  notebook (thanks Albenejean)
6615
6616
2008-01-05 22:14  mariocupelli
6617
6618
svn4782:  Add test if registry key exists before opening it
6619
6620
2008-01-05 16:18  killerbot
6621
6622
svn4781:  - make update script executable
6623
6624
2008-01-05 15:56  killerbot
6625
6626
svn4780:  - fix typo
6627
6628
2008-01-05 15:51  killerbot
6629
6630
svn4779:  - follow up for autotools
6631
6632
2008-01-05 15:43  killerbot
6633
6634
svn4778:  * added ThreadSearch to contrib plug-ins
6635
6636
2008-01-05 09:18  killerbot
6637
6638
svn4777:  - FreeBSd build fix
6639
6640
2008-01-04 19:29  mandrav
6641
6642
svn4776:  * Fixed crash when debugger's evaluation tooltip is
6643
	  shown and a keyboard
6644
	  shortcut was pressed to continue debugging.
6645
6646
2008-01-03 22:45  daniel2000
6647
6648
svn4775:  - another spec file change for mandriva
6649
6650
2008-01-03 22:33  byo
6651
6652
svn4774:  lib_Finder:
6653
	  * lib_finder may now be incoked from build scripts - there's no
6654
	  longer need to patch sdk. Such build script may be automatically
6655
	  generated from libraries configuration panel.
6656
	  * libraries configuration panel does show information whether the
6657
	  sdk has been patched or not
6658
6659
2008-01-03 20:44  byo
6660
6661
svn4773:  wxSmith: Fixed bug with invalid selection for wxChoice
6662
	  and wxComboBox when using XRC files (used invalid name of xml
6663
	  node)
6664
6665
2008-01-03 19:09  daniel2000
6666
6667
svn4772:  * changes in spec file:
6668
	  - added missing files to file list (libfinder)
6669
	  - changed dependencies for mandriva
6670
	  - some clean-ups
6671
6672
2008-01-03 15:21  mortenmacfly
6673
6674
svn4771:  - added tip
6675
6676
2008-01-03 12:36  mortenmacfly
6677
6678
svn4770:  * fixed several crashes of help plugin if no help files
6679
	  are defined
6680
	  - updated lockhacker project file to have the same style as all
6681
	  other project files
6682
	  * applied patch by jens to enable opening source files via
6683
	  double-click in explorer again
6684
6685
2008-01-02 23:14  byo
6686
6687
svn4769:  lib_finder:
6688
	  * Switched naming from "global var" to "short code" (lib_finder
6689
	  doesn't use global vars only so the name was incorrect), NOTE:
6690
	  this change require rescanning libraries
6691
	  * Added support for predefined results (stored in xml files
6692
	  simillarily to search filters) - when installing library it may
6693
	  be easily registered inside lib_finder by simply adding xml file
6694
	  with description of it, it also support relative paths (so it can
6695
	  be used on pen-drives etc)
6696
	  * Fixed bug in generation of defines while updating compile
6697
	  options
6698
6699
2008-01-02 17:55  pecan
6700
6701
svn4768:  CodeSnippets 1.2.110 2008/01/2
6702
	  - Change GetMessageManager to GetLogManager for wxMAC.
6703
6704
2008-01-01 23:02  byo
6705
6706
svn4767:  lib_finder: Forgot to update project files /
6707
	  Makefile.am
6708
6709
2008-01-01 22:56  byo
6710
6711
svn4766:  lib_finder: Added class LibFinder with following static
6712
	  functions into scripting system:
6713
	  * bool AddLibraryToProject( const wxString& libName,cbProject*
6714
	  project,const wxString& targetName)
6715
	  * bool RemoveLibraryFromProject( const wxString&
6716
	  libName,cbProject* project,const wxString& targetName)
6717
	  * bool IsLibraryInProject( const wxString& libName,cbProject*
6718
	  project,const wxString& targetName)
6719
6720
2008-01-01 21:44  byo
6721
6722
svn4765:  lib_finder:
6723
	  * Library search filters are now read from both global data path
6724
	  and user's data path
6725
	  * Defines are added using CompilerSwitches::declarations
6726
	  (previously used -D which would not work with VC compiler)
6727
	  * Manager of library filters is no longer member of lib_finder
6728
	  class - it's created only while detecting libraries, not needed
6729
	  all the time
6730
6731
2007-12-28 23:07  byo
6732
6733
svn4764:  lib_finder:
6734
	  * More integration with pkg-config
6735
	  * Libraries and defines are now specified by their own
6736
	  configuration options - no need to simulate through lflags and
6737
	  cflags
6738
	  * Changed L"..." strings to _T("...") ones - now it doesn't break
6739
	  ANSI build
6740
6741
2007-12-28 23:02  byo
6742
6743
svn4763:  wxSmith: Reverted previous commit, it was definitely
6744
	  not good (wxStaticBitmap did not work and I've commited some test
6745
	  code)
6746
6747
2007-12-28 22:59  killerbot
6748
6749
svn4762:  - fix to error introduced a few revision ago
6750
6751
2007-12-28 22:41  byo
6752
6753
svn4761:  wxSmith: Generating better border around
6754
	  wxStaticBitmap, should be visible on win now
6755
6756
2007-12-28 20:29  killerbot
6757
6758
svn4760:  - pch fixes
6759
6760
2007-12-28 13:38  killerbot
6761
6762
svn4759:  - follow up to previous commit
6763
6764
2007-12-28 13:32  killerbot
6765
6766
svn4758:  - fix some pch and includes (dragscroll)
6767
6768
2007-12-28 13:03  killerbot
6769
6770
svn4757:  - fix some pch and includes (cbkeybinder)
6771
6772
2007-12-28 11:45  killerbot
6773
6774
svn4756:  - adding the 2 new files
6775
6776
2007-12-28 11:40  killerbot
6777
6778
svn4755:  * cbStyledTextCtrl refactoring
6779
6780
2007-12-28 09:56  byo
6781
6782
svn4754:  wxSmith: Fixed bug when loading menus in resource using
6783
	  XRC file
6784
6785
2007-12-27 22:40  byo
6786
6787
svn4753:  wxSmith: Added small border around wxStaticBitmap in
6788
	  editor - it will help to work on this item since it tend to hide
6789
	  somewhere on the screen ;)
6790
6791
2007-12-27 22:10  byo
6792
6793
svn4752:  lib_finder:
6794
	  * Added integration with pkg-config - project can use libraries
6795
	  provided by this tool
6796
	  * Improoved library search utilities - can now select what
6797
	  happens with previous search resutls
6798
	  * List of directories with libraries is now remembered
6799
	  * Few missing GPL headers
6800
6801
2007-12-25 08:13  killerbot
6802
6803
svn4751:  - include fix
6804
6805
2007-12-23 23:35  mandrav
6806
6807
svn4750:  * Fixed batch build dialog not painting correctly on
6808
	  windows.
6809
	  * Fixed crash in batch builds if build produced errors/warnings.
6810
6811
2007-12-23 14:41  killerbot
6812
6813
svn4749:  - debian build fix
6814
6815
2007-12-23 13:36  killerbot
6816
6817
svn4748:  * update AutoVersioning plugin to 1.1
6818
6819
2007-12-23 09:14  byo
6820
6821
svn4747:  Added libfinder configuration files to autotools
6822
6823
2007-12-23 04:59  biplab
6824
6825
svn4746:  * DLL Wizard: Generated code now avoids unnecessary
6826
	  name mangling.
6827
6828
2007-12-23 00:42  byo
6829
6830
svn4745:  wxSmith: Fixed bug in configuration-writing procedure -
6831
	  configuration was left as on load time when all wxSmith settings
6832
	  were removed from project
6833
6834
2007-12-23 00:37  byo
6835
6836
svn4744:  Added svn:eol-style to compilercommandgenerator.cpp
6837
6838
2007-12-23 00:30  byo
6839
6840
svn4743:  Updated lib_finder to version 2.0:
6841
	  * Added more filter types for library configurations (previously
6842
	  there were only file names), added filters: platform, compiler,
6843
	  exec
6844
	  * Configuration can now have sub-configuration structure (can
6845
	  group same filters or settings in parent configuration node)
6846
	  * Search results are now remembered inside lib_finder
6847
	  configuration (global variables couldn't store everything needed)
6848
	  * lib_finder integrates with projects - you can specify which
6849
	  libraries does project use. With small patch for c::b sdk
6850
	  lib_finder will automatically add compiler options required by
6851
	  these libraries while project is compiled (everything done
6852
	  on-the-fly)
6853
	  - this allow to have ONLY ONE PROJECT FOR MULTIPLE PLATFORMS -
6854
	  tested on wxWidgets project
6855
	  * Started writing code which will allow reading configurations
6856
	  from pkg-config databases
6857
	  * Added configurations for wxWidgets 2.8 monolithic dll
6858
	  ansi/unicode
6859
6860
2007-12-21 23:05  byo
6861
6862
svn4742:  wxSmith: Fixed bug #12596 - Code generates "new
6863
	  wxMenuItem()" instead of "new wxMenu()"
6864
6865
2007-12-20 10:50  mandrav
6866
6867
svn4741:  * Added "make_dist" script to create an archive of all
6868
	  files included in a project. Enable it in "Settings->Scripting".
6869
	  It adds a new menu item in "Project" menu. It also serves as a
6870
	  nice and simple example on how to create a script-based plugin.
6871
6872
2007-12-20 10:45  mandrav
6873
6874
svn4740:  * Correctly locate and run startup scripts, even if not
6875
	  located in the pre-defined "scripts" folder.
6876
6877
2007-12-17 22:21  thomasdenk
6878
6879
svn4739:  - deleted .objs dir
6880
6881
2007-12-17 16:37  thomasdenk
6882
6883
svn4738:  - Checked in loghacker sources lest they be lost by
6884
	  accident
6885
6886
2007-12-16 13:27  afb
6887
6888
svn4737:  - codesnippets: disable GetMessageManager calls, to
6889
	  compile on Mac OS X
6890
6891
2007-12-16 05:36  biplab
6892
6893
svn4736:  * Fixed: Couple of MSVC project import bugs.
6894
6895
2007-12-16 04:28  biplab
6896
6897
svn4735:  * Applied: [Patch #2282] EndAddFiles() called instead
6898
	  EndRemoveFiles()
6899
6900
2007-12-15 13:57  thomasdenk
6901
6902
svn4734:  - Added yet another compilation guard for wx 2.6
6903
6904
2007-12-14 23:28  mandrav
6905
6906
svn4733:  * Fixed brain-damaged CodeBlocksLogEvent constructor.
6907
6908
2007-12-14 23:25  mandrav
6909
6910
svn4732:  * Fixed paths breaking builds when containing
6911
	  parentheses (non-windows platforms affected).
6912
6913
2007-12-14 14:17  mortenmacfly
6914
6915
svn4731:  * added sharedlib wizard/template (thanks jens)
6916
6917
2007-12-13 22:36  killerbot
6918
6919
svn4730:  - typo fix
6920
6921
2007-12-13 08:36  thomasdenk
6922
6923
svn4729:  . Non-PCH include
6924
6925
2007-12-12 18:08  thomasdenk
6926
6927
svn4728:  - Moved around and renamed a lot of things to make code
6928
	  clearer
6929
6930
2007-12-12 18:05  thomasdenk
6931
6932
svn4727:  - removed rubbish
6933
	  - added panic
6934
	  - added comment
6935
6936
2007-12-12 14:32  mandrav
6937
6938
svn4726:  - Avoid large compiler settings dialog by adjusting a
6939
	  few sizers (patch #2262).
6940
6941
2007-12-12 14:27  mandrav
6942
6943
svn4725:  * Don't try to load a non-existing project (patch
6944
	  #2274).
6945
6946
2007-12-12 14:22  mandrav
6947
6948
svn4724:  * Sort plugins alphabetically in Plugins menu (patch
6949
	  #2275).
6950
6951
2007-12-12 14:16  mandrav
6952
6953
svn4723:  * Added default keyword and keyword case support
6954
	  options in help configuration (patch #2114).
6955
6956
2007-12-11 17:04  thomasdenk
6957
6958
svn4722:  - Removed all WXCHECK_VER(). Hopefully did not break
6959
	  anything... Windows looks ok.
6960
6961
2007-12-11 16:45  thomasdenk
6962
6963
svn4721:  - Hmph... removed multiple definition
6964
6965
2007-12-11 15:15  thomasdenk
6966
6967
svn4720:  - Added wxWidgets 2.8 compile guard
6968
6969
2007-12-10 16:27  thomasdenk
6970
6971
svn4719:  - Bringing repo and working copy into a (hopefully)
6972
	  in-sync state again
6973
6974
2007-12-09 22:12  killerbot
6975
6976
svn4718:  - debian build fixes for new plugin
6977
6978
2007-12-09 17:51  killerbot
6979
6980
svn4717:  - case fix
6981
6982
2007-12-09 17:38  killerbot
6983
6984
svn4716:  - little update to previous commit
6985
6986
2007-12-09 17:25  killerbot
6987
6988
svn4715:  * added AutoVersioning plugin to contrib's
6989
6990
2007-12-08 16:53  killerbot
6991
6992
svn4714:  * removed use of warning reducing script from win cbp's
6993
	  (wx287 solved the major part and the rest has been done by
6994
	  previous commits)
6995
6996
2007-12-07 13:57  mortenmacfly
6997
6998
svn4713:  * fix error that file is opended twice on C::B startup
6999
	  (Shell Open and DDE Open)
7000
	  - use wx2.8 API to obtain the temp folder (remove workaround
7001
	  therefore)
7002
7003
2007-12-07 08:53  mortenmacfly
7004
7005
svn4712:  * debugger: fixed broken cygwin debugging when using
7006
	  cygprefix "/"
7007
	  * scripted wizard: added suppot for cygwin compiler
7008
7009
2007-12-06 15:36  pecan
7010
7011
svn4711:  CodeSnippets 1.2.108 2007/12/02
7012
	  - force close of xml in OnRelease() (Closing window causes
7013
	  crashes)
7014
	  - immediately delete canceled "New category" & "New snippet"
7015
	  items, ignore filelinks in canceled properties. Avoids
7016
	  unnecessary "delete?" dialog.
7017
	  - fix macro substitution in CheckForMacros() broken by mod 99.
7018
7019
2007-12-06 14:56  thomasdenk
7020
7021
svn4710:  - Reverted changes to ipc.cpp and ipc.h
7022
	  - Removed from makefile.am
7023
7024
2007-12-06 08:03  mortenmacfly
7025
7026
svn4709:  * fixed build on windows
7027
7028
2007-12-06 07:40  killerbot
7029
7030
svn4708:  - additional fix a previous commit
7031
7032
2007-12-05 22:19  killerbot
7033
7034
svn4707:  - include fixes
7035
7036
2007-12-05 22:18  killerbot
7037
7038
svn4706:  - include fixes [header including sdk.h and others ...
7039
	  : ] GCC4.3 gives segfault ...
7040
7041
2007-12-05 22:05  killerbot
7042
7043
svn4705:  - include fix for strlen (we have been lucky all these
7044
	  years, but not for gcc 4.3) : NOTE : this header has a using
7045
	  namespace std; entry : how f*** bad
7046
7047
2007-12-05 21:36  daniel2000
7048
7049
svn4704:  - added missing build dependency in spec file
7050
	  - some regexp enhancements in version checks of bootstrap
7051
7052
2007-12-05 13:36  mandrav
7053
7054
svn4703:  * Added events for begin/end multiple files
7055
	  addition/removal.
7056
	  * CodeBlocksLogEvent is now handled by Manager (in other words
7057
	  don't use the obsolete
7058
	  Manager::Get()->GetAppWindow()->ProcessEvent() but use
7059
	  Manager::Get()->ProcessEvent() instead).
7060
	  * If a non-logger is added using cbEVT_ADD_LOG_WINDOW, it is NOT
7061
	  deleted with cbEVT_REMOVE_LOG_WINDOW anymore.
7062
7063
2007-12-05 10:18  byo
7064
7065
svn4702:  wxSmith:
7066
	  * Added wxSingleChoiceDialog
7067
7068
2007-12-04 22:39  byo
7069
7070
svn4701:  wxSmith:
7071
	  * Added wxMultiChoiceDialog
7072
7073
2007-12-04 15:45  mariocupelli
7074
7075
svn4700:  fix: [Bug #11976 ] Incorrect options for msp430-gcc
7076
7077
2007-12-03 22:22  byo
7078
7079
svn4699:  wxSmith:
7080
	  * Added wxFileDialog
7081
	  * Added wxDirDialog
7082
	  * Some small code reorganizations
7083
7084
2007-12-03 11:17  mortenmacfly
7085
7086
svn4698:  * applied patch of jens to make info panels hide again
7087
7088
2007-12-02 18:01  pecan
7089
7090
svn4697:  KeyBinder 1.0.44 2007/12/2
7091
	  - add non-pch logmanager headers
7092
	  - fix skipping of previously opened editors
7093
7094
2007-12-02 14:09  killerbot
7095
7096
svn4696:  * fix crash on exit (todo list is the cause)
7097
7098
2007-12-01 18:30  pecan
7099
7100
svn4695:  CodeSnippets 1.2.105 2007/12/01
7101
	  - fix Linux crash when CB terminates and window is floating
7102
	  - on Linux disable drag/drop out of Project panel because of
7103
	  recurring drag/drop freeze bug
7104
7105
2007-11-30 23:23  byo
7106
7107
svn4694:  wxSmith:
7108
	  * Added wxColourDialog support
7109
	  * Added %l Codef formatting char (to get coLour)
7110
	  * Added one unified function producing unique names for temporary
7111
	  variables in generated code
7112
7113
2007-11-29 21:13  killerbot
7114
7115
svn4693:  - remove 268 warnings : the joy of const
7116
7117
2007-11-29 20:48  killerbot
7118
7119
svn4692:  - pch include fix
7120
7121
2007-11-29 18:28  pecan
7122
7123
svn4691:  DragScroll 1.2.04 2007/11/29
7124
	  - add non-pch logmanager header
7125
	  - correct "focus follows mouse" event on long compilations
7126
	  - correct editor focus event on long compilations
7127
	  - remove unused MouseRightKeyCtrl code
7128
7129
2007-11-29 18:26  pecan
7130
7131
svn4690:  CodeSnippets 1.2.104 2007/11/29
7132
	  - mods to compensate for CB OpenFilesList change
7133
	  - fixed incorrect selection of dragged tree item
7134
	  - make it easier to rename a catagory
7135
	  - Add "U" xpm for url type snippets
7136
7137
2007-11-29 14:04  mortenmacfly
7138
7139
svn4689:  * fixed some (further) possible crash candidates (added
7140
	  null pointer sanity checks)
7141
7142
2007-11-29 13:21  mandrav
7143
7144
svn4688:  * Fixed possible crash on app shutdown.
7145
7146
2007-11-29 11:50  biplab
7147
7148
svn4687:  * Edited last commit.
7149
7150
2007-11-29 11:15  mortenmacfly
7151
7152
svn4686:  * fixed file assocs dialog appearing again and again
7153
	  - removed an extra semi-colon
7154
7155
2007-11-29 09:05  mortenmacfly
7156
7157
svn4685:  - cb_koders (unix): removed wrong wx configuration
7158
7159
2007-11-29 09:00  biplab
7160
7161
svn4684:  * Applied: [Patch #2261] Allow jumping to the first
7162
	  line in Go to line dialog
7163
7164
2007-11-28 19:30  biplab
7165
7166
svn4683:  * Applied: [Patch #2260] Show possible line number
7167
	  ranges in Go to line dialog
7168
7169
2007-11-28 19:17  biplab
7170
7171
svn4682:  * Fixed: [Bug #12564] insert class methods inserts
7172
	  wrong methods
7173
7174
2007-11-27 21:40  byo
7175
7176
svn4681:  wxSmith: Added remembering of selected property while
7177
	  changing selected item
7178
7179
2007-11-27 12:57  mortenmacfly
7180
7181
svn4680:  * todo list plugin: allow deleting a user
7182
7183
2007-11-27 11:37  biplab
7184
7185
svn4679:  * Fixed: Clicking on To-Do's in To-Do list does not
7186
	  focus the concerned line.
7187
7188
2007-11-27 01:22  thomasdenk
7189
7190
svn4678:  - Removed that "fixed const" function from Logger,
7191
	  since it doesn't belong there at all
7192
	  - Replaced pure virtual Clear() function with empty
7193
	  implementation at base
7194
	  - Moved Append() function visually away from the others and added
7195
	  documentary comment
7196
7197
2007-11-26 23:04  byo
7198
7199
svn4677:  wxSmith: Fixed few issues with linux cbp file
7200
7201
2007-11-26 08:37  mortenmacfly
7202
7203
svn4676:  - documented lastest C::B patches in squirrel/sqplus
7204
	  (for 64bit)
7205
7206
2007-11-24 21:09  killerbot
7207
7208
svn4675:  - remove warning in pdffont.cpp (wxChar range)
7209
7210
2007-11-24 20:32  killerbot
7211
7212
svn4674:  * include fixes
7213
7214
2007-11-24 17:49  killerbot
7215
7216
svn4673:  * const and header fixes in the logger
7217
7218
2007-11-24 15:23  killerbot
7219
7220
svn4672:  * corrected some SwitchTo's (thanks to kaml)
7221
7222
2007-11-24 14:56  killerbot
7223
7224
svn4671:  * get rid of warnings (squirrel)
7225
7226
2007-11-24 14:55  killerbot
7227
7228
svn4670:  * get rid of warnings (propgrid)
7229
7230
2007-11-24 14:54  killerbot
7231
7232
svn4669:  * get rid of warnings : wxSmithContribItems (wxChart
7233
	  and wxThings)
7234
7235
2007-11-24 14:50  killerbot
7236
7237
svn4668:  - get rid of warnings (sdk and codesnippet)
7238
7239
2007-11-24 08:35  mandrav
7240
7241
svn4667:  * Fix in squirrel/sqplus for 64-bit builds.
7242
7243
2007-11-23 15:05  mandrav
7244
7245
svn4666:  * Fixed crash when disabling the compiler plugin (don't
7246
	  ask why one would even do that!)
7247
7248
2007-11-23 10:24  biplab
7249
7250
svn4665:  * GTK+ Project Wizard: Newly added GTK+ 1.x project
7251
	  creation has been disabled (sample code won't compile with it).
7252
7253
2007-11-23 10:16  mandrav
7254
7255
svn4664:  * Added info message in wx_help.script, if wx docs
7256
	  can't be found.
7257
7258
2007-11-23 10:12  killerbot
7259
7260
svn4663:  * support for VisualStudio 2008 (aka VC9)
7261
7262
2007-11-23 10:05  biplab
7263
7264
svn4662:  * Extended: GTK+ project wizard to work on Linux
7265
	  (Implemented [FR #3494] partially).
7266
7267
2007-11-23 08:44  biplab
7268
7269
svn4661:  * Applied: [Patch #2249] Fix macros in pre/post build
7270
	  when building workspace
7271
7272
2007-11-22 14:30  mandrav
7273
7274
svn4660:  * Editor-performance-killer killed :).
7275
7276
2007-11-22 13:47  mortenmacfly
7277
7278
svn4659:  - (hopefully) fixed broken build on Linux 64-bit
7279
	  - Squirrel/SQPlus: int->SQInteger, float->SQFloat
7280
7281
2007-11-22 08:41  killerbot
7282
7283
svn4658:  - fix build : got broken due to previous commit
7284
7285
2007-11-22 07:59  biplab
7286
7287
svn4657:  * Fixed: Possible non-pch build issue with loggers.cpp
7288
	  file.
7289
7290
2007-11-21 16:44  killerbot
7291
7292
svn4656:  * fix squirrel 64 bit build
7293
7294
2007-11-21 11:27  killerbot
7295
7296
svn4655:  * wxFNB : reduce warnings
7297
7298
2007-11-21 06:00  biplab
7299
7300
svn4654:  * Fixed: [Bug #12249] Couldn't compile the file
7301
	  'filemanager.cpp'
7302
7303
2007-11-21 04:48  biplab
7304
7305
svn4653:  * Applied: [Patch #2251] Remove wxNO_BORDER from Global
7306
	  variables' Delete button
7307
7308
2007-11-21 04:42  biplab
7309
7310
svn4652:  * Applied: [Patch #2250] Process Enter key in script
7311
	  command text control
7312
7313
2007-11-21 04:31  biplab
7314
7315
svn4651:  * [Patch #2252] Fix crash when removing file outside CB
7316
	  (In modified form)
7317
7318
2007-11-20 22:46  byo
7319
7320
svn4650:  wxSmith:
7321
	  * wxSmith browsers can now be put inside dockable panes
7322
	  * Removed some unused code causing a warning in wxsSplitterWindow
7323
	  class
7324
7325
2007-11-20 09:34  mortenmacfly
7326
7327
svn4649:  - tag all C::B related patches to Squirrel/SQPlus by
7328
	  using a comment starting with "// C::B patch:"
7329
7330
2007-11-19 15:31  mortenmacfly
7331
7332
svn4648:  * update from Squirrel 2.1.0/SQPlus 1.7 to Squirrel
7333
	  2.1.1/SQPlus 2.3
7334
	  - updated all script bindings accordingly
7335
7336
2007-11-19 13:46  killerbot
7337
7338
svn4647:  - remove warning
7339
7340
2007-11-19 12:54  killerbot
7341
7342
svn4646:  * removed warnings in the exporter plug-in (the pdf
7343
	  library)
7344
7345
2007-11-19 12:44  killerbot
7346
7347
svn4645:  - remove warnings
7348
7349
2007-11-19 11:41  killerbot
7350
7351
svn4644:  * remove some warnings in squirrel : !!!!const!!!!
7352
	  SQChqr* in declare_stream
7353
7354
2007-11-19 11:27  killerbot
7355
7356
svn4643:  * remove warnings in
7357
	  wxscintilla/src/scintilla/src/LexNsis.cxx
7358
7359
2007-11-19 10:23  biplab
7360
7361
svn4642:  * Fixed: A build warning about the improper PCH header
7362
	  use.
7363
7364
2007-11-19 10:09  biplab
7365
7366
svn4641:  * Reverted: Revision 4483 commit.
7367
7368
2007-11-16 17:39  biplab
7369
7370
svn4640:  * Applied: [Patch #2247] Revert part of Patch #2234
7371
7372
2007-11-15 14:54  killerbot
7373
7374
svn4639:  - little build fix for help plug-in on windows
7375
7376
2007-11-15 13:24  mandrav
7377
7378
svn4638:  * Fixed autotools build for help plugin.
7379
7380
2007-11-15 12:56  mandrav
7381
7382
svn4637:  * GDB types script now uses member variable directly
7383
	  for evaluating wxString. Fixes issues while debugging a static wx
7384
	  build (patch #2236).
7385
7386
2007-11-15 12:44  mandrav
7387
7388
svn4636:  * Fixed menu View->ManViewer to be in sync (patch
7389
	  #2226, bug #12306).
7390
7391
2007-11-15 12:39  mandrav
7392
7393
svn4635:  * Fixed bug with ${TARGET...} macro not always being
7394
	  correct (patch #2234, bugs #12193 and @11665).
7395
7396
2007-11-15 12:32  mandrav
7397
7398
svn4634:  - Fixed crash in editorcolourset (patch #2243).
7399
7400
2007-11-15 11:14  mandrav
7401
7402
svn4633:  * Added back/forward buttons to embedded HTML viewer.
7403
	  * Added "App.Open()" script binding.
7404
	  * In help plugin, user can add Code::Blocks scripts as help
7405
	  items. Such scripts should contain a "SearchHelp(keyword)"
7406
	  function. Sample help script included for wxWidgets docs.
7407
7408
2007-11-14 23:44  byo
7409
7410
svn4632:  wxSmith: Fixed bug #12367: items color not changing
7411
	  (AARGH, Can anyone clean up this mess in wxPropertyGrid ????? )
7412
7413
2007-11-14 22:44  daniel2000
7414
7415
svn4631:  - changes in spec file:
7416
	  - added new plugin to file list
7417
	  - added make job number "detection"
7418
7419
2007-11-13 14:19  mandrav
7420
7421
svn4630:  * Moved firing of cbEVT_EDITOR_CLOSE in EditorBase so
7422
	  foreign editors send it too (e.g. wxSmith). Caused a bug in open
7423
	  files list plugin.
7424
7425
2007-11-13 14:17  mandrav
7426
7427
svn4629:  - Moved singletons instantiation variables to their
7428
	  respective compilation units. Now they are true singletons.
7429
7430
2007-11-12 22:32  byo
7431
7432
svn4628:  wxSmith:
7433
	  * Remove DGBLOG entreis I forgot to remove (thanx killerbot for
7434
	  finding them)
7435
	  * Make font face name non-translated string (was translated
7436
	  before)
7437
7438
2007-11-12 20:45  killerbot
7439
7440
svn4627:  - commented out DBGLOG : does not exist anymore
7441
7442
2007-11-12 19:38  byo
7443
7444
svn4626:  wxSmith: Fixed few problems with toolbar editor
7445
7446
2007-11-12 17:54  mandrav
7447
7448
svn4625:  - Fix for app-log and debug-log not created and also
7449
	  for colors in build log.
7450
7451
2007-11-12 14:56  mandrav
7452
7453
svn4624:  - Fixed a couple of uninitialized variables (patch
7454
	  #2239).
7455
	  - Fixed a warning.
7456
7457
2007-11-12 12:20  mortenmacfly
7458
7459
svn4623:  - fixed minor bug that empty html log window was opened
7460
	  on windows (fixes r4622)
7461
7462
2007-11-12 11:35  mandrav
7463
7464
svn4622:  * HTML log file is now a link in build log and can be
7465
	  clicked to open.
7466
	  * Files extension handler has been updated to recognize HTML
7467
	  files and open them in the embedded viewer, if the user has NOT
7468
	  added a different association manually.
7469
7470
2007-11-12 10:22  mortenmacfly
7471
7472
svn4621:  - updated (forgotten) update scripts for openfileslist
7473
	  plugin
7474
7475
2007-11-12 10:05  mortenmacfly
7476
7477
svn4620:  - updated project files for open file list plugin
7478
7479
2007-11-12 09:42  mortenmacfly
7480
7481
svn4619:  - finalised removal of messagemanager (also in debug
7482
	  outputs)
7483
7484
2007-11-12 09:35  mandrav
7485
7486
svn4618:  * Added "open in embedded viewer" option in help
7487
	  plugin. This way, simple HTML files (no javascript, exotic CSS,
7488
	  etc!) can be opened inside Code::Blocks instead of external
7489
	  browser. A good example is wxWidgets docs.
7490
7491
2007-11-11 20:41  killerbot
7492
7493
svn4617:  - include fixes (Thanks Tim S)
7494
7495
2007-11-11 09:24  mandrav
7496
7497
svn4616:  * Moved open files list to a separate plugin.
7498
7499
2007-11-10 19:40  mandrav
7500
7501
svn4615:  - Fixed debugger's debug log not being shown/hidden
7502
	  when changed in options.
7503
7504
2007-11-10 19:35  mandrav
7505
7506
svn4614:  - Minor fix in statusbar.
7507
	  - Color fix in ListCtrlLogger.
7508
7509
2007-11-10 16:54  mandrav
7510
7511
svn4613:  * App's debug log is now only present if --debug-log
7512
	  option is used.
7513
	  - Fixed search results double-clicking to work again.
7514
7515
2007-11-10 16:25  mandrav
7516
7517
svn4612:  - Fix silly bug in debugger plugin.
7518
7519
2007-11-10 15:56  killerbot
7520
7521
svn4611:  - fixing windows
7522
7523
2007-11-10 15:48  killerbot
7524
7525
svn4610:  - fixing windows
7526
7527
2007-11-10 15:30  killerbot
7528
7529
svn4609:  - fixing windows
7530
7531
2007-11-10 15:17  killerbot
7532
7533
svn4608:  - fix win cbp file
7534
7535
2007-11-10 15:07  killerbot
7536
7537
svn4607:  - remove some warnings (const ...)
7538
7539
2007-11-10 13:16  mandrav
7540
7541
svn4606:  * Welcome the new log manager.
7542
7543
2007-11-09 22:21  byo
7544
7545
svn4605:  wxSmith: Added missing wxPG_USE_WXMODULE=0 macro
7546
7547
2007-11-09 13:51  mortenmacfly
7548
7549
svn4604:  - fixed bugs in some unix project files
7550
7551
2007-11-08 23:27  byo
7552
7553
svn4603:  wxSmith:
7554
	  * Fixed bug with tree labels not changing value after variable
7555
	  name was changed
7556
	  * Fixed crash on exit when did not want to save .wxs file
7557
7558
2007-11-07 22:16  byo
7559
7560
svn4602:  wxSmith: Added missing Makefile.am
7561
7562
2007-11-07 15:26  byo
7563
7564
svn4601:  Moved wxPropertyGrid into wxSmith folder (it's no
7565
	  longer part of sdk)
7566
7567
2007-11-06 13:23  thomasdenk
7568
7569
svn4600:  - Same as r4272 long, long ago, except this time it
7570
	  shouldn't give a compiler error
7571
7572
2007-11-05 11:09  mandrav
7573
7574
svn4599:  * Fix rare crash in debugger plugin.
7575
	  * Separated per-target additional gdb commands in two steps: a)
7576
	  before establishing remote connection (if any) and b) after
7577
	  remote connection is established.
7578
	  * Added per-target debugger option to skip adjusting
7579
	  LD_LIBRARY_PATH
7580
7581
2007-11-05 08:50  mandrav
7582
7583
svn4598:  * Fixed debugger to stop on first breakpoint in linux
7584
	  (patch #2225).
7585
7586
2007-11-05 08:47  mandrav
7587
7588
svn4597:  * Fixed functions toolbar being cleared when closing a
7589
	  non-active editor (patch #2227).
7590
7591
2007-11-04 05:06  biplab
7592
7593
svn4596:  * wxWidgets Wizard: Added script to reduce warning
7594
	  while compiling generated app with gcc-4.x.
7595
7596
2007-11-04 04:32  biplab
7597
7598
svn4595:  * Fixed: [Bug #12264] Crash when disabling "keyboard
7599
	  shortcuts" (Thanks Pauliusz for the patch)
7600
7601
2007-11-03 23:31  mariocupelli
7602
7603
svn4594:  add display of personality in the status bar
7604
7605
2007-11-03 23:29  mariocupelli
7606
7607
svn4593:  set maximum value of keywordSet parameter of
7608
	  SetKeyWords
7609
7610
2007-11-02 16:23  killerbot
7611
7612
svn4592:  - revert r4584
7613
7614
2007-11-01 12:28  mandrav
7615
7616
svn4591:  * Use absolute paths when adjusting LD_LIBRARY_PATH in
7617
	  compiler and debugger.
7618
7619
2007-10-31 23:55  byo
7620
7621
svn4590:  Updated wxPropertyGrid to 1.2.10 and removed
7622
	  wxPG_COMPATIBILITY_1_0_0 flag
7623
7624
2007-10-31 15:41  mortenmacfly
7625
7626
svn4589:  - updated doxygen documentation script (and fixed
7627
	  documentation compilation errors)
7628
7629
2007-10-31 15:32  mortenmacfly
7630
7631
svn4588:  * fixed cbThrow due to last commit: ARM and AVR
7632
	  compiler were registered twice (Windows only)
7633
7634
2007-10-31 11:30  mandrav
7635
7636
svn4587:  * Enabled ARM and AVR compilers for linux (patch
7637
	  #2219).
7638
	  * Added directory selection for implementaion file in class
7639
	  wizard (patch #2211).
7640
	  * Re-organized class wizard a bit.
7641
	  * New lexers for vhdl and verilog (patch #2199).
7642
	  * ./configure option --with-contrib-plugins now accepts -name to
7643
	  exclude plugins from list (e.g. --with-contrib-plugins=all,-help
7644
	  would exclude the help plugin)(patch #2190).
7645
	  * Added "copy selected messages to clipboard" in build messages
7646
	  context menu (patch #2102).
7647
7648
2007-10-31 10:33  mandrav
7649
7650
svn4586:  * Do not force adding search paths for compiler if not
7651
	  set by the user (patch #2106).
7652
7653
2007-10-31 10:02  mandrav
7654
7655
svn4585:  * Possible fix for "always rebuilds files" case with
7656
	  gcc 4.2.x (bug #12167). You need to rebuild depslib and compiler
7657
	  plugin for the fix to take effect.
7658
7659
2007-10-31 09:48  mandrav
7660
7661
svn4584:  * Debugger no longer uses unix notation for breakpoint
7662
	  filenames.
7663
7664
2007-10-31 09:28  mandrav
7665
7666
svn4583:  - Remove warning from sqstdio.h when building with gcc
7667
	  4.1.3.
7668
	  - Minor code change in class browser builder (reported as
7669
	  possible fix for bug #12261).
7670
7671
2007-10-30 18:24  pecan
7672
7673
svn4582:  CodeSnippets 1.2.100 2007/10/30
7674
	  - Added print facility to app
7675
	  - change GetAppWindow to GetAppFrame
7676
	  - Fix crash in CodeSnippetsTreeCtrl::OnIdle when plugin disabled
7677
	  - Fix crash in CodeSnippetsWindow::OnClose when plgn disabled &
7678
	  CB shuts down
7679
	  - Fix crash in CodeSnippetsTreeCtrl::OnIdle when float/docked
7680
	  window switched
7681
	  - Incorporate killerbot.cbp and ceniza valgrind mods
7682
	  - Implement macro substitution requested by mariocup
7683
	  - Stop crashes: disallow re-enabled plugin until CB reloads
7684
7685
2007-10-29 20:43  killerbot
7686
7687
svn4580:  - remove some more warnings
7688
7689
2007-10-29 18:20  biplab
7690
7691
svn4579:  * Fallback encoding of encoding detection code is set
7692
	  to user-defined one.
7693
7694
2007-10-29 10:21  mortenmacfly
7695
7696
svn4576:  - modified all project files to have any attached
7697
	  scripts in the src folder (rather than in root)
7698
7699
2007-10-29 10:12  mortenmacfly
7700
7701
svn4575:  - compilation fixes for MinGW 3.4.5
7702
7703
2007-10-29 08:12  mortenmacfly
7704
7705
svn4574:  - removed remaining artefacts of TIXML_USE_STL
7706
7707
2007-10-29 07:03  killerbot
7708
7709
svn4573:  - undo-ed a const
7710
7711
2007-10-28 22:05  killerbot
7712
7713
svn4572:  - remove warnings
7714
7715
2007-10-28 21:48  killerbot
7716
7717
svn4571:  -remove warnings
7718
7719
2007-10-28 21:42  killerbot
7720
7721
svn4570:  - remove warnings
7722
7723
2007-10-28 21:32  killerbot
7724
7725
svn4569:  - remove warnings
7726
7727
2007-10-28 21:12  killerbot
7728
7729
svn4568:  - remove warning
7730
7731
2007-10-28 21:08  killerbot
7732
7733
svn4567:  - remove warnings
7734
7735
2007-10-28 14:32  killerbot
7736
7737
svn4566:  * add script to surpress stupid wx warnings when
7738
	  building with MinGW 4.2.1
7739
	  * removed TIXML_USE_STLM define from all cb project files
7740
	  (windows)
7741
7742
2007-10-27 19:06  biplab
7743
7744
svn4565:  * Set the fallback encoding to ISO-8859-1 on Linux.
7745
7746
2007-10-26 20:33  byo
7747
7748
svn4564:  wxSmithContribItems: Added missing GPL headers
7749
7750
2007-10-26 18:46  biplab
7751
7752
svn4563:  * Cleaned up conversion routine to take advantage of
7753
	  latest FileManager code.
7754
	  * Added: Support to use user-specified encoding if auto detection
7755
	  & conversion fails.
7756
7757
2007-10-26 17:48  biplab
7758
7759
svn4562:  * Applied: [Patch #2220] Fix target deletion (A bug
7760
	  affecting Linux users, thanks Pauliusz for patch)
7761
7762
2007-10-25 19:50  byo
7763
7764
svn4561:  wxSmithContribItems: Added wxFlatNotebook support in
7765
	  windows
7766
7767
2007-10-25 18:05  biplab
7768
7769
svn4560:  * Removed: Addition of TIXML_USE_STL definition to
7770
	  plugin projects.
7771
7772
2007-10-25 17:33  byo
7773
7774
svn4559:  wxSmithContribItems: Added wxFlatNotebook support (made
7775
	  by olivetti) for linux build (windows support will be added soon)
7776
7777
2007-10-24 07:27  mariocupelli
7778
7779
svn4558:  add screenshots of documentation
7780
7781
2007-10-24 07:26  mariocupelli
7782
7783
svn4557:  update docu: ThreadSearch 0.9 and some hints for users
7784
7785
2007-10-24 04:44  biplab
7786
7787
svn4556:  * Fixed: Broken build on Linux (Finally!!)
7788
7789
2007-10-23 16:34  biplab
7790
7791
svn4555:  * Fixed: Broken build due to last commit.
7792
7793
2007-10-23 13:38  biplab
7794
7795
svn4554:  * Implemented: [Feature Request #3747] Import Project
7796
	  needs to be disabled
7797
7798
2007-10-23 08:31  biplab
7799
7800
svn4553:  * Fixed: A possible lock-up during UTF-8 encoding
7801
	  detection.
7802
7803
2007-10-22 21:11  byo
7804
7805
svn4552:  wxSmith: Fixed bug in xrc-fetching code (items were not
7806
	  fetched at all)
7807
7808
2007-10-22 13:30  biplab
7809
7810
svn4551:  * Non-pch build fix. (Thanks Tim S.)
7811
7812
2007-10-22 11:50  thomasdenk
7813
7814
svn4550:  - reverted accidential #if 1 commit 3 days ago
7815
	  - added unused warning to loader function
7816
7817
2007-10-22 10:42  biplab
7818
7819
svn4549:  * Reverted: Default encoding will be the system
7820
	  encoding (as opposed to ASCII committed in previous revision).
7821
	  * CleanUp: Unused detection code.
7822
7823
2007-10-22 09:43  biplab
7824
7825
svn4548:  * Improved: Unicode support in C::B.
7826
	  - Improved: Encoding detection of files. [Using portion of
7827
	  MadEdit's(http://madedit.sourceforge.net/) code]
7828
	  - Replaced: File Load/Save routine with a with better Encoding
7829
	  detection and conversion support.
7830
	  - Improved: Project file loading which will try to load all
7831
	  opened editor files at once reducing the load time.
7832
	  - CC: replaced ANSI with Unicode methods (using MortenMacFly's
7833
	  patch)
7834
	  - CC: converted STL to wxWidgets where required for unicode
7835
	  support (using MortenMacFly's patch)
7836
7837
2007-10-20 17:43  biplab
7838
7839
svn4547:  * Added: OpenMP compiler flag to Intel compiler.
7840
	  * Fixed: OpenMP remark is detected as an error (affecting Intel
7841
	  compiler).
7842
7843
2007-10-19 20:35  byo
7844
7845
svn4546:  wxSmith: Fixed bug for wxStdDialogButtonSizer when
7846
	  using XRC file
7847
7848
2007-10-19 13:07  mariocupelli
7849
7850
svn4545:  add parsing of note messages of GNU based compilers
7851
7852
2007-10-19 09:05  biplab
7853
7854
svn4544:  * Fixed: Compiler 'note' is detected as an error.
7855
	  (Thanks to gmb300)
7856
7857
2007-10-18 21:44  byo
7858
7859
svn4543:  wxSmith: Fixed bug when generating event handler by
7860
	  double-clicking on item
7861
7862
2007-10-18 19:35  biplab
7863
7864
svn4542:  * Removed: Reference of a non-existent header.
7865
7866
2007-10-18 11:42  thomasdenk
7867
7868
svn4541:  - FileManager::Load data is null-terminated now
7869
7870
2007-10-15 20:18  byo
7871
7872
svn4540:  wxSmith: Fixe dbug with missing <wx/xrc/xmlres.h>
7873
	  header file
7874
7875
2007-10-15 19:18  killerbot
7876
7877
svn4539:  - let's battle the zillion warnings with MinGW 4.2.1
7878
	  (PART 3) : getting rid of warnings by being const correct (life
7879
	  is sweet ...)
7880
7881
2007-10-15 18:56  killerbot
7882
7883
svn4538:  - let's battle the zillion warnings with MinGW 4.2.1
7884
	  (PART 2) : getting rid of warnings by being const correct (life
7885
	  is sweet ...)
7886
7887
2007-10-15 17:21  byo
7888
7889
svn4537:  wxSmith: Fixed bug with invalid declaration generated
7890
	  for sizers when using xrc file
7891
7892
2007-10-15 13:56  killerbot
7893
7894
svn4536:  - let's battle the zillion warnings with MinGW 4.2.1
7895
	  (PART 1) : getting rid of warnings by being const correct (life
7896
	  is sweet ...)
7897
7898
2007-10-15 13:37  killerbot
7899
7900
svn4535:  - add .S62 to the assembler file types
7901
7902
2007-10-15 11:31  mortenmacfly
7903
7904
svn4534:  - added forgotten file of previous commit
7905
7906
2007-10-15 11:17  mortenmacfly
7907
7908
svn4533:  * do not allow the uiser to enter an empty project
7909
	  title (and thus project name)
7910
7911
2007-10-14 21:49  daniel2000
7912
7913
svn4532:  - make dist fix (missing header)
7914
	  - applied changes made on obs to spec file (only tested on suse)
7915
7916
2007-10-14 08:16  biplab
7917
7918
svn4531:  * Updated: Few macros for Linux. (Thanks mario for
7919
	  pointing this)
7920
7921
2007-10-13 14:22  byo
7922
7923
svn4530:  wxSmith: Enabled PCH gard (list of headers is now
7924
	  splitted into two parts when pch file is used - one for includes
7925
	  already in pch file and second for those headers that are not
7926
	  included in pch)
7927
7928
2007-10-13 08:19  afb
7929
7930
svn4529:  - use portable sed (avoid -i flag)
7931
7932
2007-10-13 07:52  afb
7933
7934
svn4528:  * only check for pkg-config/gtk+-2.0 when actually
7935
	  using wxGTK
7936
7937
2007-10-12 21:24  byo
7938
7939
svn4527:  wxSmith: Enabled forward declarations switch for new
7940
	  resources (such resources will create forward declaration instead
7941
	  of including header where it's possible)
7942
7943
2007-10-12 20:13  byo
7944
7945
svn4526:  wxSmith: Fixed bug in %o nd %r formattings (so valid
7946
	  item is now passed to SetSizer or Sizer->Add etc)
7947
7948
2007-10-12 18:44  biplab
7949
7950
svn4525:  * Fixed: [Bug #12110] "Output filename" doesn't get
7951
	  saved correctly in project
7952
7953
2007-10-12 11:22  mandrav
7954
7955
svn4524:  * Auto-generated files now correctly work with multiple
7956
	  targets/compilers.
7957
	  * Compiler command line macro $file_basename deprecated. Use
7958
	  $file_name instead. Also added $file_dir and $file_ext.
7959
7960
2007-10-11 21:05  byo
7961
7962
svn4523:  wxSmith: wxSmith now remembers last directory used for
7963
	  source/header/xrc files while generating new resource
7964
7965
2007-10-11 10:09  thomasdenk
7966
7967
svn4522:  - Changed multiply with arbrytary constant to
7968
	  power-of-2 (bit shift)
7969
	  - Added Function to convert Version::eval back to major, minor,
7970
	  revision
7971
7972
2007-10-10 21:50  byo
7973
7974
svn4521:  wxSmith: Fixed crash in wxsListBook
7975
7976
2007-10-10 10:45  mandrav
7977
7978
svn4520:  * Fix: when a file is auto-generating other files to be
7979
	  compiled, wait
7980
	  for it to finish compiling before proceeding to compile the
7981
	  generated
7982
	  files (so as to ensure the generated files are valid).
7983
7984
2007-10-09 21:15  byo
7985
7986
svn4519:  wxSmith:
7987
	  * Switched Child->GetVarName() to %o where it was possible in
7988
	  Codef function (it's much safer than quering child's variable
7989
	  using GetVarName())
7990
	  * Fixed memory leak in wxsItemEditor (thanx to valgrind ;) )
7991
	  * Changed names generated for internal variables used for code
7992
	  generation (they should be safer now)
7993
	  * Cleaned up some code
7994
7995
2007-10-09 12:33  biplab
7996
7997
svn4518:  * Modified: Console wizard to add exception handling
7998
	  only for C++ projects.
7999
8000
2007-10-08 06:16  biplab
8001
8002
svn4517:  * Fixed: Fatal crash if "Go to header/source file"
8003
	  option is clicked in wxSmith resource tree.
8004
8005
2007-10-08 03:22  biplab
8006
8007
svn4516:  * Fixed: Broken wxSmith support in wxWidgets wizard.
8008
8009
2007-10-06 17:03  killerbot
8010
8011
svn4515:  * fix for the new build system (all devs have a look at
8012
	  globals.cpp and the killerbot remark !!!)
8013
8014
2007-10-06 04:06  biplab
8015
8016
svn4514:  * Fixed: [Bug #12119] New File creation -> no default
8017
	  code
8018
8019
2007-10-05 23:08  byo
8020
8021
svn4513:  wxSmith:
8022
	  * Added grouped file updates and few optimizations - time of
8023
	  regenerating source code (when files were not opened in editor)
8024
	  is now up to 7-10 times faster
8025
	  * Added delayed code update (performed 0,5 sec after resource
8026
	  change) which together with grouped updates improved
8027
	  responsiveness of resource editor
8028
8029
2007-10-05 19:17  biplab
8030
8031
svn4512:  * Fixed: [Bug #12113] CB crashes when using misspelled
8032
	  compiler
8033
8034
2007-10-05 10:03  mortenmacfly
8035
8036
svn4511:  * added bash lexer (syntax highlighting for unix shell
8037
	  scripts)
8038
8039
2007-10-04 21:26  byo
8040
8041
svn4510:  wxSmith: Added Go-To-Header / Go-To-Source into popup
8042
	  menu available when ight-clicking on main node of resource in
8043
	  resource editor
8044
8045
2007-10-04 17:22  byo
8046
8047
svn4509:  wxSmith: Updated wxSmithContribItems to use new wxSmith
8048
	  framework
8049
8050
2007-10-04 17:08  biplab
8051
8052
svn4508:  * Fixed: Plugin wizard generated code contains
8053
	  non-conforming characters in plugin name.
8054
8055
2007-10-04 07:22  mortenmacfly
8056
8057
svn4507:  - added debug message about detected GCC include
8058
	  directories (please leave this for hunting a bug with wx285+!)
8059
	  * cb_share_config: added support for file groups (and masks)
8060
8061
2007-10-03 19:55  byo
8062
8063
svn4506:  wxSmith: Forgot to add one file
8064
8065
2007-10-03 18:18  biplab
8066
8067
svn4505:  * Fixed: Project specific "Custom variables" are not
8068
	  expanded for OpenWatcom linker.
8069
	  * Added: Code to map more linker options to wlink.exe options.
8070
8071
2007-10-02 21:52  byo
8072
8073
svn4504:  wxSmith: Big update to code generation process (note
8074
	  that although new code has been tested, it may still have few
8075
	  bugs since the change affected large areas of wxSmith)
8076
	  * Generating code is now done using coder context object which
8077
	  keeps chunks of code currently crated and some other stuff
8078
	  required while code generation
8079
	  * Improved generation of header files - including PCH filter
8080
	  support and forward declarations (not yet fully enabled but works
8081
	  perfectly while testing)
8082
	  * Headers are now generated more precisely - f.ex. when there's
8083
	  no bitmap used while generating resource, it won't be included
8084
	  anywhere
8085
	  * Items using custom fonts with more than one face name share now
8086
	  one font enumerator and one array of faces
8087
	  * Fixed some problems with events (in most cases it was bugged
8088
	  list of item's events)
8089
8090
2007-09-29 18:53  biplab
8091
8092
svn4503:  * Applied: [Patch #2191] Patch for Bug #11979 (in
8093
	  modified form)
8094
8095
2007-09-29 18:23  biplab
8096
8097
svn4502:  * Fixed: File association detection code not detecting
8098
	  the files associated.
8099
8100
2007-09-29 16:34  biplab
8101
8102
svn4501:  * Applied: Non-Pch build fix. (Thanks Tim S.)
8103
8104
2007-09-28 18:33  biplab
8105
8106
svn4500:  * Fixed: Wrong pop-up menu in Project Tree.
8107
8108
2007-09-28 14:46  thomasdenk
8109
8110
svn4499:  - removed deleted file from makefile
8111
8112
2007-09-28 14:03  thomasdenk
8113
8114
svn4498:  - added nullptr to project files
8115
8116
2007-09-28 12:28  thomasdenk
8117
8118
svn4497:  - deleted unused source/header
8119
	  - replaced 50kB license text in SDK headers with web link
8120
8121
2007-09-28 11:27  thomasdenk
8122
8123
svn4496:  - removed (provably useless) pointer checks
8124
8125
2007-09-28 10:16  thomasdenk
8126
8127
svn4495:  - now, finally
8128
8129
2007-09-28 10:06  thomasdenk
8130
8131
svn4494:  - fix previous revision
8132
8133
2007-09-28 09:54  thomasdenk
8134
8135
svn4493:  - nullptr
8136
8137
2007-09-28 09:30  killerbot
8138
8139
svn4492:  - GetStringFromArray : put back trailing space
8140
8141
2007-09-25 06:04  biplab
8142
8143
svn4491:  * Fixed: A typo in Automake file.
8144
8145
2007-09-25 05:59  biplab
8146
8147
svn4490:  * Updated: Remaining Autotools files missed in last
8148
	  commit.
8149
8150
2007-09-25 05:25  biplab
8151
8152
svn4489:  * Added: Atmel AVR project wizard (Thanks to
8153
	  BrianSidebotham).
8154
8155
2007-09-24 18:15  byo
8156
8157
svn4488:  wxSmith: Fixed some issues with wxNotebook (and
8158
	  probably other ..book classes)
8159
8160
2007-09-24 17:39  killerbot
8161
8162
svn4487:  - include fixes
8163
8164
2007-09-22 14:47  biplab
8165
8166
svn4486:  * Updated: Windows only compilers to the latest changes
8167
	  in Compiler sdk api.
8168
8169
2007-09-22 12:13  mandrav
8170
8171
svn4485:  * Support for adding custom files to the build system
8172
8173
2007-09-20 11:48  thomasdenk
8174
8175
svn4484:  - Workaround for wxWidgets' event handling quirks
8176
	  - wxFNB and wxAUINotebook selectable via compile time switch
8177
	  - Removed close button that doesn't belong there
8178
	  - Added documentary comments
8179
8180
2007-09-19 19:20  biplab
8181
8182
svn4483:  * Fixed: Source/Project file open command is sent Twice
8183
	  while opening it through DDE.
8184
	  * Fixed: [Bug #12014] CodeCompletion doesn't start on
8185
	  Code::Blocks startup
8186
8187
2007-09-19 19:08  thomasdenk
8188
8189
svn4482:  - created directories
8190
8191
2007-09-19 18:06  killerbot
8192
8193
svn4481:  - help plugin : remove warning
8194
8195
2007-09-19 17:47  killerbot
8196
8197
svn4480:  - pch fix
8198
8199
2007-09-19 16:49  ceniza
8200
8201
svn4479:  - ClassBrowserBuilderThread is now a joinable thread.
8202
	  ClassBrowser will now Wait for it to exit before invalidating
8203
	  "shared" data.
8204
8205
2007-09-18 19:59  byo
8206
8207
svn4478:  wxSmith: Fixed issues with wxArtProvider
8208
8209
2007-09-18 18:41  biplab
8210
8211
svn4477:  * Applied: [Patch #2135] MinGW autodetection searching
8212
	  in $PATH
8213
8214
2007-09-18 18:29  biplab
8215
8216
svn4476:  * Reverted: Code committed to CC in rev 4473. (This
8217
	  seems to be the cause of recent Crash-At-Close bug).
8218
8219
2007-09-17 00:38  ceniza
8220
8221
svn4475:  - Fixed another small memory leak found by Valgrind.
8222
8223
2007-09-16 21:27  ceniza
8224
8225
svn4474:  Help plugin:
8226
	  * Bugfix: man pages with accentuated characters aren't displayed
8227
	  in Windows (let's hope it still works in Linux).
8228
	  * Bugfix: following a link when the man pages aren't compressed
8229
	  causes a "Man page not found".
8230
	  * Bugfix: following .so links doesn't work in Windows.
8231
8232
2007-09-16 19:38  ceniza
8233
8234
svn4473:  - Fixed a few problems found by Valgrind.
8235
8236
2007-09-16 09:18  biplab
8237
8238
svn4472:  * Fixed: A bug in SetVersionString() which could not
8239
	  detect the version string of MinGW compilers installed in an
8240
	  arbitrary folder.
8241
8242
2007-09-15 14:46  ceniza
8243
8244
svn4471:  Help plugin:
8245
	  * If more than one match is found, let the user choose (tip: use
8246
	  file wildcards).
8247
	  * Bugfix: bz2 decompression adds garbage at the end of the file
8248
	  (fixed in DevPak plugin too).
8249
	  * Try to follow .so links in man pages to other man pages.
8250
	  - Fix: "Thanks to" used \n instead of real newline.
8251
8252
2007-09-14 19:45  ceniza
8253
8254
svn4470:  Help plugin:
8255
	  * Bugfix: editing help entries add extra "Man Pages Viewer" to
8256
	  the View menu.
8257
	  * Implemented zoom in and zoom out for the Man Pages Viewer.
8258
	  - Added KDE dev team to the "thanks to" section.
8259
8260
2007-09-13 21:30  byo
8261
8262
svn4469:  wxSmith: Added customized popup menu for wxNotebook
8263
	  (other x-book classes soon, after wxNotebook is finished)
8264
8265
2007-09-12 21:36  byo
8266
8267
svn4468:  wxSmith: Added "Bring to front" / "Send to back" popup
8268
	  menu for items which are not managed inside sizers - available in
8269
	  right-click popup menu in editor (this can be used to set correct
8270
	  tab order)
8271
8272
2007-09-12 21:00  killerbot
8273
8274
svn4467:  - fix typo
8275
8276
2007-09-12 13:41  biplab
8277
8278
svn4466:  * Fixed: Project created from a user-template contains
8279
	  old output file name.
8280
	  * Fixed: C::B title not updated after creating a project from
8281
	  user-template.
8282
8283
2007-09-12 13:29  ceniza
8284
8285
svn4465:  Help plugin:
8286
	  * Fixed implementation of QListIterator<T> (the output should be
8287
	  right now)
8288
	  * Do not show the man page viewer by default
8289
8290
2007-09-12 06:00  ceniza
8291
8292
svn4464:  Help plugin:
8293
	  * Bugfix: displaying man pages with tables (e.g. find.1) crashes
8294
	  the application (must check if it's generating the right output)
8295
	  - Added -fPIC to bzip2 and zlib targets in the unix project file
8296
8297
2007-09-12 00:59  ceniza
8298
8299
svn4463:  Help plugin:
8300
	  * Converted the MANFrame into a dockable thingy.
8301
	  * If a man page cannot be found then report it.
8302
	  * Clicking on links for man pages that provide them will take you
8303
	  to that man page (if found).
8304
8305
2007-09-11 22:01  byo
8306
8307
svn4462:  wxSmith:
8308
	  * Changed default scopes of ids (now protected) / members (now
8309
	  public) / handlers (now private) in new resources
8310
	  * Scopes can be customized in Advanced options while generating
8311
	  new resource
8312
	  * Added cols / rows for wxGrid when editing in source mode (Grom:
8313
	  you owe me a beer ;) )
8314
8315
2007-09-11 17:49  biplab
8316
8317
svn4461:  * Fixed: Wrong output size in MB.
8318
8319
2007-09-11 11:40  mandrav
8320
8321
svn4460:  * Fixed help plugin's project file for linux. Man pages
8322
	  now work when not using autotools.
8323
8324
2007-09-11 11:39  mandrav
8325
8326
svn4459:  * Fixed a couple more oversized dialogs.
8327
8328
2007-09-11 08:45  mandrav
8329
8330
svn4458:  * Added event cbEVT_QUERY_VIEW_LAYOUT (queries the
8331
	  current view layout).
8332
	  * Removed debugger options for automatic layout switching. It is
8333
	  all handled automatically now.
8334
8335
2007-09-11 08:13  mandrav
8336
8337
svn4457:  * Fixed crash in wxSmith when closing any open XRC file
8338
	  (byo, can you check and verify?)
8339
8340
2007-09-11 08:01  mandrav
8341
8342
svn4456:  * Fixed crash when closing the editor settings dialog
8343
	  by pressing OK (introduced yesterday).
8344
8345
2007-09-10 21:05  daniel2000
8346
8347
svn4455:  - missing backslash broke make dist
8348
8349
2007-09-10 13:45  mandrav
8350
8351
svn4454:  * Display size of generated file after linking.
8352
8353
2007-09-10 12:03  mandrav
8354
8355
svn4453:  * Fixed some UI layout errors in project and editor
8356
	  options. Say 'no' to huge dialogs :).
8357
8358
2007-09-10 09:43  mandrav
8359
8360
svn4452:  * cbEVT_APP_STARTUP_DONE is now fired *after* the app
8361
	  has loaded and fully displayed its windows.
8362
8363
2007-09-10 09:41  mandrav
8364
8365
svn4451:  * Added configuration options for which lexer keyword
8366
	  sets to be included in code-completion results.
8367
8368
2007-09-10 07:15  mariocupelli
8369
8370
svn4450:  add styles for formating documentation
8371
8372
2007-09-10 07:14  mariocupelli
8373
8374
svn4449:  add makefile for generating documentation
8375
8376
2007-09-10 07:12  mariocupelli
8377
8378
svn4448:  add configuration files for html and docbook
8379
8380
2007-09-09 19:55  ceniza
8381
8382
svn4447:  Help plugin:
8383
	  - Fixed project file settings for unix like systems.
8384
8385
2007-09-08 22:27  ceniza
8386
8387
svn4446:  - Applied patch: help plugin doesn't compile without
8388
	  precompiled headers and added includes to Windows cbp (Thanks
8389
	  Tim).
8390
8391
2007-09-08 14:26  thomasdenk
8392
8393
svn4445:  - created directories
8394
8395
2007-09-08 13:30  biplab
8396
8397
svn4444:  * Updated: Update script for Linux/Unix to exclude
8398
	  .svn, Makefile and other garbage files.
8399
8400
2007-09-08 09:40  ceniza
8401
8402
svn4443:  Help plugin:
8403
	  * Converted the basic frame to display man pages into a simple
8404
	  man pages viewer.
8405
8406
2007-09-07 22:50  byo
8407
8408
svn4442:  wxSmith:
8409
	  * Added pop-up menu on right click on resource in resource
8410
	  browser
8411
	  * Implemented deleting resources (accessible through pop-up menu)
8412
	  * Fixed typo
8413
8414
2007-09-07 22:19  ceniza
8415
8416
svn4441:  - Applied patch #2167: use system zlib and bzip2 for
8417
	  help_plugin (Thanks SharkCZ)
8418
8419
2007-09-07 20:11  ceniza
8420
8421
svn4440:  - Patch to get windows build without precompiled
8422
	  headers (Thanks Tim).
8423
8424
2007-09-07 14:08  mariocupelli
8425
8426
svn4439:  add sources of codeblocks documentation
8427
8428
2007-09-07 14:06  mariocupelli
8429
8430
svn4438:  add first part of codeblocks docu
8431
8432
2007-09-07 10:44  killerbot
8433
8434
svn4437:  - remove warning
8435
8436
2007-09-07 10:07  killerbot
8437
8438
svn4436:  - update project files and Makefile.am for the new
8439
	  supported compilers
8440
8441
2007-09-07 09:25  biplab
8442
8443
svn4435:  * Fixed: Project file is removed while Rebuilding /
8444
	  Cleaning a Dynamic Library Project.
8445
8446
2007-09-07 09:00  ceniza
8447
8448
svn4434:  Help plugin:
8449
	  - Updated Linux project file
8450
	  - Updated configure.in
8451
8452
2007-09-07 08:51  ceniza
8453
8454
svn4433:  Help plugin:
8455
	  * Added support to display man pages.
8456
8457
2007-09-07 08:01  mariocupelli
8458
8459
svn4432:  add support for TriCore, MSP430 and PowerPC
8460
8461
2007-09-07 08:00  mariocupelli
8462
8463
svn4431:  add support for TriCore, MSP430 and PowerPC
8464
8465
2007-09-06 21:59  byo
8466
8467
svn4430:  wxSmith: Implemented jumping to event handler function
8468
	  body when changing handler / double clicking on item that has
8469
	  main handler set
8470
8471
2007-09-06 17:36  biplab
8472
8473
svn4429:  * Fixed: [Bug #11929] Crash when moving a virtual
8474
	  folder to its subfolder
8475
8476
2007-09-06 08:15  thomasdenk
8477
8478
svn4428:  - Add workspace extension on "save as" if none given
8479
8480
2007-09-05 20:56  byo
8481
8482
svn4427:  wxSmith: Double click on some item now adds event
8483
	  handler (if there's none) of it's first event
8484
8485
2007-09-05 18:41  biplab
8486
8487
svn4426:  * Fixed: [Bug #11785] Tooltip/Function info window does
8488
	  not go away
8489
8490
2007-09-04 18:41  byo
8491
8492
svn4425:  wxSmith: Implemented sorting of properties
8493
8494
2007-09-04 18:03  biplab
8495
8496
svn4424:  * Object files of source files on different drive will
8497
	  now be created inside the Project object directory itself.
8498
	  * Replaced the fix committed in rev 4422 with a simpler and
8499
	  better one.
8500
8501
2007-09-04 13:49  mortenmacfly
8502
8503
svn4423:  - debugger: fixed unable to detect cygwin prefix under
8504
	  HKCU (instead of only HKLM)
8505
8506
2007-09-04 10:47  biplab
8507
8508
svn4422:  * Fixed: Crash in ProjectFileOptions dialog, when the
8509
	  project uses an unavailable compiler.
8510
8511
2007-09-02 18:28  biplab
8512
8513
svn4421:  * Fixed: [Bug #11698] Silent close on multiple instance
8514
8515
2007-09-01 07:53  mandrav
8516
8517
svn4420:  * Code-completion now provides support for language
8518
	  keywords, based on the current editor's language (only C++ was
8519
	  supported until now).
8520
	  * Fixed wrong layout for editor abbreviations causing the
8521
	  Add/Delete keys to be invisible.
8522
8523
2007-09-01 00:52  ceniza
8524
8525
svn4419:  Debugger plugin:
8526
	  * Set max value for "Ignore count before break".
8527
8528
2007-08-31 14:14  biplab
8529
8530
svn4418:  * Fixed: Crash at Start-up if clicked on the Splash
8531
	  Screen.
8532
8533
2007-08-31 10:51  killerbot
8534
8535
svn4417:  * assembler files support (*.asm)
8536
8537
2007-08-31 05:54  mortenmacfly
8538
8539
svn4416:  * added support for assembler sources (*.s;*.ss)
8540
	  * exposed assembler sources to scripts
8541
8542
2007-08-30 17:42  ceniza
8543
8544
svn4415:  AStyle plugin:
8545
	  * Fixed bug 011860: Mouse cursor changes.
8546
8547
2007-08-29 21:33  byo
8548
8549
svn4414:  wxSmith: Added include file properties for custom
8550
	  widget (only when using source mode)
8551
8552
2007-08-27 19:30  killerbot
8553
8554
svn4413:  - remove warnings
8555
8556
2007-08-27 19:28  killerbot
8557
8558
svn4412:  - add GetCompilerVersionString() to the CompilerFactory
8559
	  and export it for the scripts
8560
8561
2007-08-27 17:05  thomasdenk
8562
8563
svn4411:  - Revert again
8564
8565
2007-08-25 15:08  mortenmacfly
8566
8567
svn4410:  * improved Java support any further
8568
	  * added "set default" for file groups and masks
8569
	  * exposed Java binding to scripts
8570
	  * minor fixed for Fortran 77/90/95 support
8571
	  - improved SDK documentation and documentation of C::B resources
8572
8573
2007-08-25 10:38  byo
8574
8575
svn4409:  wxSmith: Fixed size of new-resource dialog with hidden
8576
	  advanced options on linux
8577
8578
2007-08-25 09:45  byo
8579
8580
svn4408:  wxSmith:
8581
	  * Added some stubs to support read-only files
8582
	  * Fixed crash when adding new resource on linux
8583
8584
2007-08-23 16:58  thomasdenk
8585
8586
svn4407:  * Revert revert
8587
8588
2007-08-23 12:24  afb
8589
8590
svn4406:  - include missing <string> header (source_exporter)
8591
8592
2007-08-22 09:19  thomasdenk
8593
8594
svn4405:  * Made .java files recognized as compileabe sources (no
8595
	  Java support!)
8596
8597
2007-08-22 07:18  mandrav
8598
8599
svn4404:  * Backtick'd expressions cache is not cleared anymore
8600
	  (severe performance hit if many of them are used). Restarting
8601
	  C::B is the only way to clear it.
8602
	  * Added debugger option not to auto-build before launching.
8603
	  * Fixed crash in compiler plugin under certain circumstances
8604
	  (when selecting another target in the combo box).
8605
8606
2007-08-20 14:59  mortenmacfly
8607
8608
svn4403:  - all wizards: Do not put output file name in root
8609
	  folder of drive if no path provided
8610
8611
2007-08-17 20:13  killerbot
8612
8613
svn4402:  - include fix
8614
8615
2007-08-17 15:46  byo
8616
8617
svn4401:  wxSmith:
8618
	  * Update to base properties (cleaned some things up and added
8619
	  ability to fetch position / size of resource from constructor's
8620
	  argument)
8621
	  * Updated new resource generator - it now gives much more options
8622
8623
2007-08-17 07:36  killerbot
8624
8625
svn4400:  - include fixes (this concludes patch 2139)
8626
8627
2007-08-16 14:43  thomasdenk
8628
8629
svn4399:  - re-added r4272, but without overload operators
8630
	  (should not cause ambiguity now)
8631
8632
2007-08-16 09:47  mortenmacfly
8633
8634
svn4398:  - fixed all SDK documentation errors
8635
	  - fixed Exporter not compiling with GCC 3.4.5 (thatnks stahta01)
8636
8637
2007-08-15 22:31  byo
8638
8639
svn4397:  wxSmith: Fixed bug #10964
8640
8641
2007-08-15 17:39  mortenmacfly
8642
8643
svn4396:  - restored wxsmith bindings -> again: Thomas' fault.
8644
	  ;-)
8645
8646
2007-08-15 14:54  thomasdenk
8647
8648
svn4395:  - InfoPane can now properly show/hide panels, delete
8649
	  Loggers and non-Loggers
8650
	  - Moved GUI-Initialisation out of CreateIDE, and after plugin
8651
	  loading, so plugins can add loggers at startup
8652
8653
2007-08-15 13:47  killerbot
8654
8655
svn4394:  * remove warnings from Exporter plugin (wxPdfDocument
8656
	  part)
8657
8658
2007-08-14 22:03  killerbot
8659
8660
svn4393:  - follow up
8661
8662
2007-08-14 21:57  killerbot
8663
8664
svn4392:  - include fixes
8665
8666
2007-08-14 21:56  killerbot
8667
8668
svn4391:  - include fixes
8669
8670
2007-08-14 21:39  killerbot
8671
8672
svn4390:  - follow up
8673
8674
2007-08-14 18:52  ceniza
8675
8676
svn4389:  Source Exporter:
8677
	  * PDF exporter: fixed crash when the file to be exported had
8678
	  non-ASCII characters.
8679
	  - Updated wxPdfDocument to version 0.8.0
8680
8681
2007-08-14 16:59  biplab
8682
8683
svn4388:  * Fixed: Broken build on Linux.
8684
8685
2007-08-14 16:55  thomasdenk
8686
8687
svn4387:  - Removed precompiled header include
8688
8689
2007-08-14 16:12  byo
8690
8691
svn4386:  wxSmith:
8692
	  * Added missing GPL header in newly added files
8693
	  * DELETE key now deletes current selection in editor
8694
8695
2007-08-14 13:43  killerbot
8696
8697
svn4385:  - remove warning
8698
8699
2007-08-14 13:10  killerbot
8700
8701
svn4384:  - some first fixes to rev 4382
8702
8703
2007-08-14 13:00  killerbot
8704
8705
svn4383:  - follow up
8706
8707
2007-08-14 12:16  thomasdenk
8708
8709
svn4382:  - Replaced "Log" with "Logger" where it should be
8710
	  - Did some tuning on the existing loggers
8711
	  - Added startup code to turn off app logging
8712
	  - etc.
8713
8714
2007-08-14 12:02  killerbot
8715
8716
svn4381:  - follow up
8717
8718
2007-08-14 11:56  killerbot
8719
8720
svn4380:  - follow up
8721
8722
2007-08-14 11:49  killerbot
8723
8724
svn4379:  - follow up
8725
8726
2007-08-14 11:46  killerbot
8727
8728
svn4378:  - follow up
8729
8730
2007-08-14 09:58  killerbot
8731
8732
svn4377:  - little follow up
8733
8734
2007-08-14 09:26  killerbot
8735
8736
svn4376:  - little follow up
8737
8738
2007-08-14 09:17  killerbot
8739
8740
svn4375:  - further include fixes and separation between
8741
	  Manager::GetAppWindow() and Manager::GetAppFrame(), SDK bump to
8742
	  1.11.12 (could be a few follow up include fixes might follow)
8743
8744
2007-08-14 08:23  biplab
8745
8746
svn4374:  * Updated previous commit.
8747
8748
2007-08-14 08:06  killerbot
8749
8750
svn4373:  - some fist part of include fixes
8751
8752
2007-08-13 20:50  byo
8753
8754
svn4372:  wxSmith: Fixes for few segfaults discovered on linux
8755
8756
2007-08-13 18:14  byo
8757
8758
svn4371:  wxSmith:
8759
	  * Added border for wxPanel items added into other resources
8760
	  * Fixed background colour for wxFrame
8761
	  * Preview for wxPanel resources are now using resizable dialog
8762
8763
2007-08-13 16:09  mortenmacfly
8764
8765
svn4370:  - envvars plugin: minor modifications to take home
8766
8767
2007-08-13 15:53  byo
8768
8769
svn4369:  wxSmith: Implemented grid for sizer-less resources
8770
8771
2007-08-13 07:44  biplab
8772
8773
svn4368:  * Fixed: C::B can't detect a file with UTF-32LE (with
8774
	  BOM) encoding.
8775
8776
2007-08-12 21:13  pecan
8777
8778
svn4367:  KeyBinder 1.0.42 2007/08/12
8779
	  -Change AddPendingEvent() to ProcessEvent() in wxMenuCmd::Exec()
8780
	  to avoid crashes when secondary command key would close editors
8781
	  wx284
8782
8783
2007-08-12 19:08  killerbot
8784
8785
svn4366:  - autorevision : const correctness and use TiXml
8786
	  handles in QuerySvn
8787
8788
2007-08-10 14:26  killerbot
8789
8790
svn4365:  - fix to previous commit : autorevision.cpp does not
8791
	  belong to that
8792
8793
2007-08-10 14:16  killerbot
8794
8795
svn4364:  * wxFNB : fixed: popup dialog not focused on linux
8796
	  (ctrl+tab & smart tabbing)
8797
8798
2007-08-10 11:18  byo
8799
8800
svn4363:  wxSmith:
8801
	  * Added insert-by-pointing-with-mouse mode
8802
	  * Code generated when adding sizers now contains spaces to be
8803
	  more readable
8804
8805
2007-08-08 19:41  killerbot
8806
8807
svn4362:  - console-main.c.cpp : no need to include stdlib.h
8808
8809
2007-08-08 12:16  afb
8810
8811
svn4361:  - codesnippets uses GDK functions directly on wGTK, so
8812
	  it needs to link with the GTK2_LIBS too
8813
8814
2007-08-08 10:30  biplab
8815
8816
svn4360:  * make dist fix.
8817
8818
2007-08-08 08:49  byo
8819
8820
svn4359:  wxSmith: Icon property is now used inside generated
8821
	  code and preview
8822
8823
2007-08-08 07:36  biplab
8824
8825
svn4358:  * Fixed: Out-of-place build fix for Todo plugin.
8826
8827
2007-08-07 09:46  biplab
8828
8829
svn4357:  * Fixed: Couple of assertion failures associated with
8830
	  wxDir.
8831
	  * Some clean up in Intel compiler detection code.
8832
8833
2007-08-07 09:25  thomasdenk
8834
8835
svn4356:  - added IsOpened() check to locale loading
8836
8837
2007-08-06 19:40  afb
8838
8839
svn4355:  * add Mach IPC typedefs for Darwin
8840
8841
2007-08-06 17:48  biplab
8842
8843
svn4354:  * Cleaned up last commit by reverting one unnecessary
8844
	  change.
8845
8846
2007-08-06 17:19  biplab
8847
8848
svn4353:  * Fixed: [Bug #11720] Standard Header Highlighting
8849
	  problem
8850
	  * Fixed: Highlight mode was not applied when highlight mode is
8851
	  changed from a mode to 'Plain text'.
8852
8853
2007-08-06 14:08  mortenmacfly
8854
8855
svn4352:  - ennvars plugin: (hopefully) fixed choicebox GUI bug
8856
	  under Linux
8857
8858
2007-08-06 12:36  mandrav
8859
8860
svn4351:  * Added cbProject::GetExtensionsNode() and
8861
	  cbProject::AddToExtensions(). The latter is exposed to scripts.
8862
	  Read the function docs on how to use it.
8863
8864
2007-08-06 11:04  mandrav
8865
8866
svn4350:  * Added --safe-mode command-line option (all plugins
8867
	  are disabled on startup).
8868
	  * Fixed out-of-place builds with autotools (bug #11607).
8869
8870
2007-08-05 14:35  biplab
8871
8872
svn4349:  * Added: Code-statistics for *.cc, *.cxx files in
8873
	  project file options dialog.
8874
8875
2007-08-05 09:37  biplab
8876
8877
svn4348:  * Fixed: MSVC Project import bug where '-g' was getting
8878
	  added to Release target.
8879
8880
2007-08-04 19:14  biplab
8881
8882
svn4347:  * Now *.cc files would be recognized as C++ files.
8883
8884
2007-08-03 11:45  biplab
8885
8886
svn4346:  * One code-cleanup in DLL wizard generated source.
8887
8888
2007-08-02 21:02  killerbot
8889
8890
svn4345:  * clean up the autorevision stuff, less dependencies
8891
8892
2007-08-02 20:44  pecan
8893
8894
svn4344:  CodeSnippets 1.2.92 2007/08/2
8895
	  - Added check for possible garbage window ptr in
8896
	  OnTreeCtrlEvent() and other assorted wxGTK284 fixes
8897
	  - Fixed TextToFilenames() for list/text containing \r & \n
8898
8899
2007-08-02 12:38  biplab
8900
8901
svn4343:  * Fixed: [Bug #11585] Extra file relative paths are
8902
	  wrong in exported plugin
8903
8904
2007-08-02 04:00  biplab
8905
8906
svn4342:  * Fixed: Extra paths are not processed in some cases.
8907
	  * Minor cleanup in DebuggerGDB plugin.
8908
8909
2007-08-01 18:16  killerbot
8910
8911
svn4341:  - restructured update.bat a little bit and minor fix
8912
8913
2007-08-01 18:15  killerbot
8914
8915
svn4340:  * wxFNB : fixed overflow of tabs too early and applied
8916
	  patch to allow backward compatibility with 2.6.x
8917
8918
2007-08-01 09:15  thomasdenk
8919
8920
svn4339:  * Fixed $TARGET_OUTPUT_DIR
8921
	  - Corrected description of CompileTargetBase::GetBasePath()
8922
8923
2007-07-30 21:50  pecan
8924
8925
svn4338:  KeyBinder 1.0.41
8926
	  - check for numeric menu items that start with "_" wxGTK 2.8.4
8927
	  - Fixed disappearing/reappearing command keys on wxGTK 2.8.4 by
8928
	  trimming all menu items and conf strings before comparing.
8929
8930
2007-07-30 10:27  mandrav
8931
8932
svn4337:  - Bug fix in tokenizer wrt << operator.
8933
8934
2007-07-30 07:29  biplab
8935
8936
svn4336:  Fixed: [Bug #11656] (Completely!)
8937
8938
2007-07-29 10:59  biplab
8939
8940
svn4335:  * Fixed: [Bug #11600] compiler plugin works only with
8941
	  admin rights
8942
8943
2007-07-29 07:08  biplab
8944
8945
svn4334:  * Fixed: [Bug #11656] windows plugin wizard defaults to
8946
	  linking to wxmsw26u
8947
8948
2007-07-28 14:35  mandrav
8949
8950
svn4333:  * The <Extensions> node (in .cbp files) is now
8951
	  preserved through project saves, even if the plugins using it are
8952
	  disabled/uninstalled. All relevant code in our repository has
8953
	  been updated.
8954
8955
2007-07-28 11:34  mandrav
8956
8957
svn4332:  * Added SDK events for build targets:
8958
	  - cbEVT_BUILDTARGET_ADDED
8959
	  - cbEVT_BUILDTARGET_REMOVED
8960
	  - cbEVT_BUILDTARGET_RENAMED
8961
	  - cbEVT_BUILDTARGET_SELECTED
8962
	  * Added Get/SetBuildTargetName() and Get/SetOldBuildTargetName()
8963
	  in CodeBlocksEvent, for the new events (the latter two functions
8964
	  only apply for cbEVT_BUILDTARGET_RENAMED and
8965
	  cbEVT_BUILDTARGET_SELECTED events).
8966
	  * Debugger no longer tries to launch 2 times if the first try
8967
	  failed.
8968
8969
2007-07-27 11:49  biplab
8970
8971
svn4331:  * Fixed: Clicking "Properties" option from Notebook
8972
	  menu doesn't show proper file properties if it's part of a
8973
	  project.
8974
8975
2007-07-27 08:50  mandrav
8976
8977
svn4330:  * Fixed code-completion not launching for empty search
8978
	  strings (bug #11630).
8979
	  * Fixed code-completion handling of preprocessor directives in
8980
	  class definitions (bug #11626).
8981
8982
2007-07-27 08:05  mandrav
8983
8984
svn4329:  * Starting the debugger should work correctly again in
8985
	  all cases.
8986
	  * Per-target extra debugger commands are now sent after
8987
	  connection to remote target (if any).
8988
8989
2007-07-26 21:33  pecan
8990
8991
svn4328:  CodeSnippets 1.2.90 2007/07/26
8992
	  - Don't save snippets xml when no changes made in order to avoid
8993
	  file time change and annoying reload msg in secondary CB.
8994
8995
2007-07-26 17:59  biplab
8996
8997
svn4327:  * Removed: event.skip() from OnNavigationKey (as
8998
	  suggested by Eranif)
8999
9000
2007-07-26 16:56  ceniza
9001
9002
svn4326:  Compiler plugin:
9003
	  * If getting the timestamp for a file fails check its existence
9004
	  to decide if it should be built or just ignored.
9005
9006
2007-07-26 15:47  biplab
9007
9008
svn4325:  * Stopped Update.bat from copying Makefile.am to few
9009
	  directories.
9010
9011
2007-07-26 14:38  ceniza
9012
9013
svn4324:  AStyle plugin:
9014
	  * Updated to AStyle 1.21, applying changes provided by Jim
9015
	  Pattee.
9016
9017
2007-07-26 14:36  killerbot
9018
9019
svn4323:  * applied [ Patch #2105 ] Fix ugly 22x22
9020
	  searchreplace.png
9021
9022
2007-07-26 09:26  mandrav
9023
9024
svn4322:  * Fixed "debugger won't start" bug introduced
9025
	  yesterday.
9026
	  * Event cbEVT_COMPILER_STARTED is now emitted.
9027
9028
2007-07-25 15:22  mortenmacfly
9029
9030
svn4321:  - again: restored wxSmith bindings in C::B project file
9031
	  (see r4298)
9032
9033
2007-07-25 13:51  killerbot
9034
9035
svn4320:  - follow/clean up on wxFNB
9036
9037
2007-07-25 13:30  thomasdenk
9038
9039
svn4319:  - Fixed pch warning
9040
	  - Added documentary comments
9041
9042
2007-07-25 13:01  thomasdenk
9043
9044
svn4318:  - Fixed Windows compile errors for new IPC class, and
9045
	  added to project (still not used)
9046
9047
2007-07-25 12:53  thomasdenk
9048
9049
svn4317:  - fixed Lock() semantics under Windows
9050
9051
2007-07-25 12:45  killerbot
9052
9053
svn4316:  * switched to latest svn wxFlatNotebook ( > 2.2) , with
9054
	  3 changes from our side, the update brings : a) unlimited stack
9055
	  of recently visited tabs and b) when closing a tab, the selected
9056
	  tab is the previously selected one
9057
9058
2007-07-25 12:34  mandrav
9059
9060
svn4315:  * Fixed new IPC code for linux and added to build (not
9061
	  used yet though).
9062
9063
2007-07-25 12:26  thomasdenk
9064
9065
svn4314:  - restored 2 semop()s that got lost
9066
9067
2007-07-25 12:04  mandrav
9068
9069
svn4313:  * Update -mmcu options for GNUAVR (patch #2071).
9070
9071
2007-07-25 11:49  killerbot
9072
9073
svn4312:  * switched to wxFlatNotebook 2.2 + 1 little change
9074
9075
2007-07-25 11:46  thomasdenk
9076
9077
svn4311:  - Checkin IPC sources (WIP)
9078
9079
2007-07-25 11:45  mandrav
9080
9081
svn4310:  * Incremental search dialog now supports the * and ?
9082
	  wildcards (patch #2046).
9083
9084
2007-07-25 11:41  mandrav
9085
9086
svn4309:  * Clean-up in remote debugging code.
9087
	  * Added baud setting for remote debugging through the serial
9088
	  port.
9089
	  * Fixed deadlock while debugger was waiting for compiler to
9090
	  finish (at least in linux).
9091
9092
2007-07-25 04:50  biplab
9093
9094
svn4308:  * Include fix for non-pch build. (Thanks Tim S.)
9095
9096
2007-07-24 15:10  ceniza
9097
9098
svn4307:  Source Exporter:
9099
	  * Tabs are now converted to spaces using the current editor
9100
	  settings (tab size in spaces) in the PDF exporter.
9101
9102
2007-07-24 14:05  mandrav
9103
9104
svn4306:  - Adjusted Makefile.am
9105
9106
2007-07-24 13:49  killerbot
9107
9108
svn4305:  - include fix
9109
9110
2007-07-24 13:39  mandrav
9111
9112
svn4304:  * Added preliminary support for remote debugging with
9113
	  gdb (only). Check the "Debugger" page in project's properties...
9114
9115
2007-07-24 07:10  thomasdenk
9116
9117
svn4303:  - Rewrote a loop for clarity and fixed a typo
9118
9119
2007-07-24 03:54  biplab
9120
9121
svn4302:  * Fixed: Broken GCC compiler support on Windows due to
9122
	  rev 4296.
9123
9124
2007-07-23 20:26  mortenmacfly
9125
9126
svn4301:  * cb_share_config: added support for editor colour_sets
9127
9128
2007-07-23 15:57  killerbot
9129
9130
svn4300:  - fix as suggested by eranif
9131
9132
2007-07-23 14:33  biplab
9133
9134
svn4299:  * Fixed: Compilation issues with wx-2.6 (introduced in
9135
	  rev 4296)
9136
9137
2007-07-23 11:51  mortenmacfly
9138
9139
svn4298:  - restored wxSmith bindings in C::B project file
9140
	  (Thomas: please enable wxSmith when updating project files)
9141
9142
2007-07-23 11:49  biplab
9143
9144
svn4297:  * Updated: Automake files and C::B-unix project file to
9145
	  build new logmanager.
9146
9147
2007-07-23 11:03  biplab
9148
9149
svn4296:  * On Windows the search in PATH environment variable,
9150
	  in CompilerGCC::SetEnvironmentForCompiler(), would now be
9151
	  case-insensitive. This would help avoid adding duplicate entries
9152
	  in PATH.
9153
9154
2007-07-23 10:49  thomasdenk
9155
9156
svn4295:  - LogManager checkin
9157
9158
2007-07-23 09:15  mortenmacfly
9159
9160
svn4294:  - landed in 2007 ;-)
9161
9162
2007-07-23 04:08  biplab
9163
9164
svn4293:  * Fixed: Compilation error (related to
9165
	  wxCharBuffer::==) in certain build configurations.
9166
9167
2007-07-23 03:17  ceniza
9168
9169
svn4292:  Source Exporter:
9170
	  * bugfix: Wrong output of tabs in ODT.
9171
	  ~ Must find a workaround for tabs in PDF (the output looks like a
9172
	  single space).
9173
9174
2007-07-22 12:31  biplab
9175
9176
svn4291:  * Fixed: Run-time error message in
9177
	  CompilerMINGW::SetVersionString() when gcc binary is not found.
9178
9179
2007-07-22 11:30  biplab
9180
9181
svn4290:  * Applied: [Patch #2015] To create a lib using lib.exe
9182
	  in DMD tools??
9183
9184
2007-07-22 10:03  biplab
9185
9186
svn4289:  * Fixed: Couple of issues with DMD compiler.
9187
9188
2007-07-22 04:19  pecan
9189
9190
svn4288:  CodeSnippets 1.2.89 2007/07/21
9191
	  - fixed missing window when switching layouts
9192
	  - auto show window when switching between window types
9193
9194
2007-07-21 20:00  biplab
9195
9196
svn4287:  * Applied: [Patch #2067] 'Highlight mode' reflects
9197
	  current syntax highlighting
9198
9199
2007-07-21 18:35  biplab
9200
9201
svn4286:  * Applied:
9202
	  - [Patch #2066] updates to python lexer
9203
	  - [Patch #2091] Documention only fix on file
9204
	  propgrid/CHANGES-propgrid.txt
9205
9206
2007-07-21 09:00  killerbot
9207
9208
svn4285:  - NULL should be 0, standard C++
9209
9210
2007-07-21 07:24  biplab
9211
9212
svn4284:  * Fixed: [Bug #11599] Saving a file crashes in a
9213
	  special case
9214
9215
2007-07-20 17:34  biplab
9216
9217
svn4283:  * Updated: Regex in CompilerMINGW::SetVersionString()
9218
	  to a foolproof one.
9219
9220
2007-07-19 18:26  mandrav
9221
9222
svn4282:  * Fixed minor issues with CC tooltips.
9223
9224
2007-07-19 11:45  biplab
9225
9226
svn4281:  * Fixed: Crash while compiling a single file with
9227
	  OpenWatcom compiler.
9228
9229
2007-07-19 08:34  thomasdenk
9230
9231
svn4280:  - Sorted items in "search internet" popup correctly
9232
	  (nobody ever noticed?)
9233
9234
2007-07-19 01:24  rickg22
9235
9236
svn4279:  * Fixed bug #11574 (comment code doesn't work on PHP
9237
	  files)
9238
9239
2007-07-18 14:17  rickg22
9240
9241
svn4278:  * Applied patch #2040 to fix Home key bug (#11234)
9242
9243
2007-07-18 09:54  mandrav
9244
9245
svn4277:  * Bug-fix in CC tokenizer.
9246
	  * When hovering the mouse over a word in the editor, a tooltip is
9247
	  displayed describing the token under the mouse (relevant option
9248
	  added in CC settings so it can be disabled/enabled at will).
9249
9250
2007-07-18 07:47  biplab
9251
9252
svn4276:  * Fixed: Layout issues in DataBreakpointDlg.
9253
9254
2007-07-17 18:32  thomasdenk
9255
9256
svn4275:  - revert
9257
9258
2007-07-17 16:47  biplab
9259
9260
svn4274:  * Updated: DLL and Win32 GUI wizard to latest changes
9261
	  in OpenWatcom compiler support.
9262
9263
2007-07-17 13:56  mandrav
9264
9265
svn4273:  - Renamed -devel debian packages to -dev
9266
	  - Bug-fix in CompilerMINGW::SetVersionString.
9267
9268
2007-07-17 13:44  thomasdenk
9269
9270
svn4272:  - Added a bit of type safety to the GetID() function
9271
9272
2007-07-17 12:20  biplab
9273
9274
svn4269:  * Some code-cleanup and improvements in OpenWatcom
9275
	  option generation code.
9276
	  * Added experimental support of creating Linux executables on
9277
	  Windows using OpenWatcom. Please note that an additional
9278
	  **Library directory** has to be added manually.
9279
9280
2007-07-16 17:36  killerbot
9281
9282
svn4268:  - wxSmith : increase readability of generated code
9283
9284
2007-07-16 14:07  mandrav
9285
9286
svn4267:  * Debian dir updated to create the following packages:
9287
	  - libcodeblocks0 (codeblocks shared lib)
9288
	  - codeblocks (main app and core plugins)
9289
	  - codeblocks-contrib (contrib plugins)
9290
	  - codeblocks-dbg (debugging symbols)
9291
	  - codeblocks-devel (SDK headers)
9292
	  - libwxsmithlib0 (wxSmith shared lib)
9293
	  - libwxsmithlib0-devel (wxSmith development shared lib)
9294
	  * Added rudimentary man pages for cb_share_config and
9295
	  codesnippets.
9296
	  * Resource zip-files are now automatically generated when their
9297
	  dependencies change (no more need for "make clean-zipfiles").
9298
	  * update-revision.sh now updates debian/changelog too so
9299
	  generated packages will contain correct version info.
9300
9301
2007-07-15 12:31  biplab
9302
9303
svn4266:  * Added the following SDK functions. Use them for
9304
	  compiler version detection.
9305
	  - Compiler::SetVersionString()
9306
	  - Compiler::GetVersionString()
9307
	  * Now deprecated compiler option, '-I-', wouldn't be used for GCC
9308
	  4.x series. Fixed(Partially): [Bug #10624] gcc:
9309
	  faulty/deprecated/ default options
9310
9311
2007-07-15 02:15  rickg22
9312
9313
svn4265:  * Code completion: Fixed 2-second freeze every time a
9314
	  file was saved (winxp)
9315
9316
2007-07-14 21:12  pecan
9317
9318
svn4264:  CodeSnippets 1.2.87 2007/07/14
9319
	  - invoke properties dialog on "new snippet"
9320
	  - do not copy removed snippet to .trash when shift key down
9321
9322
2007-07-14 07:14  biplab
9323
9324
svn4263:  * Fixed: Broken build on Linux due to last commit.
9325
9326
2007-07-14 05:00  biplab
9327
9328
svn4262:  * Fixed: [Bug #11548] "Recent projects" tries to open
9329
	  already open project
9330
9331
2007-07-11 09:41  mandrav
9332
9333
svn4261:  * Backticked expressions in build options are now
9334
	  parsed for compiler/linker search dirs. Code-completion benefits
9335
	  greatly from this (locating files to parse, opening #include
9336
	  files, etc).
9337
	  - The CC DebugInfo dialog now displays the parser's search dirs
9338
	  too.
9339
9340
2007-07-11 08:23  mandrav
9341
9342
svn4260:  * CC parser now supports "typedef enum {...} id"
9343
	  constructs.
9344
9345
2007-07-11 06:40  killerbot
9346
9347
svn4259:  - include fixes
9348
9349
2007-07-11 05:44  rickg22
9350
9351
svn4258:  * Code completion: Fixed [bug #11460] "Switching to
9352
	  current file's symbols delays class browser for ~ 4 secs"
9353
9354
2007-07-10 19:15  mortenmacfly
9355
9356
svn4257:  * cb_share_config: implemented "uncheck all"; made dlg
9357
	  resizable
9358
9359
2007-07-10 15:40  mortenmacfly
9360
9361
svn4256:  - projectsimporter compiles with wx26 again
9362
	  - re-formatted awfully looking projectsimporter source code files
9363
9364
2007-07-10 14:37  mortenmacfly
9365
9366
svn4255:  * fixed crash when opening build options (introduced in
9367
	  4247)
9368
9369
2007-07-10 14:24  killerbot
9370
9371
svn4254:  - further commits for the projectsimporter
9372
	  restructuring
9373
9374
2007-07-10 14:10  mandrav
9375
9376
svn4253:  - more forgotten stuff, ugh
9377
9378
2007-07-10 14:08  rickg22
9379
9380
svn4252:  * Code completion: Fixed [bug #11533] (class browser
9381
	  crash on windows)
9382
9383
2007-07-10 13:37  mandrav
9384
9385
svn4251:  - darn, forgotten stuff
9386
9387
2007-07-10 13:32  mandrav
9388
9389
svn4250:  - moved forgotten file
9390
9391
2007-07-10 12:58  mandrav
9392
9393
svn4249:  - forgotten files
9394
9395
2007-07-10 12:58  mandrav
9396
9397
svn4248:  * New plugin: ProjectsImporter. Moved all code that
9398
	  imports foreign projects/workspaces from the SDK to this new
9399
	  plugin (windows build not up-to-date yet).
9400
9401
2007-07-10 11:46  mortenmacfly
9402
9403
svn4247:  * use more comfortable way to choose extra toolchain
9404
	  path's (this also allows the use of GCV's and improves
9405
	  consitency)
9406
9407
2007-07-10 09:35  mortenmacfly
9408
9409
svn4246:  * envvars plugin: added possibility to clone an envvar
9410
	  set
9411
	  * envvars plugin: GUI enhancement for Linux, code cleanup
9412
9413
2007-07-10 07:50  biplab
9414
9415
svn4245:  * Fixed: Broken build due to commit in rev 4243.
9416
9417
2007-07-09 21:12  mortenmacfly
9418
9419
svn4244:  - very minor code cleanups
9420
9421
2007-07-09 16:37  biplab
9422
9423
svn4243:  * Added: Support for $(PlatformName) macro in MSVC 7+
9424
	  project file import.
9425
	  * Some code cleanup.
9426
9427
2007-07-09 16:02  biplab
9428
9429
svn4242:  * Win32GUI Wizard:
9430
	  - Added support for Dialog based app creation. (Thanks Skirby for
9431
	  the sample code)
9432
9433
2007-07-09 09:22  mortenmacfly
9434
9435
svn4241:  - envvars plugin: added "nicer" image for config icon
9436
9437
2007-07-09 08:45  mortenmacfly
9438
9439
svn4240:  * envvars plugin: fixed "envvars not unset on project
9440
	  close" bug (thanks Yiannis)
9441
9442
2007-07-09 08:32  mandrav
9443
9444
svn4239:  * Fixed crash when using "Close" or "Close all" in open
9445
	  files list context menu (bug #11508).
9446
9447
2007-07-08 08:10  mandrav
9448
9449
svn4238:  * Fixed: plugin installation wouldn't create
9450
	  directories on windows (thanks dje).
9451
9452
2007-07-07 11:33  mandrav
9453
9454
svn4237:  * CC parser now supports "typedef [class|struct] {...}
9455
	  id" constructs.
9456
9457
2007-07-07 11:06  mandrav
9458
9459
svn4236:  - Bug fix in CC tokenizer.
9460
9461
2007-07-06 13:43  biplab
9462
9463
svn4235:  * Replaced 'Tabs' with 'Spaces' from all the wizards.
9464
9465
2007-07-06 13:37  mandrav
9466
9467
svn4234:  * Changed the SDK events handling system (see
9468
	  http://wiki.codeblocks.org/index.php?title=Code::Blocks_SDK_events).
9469
	  - While I was at it, I implemented sending the
9470
	  cbEVT_APP_START_SHUTDOWN event.
9471
9472
2007-07-06 13:27  biplab
9473
9474
svn4233:  * wxWidgets wizard:
9475
	  - Default wxwidgets configurations will now be added at project
9476
	  level.
9477
9478
2007-07-06 06:47  mortenmacfly
9479
9480
svn4230:  - added missing comments
9481
9482
2007-07-05 17:02  biplab
9483
9484
svn4229:  * Implemented: [FR #3524] "Remove all breakpoints"
9485
	  option
9486
9487
2007-07-05 12:53  mortenmacfly
9488
9489
svn4228:  - removed wx/log.h entries no longer required after
9490
	  r4225 (the ones left *are* required)
9491
	  - updated sdk doxygen file to latest doxygen revision
9492
	  * fixed bug under wx26 that path for wizards was calculated wrong
9493
	  (without drive letter)
9494
9495
2007-07-05 11:35  mandrav
9496
9497
svn4227:  * The "Save all" button on the toolbar is now "Save all
9498
	  files" to avoid problems with accidental clicking ("Save all" is
9499
	  an irreversible action).
9500
9501
2007-07-05 11:19  byo
9502
9503
svn4226:  wxSmith: Fixed wx2.6 issues in wxToolbar
9504
9505
2007-07-05 11:19  thomasdenk
9506
9507
svn4225:  - Removed all wxLogNull, disabled log messages globally
9508
	  - Added a null pointer check (probably unneeded)
9509
9510
2007-07-05 11:12  mandrav
9511
9512
svn4224:  * Fixed display of watches for CDB (MSVC executables).
9513
9514
2007-07-05 10:58  mandrav
9515
9516
svn4223:  * Fixed running console-based programs in windows.
9517
9518
2007-07-05 08:23  mandrav
9519
9520
svn4222:  - ToDo plugin now uses the correct image in the
9521
	  settings dialog.
9522
9523
2007-07-04 16:23  biplab
9524
9525
svn4220:  * Removed: Redundant code.
9526
9527
2007-07-04 10:53  mandrav
9528
9529
svn4219:  * Dynamic linker's path is now set correctly again for
9530
	  executing.
9531
	  * Added EscapeSpaces() global function and exposed it to scripts
9532
	  along with a few other functions from globals.h.
9533
	  * Updated debugger plugin to correctly set the dynamic linker's
9534
	  path.
9535
9536
2007-07-04 08:29  biplab
9537
9538
svn4218:  * Reverted: Code changes made in rev 4216. Morten
9539
	  reported some issues.
9540
9541
2007-07-04 08:14  mandrav
9542
9543
svn4217:  * Respect projects modification flag when closing
9544
	  workspace and ask to save modified projects.
9545
9546
2007-07-03 17:15  biplab
9547
9548
svn4216:  * Improved: CommonTopLevelPath calculation routine.
9549
	  * Fixed: Slow Project tree construction. It should be faster now.
9550
9551
2007-07-03 12:17  tiwag
9552
9553
svn4213:  * Open Files List items - read-only file icon added
9554
	  * Find, Find Next/Previous results shown centered on screen
9555
9556
2007-07-03 10:44  mandrav
9557
9558
svn4212:  * Added "File->Save all" which saves everything: files,
9559
	  projects and workspace (patch #2044).
9560
9561
2007-07-03 09:45  mandrav
9562
9563
svn4211:  * Fixed bug with "pause when execution ends" target
9564
	  checkbox (bug #11235).
9565
9566
2007-07-03 09:30  mandrav
9567
9568
svn4210:  * Exposed _() to scripts for translated strings (bug
9569
	  #10297, patch #2020).
9570
9571
2007-07-03 09:26  mandrav
9572
9573
svn4209:  * Display replace-operation summary (bug #11472, patch
9574
	  #2083).
9575
9576
2007-07-03 09:11  mandrav
9577
9578
svn4208:  * Exposed to scripts
9579
	  CompileTargetBase::SetTargetFilenameGenerationPolicy (bug
9580
	  #11019).
9581
9582
2007-07-02 17:29  mandrav
9583
9584
svn4207:  * Fixed crash in symbols browser under certain
9585
	  circumstances (bug #11433).
9586
9587
2007-07-02 13:46  mandrav
9588
9589
svn4205:  * Plugins manifest XML expanded to allow for extra
9590
	  files being installed/exported/uninstalled.
9591
9592
2007-07-02 12:30  mandrav
9593
9594
svn4204:  * Fix in annoying dialog: do not use
9595
	  wxStdDialogButtonSizer if using custom button IDs (they are not
9596
	  accepted and the dialog layout is screwed).
9597
9598
2007-07-02 11:12  mandrav
9599
9600
svn4203:  * Binary .cbplugin files can now contain icons for the
9601
	  "Settings" dialogs. The two supported icon files should be named
9602
	  <plugin_name>.png and <plugin_name>-off.png.
9603
	  * Updated all settings dialogs to locate icons through
9604
	  configmanager.
9605
	  * If a settings icon for a plugin cannot be located, the
9606
	  generic-plugin icon will be used.
9607
9608
2007-07-02 08:07  thomasdenk
9609
9610
svn4202:  - Create locale subfolder at startup, turn off
9611
	  wxWidgets message
9612
	  - Removed unneeded global variables
9613
9614
2007-06-30 21:10  byo
9615
9616
svn4201:  wxSmith: Big update to wxsDrawingWindow class
9617
	  * It uses wxClientDC instead of wxScreenDC (which is not
9618
	  supported on MAC now)
9619
	  * Removed internal "drawing panel" - everything is done on
9620
	  wxsDrawingWindow now (event flow is much better now)
9621
	  * Got rid of all Yields during fetch sequence (may improve
9622
	  stability)
9623
	  * First results on MAC (still there's much to be done but at
9624
	  least there's some starting point)
9625
9626
2007-06-30 20:31  pecan
9627
9628
svn4200:  CodeSnippets 1.2.84 2007/06/30
9629
	  - Get temp directory name from system; don't assume /temp or
9630
	  /tmp.
9631
9632
2007-06-29 22:33  byo
9633
9634
svn4199:  wxSmith: Synced style lists with XRC sources (it may
9635
	  add extra styles for most components but at least it will prevent
9636
	  missing ones)
9637
9638
2007-06-29 18:17  killerbot
9639
9640
svn4198:  - include fixes : apparently types can be used just out
9641
	  of the blue and headers files are not needed anymore, DUH
9642
9643
2007-06-29 15:54  thomasdenk
9644
9645
svn4197:  - Internationalisation works
9646
9647
2007-06-29 01:43  rickg22
9648
9649
svn4196:  * TODO list: Applied patch #2082 to fix bug #10783
9650
	  (ToDo list too big)
9651
9652
2007-06-28 21:58  byo
9653
9654
svn4195:  wxSmithContribItems: Fixed make dist
9655
9656
2007-06-28 20:19  byo
9657
9658
svn4194:  wxSmith: Fixed bug #11274 - Double click item in
9659
	  Resources tree, 2 editor tabs opened
9660
9661
2007-06-28 10:28  byo
9662
9663
svn4193:  Fixed some issues for non-pch project using wxSmith
9664
	  generated by wizard
9665
9666
2007-06-28 09:59  biplab
9667
9668
svn4192:  * Applied: [Patch #2081] Project properties -> line
9669
	  counter fix
9670
9671
2007-06-27 21:17  mortenmacfly
9672
9673
svn4191:  * fixed nasty crash in OW compiler (command generator)
9674
9675
2007-06-27 18:01  pecan
9676
9677
svn4190:  CodeSnippets 1.2.83 2007/06/27
9678
	  - Fixed: Index might not be saved when changing category label
9679
9680
2007-06-27 17:44  pecan
9681
9682
svn4189:  DragScroll 1.1.04 2007/06/27
9683
	  - Reduce minimum Unix Context menu sentry delay
9684
	  - Clean up configuration panel
9685
9686
2007-06-27 04:19  rickg22
9687
9688
svn4188:  *Fixed: Couldn't compile on MSW without PCH (applied
9689
	  patch #1992 - thanks stahta01)
9690
9691
2007-06-26 22:34  byo
9692
9693
svn4187:  wxSmith: Added few missing icons and fixed small bug in
9694
	  property editor (it didn't clear events page after closing
9695
	  editor)
9696
9697
2007-06-26 16:53  biplab
9698
9699
svn4186:  * Fixed: [Bug #11454] wxDatePickerCtrl: wxDataEvent
9700
	  instead of wxDateEvent
9701
9702
2007-06-26 14:15  rickg22
9703
9704
svn4185:  * SDK (ProjectManager): Fixed (yes, for real now)
9705
	  annoying random crash on startup.
9706
	  - SDK (ProjectManager): Renamed EVT_WORKSPACE_LOADED to
9707
	  EVT_WORKSPACE_CHANGED to reflect more clearly its behavior
9708
9709
2007-06-26 13:18  tiwag
9710
9711
svn4184:  * Fixed running targets when filename contains spaces
9712
	  on platform::windows (broken in rev 4183).
9713
9714
2007-06-26 10:32  mandrav
9715
9716
svn4183:  * Fixed running targets when filename contains spaces
9717
	  (broken yesterday).
9718
	  * Added $WORKDIR variable substitution in terminal command line
9719
	  (non-windows platforms only).
9720
9721
2007-06-26 07:53  mandrav
9722
9723
svn4182:  - Fixed PATH setting in windows which was screwed when
9724
	  running a target.
9725
9726
2007-06-26 04:14  rickg22
9727
9728
svn4181:  * SDK: Fixed random crashes on startup by reverting
9729
	  code from rev 4165
9730
	  - Code completion: removed slightly annoying debug message
9731
9732
2007-06-26 00:56  byo
9733
9734
svn4180:  wxSmith: Fixed synchronization issues between editor
9735
	  and resource tree selection
9736
9737
2007-06-25 22:32  byo
9738
9739
svn4179:  wxSmith: Fix bug in splitter between resource tree and
9740
	  property browser - it's now properly centered in case it's
9741
	  position is not stored in configuration
9742
9743
2007-06-25 22:18  byo
9744
9745
svn4178:  wxSmith: Automatically switch to Resources tab when
9746
	  resource is opened
9747
9748
2007-06-25 19:38  killerbot
9749
9750
svn4177:  - non pch fix
9751
9752
2007-06-25 19:27  killerbot
9753
9754
svn4176:  * fixed bug [ Bug #11443 ] Insert all class methods
9755
	  without implementation fails const
9756
9757
2007-06-25 18:52  mandrav
9758
9759
svn4175:  - Replace $PATH with %PATH% for windows in dynamic
9760
	  linker search paths.
9761
9762
2007-06-25 18:27  pecan
9763
9764
svn4174:  CodeSnippets 1.2.82 2007/06/25
9765
	  - Use text, up to first '\r' or '\n' to determine if snippet is
9766
	  file link.
9767
	  This Allows notes to accompany file link.
9768
	  - Added MIME open support using Alt-double-click & "Open File"
9769
	  context menu
9770
	  - Refactored EditSnippet and OpenFileLink
9771
	  - Added "Open Url" support
9772
	  - ReInstated ToolTips for wx284 using first line of snippet
9773
9774
2007-06-25 16:35  biplab
9775
9776
svn4173:  wxWidgets Wizard:
9777
	  * Now Empty project creation and adding pch support options are
9778
	  available separately on Linux.
9779
	  * User selections will now be stored on Linux.
9780
9781
2007-06-25 14:53  tiwag
9782
9783
svn4172:  - CB-Win-projectfile cleanup, removed not existing
9784
	  wxsmith resources references
9785
	  - Codestat plugin, wxTextFile::Open() error bugfix
9786
9787
2007-06-25 14:34  thomasdenk
9788
9789
svn4171:  - Removed Loader again
9790
	  - Replaced 2 #includes with forward declarations
9791
9792
2007-06-25 13:31  mandrav
9793
9794
svn4170:  * The linker search paths are now also used as search
9795
	  paths for the dynamic linker automatically (LD_LIBRARY_PATH for
9796
	  unices, DYLD_LIBRARY_PATH for Mac and PATH for windows).
9797
9798
2007-06-25 11:42  mandrav
9799
9800
svn4169:  * Fixed possibly huge memory leak in code-completion
9801
	  (patch #2075, thanks dmoore).
9802
9803
2007-06-25 03:26  rickg22
9804
9805
svn4168:  * Code Completion: Fixed recent bug that prevented the
9806
	  symbol tree from being updated. Also removed some obsolete code.
9807
9808
2007-06-25 03:16  rickg22
9809
9810
svn4167:  - SDK: Fixed ProjectManager::m_IsClosingProject for the
9811
	  case of closing all projects.
9812
	  - SDK: Updated EVT_WORKSPACE_LOADED to handle closing of
9813
	  projects. Now it gets triggered at the end of ANY workspace
9814
	  modification (loading workspace, opening project, closing,
9815
	  closing all projects, closing workspace). Very useful for
9816
	  plugins.
9817
9818
2007-06-24 20:05  mortenmacfly
9819
9820
svn4166:  * devpak plugin: fixed minor memory leak
9821
9822
2007-06-24 16:13  thomasdenk
9823
9824
svn4165:  - Added Delete() member function to AbstractJob.
9825
	  Ownership of jobs is no longer in user hands.
9826
	  - Added Loader class
9827
9828
2007-06-24 13:08  killerbot
9829
9830
svn4164:  - put the structures for the CC toolbar back in the
9831
	  class, where they belong, no need to polute the global scope with
9832
	  this. They belong to the class for it's implementation and
9833
	  nothing more.
9834
9835
2007-06-23 23:03  rickg22
9836
9837
svn4163:  * CodeCompletion's function toolbar speedup. Now it
9838
	  only parses each file only once.
9839
9840
2007-06-23 18:34  rickg22
9841
9842
svn4162:  - SDK: Added new event type: EVT_WORKSPACE_LOADED. It's
9843
	  triggered when the project or workspace finishes loading.
9844
9845
2007-06-23 15:35  byo
9846
9847
svn4161:  wxSmith:
9848
	  * Added PCH support for new resources
9849
	  * Switched naming of new sources / wxs files to CamelCase
9850
	  * Added <wx/string.h> to list of includes added by default
9851
	  * Small update to wizard-generated files (no need to guard
9852
	  #include "wx_pch.h")
9853
9854
2007-06-23 12:37  byo
9855
9856
svn4160:  wxSmith: Fixed bug which caused project name to be
9857
	  empty in resource tree after creating it with wizard
9858
9859
2007-06-23 09:50  biplab
9860
9861
svn4159:  * Fixed: wxWidgets wizard source generation bug.
9862
9863
2007-06-23 06:26  rickg22
9864
9865
svn4158:  * Reverted the Codecompletion toolbar change due to
9866
	  unexpected bug
9867
9868
2007-06-23 03:08  rickg22
9869
9870
svn4157:  * Revamped CodeCompletion's Function toolbar. It's much
9871
	  faster now!
9872
9873
2007-06-23 03:08  rickg22
9874
9875
svn4156:  * Fixed tiny memory leak in CodeCompletion plugin
9876
9877
2007-06-22 23:15  byo
9878
9879
svn4155:  * Missing includes
9880
	  * Fixed many issues with wxWidgets wizard when project name was
9881
	  not build from alphanumeric characters only
9882
	  * Applied some advises by killerbot
9883
	  (http://forums.codeblocks.org/index.php/topic,6235.msg47719.html#msg47719)
9884
	  related to wxWidgets wizard and wxSmith-generated code
9885
9886
2007-06-22 15:46  byo
9887
9888
svn4154:  wxSmith: Applied fix that will probably prevent some
9889
	  rare crashes when closing editor
9890
9891
2007-06-22 12:26  biplab
9892
9893
svn4153:  * DLL Wizard:
9894
	  - Now wizard will setup post-build commands (for VC 8.0) to embed
9895
	  manifest in a dll.
9896
	  - DLL will now be generated in respective target output
9897
	  directories.
9898
9899
2007-06-22 01:39  rickg22
9900
9901
svn4152:  - Tidied up biplab's fix to [bug #11205]
9902
9903
2007-06-22 01:06  rickg22
9904
9905
svn4151:  * Reduced startup time by only calling the cbEditor
9906
	  hooks after project has finished loading (thanks dmoore).
9907
9908
2007-06-21 23:20  byo
9909
9910
svn4150:  wxSmith: Updated function operating on files to use
9911
	  Encoding / BOM.
9912
9913
2007-06-21 22:12  byo
9914
9915
svn4149:  wxSmith: Massive NULL->0 udpate (in both generated code
9916
	  and wxSmith's code)
9917
9918
2007-06-21 20:50  byo
9919
9920
svn4148:  wxSmith: Updated xml loading routines so they support
9921
	  unicode paths now
9922
9923
2007-06-21 18:55  killerbot
9924
9925
svn4146:  - non pch build fix
9926
9927
2007-06-21 16:31  biplab
9928
9929
svn4145:  * Fixed: Crash while loading a Project/Workspace with a
9930
	  Unicode character in File Name/Path.
9931
9932
2007-06-21 15:08  biplab
9933
9934
svn4144:  * Fixed: DLL and import library name becomes same if
9935
	  Target Output name generation policy is set to User-specified.
9936
	  (Thanks Tim S.)
9937
9938
2007-06-21 09:40  killerbot
9939
9940
svn4132:  - fix linux build
9941
9942
2007-06-21 09:39  killerbot
9943
9944
svn4131:  - fix linux build
9945
9946
2007-06-21 09:29  killerbot
9947
9948
svn4127:  - fix linux build
9949
9950
2007-06-21 09:25  killerbot
9951
9952
svn4126:  - fix linux build
9953
9954
2007-06-21 05:49  rickg22
9955
9956
svn4125:  - SDK: Added static ProjectManager::IsBusy() for
9957
	  plugins development.
9958
	  * TODO list: fixed annoying slowdowns everytime the application
9959
	  was switched (the file parsing still needs to be upgraded to use
9960
	  the new Loader object).
9961
9962
2007-06-20 19:54  killerbot
9963
9964
svn4124:  - cltInfo follow up
9965
9966
2007-06-20 17:36  ceniza
9967
9968
svn4123:  AStyle plugin:
9969
	  - Bugfix: Crash when file to be formatted had lines with more
9970
	  than 2047 characters.
9971
9972
2007-06-20 16:50  killerbot
9973
9974
svn4122:  - really fixed the HUGE memory leaks (no Rick you
9975
	  didn't fix it, but credits to you, since you found it)
9976
9977
2007-06-20 13:53  mandrav
9978
9979
svn4121:  - Added wxSmith files for scripted wizard's embedded
9980
	  panels (i.e. those panels can now be edited again using wxSmith).
9981
	  - Also fixed some wx2.8 layout issues with the wizards.
9982
9983
2007-06-20 13:25  rickg22
9984
9985
svn4120:  * HUGE Memory leak (hundreds of megabytes) fixed!
9986
9987
2007-06-20 12:27  biplab
9988
9989
svn4119:  * Fixed: Scripted wizard pages' minimal size is not
9990
	  computed properly (Thanks wxLearner).
9991
9992
2007-06-20 10:36  biplab
9993
9994
svn4118:  * Fixed: Toolbar not filled after opening a project
9995
	  (Due to last commit).
9996
9997
2007-06-20 09:15  biplab
9998
9999
svn4117:  * Fixed: [Bug #11205] Code Completion toolbar - not
10000
	  loading functions
10001
	  * Now Code-Completion plugin would not parse editor files during
10002
	  Project Loading/Closing or App closing.
10003
10004
2007-06-20 09:09  byo
10005
10006
svn4116:  wxSmith: Fixed build for wx2.6
10007
10008
2007-06-20 09:02  killerbot
10009
10010
svn4115:  - CompilerLineType : cltNormal = 0
10011
10012
2007-06-20 08:12  biplab
10013
10014
svn4114:  * Added: The following SDK functions.
10015
	  - ProjectManager::IsLoadingProject()
10016
	  - ProjectManager::IsLoadingWorkspace()
10017
	  - ProjectManager::IsClosingProject()
10018
	  - ProjectManager::IsClosingWorkspace()
10019
10020
2007-06-20 07:24  killerbot
10021
10022
svn4113:  - extend the (CompilerLineType) enum at the end when
10023
	  exported as int in config settings
10024
10025
2007-06-20 06:13  mortenmacfly
10026
10027
svn4112:  - applied compiler "info" output parsing to other GCC
10028
	  compilers, too
10029
10030
2007-06-19 23:59  rickg22
10031
10032
svn4111:  Added new compiler output parsing level: cltInfo (fixes
10033
	  info's treated as warnings).
10034
	  Added new parsing line "In function: " for GNU Compiler.
10035
	  Compiler Settings now at version 0.0.2.
10036
10037
2007-06-19 22:08  byo
10038
10039
svn4110:  wxSmith: Small update to editor area (it won't fetch
10040
	  preview when code::blocks is not active)
10041
10042
2007-06-19 21:25  byo
10043
10044
svn4109:  wxSmith: Fixed sizing for childless sizers (static box
10045
	  in wxStaticBox sizer did not expand)
10046
10047
2007-06-19 16:33  biplab
10048
10049
svn4108:  * Scripted wizard pages are now resizable. If you can't
10050
	  see a control, please resize the page.
10051
10052
2007-06-19 10:49  biplab
10053
10054
svn4107:  * Fixed: DLL linking issue with Borland compilers.
10055
	  * DLL Wizard:
10056
	  - Fixed: Generated DLL not exporting function(s).
10057
	  - Added: Borland, MSVC, OpenWatcom, Digital Mars C compiler
10058
	  support.
10059
	  - Added: Wizard will now create a header to use exported
10060
	  function(s).
10061
10062
2007-06-19 08:09  biplab
10063
10064
svn4106:  * Fixed: Couple of Signed/Unsigned warnings in EnvVar
10065
	  plugin.
10066
10067
2007-06-18 12:28  biplab
10068
10069
svn4105:  * Changed default TargetGenerationPolicy to
10070
	  platform_default in *Project Options->Build Target* dialog.
10071
10072
2007-06-18 10:41  thomasdenk
10073
10074
svn4104:  - Added requested documentation
10075
	  - Added GetID() utility function
10076
10077
2007-06-17 11:31  byo
10078
10079
svn4103:  wxSmith: Missign include
10080
10081
2007-06-16 17:35  byo
10082
10083
svn4102:  wxSmith: Yield delay method is now selected for Mac
10084
	  when fetching editor content, added Refresh before Update.
10085
10086
2007-06-16 04:10  pecan
10087
10088
svn4101:  cbKeyBinder 1.0.38 2007/06/15
10089
	  - Use full menu paths as key value in external storage
10090
	  - Resolve unmatched menu id's with full menu paths
10091
	  = Add Tool menu shortcut preservation via
10092
	  cbEVT_MENUBAR_CREATE_BEGIN/END events
10093
10094
2007-06-16 02:04  biplab
10095
10096
svn4100:  * Fixed: [Bug #11347] Configure tools then keyboard
10097
	  shortcuts is gone
10098
10099
2007-06-15 19:43  biplab
10100
10101
svn4099:  * Fixed: [Bug #11188] Dialogs Incorrectly Assign
10102
	  wxWS_EX_VALIDATE_RECURSIVELY
10103
10104
2007-06-15 18:33  biplab
10105
10106
svn4098:  * Fixed: [Bug #11334] configure help text incorrect
10107
10108
2007-06-15 11:10  mortenmacfly
10109
10110
svn4097:  * envvars plugin: fixed C::B freeze due to unresolvable
10111
	  recursion (limitation -but not a bug!- of MacrosManager)
10112
10113
2007-06-15 09:53  biplab
10114
10115
svn4096:  * Fixed: Possible crash while closing C::B.
10116
10117
2007-06-14 21:13  mortenmacfly
10118
10119
svn4095:  - envvars plugin: made debug output to debug console
10120
	  optional
10121
10122
2007-06-14 09:36  mortenmacfly
10123
10124
svn4094:  - added RegExp for auto-import info from linker of GCC
10125
	  based compilers
10126
10127
2007-06-13 13:12  killerbot
10128
10129
svn4093:  * added in project tree in the right click menus : Find
10130
	  File : allows you to find and focus in the tree on the file you
10131
	  specify
10132
10133
2007-06-13 09:47  mandrav
10134
10135
svn4092:  - Forgotten change in autotools build support for new
10136
	  kernel-mode windows driver wizard.
10137
10138
2007-06-12 12:41  mandrav
10139
10140
svn4091:  - Added new kernel-mode driver wizard in autotools
10141
	  build.
10142
10143
2007-06-12 12:37  mandrav
10144
10145
svn4090:  * Added "kernel-mode driver" wizard (windows only).
10146
	  Contributed by Timo Kreuzer.
10147
10148
2007-06-12 10:40  mandrav
10149
10150
svn4089:  - Exposed ttNative target type to scripts (thx to
10151
	  Christoph for spotting this).
10152
10153
2007-06-12 08:41  mortenmacfly
10154
10155
svn4088:  * added fortran 90 lexer by applying patch #2045
10156
	  (thanks dmoore)
10157
10158
2007-06-11 19:43  byo
10159
10160
svn4087:  Missing headers in non-pch builds
10161
10162
2007-06-11 16:54  biplab
10163
10164
svn4086:  * Applied an reworked fix of [Bug #9438] View menu
10165
	  check error
10166
10167
2007-06-11 11:09  biplab
10168
10169
svn4085:  * Rewritten portion of OpenWatcom linker command
10170
	  generation code. Now the order of options will be maintained.
10171
10172
2007-06-09 20:28  byo
10173
10174
svn4084:  wxSmith: Fixed bug #10680: Pasting controls ignores
10175
	  insertion point
10176
10177
2007-06-09 19:31  byo
10178
10179
svn4083:  wxSmith: Fixed bug #10980: Reproducible crash with
10180
	  Cut/Paste
10181
10182
2007-06-09 16:07  byo
10183
10184
svn4082:  wxSmith: Update to code generating new event handler -
10185
	  it now shows new handler property inside editor
10186
10187
2007-06-09 14:33  byo
10188
10189
svn4081:  wxSmith:
10190
	  * Applied patches #2041 (wxSmith: wxsItemResData doesn't store
10191
	  tool children ids fix) and #2042 (wxSmith: "Resource already
10192
	  exists") made by Raph:
10193
	  * wxHtmlWindow tries to load html page when it's shown in preview
10194
	  * Small update to wxsDrawingWindow
10195
10196
2007-06-09 11:37  biplab
10197
10198
svn4080:  * Fixed: [Bug #11284] --personality=ask does not work
10199
10200
2007-06-08 21:50  pecan
10201
10202
svn4079:  DragScroll - Add non-pch header
10203
10204
2007-06-08 12:31  killerbot
10205
10206
svn4078:  - CodeCompletion : reduce protected members
10207
10208
2007-06-08 12:29  killerbot
10209
10210
svn4077:  - autosave : don't make methods public when not needed
10211
10212
2007-06-08 12:26  killerbot
10213
10214
svn4076:  - Sciptedwizard : clean up
10215
	  - const correctness
10216
	  - kill protected keyword : 'protected' for member variables is
10217
	  bad practice !!! (so to everyone : stop using it please, so at
10218
	  least the number of protected members no longer increases ;-) )
10219
10220
2007-06-08 12:01  killerbot
10221
10222
svn4075:  - fix so builds again for linux (broken in previous
10223
	  commit)
10224
10225
2007-06-08 11:52  biplab
10226
10227
svn4074:  * Fixed: [Bug #11270] Missing focus on "Goto Function"
10228
	  dialog
10229
10230
2007-06-08 11:19  biplab
10231
10232
svn4073:  * Fixed: [Bug #11007] Too small list windows in "New
10233
	  FLTK/wxWidgets project"
10234
10235
2007-06-08 09:49  biplab
10236
10237
svn4072:  * Fixed: [Bug #10881] Advanced Regexes not available on
10238
	  some versions of wx lib
10239
10240
2007-06-07 19:23  pecan
10241
10242
svn4071:  CodeSnippets 1.2.77
10243
	  - Prepend CodeBlocks --personality= argument to codesnippets.ini
10244
10245
2007-06-07 19:21  pecan
10246
10247
svn4070:  KeyBinder 1.0.35 2007/06/7
10248
	  - Prepend --personality arg to cbKeybinder.ini filename
10249
10250
2007-06-07 19:20  pecan
10251
10252
svn4069:  DragScroll 1.1.02 2007/06/7
10253
	  - Prepend --personality arg to .ini filename
10254
10255
2007-06-07 17:49  biplab
10256
10257
svn4068:  * Fixed: If an editor is closed & reopened during an
10258
	  active debugging session, last execution line was not
10259
	  highlighted.
10260
10261
2007-06-06 20:44  mortenmacfly
10262
10263
svn4067:  * CC: added support for moving to the previous/next
10264
	  function using CTRL+PgUp/PgDn (just like in Visual Studio)
10265
10266
2007-06-06 14:14  mortenmacfly
10267
10268
svn4066:  - lib_finder, cb_share_config: remove extraordinary PCH
10269
	  usage
10270
	  * envvars plugin: Added support for recursion and C::B macro
10271
	  expansion
10272
10273
2007-06-06 12:29  mortenmacfly
10274
10275
svn4065:  - fixed slightly broken cb_share_config (linux) project
10276
	  file
10277
10278
2007-06-05 14:37  killerbot
10279
10280
svn4064:  - headers
10281
10282
2007-06-05 09:42  mortenmacfly
10283
10284
svn4063:  * envvars plugin: added support for envvars per project
10285
10286
2007-06-05 08:00  mortenmacfly
10287
10288
svn4062:  - massive (but safe) macro-to-template update, mainly
10289
	  for compiler plugins
10290
	  * fixed annoying warning messages for access to registry keys
10291
	  that are not available
10292
10293
2007-06-05 07:06  biplab
10294
10295
svn4061:  * Fixed: [Bug #11250] Scripting settings -> Main
10296
	  Security Settings Dialog
10297
10298
2007-06-04 22:17  byo
10299
10300
svn4060:  wxSmith:
10301
	  * Fixed updating position when using drag&drop in editor inside
10302
	  items without sizers
10303
	  * Another anti-artifact fix (prevent fetching screen content when
10304
	  preview is being shown/hidden)
10305
10306
2007-06-04 20:59  byo
10307
10308
svn4059:  wxSmith: Removed flickering of editor when there's some
10309
	  dialog opened in C::B
10310
10311
2007-06-04 20:44  byo
10312
10313
svn4058:  wxSmith: Applied patch #1994 by stahta01: Enable
10314
	  wxSmith build using wxMSW without PCH
10315
10316
2007-06-04 20:38  byo
10317
10318
svn4057:  wxSmith:
10319
	  * Applied patch #2031 by raph - added missing icons in art
10320
	  provider, combo boxes in image editor are now sorted
10321
	  * Applied patch #2030 by raph - added missing icon property for
10322
	  menus
10323
	  * Fixed problems with generated code using wxFontEnumerator (it
10324
	  was incompatible with wx 2.8)
10325
10326
2007-06-04 20:10  byo
10327
10328
svn4056:  wxSmith: Applied patch #2032 by Raph: wxSmith: prevent
10329
	  menueditor crash
10330
10331
2007-06-04 16:49  biplab
10332
10333
svn4055:  * Applied: [Patch #2027] Patch for bug 10992
10334
10335
2007-06-04 16:35  biplab
10336
10337
svn4054:  * Fixed: Duplicate entry in search history of Replace
10338
	  dialog.
10339
10340
2007-06-04 15:56  biplab
10341
10342
svn4053:  * Fixed: New search item not stored in Search history
10343
	  of Find/Find-in-files dialog.
10344
10345
2007-06-04 08:06  biplab
10346
10347
svn4052:  * Fixed: [Bug #11229] Sdk never issues
10348
	  cbEVT_EDITOR_DEACTIVATED (By applying [Patch #2034], Thanks
10349
	  pauliusz)
10350
10351
2007-06-02 19:39  byo
10352
10353
svn4051:  wxSmith: Added "Extra code" property based on patch by
10354
	  #2029 by Raph, some small bug fixed by the way
10355
10356
2007-06-02 19:15  biplab
10357
10358
svn4050:  * Fixed: On Windows, Object files are created in same
10359
	  directory where source files exist.
10360
10361
2007-06-02 18:37  byo
10362
10363
svn4049:  wxSmith: Updated refreshing system in editor
10364
10365
2007-06-02 18:35  biplab
10366
10367
svn4048:  * Fixed: Search string in Find/Find-in-files dialog
10368
	  Search history is duplicated.
10369
10370
2007-06-02 14:33  byo
10371
10372
svn4047:  wxSmith: Added few NULL-pointer checks into
10373
	  wxsDrawingPanel to improve
10374
	  stability
10375
10376
2007-06-02 13:44  byo
10377
10378
svn4046:  wxSmith: Unsupported items (in XRC-based resources) are
10379
	  now removed from palette (they were only disabled before)
10380
10381
2007-06-02 13:39  rickg22
10382
10383
svn4045:  Removed wx2.8 deprecated warnings from wxFlatNotebook
10384
10385
2007-06-02 11:26  byo
10386
10387
svn4044:  wxSmith: Internal update of resources
10388
10389
2007-06-02 06:03  rickg22
10390
10391
svn4043:  Managed to get rid of various wx2.8 DEPRECATED warnings
10392
	  from the wxScintilla class.
10393
10394
2007-06-02 05:58  rickg22
10395
10396
svn4042:  Removed various "variable might be uninitialized"
10397
	  warnings from pluginmanager.cpp (lns 918-921), sqapi.cpp (ln 49),
10398
	  app.cpp (ln 496) and main.cpp (ln 661)
10399
10400
2007-06-02 01:17  rickg22
10401
10402
svn4041:  Fixed erroneous handling of "instantiated from"
10403
	  compiler messages (MINGW).
10404
10405
2007-06-02 01:14  rickg22
10406
10407
svn4040:  Removed the incomplete PHP lexer. Instead, the php file
10408
	  extensions were added to the HTML lexer.
10409
10410
2007-06-01 20:30  byo
10411
10412
svn4039:  Restored wxSmith bindings in main C::B project
10413
10414
2007-06-01 20:07  byo
10415
10416
svn4038:  wxSmith: when saving string into xml files, & is now
10417
	  stored as &amp; - this prevents a little bit incompatibilities
10418
	  between XRC file versions
10419
10420
2007-06-01 19:30  byo
10421
10422
svn4037:  wxSmith: Added missing EVT_INIT_DIALOG into wxDialog
10423
10424
2007-06-01 18:03  biplab
10425
10426
svn4036:  * Fixed: [Bug #11148] Can't compile using files on
10427
	  different drives
10428
10429
2007-06-01 16:36  biplab
10430
10431
svn4035:  * Applied: [Patch #2025] relative paths fix for
10432
	  findinfiles
10433
10434
2007-06-01 15:53  biplab
10435
10436
svn4034:  * Fixed: [Bug #10527] Search in modified files (By
10437
	  applying [Patch #2028], Thanks to pauliusz)
10438
10439
2007-06-01 14:29  biplab
10440
10441
svn4033:  * Fixed: More Signed-Unsigned comparison warnings
10442
10443
2007-06-01 09:31  byo
10444
10445
svn4032:  wxSmithContribItems: Applied patch (made by Biplap) to
10446
	  make wxCustomButton more wx2.8 compatible
10447
10448
2007-06-01 06:21  biplab
10449
10450
svn4031:  * Fixed: More Compiler warnings (Unsigned/Signed
10451
	  comparison).
10452
10453
2007-06-01 06:15  biplab
10454
10455
svn4030:  * Fixed: A Number of Compilation Warnings in SDK.
10456
10457
2007-06-01 05:48  mortenmacfly
10458
10459
svn4029:  - lib_finder: updated to new wxSmith
10460
10461
2007-05-31 21:24  byo
10462
10463
svn4028:  Fixed wxSmith extensions in RegExTestbed plugin
10464
10465
2007-05-31 20:28  byo
10466
10467
svn4027:  wxSmith: Fixed bug in long string properties (multiline
10468
	  editor was not shown)
10469
10470
2007-05-31 20:12  pecan
10471
10472
svn4026:  KeyBinder 1.0.34 2007/05/31
10473
	  - Re-enabled dynamic merge eliminating consideration of
10474
	  duplicates
10475
	  - Corrected MortonMcFly's causing errors on msw wx2.8.4, Martin,
10476
	  please tell me when you want to change the code.
10477
10478
2007-05-31 19:34  mortenmacfly
10479
10480
svn4025:  * added (completed) PHP and VBScript lexer, thanks
10481
	  dmoore
10482
	  - removed remaining wx26 artefacts from project files
10483
	  - fixed some signed/unsingned compiler warnings
10484
10485
2007-05-31 18:01  biplab
10486
10487
svn4024:  * Fixed: [Bug #11214] No cursor on Fine-in-files when
10488
	  no file open
10489
10490
2007-05-31 16:59  biplab
10491
10492
svn4023:  * Fixed: Wizard.GetProjectTitle() should now work
10493
	  properly according to new changes made in ProjectPathPanel.
10494
10495
2007-05-31 15:40  killerbot
10496
10497
svn4022:  - adding the files
10498
10499
2007-05-31 15:34  killerbot
10500
10501
svn4021:  * WinAVR compiler support added
10502
10503
2007-05-31 12:50  mortenmacfly
10504
10505
svn4020:  - another fix for the compilation error on linux
10506
	  (hopefully the final one)
10507
	  * added support for PHP in HTML lexer (thanks dmoore)
10508
10509
2007-05-31 11:14  mortenmacfly
10510
10511
svn4019:  * (hopefully) fixed broken linux build caused by r4018
10512
	  - additional macro removement (to be continued)
10513
10514
2007-05-31 07:50  mortenmacfly
10515
10516
svn4018:  * war against (returned?!?!) macros
10517
10518
2007-05-30 23:11  byo
10519
10520
svn4017:  Missing headers
10521
10522
2007-05-30 23:08  byo
10523
10524
svn4016:  wxSmithContribItems: Finally found the bug causing
10525
	  undefined symbols: typo inside #pragma interface. That proves
10526
	  that #pragma interface / #pragma implementation may only cause
10527
	  problems (GCC can work without them for a long time now) and
10528
	  should not be used if not necessary
10529
10530
2007-05-30 22:16  byo
10531
10532
svn4015:  wxSmith: Temporarily removed wxChart from Makefiles (it
10533
	  just made some unreferenced symbols), added
10534
	  wxCustomButton
10535
10536
2007-05-30 20:49  byo
10537
10538
svn4014:  wxSmith: Image files now have 32 or 16 suffix depending
10539
	  on resolution (previously 32 suffix was skipped)
10540
10541
2007-05-30 18:15  byo
10542
10543
svn4013:  wxSmith: Changed int to size_t in wxsCoder to prevent
10544
	  compiler warnings (suggested by MortenMacFly)
10545
10546
2007-05-30 18:13  byo
10547
10548
svn4012:  wxSmithContribItems: Fixed bugs in wxCustomButton so it
10549
	  is now enabled in list of contrib items
10550
10551
2007-05-29 22:53  byo
10552
10553
svn4011:  wxSmith: Fixed bug #10678: Changes of variabe names not
10554
	  directly shown in resource tree
10555
10556
2007-05-29 21:35  byo
10557
10558
svn4010:  wxSmith: Added detection of modal dialogs which
10559
	  prevents few artifacts on editor
10560
10561
2007-05-29 17:36  biplab
10562
10563
svn4009:  * Fixed: Project directory not added in project wizard
10564
	  (Bug introduced in rev 4002)
10565
	  * Wrapped Linux hack for scripted wizard introduced in Rev 4004.
10566
10567
2007-05-29 14:41  pecan
10568
10569
svn4008:  CodeSnippets 1.2.76 2007/05/29
10570
	  - Fixed: Not saving xml changes before "recently used" load
10571
	  - Show filename base as root item label
10572
	  - Verify:If external snippets, plgn *shouldnt* save conf OR xml
10573
	  on exit
10574
	  - Ok: saves done by OnClose SnippetsWindow & Tree routines
10575
	  - Fix "Apply" menu item, misspelled __WX...__ preprocessor
10576
10577
2007-05-28 21:46  byo
10578
10579
svn4007:  wxSmith: Applied patch #2024: wxSmith: MenuEditor
10580
	  loosing variable and member state made by raph
10581
10582
2007-05-28 17:46  killerbot
10583
10584
svn4006:  * in case of open project on the 'start here page', set
10585
	  the filter directly to cbp files, and do NOT update the 'type of
10586
	  files' [== do NOT update the Filters in this case : (source) file
10587
	  <-----> project (file) ]
10588
10589
2007-05-28 16:24  biplab
10590
10591
svn4005:  * Reverted: Fix of Bug# 10992
10592
10593
2007-05-28 13:37  biplab
10594
10595
svn4004:  * Remaining portion of fix of [Bug #11193]
10596
10597
2007-05-28 12:28  killerbot
10598
10599
svn4003:  * fix static lib target name construction :
10600
	  - @ CompilerCommandGenerator::SetupOutputFilenames : take into
10601
	  account the yes/no of auto pre/post (it was always considered to
10602
	  be auto which is incorrect)
10603
	  - @ CompileTargetBase::GenerateTargetFilename : don't just
10604
	  replace extension in case of auto post by '.a', use the extension
10605
	  from the compiler option, and when there's no compiler then
10606
	  fallback to the hardcoded '.a'
10607
	  - CompileTargetBase::GetTargetFilenameGenerationPolicy : pointer
10608
	  args replaced by references (no need to check the pointer for 0
10609
	  then)
10610
10611
2007-05-28 12:21  biplab
10612
10613
svn4002:  * Fixed: [Bug #11193] The .cbp is incorrectly named at
10614
	  project creation (Linux)
10615
10616
2007-05-28 01:31  rickg22
10617
10618
svn4001:  Removed warning message from editor configuration
10619
	  dialog
10620
10621
2007-05-27 16:54  biplab
10622
10623
svn4000:  * Now debugging options would not be active if project
10624
	  has a compiling target.
10625
10626
2007-05-27 16:39  biplab
10627
10628
svn3999:  * Applied: [Patch #2021] Fix glitch with Find in Files
10629
	  search results failing to open (In modified form)
10630
10631
2007-05-27 16:34  biplab
10632
10633
svn3998:  * Fixed: [Bug #11195] Editor Settings can't be changed
10634
	  or it crash.
10635
10636
2007-05-27 07:50  ceniza
10637
10638
svn3997:  * Implemented Feature Request #3327: Double click
10639
	  target executes it.
10640
10641
2007-05-26 14:53  biplab
10642
10643
svn3996:  * Fixed: [Bug #11174] Font Interim Settings Lost
10644
10645
2007-05-26 14:27  biplab
10646
10647
svn3995:  * Fixed: Project file option dialog not placed at
10648
	  centre.
10649
10650
2007-05-26 09:27  mandrav
10651
10652
svn3994:  * Fix for huge editor settings dialog under wx2.8.4.
10653
10654
2007-05-25 09:17  biplab
10655
10656
svn3993:  * Fixed: Compilation warning on use of uninitialized
10657
	  variable (on behalf of mandrav)
10658
10659
2007-05-25 01:28  ceniza
10660
10661
svn3992:  Patch #2018 by Rick:
10662
	  * Added CR to clipboard when exporting compiler messages on Win32
10663
	  * Removed signed/unsigned warnings from various dialogs
10664
10665
2007-05-24 11:48  biplab
10666
10667
svn3991:  * Updated Win32GUI wizard to generate proper project
10668
	  for Borland compiler.
10669
10670
2007-05-24 11:36  biplab
10671
10672
svn3990:  * Added: Detection code to detect Turbo C++ Explorer's
10673
	  compiler.
10674
10675
2007-05-23 02:37  ceniza
10676
10677
svn3989:  Compiler plugin:
10678
	  * Changed the event association to work with the new wxChoice.
10679
10680
2007-05-22 16:45  ceniza
10681
10682
svn3988:  Compiler plugin:
10683
	  * Replaced build target's wxComboBox with a wxChoice (it fixes
10684
	  the "disappearing combo box" bug on Linux).
10685
10686
2007-05-22 12:04  biplab
10687
10688
svn3987:  * Fixed: [Bug #10790] red dot disappearing
10689
10690
2007-05-22 09:43  mandrav
10691
10692
svn3986:  * Don't ask for confirmation when removing a tool
10693
	  separator in tools configuration dialog (patch #1990).
10694
10695
2007-05-22 09:38  mandrav
10696
10697
svn3985:  * Default filename in "File->Save As" does not lose the
10698
	  extension anymore (patch #2006 for bug #11036).
10699
10700
2007-05-22 09:33  mandrav
10701
10702
svn3984:  * Make project active by double-clicking in project
10703
	  manager tree (patch #2017).
10704
10705
2007-05-22 09:18  mandrav
10706
10707
svn3983:  * Fixed crash when removing custom tools (bug #11141).
10708
10709
2007-05-22 09:08  mandrav
10710
10711
svn3982:  Reverted to notebook (instead of choicebook) for
10712
	  compiler and project options dialogs (due to popular demand).
10713
10714
2007-05-21 21:41  byo
10715
10716
svn3981:  Added some missing includes I've found while compiling
10717
	  C::B
10718
10719
2007-05-21 21:39  byo
10720
10721
svn3980:  wxSmith:
10722
	  * Removed most "standard" events for most of widgets, they're not
10723
	  supported in wxGTK, not granted to work on any specific platform
10724
	  and it's just risky for now (I thought it's wx bug, but ppl say
10725
	  it's how it should work on wx forum :/ )
10726
	  * When regenerating source code, EOL line mode is now fetched
10727
	  from sources, not from C::B settings, that prevents "Inconistent
10728
	  EOL" svn message during commit in some circumstances
10729
10730
2007-05-21 17:47  pecan
10731
10732
svn3979:  -CodeSnippets 1.2.73 2007/05/21
10733
	  - Add Recently Used Indexes
10734
	  - Fix error in category to category drag
10735
10736
2007-05-21 16:36  biplab
10737
10738
svn3978:  * Fixed: Wizard not overwriting existing files when
10739
	  told to do so.
10740
10741
2007-05-21 10:32  biplab
10742
10743
svn3977:  * Fixed: [Bug #11121] bugs with openwatcom 1.6 linker
10744
	  * Improved: Generation of OpenWatcom Linker (wlink.exe)
10745
	  parameters.
10746
10747
2007-05-20 18:49  biplab
10748
10749
svn3976:  * Fixed: [Bug #11134] last chosen file type not
10750
	  remembered on 'new file'
10751
10752
2007-05-20 13:32  biplab
10753
10754
svn3975:  * Fixed: [Bug #10992] Find within Editor does not work
10755
	  properly
10756
10757
2007-05-20 12:18  biplab
10758
10759
svn3974:  * Applied: [Patch #2003] Debug menu/toolbar icon
10760
	  agreement
10761
10762
2007-05-20 11:05  biplab
10763
10764
svn3973:  * Fixed: Deprecated function warning in cbEditor.
10765
10766
2007-05-19 17:55  daniel2000
10767
10768
svn3972:  - updated file list of spec file (codesnippets
10769
	  executable)
10770
10771
2007-05-18 16:37  daniel2000
10772
10773
svn3971:  - makefile fix for make dist (wrong file name in astyle
10774
	  install.txt -> html)
10775
10776
2007-05-17 18:44  byo
10777
10778
svn3970:  wxSmith: Fixed bug causing empty sizers to have 0x0
10779
	  size (appeared in wx 2.8)
10780
10781
2007-05-17 18:19  byo
10782
10783
svn3969:  wxSmith:
10784
	  * Removed any code related to user-defined items (it was
10785
	  unfinished and buggy, wxSmith extension like contrib items plugin
10786
	  is better solution than this)
10787
	  * Fixed bug in editor scrolling (couldn't easily scroll editor
10788
	  area)
10789
10790
2007-05-16 17:02  byo
10791
10792
svn3968:  wxSmith: Fixed makefiles
10793
10794
2007-05-15 23:41  byo
10795
10796
svn3967:  wxSmith: Added wxGrid
10797
10798
2007-05-15 07:25  killerbot
10799
10800
svn3966:  - some const fixes
10801
10802
2007-05-15 06:19  mortenmacfly
10803
10804
svn3965:  - envvars plugin: added missing headers detected by
10805
	  Byo's HeaderFixup plugin
10806
10807
2007-05-14 15:03  killerbot
10808
10809
svn3964:  - non pch build fix
10810
10811
2007-05-14 15:01  killerbot
10812
10813
svn3963:  - non pch build fix
10814
10815
2007-05-14 12:58  killerbot
10816
10817
svn3962:  - envvars : makefile fix
10818
10819
2007-05-14 08:48  mortenmacfly
10820
10821
svn3961:  * updated envvars plugin: allow 1..n envvars sets
10822
	  (similar GCV sets)
10823
	  * warning: this envvar version will not import the old
10824
	  configuration due to the changes, backup before
10825
10826
2007-05-11 22:48  afb
10827
10828
svn3960:  - updated D keywords
10829
10830
2007-05-11 21:27  pecan
10831
10832
svn3959:  KeyBinder - Tim S fix to keybinder.cbp
10833
10834
2007-05-11 20:43  pecan
10835
10836
svn3958:  KeyBinder 1.0.33 2007/05/11
10837
	  - Fixes for use of non-precompiled headers + Tim S fixes
10838
10839
2007-05-11 20:42  pecan
10840
10841
svn3957:  CodeSnippets 1.2.71 2007/05/11
10842
	  - Fixes for use of non-precompiled headers + Tim S fixes
10843
10844
2007-05-10 22:41  pecan
10845
10846
svn3956:  - KeyBinder - add missing includes
10847
10848
2007-05-10 20:17  mortenmacfly
10849
10850
svn3955:  * updated tinyxml (core lib) from 2.5.2 to 2.5.3 (bug
10851
	  fixes)
10852
	  * fixed issue that wizards would overwrite an existing file
10853
	  without warning(!!!)
10854
	  - minor fix in wxContribItems project file
10855
	  - very minor cosmetic fixes
10856
10857
2007-05-10 19:10  pecan
10858
10859
svn3954:  CodeSnippets 1.2.70 2007/05/10
10860
	  - Fix duplicate menu entry
10861
10862
2007-05-10 18:42  pecan
10863
10864
svn3953:  KeyBinder 1.0.32 2007/05/10
10865
	  - Removed OnIdle() dynamic merging. Set Merge just before user
10866
	  definitions.
10867
	  - Fixed disappearing "duplicate" menu items. If mis-matched id,
10868
	  just leave 'em alone.
10869
10870
2007-05-10 18:00  biplab
10871
10872
svn3952:  * Fixed: wxWidgets Wizard error in Linux
10873
10874
2007-05-10 17:50  biplab
10875
10876
svn3951:  * Fixed: [Bug #10987] Layout file error message
10877
	  * Fixed: [Bug #11016] Colour theme rename resets to defaults
10878
10879
2007-05-10 02:40  pecan
10880
10881
svn3950:  CodeSnippets 1.2.69 2007/05/9
10882
	  - update.bat remove old unused commands
10883
	  - Set launch LD_LIBRARY_PATH relative to AppPath
10884
10885
2007-05-09 16:21  pecan
10886
10887
svn3949:  -CodeSnippets - minor corrections to Makefile.am
10888
10889
2007-05-09 10:56  killerbot
10890
10891
svn3948:  * applied patch 1989 : Fixes "new file not added to
10892
	  project" bug
10893
10894
2007-05-08 19:30  killerbot
10895
10896
svn3947:  - some const fixes
10897
10898
2007-05-08 19:00  pecan
10899
10900
svn3946:  CodeSnippets - correct windows .cbp to match changed
10901
	  linux cbp
10902
10903
2007-05-08 18:43  killerbot
10904
10905
svn3945:  - some const fixes
10906
10907
2007-05-08 18:31  killerbot
10908
10909
svn3944:  - some const fixes
10910
10911
2007-05-08 18:13  biplab
10912
10913
svn3943:  * Fixed: Couple of deprecated functions warning with
10914
	  wx-2.8.
10915
10916
2007-05-08 09:00  mandrav
10917
10918
svn3942:  * Class wizard now keeps the same class-name
10919
	  capitalization for the generated filenames.
10920
10921
2007-05-08 00:15  pecan
10922
10923
svn3941:  CodeSnippets 1.2.66 2007/05/7
10924
	  - Modified code, cbp's and Makefile.am's to allow linux
10925
	  preprocessor defs
10926
10927
2007-05-07 21:52  byo
10928
10929
svn3940:  Added few missing headers for non-pch builds
10930
	  Fixed codeblocks.spec.in
10931
10932
2007-05-07 20:32  byo
10933
10934
svn3939:  wxSmith: Fixed problems with wxSmith's automake
10935
10936
2007-05-06 16:41  biplab
10937
10938
svn3938:  * Fixed: Couple of deprecated function warnings with
10939
	  wx-2.8.
10940
10941
2007-05-06 05:31  pecan
10942
10943
svn3937:  CodeSnippets - correct Makefile.am per KillerBot
10944
10945
2007-05-05 17:28  pecan
10946
10947
svn3936:  CodeSnippets 1.2.65 2007/05/5
10948
	  - Removed or disabled all linux code which depended on linux
10949
	  makefile preprocessor flags
10950
10951
2007-05-05 11:29  pecan
10952
10953
svn3935:  CodeSnippets Revertins to 1.2.63 to avoid makefile
10954
	  limitations
10955
10956
2007-05-05 02:30  pecan
10957
10958
svn3934:  CodeSnippets Workarounds to unix build process to allow
10959
	  BUILDING_PLUGIN compile flag
10960
10961
2007-05-04 16:01  ceniza
10962
10963
svn3933:  AStyle plugin
10964
	  * Fixed EOL bug
10965
	  - Fixed GNU style preview
10966
	  - Updated to AStyle 1.20.2
10967
10968
2007-05-04 14:37  pecan
10969
10970
svn3932:  CodeSnippets 1.2.64 2007/05/4
10971
	  - corrections to code for removing unix BUILDING_PLUGIN
10972
10973
2007-05-04 12:32  mandrav
10974
10975
svn3931:  - Fixed broken build of src/environmentsettingsdlg.cpp
10976
	  (for wx2.6).
10977
10978
2007-05-04 09:59  mandrav
10979
10980
svn3930:  * Fixed find/replace infinite loop in some cases (patch
10981
	  #1960 for bug #10886).
10982
	  * Added "add separator" button in tools configuration dialog
10983
	  (patch #1977 for rfe #3301).
10984
	  * Fixed constant complaining about directory not being empty when
10985
	  creating project from user template (patch #1981).
10986
	  * Fixed linker error regex (lib not found) for gcc-derived
10987
	  compilers to work for non-windows platforms too.
10988
	  * Updated codesnippets and wxsmith unix projects.
10989
	  * Minor fixes in wxsmith to correctly build with wx2.8.0.
10990
	  * Added src/aui_compat.h file to use either our bundled wxAUI or
10991
	  the wxWidgets supplied one, based on the wx version (<2.8.0 uses
10992
	  our own AUI).
10993
10994
2007-05-03 20:09  pecan
10995
10996
svn3929:  Removed file/folder
10997
10998
2007-05-03 20:08  pecan
10999
11000
svn3928:  Removed file/folder
11001
11002
2007-05-03 20:03  pecan
11003
11004
svn3927:  CodeSnippets 1.2.63 2007/05/3
11005
	  - Incorporate mappedmemoryfile fixes by Tim S
11006
11007
2007-05-03 15:24  mortenmacfly
11008
11009
svn3926:  * show file properties in notebook menu, too (e.g. to
11010
	  see the file's path)
11011
11012
2007-05-03 14:43  killerbot
11013
11014
svn3925:  - update to previous commit (no CamelCase)
11015
11016
2007-05-03 14:40  killerbot
11017
11018
svn3924:  - linux build fixes
11019
11020
2007-05-03 14:35  killerbot
11021
11022
svn3923:  - fix linux build
11023
11024
2007-05-03 11:43  pecan
11025
11026
svn3922:  CodeSnippets - remove experimental GTK keep-on-top call
11027
11028
2007-05-02 20:02  mortenmacfly
11029
11030
svn3921:  * envvars plugin: check on setup if envvar exists and
11031
	  warn user accordingly
11032
	  - envvars plugin: minor code-cleanup
11033
11034
2007-05-02 19:38  pecan
11035
11036
svn3920:  KeyBinder 1.0.30 2007/05/2
11037
	  - Create backup keys .ini.bak only on successful user definition
11038
	  save
11039
	  - Set guards against merging when possible app shutdown
11040
	  - Add ConfigBusy guard to OnIdle() merging
11041
	  - Added EVT_MENUBAR_CREATE_BEGIN/END, but they're never called.
11042
	  Even if they were, they're not called during Tools menu changes.
11043
	  - Corrections for warning msg in wx2.8.3
11044
	  - Removed key assignment via text search when id search
11045
	  fails.(wxKeyBinder::UpdateSubMenu). Causes too much grief.
11046
11047
2007-05-02 19:20  pecan
11048
11049
svn3919:  CodeSnippets 1.2.61 2007/05/2
11050
	  - Change modal editors to wxFRAME_FLOAT_ON_PARENT (works much
11051
	  better)
11052
	  - UnIconize and focus hidden|iconsized editors when user
11053
	  re-selects tree item
11054
	  - Corrections to FindAppPath() when pgm started without .exe .bat
11055
	  etc.
11056
11057
2007-05-02 16:13  mortenmacfly
11058
11059
svn3918:  * cb_share_config: Added ablity to export specific C::B
11060
	  config nodes only to a backup file
11061
11062
2007-05-02 09:41  mortenmacfly
11063
11064
svn3917:  * EnvVars plugin: fixed a bug not to be able to set
11065
	  envvars containing semi-colons
11066
11067
2007-05-02 08:21  biplab
11068
11069
svn3916:  * A minor update to wxWidgets wizard's multiple library
11070
	  selection page.
11071
11072
2007-05-01 16:17  pecan
11073
11074
svn3915:  CodeSnippets - check memorymappedfile.* box before
11075
	  committing stupid! (age related)
11076
11077
2007-05-01 14:21  pecan
11078
11079
svn3914:  CodeSnippets 1.2.59 2007/05/1
11080
	  - Restore statusbar text on idle
11081
	  - Pass independent window a keepAlive Pid. ping it to save data
11082
	  on exit.
11083
	  - Add plgn communications to independent windows via memory
11084
	  mapped file
11085
	  - Clean up temp memory mapped file on termination
11086
	  - Correct update and update.bat
11087
11088
2007-05-01 12:28  biplab
11089
11090
svn3913:  * Updated: Now wxWidgets wizard would be able to add
11091
	  target in Linux / Mac.
11092
11093
2007-05-01 11:07  daniel2000
11094
11095
svn3912:  - Makefile fix in wxsmith
11096
	  - updated file list of spec file
11097
11098
2007-05-01 10:52  biplab
11099
11100
svn3911:  * Fixed: Some compilation issues regarding newly added
11101
	  script function.
11102
11103
2007-04-30 14:20  pecan
11104
11105
svn3910:  CodeSnippets - remove editsnippetdlg.cpp/h from
11106
	  Makefile.am again & again & again
11107
11108
2007-04-30 13:23  biplab
11109
11110
svn3909:  * Fixed: An empty virtual folder is created when
11111
	  "Categorize by file types" is unchecked.
11112
11113
2007-04-30 12:51  byo
11114
11115
svn3908:  wxSmith:
11116
	  * Fixed crash when setting style for wxChoice
11117
	  * Applied fix that may probably fix the crash on exit (previous
11118
	  didn't worked) - this one prevents using structure after it's
11119
	  been destroyed
11120
11121
2007-04-30 11:00  biplab
11122
11123
svn3907:  * Added & Exposed following SDK functions to Scripts:
11124
	  - wxListBox::GetListboxSelections()
11125
	  - wxListBox::GetListboxStringSelections()
11126
	  * Modified additional wx lib entry pages. Now additional
11127
	  libraries can be selected from a listbox.
11128
	  * Fixed: RunTargetWizard() will now add target to project files.
11129
	  * Fixed: Wizard::GetCompilerID() will now return proper compiler
11130
	  id for targets.
11131
	  * Added: wxWidgets project to Build target wizard
11132
11133
2007-04-30 05:33  biplab
11134
11135
svn3906:  * Exposed the following functions to Scripting system.
11136
	  Please read the wiki for details
11137
	  - GetArrayFromString [Global function]
11138
	  - GetStringFromArray [Global function]
11139
	  - wxArrayString::Index
11140
11141
2007-04-30 04:55  biplab
11142
11143
svn3905:  * Fixed: Couple of Enable / Disable issues in File
11144
	  menu.
11145
11146
2007-04-28 19:48  byo
11147
11148
svn3904:  Added wxCustomButton from wxThings into
11149
	  wxSmithContribItems, not enabled yet since it produces some
11150
	  crashes
11151
11152
2007-04-28 16:26  pecan
11153
11154
svn3903:  DragScroll 1.1.01 2007/04/28
11155
	  - Remove wx2.6.3 work-arounds fixed by wx2.8.3
11156
11157
2007-04-28 15:19  pecan
11158
11159
svn3902:  CodeSnippets 1.2.51 2007/04/28
11160
	  - On startup, wait for user to open window with view/snippets
11161
	  menu
11162
	  - Fixed CB fullscreen editor focus. Make editors modal while they
11163
	  have focus.
11164
11165
2007-04-27 23:01  pecan
11166
11167
svn3901:  CodeSnippets 1.2.42 2007/04/27
11168
	  - Add dragscrolling options to settingsdlg() & snippetsconfig()
11169
	  - snippetsconfig() globally manages all config items for all
11170
	  classes
11171
	  - Fixes to allow docked window to restart at previous position
11172
	  - More hacking to work around wxAUI docked/floating windows
11173
	  deficiencies
11174
	  - Added settings preference for window type & mouse scrolling
11175
	  - Corrections for linux settings preferences
11176
	  - Corrected path for codesnippets; add wxLearner gtkx.h includes
11177
	  for *nix
11178
	  - Fixes to OnUpdateUI routine when switching between window types
11179
	  - Verfied wx2.8.3 fixed closing Docked window crash
11180
	  - Added wxProcess::Exists() to check on external snippets window
11181
	  - Fixed wx2.8.3 RightClick not selecting tree item
11182
	  - Fixed external snippet storage folder not being recorded
11183
11184
2007-04-27 21:28  byo
11185
11186
svn3900:  wxSmith:
11187
	  * Removed more wx 2.8 warnings
11188
	  * Added few missing headers
11189
	  * Replaced few const wxString& with wxString (looks like it fixes
11190
	  problem with crash when wxSmith is unloading)
11191
11192
2007-04-27 12:25  biplab
11193
11194
svn3899:  * Fixed: Couple of runtime errors in auto-detection
11195
	  code of Intel C/C++ compiler.
11196
11197
2007-04-27 10:51  byo
11198
11199
svn3898:  wxSmith: Splitted into two dlls to prevent problems
11200
	  then loading plugin (only windows project for now)
11201
	  wxSmithContribItems: updated project to work with new wxSmith
11202
	  layout
11203
11204
2007-04-27 10:20  byo
11205
11206
svn3897:  wxSmith: Fixed destination dirs for wxsmith libraries
11207
11208
2007-04-27 09:57  biplab
11209
11210
svn3896:  * Fixed: [Bug #10918] Virtual folder
11211
	  * Now a virtual folder will be removed if "Remove {folder}\* " is
11212
	  clicked.
11213
11214
2007-04-26 22:20  byo
11215
11216
svn3895:  wxSmith: Removed few warning on wx2.8
11217
11218
2007-04-26 20:30  mortenmacfly
11219
11220
svn3894:  - moved cb_share_config project file to wxWidgets
11221
	  version 2.8
11222
11223
2007-04-26 15:44  pecan
11224
11225
svn3893:  CodeSnippets - correct Makefile.am per daniel2000
11226
11227
2007-04-26 11:51  biplab
11228
11229
svn3892:  * Fixed: Enable/Disable of couple of File menu items.
11230
11231
2007-04-26 07:29  mortenmacfly
11232
11233
svn3891:  - updated byogames to new wxSmith
11234
11235
2007-04-26 07:14  mortenmacfly
11236
11237
svn3890:  - updated cb_koders to new wxSmith
11238
11239
2007-04-25 23:35  byo
11240
11241
svn3889:  Fixed "invalid manifest" message when loading wxSmith
11242
	  and wxSmithMime
11243
	  plugins
11244
11245
2007-04-25 12:42  killerbot
11246
11247
svn3888:  - on windows : use wx 2.8.3
11248
11249
2007-04-24 21:54  byo
11250
11251
svn3887:  wxSmith: Small typo
11252
11253
2007-04-24 20:42  byo
11254
11255
svn3886:  wxSmith: That will possibly fix build issues on MAC
11256
	  (thanks to afb)
11257
11258
2007-04-24 10:16  biplab
11259
11260
svn3885:  * Improved: Auto-detection of Intel C/C++ Compiler in
11261
	  Linux
11262
11263
2007-04-24 08:47  mortenmacfly
11264
11265
svn3884:  * updated cb_share_config to new wxSmith (including
11266
	  minor gui enhancements)
11267
11268
2007-04-23 22:54  pecan
11269
11270
svn3883:  CodeSnippets Add $(WX_CXXFLAGS) to Makefile.am
11271
11272
2007-04-23 17:55  byo
11273
11274
svn3882:  wxSmith: Fixed event generation for root item
11275
11276
2007-04-23 17:54  byo
11277
11278
svn3881:  Added support for content of wxChartCtrl item (charts
11279
	  can be added inside RAD now)
11280
11281
2007-04-23 17:35  pecan
11282
11283
svn3880:  CodeSnippets 1.2.29 2007/04/23
11284
	  - Removed old editSnippetDlg class
11285
	  - Enabled Properties edit cut/copy/paste/undo/redo/selectAll
11286
	  - Fixed: can't force close/switch when menu item active
11287
	  - Add Index File backup facility
11288
	  - stahta01 changes 2007/4/21 for wxGTK2.8
11289
	  - Add ".trash" option to delete external file (ask to delete
11290
	  file)
11291
	  - Corrected messageBox placement for floating vs docked window
11292
	  (again)
11293
	  - Fixed Termination/OnActivate crash
11294
	  - Fixed bug on Linux, the executable folder wx being reported
11295
	  incorrectly
11296
	  
11297
11298
2007-04-20 19:38  pecan
11299
11300
svn3879:  CodeSnippets 1.2.15 2007/04/20
11301
	  - changed some wxMessageBox(s) to messageBox
11302
	  - If file already open in editor, just focus it. (use
11303
	  wxTreeItemId)
11304
	  - messageBox(s) identify themselves as CodeSnippets msgs
11305
	  - Prevent window size of 0,0
11306
	  - Prevent multiple instances of CodeSnippets
11307
	  - Add DragnDrop of File Links to/from CodeBlocks (GTK)
11308
11309
2007-04-20 15:21  afb
11310
11311
svn3878:  * make wxSmithContribItems work on Mac
11312
11313
2007-04-20 12:36  biplab
11314
11315
svn3877:  * Fixed: [Bug #10914] Code windows lost focus is Find
11316
	  command failed
11317
11318
2007-04-19 18:56  byo
11319
11320
svn3876:  Fixed linux build for wxSmithContribItems
11321
11322
2007-04-19 05:07  daniel2000
11323
11324
svn3875:  - missed one autotools fix for make dist last time
11325
11326
2007-04-18 22:24  byo
11327
11328
svn3874:  Added property for internal wxChart's styles
11329
11330
2007-04-18 21:00  byo
11331
11332
svn3873:  wxSmith: fixed bug in flags property
11333
11334
2007-04-18 20:29  byo
11335
11336
svn3872:  Applied patch by stahta01 which makes
11337
	  wxSmithContribItems.cbp more standard
11338
11339
2007-04-18 20:17  byo
11340
11341
svn3871:  wxSmith: Switched to check boxes in flags property
11342
	  instead of Yes/No combo (it's much easier to use)
11343
11344
2007-04-18 19:37  byo
11345
11346
svn3870:  wxSmith: Added "UseNamesInXml" argument for
11347
	  wxsFlagsProperty
11348
11349
2007-04-18 11:56  biplab
11350
11351
svn3869:  * Fixed: [Bug #10895] global variables dialog
11352
11353
2007-04-18 08:05  biplab
11354
11355
svn3868:  * Fixed: [Bug #10905] No target is equivalent to all
11356
	  targets
11357
11358
2007-04-17 22:17  byo
11359
11360
svn3867:  wxSmith:
11361
	  * Cleaned properties system (removed PropertiesFlags argument
11362
	  when registering properties which just messed up things)
11363
	  * Added priority argument which will allow ordering properties in
11364
	  future
11365
	  * Added macros for Enum / Flags property
11366
11367
2007-04-17 15:57  pecan
11368
11369
svn3866:  - CodeSnippets 1.2.03 2007/04/17
11370
	  - Add multi-edit session support
11371
	  - Add DragnDrop of File Links to/from CodeBlocks (MSW)
11372
	  - cascade subsequent edit windows, else they stack.
11373
11374
2007-04-17 13:30  biplab
11375
11376
svn3865:  * Fixed: [Bug #010898] Build configuration is
11377
	  duplicated when overwriting a project
11378
11379
2007-04-17 12:50  biplab
11380
11381
svn3864:  * Now Startpage will not be closed if the wizard is
11382
	  cancelled.
11383
11384
2007-04-17 06:25  biplab
11385
11386
svn3863:  * Fixed: [Bug #9409] qt wizard: searching for
11387
	  libQtCore4 in lib dir (linux)
11388
11389
2007-04-16 21:48  byo
11390
11391
svn3862:  wxSmith: Added missing include (thx stahta01)
11392
11393
2007-04-16 19:05  daniel2000
11394
11395
svn3861:  - autotools fixes for make dist
11396
	  - updated file list of spec file
11397
11398
2007-04-16 12:06  biplab
11399
11400
svn3860:  * Updated Qt4 Wizard. Now it should work in Linux.
11401
11402
2007-04-16 09:12  biplab
11403
11404
svn3859:  * Fixed: [Bug #10802] ctrl-shift-w can cause c::b to
11405
	  crash
11406
11407
2007-04-15 00:25  pecan
11408
11409
svn3858:  CodeSnippets 1.1.75 2007/04/14
11410
	  - Again: Remove AMD64 gentoo ambiguity on finddlg wxComboBox call
11411
11412
2007-04-14 19:24  byo
11413
11414
svn3857:  Added wxSmithContribItems project to automake files
11415
11416
2007-04-14 16:16  byo
11417
11418
svn3856:  Added wxSmithContribItems plugin which adds extra items
11419
	  not included in base wxWidgets to wxSmith.
11420
11421
2007-04-14 12:31  pecan
11422
11423
svn3855:  - CodeSnippets 1.1.74 2007/04/14
11424
	  - Remove Gentoo linux AMD64 ambiguity on finddlg wxComboBox call
11425
11426
2007-04-14 02:22  pecan
11427
11428
svn3854:  CodeSnippets 1.1.73 2007/04/13 - Fixes & Edit additions
11429
	  (cf., version.cpp)
11430
11431
2007-04-13 12:24  biplab
11432
11433
svn3853:  * Applied remaining portion of [Patch #1958]
11434
11435
2007-04-13 11:33  biplab
11436
11437
svn3852:  * Fixed: Improperly updated 'Cut' menu items and
11438
	  toolbar icon (Applied modified [Patch #1958], thx pauliusz)
11439
	  * Fixed: Couple of other menu item update issues.
11440
11441
2007-04-13 06:29  biplab
11442
11443
svn3851:  * Fixed: [Bug #9233] include directories are not parsed
11444
	  after using Wizard
11445
11446
2007-04-12 22:44  byo
11447
11448
svn3850:  wxSmith: Enabled creation of .lib file for wxSmith
11449
	  plugin (this is required by plugins which would like to add extra
11450
	  features for wxSmith like new widgets)
11451
11452
2007-04-12 18:02  pecan
11453
11454
svn3849:  -CodeSnippets 1.1.56 2007/04/12
11455
	  - Avoid file changed dialog when .xml does not exist
11456
11457
2007-04-12 17:55  byo
11458
11459
svn3848:  wxSmith: Added missing GPL header I forgot
11460
11461
2007-04-12 17:49  byo
11462
11463
svn3847:  wxSmith: fixed bug found by SamT
11464
	  (http://forums.codeblocks.org/index.php/topic,5667.msg43552.html#msg43552)
11465
11466
2007-04-12 15:32  biplab
11467
11468
svn3846:  * Fixed: [Bug #9596] Wrong path when adding files and
11469
	  [Bug #10821] Multiple files are added to wrong folders.
11470
11471
2007-04-12 13:38  mandrav
11472
11473
svn3845:  * Removed hotkey (Ctrl-Alt-E) from "View->Focus editor"
11474
	  because it would prevent input of certain non-ascii characters
11475
	  (bug #10843).
11476
11477
2007-04-12 13:32  mandrav
11478
11479
svn3844:  * Removed incorrect error message when using SaveAs for
11480
	  a project or workspace and pressing cancel (patch #1956 for bug
11481
	  #10857).
11482
11483
2007-04-12 13:26  mandrav
11484
11485
svn3843:  * Revert to global scope search using F3, when
11486
	  deselecting selected text (patch #1879).
11487
11488
2007-04-12 12:57  mandrav
11489
11490
svn3842:  - Moved macro expansion of $objects_output_dir in
11491
	  compiler commands generator after $options macro is expanded, so
11492
	  the former can be used in the latter (patch #1742).
11493
11494
2007-04-12 12:33  mandrav
11495
11496
svn3841:  * Added commenting/uncommenting support for multiple
11497
	  languages, not only C/C++ (patch #1839, part 1).
11498
	  * Added smart indent (as you type) support for python (patch
11499
	  #1839, part 2).
11500
11501
2007-04-12 12:15  mandrav
11502
11503
svn3840:  * Fixed 'update' script (not the .bat) to work
11504
	  correctly if used under MSYS (patch #1951).
11505
11506
2007-04-12 12:12  mandrav
11507
11508
svn3839:  * Added setting of fillup characters (i.e. that cause
11509
	  the completion to be accepted) for code-completion (patch #1714).
11510
	  For example, by adding "(." as fillup characters, the completion
11511
	  will be accepted by pressing "(" or "." (Enter/Return always
11512
	  works).
11513
11514
2007-04-12 12:00  mandrav
11515
11516
svn3838:  - Destroy statusbar instead of hiding it, when
11517
	  disabling it with View->Statubar (patch #1688).
11518
11519
2007-04-12 11:56  mandrav
11520
11521
svn3837:  * Notify all debugger plugins for breakpoint lines
11522
	  changes (patch #1625).
11523
11524
2007-04-12 11:42  mandrav
11525
11526
svn3836:  * Fixed parsing of flat profile for large counts in
11527
	  profiler plugin (patch #1551).
11528
11529
2007-04-12 11:28  mandrav
11530
11531
svn3835:  * Fix in symbols browser, where it would fail to detect
11532
	  the active editor's filename in some special cases (patch #1559).
11533
11534
2007-04-12 11:21  mandrav
11535
11536
svn3834:  * Open external terminal for I/O when debugging console
11537
	  apps under linux (patch #1882).
11538
11539
2007-04-12 11:03  mandrav
11540
11541
svn3833:  * Added get/set functions for custom build commands in
11542
	  projectfile and also exposed them to scripts (patch #1743).
11543
11544
2007-04-12 10:45  mandrav
11545
11546
svn3832:  * Various editor commands now check if the open file in
11547
	  editor is read-only and are disabled accordingly (cut, paste,
11548
	  delete, etc).
11549
	  - Added EditorBase::IsReadOnly() and also exposed it to scripts.
11550
11551
2007-04-12 10:20  mandrav
11552
11553
svn3831:  * Added hint about a couple more useful macros in tool
11554
	  editing dialog (patch #1856).
11555
11556
2007-04-12 10:12  mandrav
11557
11558
svn3830:  * Added entries in editor's context menu to
11559
	  uppercase/lowercase the current selection (patch #1942).
11560
11561
2007-04-12 10:08  mandrav
11562
11563
svn3829:  * Disable "Edit->Special commands->Case" if no
11564
	  selection in editor (patch #1946).
11565
11566
2007-04-12 10:05  biplab
11567
11568
svn3828:  *Fixed: [Bug #10781] ToDo list is not updated
11569
11570
2007-04-12 10:01  mandrav
11571
11572
svn3827:  * Added setting for using advanced regular expressions
11573
	  in "Find" and "Replace". Setting can be found in editor options
11574
	  (patch #1701).
11575
11576
2007-04-11 21:14  byo
11577
11578
svn3826:  wxSmith:
11579
	  * Added MinSize / MaxSize properties for widgets and containers
11580
	  * Moved wxsBaseProperties::BuildSetupWindowCode and
11581
	  wxsBaseProperties::SetupWindow to wxsItem
11582
11583
2007-04-11 15:07  biplab
11584
11585
svn3825:  * Fixed: [Bug #10817] completion: closing last file (By
11586
	  applying [Patch #1955], thanks pauliusz)
11587
11588
2007-04-11 10:56  biplab
11589
11590
svn3824:  * Fixed: [Bug #10695] folders
11591
11592
2007-04-10 17:45  pecan
11593
11594
svn3823:  - CodeSnippets 1.1.55 2007/04/10
11595
	  - Fixed: missing event.Skip() in OnIdle() caused debugger to
11596
	  hang.
11597
11598
2007-04-10 10:34  biplab
11599
11600
svn3822:  * Now an inactive project will not be activated to show
11601
	  Build options.
11602
11603
2007-04-09 22:27  byo
11604
11605
svn3821:  wxSmith:
11606
	  * Added EVT_CLOSE for wxFrame and wxDialog (this required fixing
11607
	  some bug in event-connecting code generation)
11608
	  * Switched from wxFrame::CreateToolBar to new wxToolBar in code
11609
	  generated for wxToolBar
11610
11611
2007-04-09 10:26  biplab
11612
11613
svn3820:  * Fixed: [Bug #10822] Missing PlaceWindow on
11614
	  non-windows platforms
11615
11616
2007-04-08 18:36  pecan
11617
11618
svn3819:  -CodeSnippets - another const for settingsconfig
11619
11620
2007-04-07 15:55  biplab
11621
11622
svn3818:  * Fixed: Couple of more wrong use of "..." in menus.
11623
11624
2007-04-07 06:31  biplab
11625
11626
svn3817:  * Fixed: One wrong use of "..." in editor and applied
11627
	  one fix missed in Rev 3815.
11628
11629
2007-04-06 15:07  biplab
11630
11631
svn3816:  * Build progress bar now gets cleared if a build fails.
11632
11633
2007-04-06 14:42  biplab
11634
11635
svn3815:  * Fixed: Couple of wrong uses of "..." in editor pop-up
11636
	  menu.
11637
11638
2007-04-06 14:31  biplab
11639
11640
svn3814:  * Project file options dialog now shows parent
11641
	  project's compiler.
11642
11643
2007-04-05 14:55  afb
11644
11645
svn3813:  - wxMac: codesnippets compilation fixes
11646
11647
2007-04-05 03:59  biplab
11648
11649
svn3812:  * Fixed: [Bug #10812] wrong project selected on "build
11650
	  options" and couple of other fixes.
11651
11652
2007-04-04 00:22  pecan
11653
11654
svn3811:  *CodeSnippets 1.1.54 2007/04/3
11655
	  - Fix Linux: add const to use of wxWX2MBbuf cbU2C(const wxString&
11656
	  str);
11657
11658
2007-04-03 20:13  pecan
11659
11660
svn3810:  *CodeSnippets 1.1.53 2007/04/3
11661
	  -Ability to save Snippets as external files
11662
	  -Ability to edit externally saved Snippet file
11663
	  -New Text vs File Link icons
11664
	  -Ability to Rearrange tree with Drag and Drop
11665
	  - Drag Snippet to Category
11666
	  - Drag Category to Category
11667
	  - Drag Snippet to Snippet creates new Category with old Snippet
11668
	  - Drag Snippets/Categories outward and inward.
11669
	  -Convert To Category context menu facility
11670
	  -Added drag snippet item outward (MSW) w/ both text/file drag
11671
	  formats
11672
	  -Dragging snippet File Link to CB opens the file.
11673
	  -Changed text editor to Scintilla
11674
	  -Added DragScrolling to Editor
11675
	  -Allow Editor/Properties DragNDrop in both directions
11676
	  -Expand first level Snippets on Startup
11677
	  -Check for externally modified XML file
11678
	  -Free resources & save index when Snippet window closes
11679
	  -Portability
11680
	  -User specified window placement
11681
	  -User specified XML placement
11682
	  -User specified external editor
11683
	  -Save XML index file menu entry
11684
	  -About info and context menu entry
11685
	  -Snippet Properties Dialog
11686
11687
2007-04-03 15:07  biplab
11688
11689
svn3809:  * Fixed: [Bug #10792 and Bug #10798] Sent twice
11690
	  Parameters to external tools (By applying modified [Patch #1941],
11691
	  thx pauliusz)
11692
11693
2007-04-03 07:15  afb
11694
11695
svn3808:  - fix some 'make dist'/srcdir issues
11696
11697
2007-04-03 05:02  biplab
11698
11699
svn3807:  * Reworked and improved last commit.
11700
11701
2007-04-03 04:39  biplab
11702
11703
svn3806:  * Fixed: [Bug #10797] Renaming a file to an existing
11704
	  file deletes old file (By applying modified [Patch #1939], thx
11705
	  pauliusz)
11706
11707
2007-04-01 08:41  killerbot
11708
11709
svn3805:  - update to previous commit
11710
11711
2007-04-01 08:23  killerbot
11712
11713
svn3804:  - re-enable a previous change
11714
11715
2007-03-31 12:58  afb
11716
11717
svn3803:  * wxMac: fix large toolbar icons (Bug #10785)
11718
11719
2007-03-31 12:53  afb
11720
11721
svn3802:  * use versions for D's defines (Bug #10658)
11722
11723
2007-03-31 12:52  pecan
11724
11725
svn3801:  * KeyBinder 1.0.24 2007/03/31
11726
	  - Remove dynamic merge from OnRelease() to avoid recording CB
11727
	  core menu deletions
11728
	  - Reinstate Menu UpdateByLabel when UpdateByID fails
11729
	  - First half of fix for missing menu items
11730
11731
2007-03-30 20:49  byo
11732
11733
svn3800:  wxSmith: Fixed some bugs with default size for wxDialog
11734
	  and wxFrame
11735
11736
2007-03-30 12:39  biplab
11737
11738
svn3799:  * Fixed: [Bug #10779] funny folding behavior in a
11739
	  split-view
11740
	  * Fixed: [Bug #10784] Undo in lower split window scrolls the
11741
	  upper
11742
11743
2007-03-30 07:40  biplab
11744
11745
svn3798:  * Fixed: [Bug #8279] Opened Files tree displays
11746
	  newly-created files incorrectly.
11747
11748
2007-03-29 21:03  mortenmacfly
11749
11750
svn3797:  * report if a new project overwriting an existing one
11751
	  cannot be created (e.g. due to the old one being read-only) and
11752
	  handle this as error (!)
11753
11754
2007-03-29 18:50  mortenmacfly
11755
11756
svn3796:  * fixed minor bug with locked icon not restored when
11757
	  closing a workspace
11758
	  - removed icon "gohome" no longer used
11759
11760
2007-03-29 12:21  mortenmacfly
11761
11762
svn3795:  * added different (locked) icon if project/workspace
11763
	  file is read only on the file system
11764
	  - added new icons; updated FileVisualState; updated documentation
11765
	  for this purpose
11766
11767
2007-03-29 11:43  afb
11768
11769
svn3794:  - show template dir location for mac
11770
11771
2007-03-29 11:34  afb
11772
11773
svn3793:  * wxMac: make application startable without bundle (Bug
11774
	  #10747)
11775
11776
2007-03-29 08:09  afb
11777
11778
svn3792:  * wxMac: fix for docking drawing bug (#10759)
11779
11780
2007-03-29 06:49  biplab
11781
11782
svn3791:  * Fixed: Project menu options (Build options and
11783
	  Properties) not disabled when a project is compiling.
11784
	  * Updated: Missing fix of [Bug #10750] and couple of typos.
11785
11786
2007-03-28 22:05  byo
11787
11788
svn3790:  wxSmith: Fixed BUG #9400, dialog's and frame's area can
11789
	  now be freely resized when not using sizers. Also dialog's /
11790
	  frame's size is set now through SetClientSize, not through
11791
	  constructor params which makes it more compatible with XRC and
11792
	  more cross-platform
11793
11794
2007-03-28 16:04  biplab
11795
11796
svn3789:  *Fixed: [Bug #10750] Wrong use of "..." on menu itmes
11797
11798
2007-03-28 11:59  afb
11799
11800
svn3788:  * add wxAUI dependency on GTK+ libraries
11801
11802
2007-03-28 11:55  afb
11803
11804
svn3787:  * fix PIC flags for Solaris
11805
11806
2007-03-28 11:51  afb
11807
11808
svn3786:  - wxMac: fix file properties dialog font size (bug
11809
	  #10746)
11810
11811
2007-03-28 11:47  afb
11812
11813
svn3785:  * wxMac: allow wxWidgets project wizard programs to run
11814
11815
2007-03-28 11:08  biplab
11816
11817
svn3784:  * Fixed: [Bug #10611] Import of MS VC++ 6.0 compiler
11818
	  options files
11819
11820
2007-03-28 09:52  thomasdenk
11821
11822
svn3783:  - Moved WindowsVersion() from application globals to
11823
	  SDK globals
11824
	  - Changed CompilerCommandGenerator::ExpandBackticks to use
11825
	  WindowsVersion()
11826
	  - Changed Manager::LoadToolBar to use WindowsVersion()
11827
	  - Wrapped WindowsVersion() into namespace platform
11828
11829
2007-03-28 08:48  mandrav
11830
11831
svn3782:  * Update virtual targets too when renaming or deleting
11832
	  a real target (bug #10708).
11833
11834
2007-03-28 08:41  mortenmacfly
11835
11836
svn3781:  * show a warning message if project/workspace could not
11837
	  be saved if issued by menu for the case it's e.g. write-protected
11838
	  (resolves FR #3252 partially)
11839
11840
2007-03-27 20:34  byo
11841
11842
svn3780:  wxSmith: Fixed bugs #10677 (Custom control not
11843
	  correctly shown in designer and preview), #8244 (Auto source
11844
	  editing doesn't work with relative files)
11845
11846
2007-03-27 15:41  biplab
11847
11848
svn3779:  * Added MessageManager::IsLogVisible() function to SDK
11849
	  * Fixed: [Bug #9438] View menu check error
11850
11851
2007-03-27 12:25  mandrav
11852
11853
svn3778:  * Application now skips "activate" event so plugins can
11854
	  now process it too.
11855
	  * Added new events:
11856
	  - cbEVT_DOCK_WINDOW_VISIBILITY: a docked window has been
11857
	  shown/hidden.
11858
	  - cbEVT_SWITCHED_VIEW_LAYOUT: a new view layout has been applied.
11859
	  - cbEVT_MENUBAR_CREATE_BEGIN: menubar reconstruction has started.
11860
	  - cbEVT_MENUBAR_CREATE_END: menubar reconstruction has ended.
11861
11862
2007-03-27 11:33  mandrav
11863
11864
svn3777:  * wx2.8 compatibility for main executable (patch #1910
11865
	  restructured).
11866
	  * When creating new project from user template, verify
11867
	  destination dir is empty. If it is not, notify user that files
11868
	  will be overwritten if he continues.
11869
11870
2007-03-27 11:05  mandrav
11871
11872
svn3776:  * wx2.8 compatibility for class wizard plugin (patch
11873
	  #1914).
11874
11875
2007-03-27 11:03  mandrav
11876
11877
svn3775:  * wx2.8 compatibility for debugger plugin (patch
11878
	  #1915).
11879
11880
2007-03-27 11:00  mandrav
11881
11882
svn3774:  * wx2.8 compatibility for compiler plugin (patch
11883
	  #1916).
11884
11885
2007-03-27 10:52  mandrav
11886
11887
svn3773:  * If extensions handler plugin is disabled, notify
11888
	  accordingly when trying to open a file not internally supported
11889
	  (patch #1924 for bug #9796).
11890
11891
2007-03-27 10:49  mandrav
11892
11893
svn3772:  * cbU2C function now returns *const* WX2MBbuf (patch
11894
	  #1929 for bug #10669).
11895
11896
2007-03-27 10:43  mandrav
11897
11898
svn3771:  * Parse debugger's output if gdb is set to use hardware
11899
	  breakpoints as default (patch #1932).
11900
11901
2007-03-27 10:40  mandrav
11902
11903
svn3770:  * Fixed project wizards dialog having wrong dimensions
11904
	  in wx2.8 (patch #1880).
11905
	  * Replaced wxCheckList (old wx2.4 name) with wxCheckListBox
11906
	  (patch #1893).
11907
11908
2007-03-27 10:33  mandrav
11909
11910
svn3769:  - Added missing keyword (foreach) in squirrel lexer.
11911
11912
2007-03-27 09:08  afb
11913
11914
svn3768:  - allow Cocoa and Carbon for Mac OS X
11915
11916
2007-03-27 09:06  afb
11917
11918
svn3767:  - rename platform*macos to platform*macosx
11919
11920
2007-03-27 08:53  afb
11921
11922
svn3766:  * fix default prefix on Unix (other than Linux)
11923
11924
2007-03-27 08:52  afb
11925
11926
svn3765:  * add Darwin and Solaris platforms
11927
11928
2007-03-26 22:19  byo
11929
11930
svn3764:  wxSmith: Committed some work related to user=defined
11931
	  items (still not finished), no change of wxSmith's behavior
11932
11933
2007-03-26 18:24  biplab
11934
11935
svn3763:  * Improvements to OpenGL wizard. Fixes linking problem
11936
	  when BCC is used.
11937
11938
2007-03-26 18:17  byo
11939
11940
svn3762:  Reduced workaround allowing to easily compile under
11941
	  wxPropertyGrid under linux
11942
11943
2007-03-25 22:09  afb
11944
11945
svn3761:  * SDL/GLUT wizards updated for Mac
11946
11947
2007-03-25 21:31  afb
11948
11949
svn3760:  * fix Darwin/GTK2 wxWidgets libraries (bug #8821)
11950
11951
2007-03-25 20:56  afb
11952
11953
svn3759:  * fix bug where application failed to run
11954
11955
2007-03-25 06:58  biplab
11956
11957
svn3758:  * Fixed: [Bug #10674] Import of MS VC++ 8.0 forced
11958
	  include file
11959
11960
2007-03-24 07:59  biplab
11961
11962
svn3757:  * Improvements of context menus in project manager.
11963
11964
2007-03-24 07:09  biplab
11965
11966
svn3756:  * Added "excluded from build" import support in MSVC 6
11967
	  loader.
11968
	  * Fixed: [Bug #10714] Can't search include directory when
11969
	  compiling resource files
11970
11971
2007-03-24 00:59  byo
11972
11973
svn3755:  Fixed linux build
11974
11975
2007-03-23 22:54  afb
11976
11977
svn3754:  - didn't compile, wxToplevelWindow -> wxWindow
11978
11979
2007-03-23 22:45  byo
11980
11981
svn3753:  Added updates to wxPropGrid patch by stahta01
11982
11983
2007-03-23 22:36  byo
11984
11985
svn3752:  Switched into wxPropGrid ver 1.2.6
11986
	  Applied patches by stahta01 making wxSmith compatible with wx 2.8
11987
11988
2007-03-23 22:14  afb
11989
11990
svn3751:  - missed a SCRIPT var for wxMac
11991
11992
2007-03-23 22:00  afb
11993
11994
svn3750:  * wxMac: run programs with Terminal.app, not xterm
11995
11996
2007-03-23 21:54  afb
11997
11998
svn3749:  * wxMac: debugger stop / PID -1 workaround
11999
12000
2007-03-23 21:46  afb
12001
12002
svn3748:  - centre splashscreen for wxMac
12003
12004
2007-03-23 16:57  thomasdenk
12005
12006
svn3747:  - Reverted patch #1762
12007
12008
2007-03-23 13:41  biplab
12009
12010
svn3746:  * Fixed: [Bug #10645] qt wizard: cannot specify QT path
12011
	  (A revised patch has been applied)
12012
12013
2007-03-23 13:24  biplab
12014
12015
svn3745:  * Fixed: [Bug #10684] Irrlicht wizard does not work on
12016
	  gentoo (A revised patch has been applied)
12017
12018
2007-03-23 12:43  biplab
12019
12020
svn3744:  * Fixed: Broken build in Linux.
12021
12022
2007-03-23 12:02  mandrav
12023
12024
svn3743:  * Enabled FLTK wizard for non-windows platforms. Also
12025
	  added option to create either the minimal sample code or a
12026
	  FLUID-based project.
12027
12028
2007-03-23 10:51  biplab
12029
12030
svn3742:  * Reverted changes made in last commit.
12031
12032
2007-03-23 08:12  biplab
12033
12034
svn3741:  * Now empty $(#gcv.include) will return
12035
	  $(#gcv.base)/include/<gcv_name> in *nixes
12036
	  * Fixed: [Bug #10645] qt wizard: cannot specify QT path and [Bug
12037
	  #10684] Irrlicht wizard does not work on gentoo
12038
12039
2007-03-22 19:46  biplab
12040
12041
svn3740:  * Updated header missed in last commit.
12042
12043
2007-03-22 19:43  biplab
12044
12045
svn3739:  * Improved directory parsing in MSVC7+ project
12046
	  importer. Now separators will not slip through.
12047
12048
2007-03-22 14:38  biplab
12049
12050
svn3738:  * Fixed: [Bug #10696] wrong command line for compiling
12051
	  without build
12052
12053
2007-03-22 01:43  pecan
12054
12055
svn3737:  *CodeSnippets
12056
	  - Honor source indentation with ApplySnippet (Thanks wxLearner)
12057
	  - Show first level items on initial view
12058
12059
2007-03-21 08:22  mandrav
12060
12061
svn3736:  - Removed forgotten error exit code from
12062
	  update_revision.sh.
12063
12064
2007-03-20 21:57  byo
12065
12066
svn3735:  wxSmith: Committed not yet finished work on
12067
	  user-defined items (does not affect wxSmith's behavior)
12068
12069
2007-03-20 21:41  killerbot
12070
12071
svn3734:  * fixed a bug in warning parsing in the GNUARM
12072
	  (precomiler warnings were stealing compiler warnings)
12073
12074
2007-03-20 21:01  mortenmacfly
12075
12076
svn3733:  * fixed bugs in MSVC loader concerning include/lib/res
12077
	  path's with spaces
12078
12079
2007-03-20 15:19  biplab
12080
12081
svn3732:  Fixed: [Bug #10676] Code::Blocks crashed when I tried
12082
	  to remove a file
12083
12084
2007-03-20 14:31  mortenmacfly
12085
12086
svn3731:  * MSVC loader: import base resource options, too
12087
12088
2007-03-19 14:46  mandrav
12089
12090
svn3730:  * Fixed implementation of gdb step-out command (it was
12091
	  using a code relic from gdb 5.2 days). Fix for bug #10509.
12092
12093
2007-03-19 14:41  mandrav
12094
12095
svn3729:  * Respect include dirs set by implicitely setting the
12096
	  options to search in project's dir and file's local dir. Should
12097
	  help with dependency tracking, relevant to bug #10533.
12098
12099
2007-03-19 13:52  mandrav
12100
12101
svn3728:  - Platform fix.
12102
12103
2007-03-19 13:13  mandrav
12104
12105
svn3727:  * Fixed debugger mis-behaving in latest revisions.
12106
	  Still have to check if the windows-break-running-process still
12107
	  works though.
12108
12109
2007-03-19 12:42  mandrav
12110
12111
svn3726:  * Fixed Build->Run menu (linux).
12112
12113
2007-03-19 12:30  mandrav
12114
12115
svn3725:  - Linux build fixes.
12116
12117
2007-03-19 08:38  biplab
12118
12119
svn3724:  * Fixed: [Bug #10670] Application crash (Bug is in
12120
	  wxAUI, not in C::B)
12121
12122
2007-03-19 05:42  biplab
12123
12124
svn3723:  * Fixed: [Bug #10666] blocked application
12125
	  * Folder browse window in AddGenericSelectPathPage in scripted
12126
	  wizard is now modal.
12127
	  * Applied ([Patch #1818] Plugin templates update) in modified
12128
	  form.
12129
12130
2007-03-18 21:06  mandrav
12131
12132
svn3722:  * Changed to run-time linking of DebugBreakProcess
12133
	  function in debugger plugin. Should now work again under all
12134
	  windows operating systems.
12135
12136
2007-03-18 15:39  biplab
12137
12138
svn3721:  Fixed: [Bug #10667] file properties screwed up
12139
12140
2007-03-17 19:29  killerbot
12141
12142
svn3720:  - compile fix
12143
12144
2007-03-17 18:53  byo
12145
12146
svn3719:  wxSmith: Fixed bug related to new icon loading system
12147
12148
2007-03-17 18:19  byo
12149
12150
svn3718:  wxSmith:
12151
	  * Added wxsAutoResourceTreeImage and better icon managment in
12152
	  resource browser
12153
	  * added some yet unfinished classes for user-defined items
12154
12155
2007-03-17 16:45  byo
12156
12157
svn3717:  wxSmith: Fixed bug with invalid window size when used
12158
	  menubar, toolbar or statusbar
12159
12160
2007-03-17 04:04  biplab
12161
12162
svn3716:  * Fixed: Possible crash while right clicking on
12163
	  workspace (introduced by a fix in rev 3713)
12164
12165
2007-03-16 22:35  mandrav
12166
12167
svn3715:  * Build->Run menu works again now for windows (thx
12168
	  wxLearner).
12169
12170
2007-03-16 19:39  biplab
12171
12172
svn3714:  * Fixed: [Bug #9457 & Bug #10638] Error at import or
12173
	  open Dev++ project
12174
12175
2007-03-16 12:54  biplab
12176
12177
svn3713:  * Fixed: [Bug #9452] Build options coherency lack
12178
	  * Improved context menu in Project Manager. A number of options
12179
	  wont be enabled if the project is currently compiling.
12180
12181
2007-03-15 22:38  daniel2000
12182
12183
svn3712:  - autotools fix for make dist
12184
12185
2007-03-15 21:15  killerbot
12186
12187
svn3711:  - fix for building on linux : broken due to rev 3710
12188
12189
2007-03-15 16:09  thomasdenk
12190
12191
svn3710:  - War against macros (8)
12192
12193
2007-03-15 15:38  killerbot
12194
12195
svn3709:  - second part of fix for building on linux (broken due
12196
	  to svn 3706)
12197
12198
2007-03-15 15:34  killerbot
12199
12200
svn3708:  - first part of fix for building on linux (broken due
12201
	  to svn 3706)
12202
12203
2007-03-15 15:22  killerbot
12204
12205
svn3707:  - linux build fix (broken due to rev 3705)
12206
12207
2007-03-15 15:08  thomasdenk
12208
12209
svn3706:  - War against macros (7)
12210
12211
2007-03-15 13:06  thomasdenk
12212
12213
svn3705:  - War against macros (6)
12214
12215
2007-03-14 21:29  mortenmacfly
12216
12217
svn3704:  * fulfilled FR #3165 by applying patch #1900 (thanks
12218
	  dermeister)
12219
12220
2007-03-14 18:34  killerbot
12221
12222
svn3703:  - fix previous undesired commit of this file
12223
12224
2007-03-14 18:30  killerbot
12225
12226
svn3702:  - fix linux build
12227
12228
2007-03-14 17:42  thomasdenk
12229
12230
svn3701:  - War against macros (5)
12231
12232
2007-03-14 17:25  biplab
12233
12234
svn3700:  * Updated CodeBlocks-unix.cbp file to fix compilation
12235
	  issues in Linux.
12236
12237
2007-03-14 16:38  thomasdenk
12238
12239
svn3699:  - Fixed non-standard compliant #ifdefs
12240
12241
2007-03-14 16:07  thomasdenk
12242
12243
svn3698:  - War against macros (4)
12244
12245
2007-03-14 14:25  biplab
12246
12247
svn3697:  * Fixed MSVC 6 Project file import bug
12248
12249
2007-03-14 11:43  thomasdenk
12250
12251
svn3696:  - War against macros (3)
12252
	  - Renamed global OS() function to WindowsVersion() which is what
12253
	  the function really does (use platform::id or one of the other
12254
	  platform constants to get an actual OS identifier)
12255
	  - Removed hardcoded locale array size and the need to keep two
12256
	  separate arrays in sync
12257
	  - moved app globals into a namespace
12258
	  - moved Delete template into prep.h for universal availabilty
12259
	  (STL-aware versions stay in safedelete.h to keep compile-time
12260
	  reasonable)
12261
12262
2007-03-14 08:39  mandrav
12263
12264
svn3695:  - Fix compilation for linux.
12265
12266
2007-03-14 08:30  mortenmacfly
12267
12268
svn3694:  * fixed "instantiated from here" parsing for GCC based
12269
	  compilers
12270
	  * fixed broken batch-build and DDE error due to "Project already
12271
	  exists in workspace" message
12272
	  - fixed interface mismatch
12273
12274
2007-03-13 10:06  mortenmacfly
12275
12276
svn3693:  - improved source code readability for batch-build
12277
	  scripts (internal, no change of functionality)
12278
12279
2007-03-12 18:38  mortenmacfly
12280
12281
svn3692:  * fixed crash on batch builds if project file provided
12282
	  via command line is not valid
12283
12284
2007-03-12 18:33  biplab
12285
12286
svn3691:  * Fixed: [Bug #10595] wxSlider: typo in
12287
	  wxEVT_SCROLL_PAGEUP and in wxScrollBar
12288
12289
2007-03-12 16:26  thomasdenk
12290
12291
svn3690:  - Removed junk characters that were secretly inserted
12292
	  by the editor (WTF?!)
12293
	  - Replaced obsolete platforms functions in ConfigManager with
12294
	  their respective counterparts
12295
12296
2007-03-12 15:56  thomasdenk
12297
12298
svn3689:  - War against Macros (2)
12299
	  - Fixed --profile=ask behaviour (use of uninitialised variable)
12300
	  - Added compiletime assert for wxWidgets version
12301
12302
2007-03-12 15:51  killerbot
12303
12304
svn3688:  * open watcom support fix for static libraries
12305
12306
2007-03-12 15:39  killerbot
12307
12308
svn3687:  - little (temporary fix) to compile on linux
12309
12310
2007-03-12 14:00  biplab
12311
12312
svn3686:  * Fixed: [Bug #10548] Item in To-Do list not going to
12313
	  proper line
12314
12315
2007-03-12 12:27  thomasdenk
12316
12317
svn3685:  - War against Macros (1)
12318
12319
2007-03-12 06:34  biplab
12320
12321
svn3684:  * Fixed: [Bug #10387] Visual C++ project import does
12322
	  not check cb project presence
12323
12324
2007-03-11 05:56  biplab
12325
12326
svn3683:  Console Wizard:
12327
	  * Added MSVC 8 (aka VC 2005) support.
12328
	  * Dropped Single-threaded CRT support for MSVC 7.1. Wizard now
12329
	  supports Multi-threaded Static/Dynamic CRT for MSVC 7.1 & 8.
12330
	  * Changed executable output path and small change in generated
12331
	  cpp code.
12332
12333
2007-03-10 17:26  mandrav
12334
12335
svn3682:  * Fixed debugging issue where the debugger would not
12336
	  jump to the breakpoint file/line when stopped for the first time
12337
	  (although it did stop and pressing F7 resumed debugging
12338
	  normally).
12339
	  * Added data breakpoints (experimental). Right click on a
12340
	  variable while debugging and choose "Add data breakpoint".
12341
12342
2007-03-09 17:57  biplab
12343
12344
svn3681:  * Fixed linking errors in wxWiz generated projects
12345
	  against Monolithic-Static wx lib.
12346
12347
2007-03-09 15:44  pecan
12348
12349
svn3680:  KeyBinder 1.0.22 2007/03/9
12350
	  [ Patch #1913 ] Patch Key Binder plugin for wxW28 with
12351
	  disable_compat26
12352
12353
2007-03-09 08:17  biplab
12354
12355
svn3679:  * Fixed duplicate menu mnemonics in Find and Replace
12356
	  dialog
12357
12358
2007-03-08 23:33  mandrav
12359
12360
svn3678:  * Added gdb support for pausing the debuggee while
12361
	  running (thanks to kai7 for the tip).
12362
12363
2007-03-08 19:39  biplab
12364
12365
svn3677:  * Fixed: [Bug #10540] VS .Net project and the 'Exclude
12366
	  from compilation' flag
12367
12368
2007-03-08 18:11  thomasdenk
12369
12370
svn3676:  * Call wxUpdateUIEvent::SetUpdateInterval
12371
12372
2007-03-08 17:26  ceniza
12373
12374
svn3675:  * help_plugin: added support for variable substitution
12375
	  thru MacrosManager, not just $(keyword)
12376
12377
2007-03-08 15:36  biplab
12378
12379
svn3674:  * Bug-fix enabling unfolding of code when an
12380
	  error/warning line is selected/highlighted
12381
12382
2007-03-07 16:16  biplab
12383
12384
svn3673:  * Fixed few duplicate menu mnemonics
12385
12386
2007-03-07 13:57  biplab
12387
12388
svn3671:  * Fixed Code-folding bug (Fold/Unfold/Toggle
12389
	  All/{Current block} related)
12390
12391
2007-03-07 13:11  mandrav
12392
12393
svn3670:  * Debugger's tooltip evaluation re-enabled.
12394
12395
2007-03-06 00:10  byo
12396
12397
svn3669:  Added ability to dynamically create files in
12398
	  subdirectories, unlocked creating files with unknown extensions
12399
	  Added wxSmith support into wxWidgets wizard
12400
	  Added missing automake files into wxWidgets wizard
12401
12402
2007-03-05 23:56  byo
12403
12404
svn3668:  wxSmith:
12405
	  * Fixed two bugs in wxStatusBar (invalid data stored to xml files
12406
	  / no variable length for last field)
12407
	  * Fixed bug in tools loading code (sometimes object was used
12408
	  after being deleted)
12409
12410
2007-03-05 21:21  daniel2000
12411
12412
svn3667:  - updated file list of spec file
12413
12414
2007-03-05 16:19  mortenmacfly
12415
12416
svn3666:  * 2nd part of fix for crash when closing project
12417
	  options dialog
12418
12419
2007-03-05 13:02  biplab
12420
12421
svn3665:  * Fixed crash (in few cases) while closing project
12422
	  options dialog (On behalf of Martin)
12423
12424
2007-03-04 11:46  killerbot
12425
12426
svn3664:  - include fix
12427
12428
2007-03-03 15:20  byo
12429
12430
svn3663:  wxSmith: Fixed invalid structure of bitmap node in XRC
12431
	  when wxArtProvider was used (thanks to Mandrav)
12432
12433
2007-03-03 14:40  byo
12434
12435
svn3662:  wxSmith: Renamed "Custom class" property to "Class
12436
	  name", it now shows used class name (previously it was empty in
12437
	  case of using standard class), this helped fixing some bugs with
12438
	  custom controls
12439
12440
2007-03-03 14:00  byo
12441
12442
svn3661:  wxSmith: Implemented wizard-binding function (not yet
12443
	  tested, waiting for full support inside wizard)
12444
12445
2007-03-03 09:56  biplab
12446
12447
svn3660:  * OpenWatcom: Restored support of adding linker options
12448
	  in project target's linker option section.
12449
	  * wxWidgets wizard: Fixed wrong linker option for OpenWatcom in
12450
	  project's debug target.
12451
12452
2007-03-02 14:26  mandrav
12453
12454
svn3659:  - Signed/unsigned fix in debugger sources.
12455
	  * Fixed debugger to be able to stop a program while running
12456
	  (linux).
12457
	  * Debugger's tooltip evaluation is temporarily disabled.
12458
12459
2007-03-02 09:31  biplab
12460
12461
svn3658:  wxWidgets Wizard: Added OpenWatcom Support
12462
12463
2007-03-02 08:16  biplab
12464
12465
svn3657:  OpenWatcom support has been revamped
12466
12467
2007-03-01 11:24  mandrav
12468
12469
svn3656:  * Hopefully fixed mime types associations for Gnome
12470
	  (>=2.8).
12471
12472
2007-03-01 00:35  byo
12473
12474
svn3655:  wxSmith: Added few new symbols in Codef function,
12475
	  cleaned previous ones, updated items to use new code
12476
12477
2007-02-28 23:42  byo
12478
12479
svn3654:  wxSmith: Added missing include in wxsresourcetree.cpp
12480
12481
2007-02-28 21:50  pecan
12482
12483
svn3653:  DragScroll 1.0.39 2007/02/28
12484
	  If exists executable folder .ini file, use it.
12485
12486
2007-02-28 12:17  biplab
12487
12488
svn3652:  Fixed: [Bug #10466] Adding new file with the same name
12489
	  already in project
12490
12491
2007-02-28 11:47  thomasdenk
12492
12493
svn3651:  - Added unncessary overhead to saving files under
12494
	  Windows
12495
12496
2007-02-28 11:39  mandrav
12497
12498
svn3650:  * Command line option --target now accepts "ask" as a
12499
	  value. In this case, a target selection pops-up for the user to
12500
	  choose the target.
12501
12502
2007-02-28 10:43  mandrav
12503
12504
svn3649:  * Batch-building improvements:
12505
	  - Added --clean command line option (patch #1888).
12506
	  - Don't load syntax highlighting files (not needed and
12507
	  time-consuming).
12508
	  - Batch build log uses the same log as in normal operation
12509
	  (errors/warnings colouring, progress display, etc).
12510
12511
2007-02-27 18:18  biplab
12512
12513
svn3648:  * Removed deprecated compiler options from MSVC 8
12514
12515
2007-02-26 16:47  biplab
12516
12517
svn3645:  wxWidgets wizard:
12518
	  * EVT_CLOSE has been added in all templates to ensure proper
12519
	  exit.
12520
12521
2007-02-25 18:25  biplab
12522
12523
svn3644:  wxWidgets wizard: A PCH generation bug has been fixed
12524
12525
2007-02-25 18:10  biplab
12526
12527
svn3643:  wxWidgets Wizard:
12528
	  * Wizard now supports creation of wxDialog / wxFrame based app.
12529
	  * Wizard now supports wxFormBuilder to be selected as 3rd-Party
12530
	  GUI Builder alongwith wxDialog / wxFrame option.
12531
	  * PCH include header has been reverted to wx_pch.h and PCH
12532
	  Pre-Processor definition is changed to WX_PRECOMP
12533
12534
2007-02-24 22:05  byo
12535
12536
svn3642:  wxSmith: Added few GPL headers I've forgot in new files
12537
12538
2007-02-24 21:58  byo
12539
12540
svn3641:  wxSmith: Fixed small bug and small typo in string
12541
	  property (thx to Alturin)
12542
12543
2007-02-24 21:48  byo
12544
12545
svn3640:  wxSmith:
12546
	  * Added toolbars
12547
	  * Switched image of root item in resource browser to wxSmith's
12548
	  logo
12549
	  * Strings generated by bitmap property when using wxArtProvider
12550
	  are now untranslated (as they should be)
12551
	  * Fixed bug in Codef function (used && instead of &)
12552
12553
2007-02-23 23:40  pecan
12554
12555
svn3639:  *KeyBinder 1.0.31 2007/02/23
12556
	  - Allow override of predefined menu accelerators set in Main.cpp
12557
	  - Use cbKeyBinder##.ini file when in executable folder
12558
12559
2007-02-23 22:10  byo
12560
12561
svn3638:  wxSmith: Fixed bug preventing wxStdDialogButtonSizer
12562
	  from being created. Thanks to wxLearner
12563
12564
2007-02-23 21:37  byo
12565
12566
svn3637:  wxSmith:
12567
	  * Added wxStatusBar
12568
	  * Replaced few communicates from _T() to _() in wxsMenuBar class
12569
	  * Fixed handling of negative integers in Codef(...) functions
12570
12571
2007-02-23 21:18  byo
12572
12573
svn3636:  wxSmith: Fixed typo in string property
12574
12575
2007-02-22 18:37  byo
12576
12577
svn3635:  wxSmith:
12578
	  * Added wxsResourceFactory::OnAttach /
12579
	  wxsResourceFactory::OnRelease to make initialization /
12580
	  destruction in proper time
12581
	  * Added unregistering of WxsAddWxExtensions function from
12582
	  squirrel.
12583
12584
2007-02-22 14:04  mandrav
12585
12586
svn3634:  - Applied patch #1704.
12587
12588
2007-02-21 20:36  byo
12589
12590
svn3633:  wxSmith:
12591
	  * Updated linux prject file ( \ replaced with /)
12592
	  * Added one more argument to wizard-helper function (name of wxs
12593
	  file)
12594
12595
2007-02-21 19:40  byo
12596
12597
svn3632:  wxSmith: Added skeleton function used in wxWidgets
12598
	  wizard to update wxSmith's bindings
12599
12600
2007-02-21 18:45  byo
12601
12602
svn3631:  wxSmith: Fixed handling of '\n' '\r' '\t' '\\' '_' and
12603
	  '__' in string properties
12604
12605
2007-02-21 08:43  killerbot
12606
12607
svn3630:  - include fix (does not build on linux)
12608
12609
2007-02-21 00:16  byo
12610
12611
svn3629:  wxSmith: Switched to cbLoadBitmap when adding icons to
12612
	  resource tree - this fixes issues with invalid background
12613
12614
2007-02-20 23:40  byo
12615
12616
svn3628:  wxSmith:
12617
	  * Added almost all missing icons into resource browser (still
12618
	  need some tweaking because of invalid background)
12619
	  * wxsItem-derived classes may now set their custom icon in
12620
	  resource browser
12621
12622
2007-02-20 13:47  killerbot
12623
12624
svn3627:  - fix a minor GUI glitch
12625
12626
2007-02-20 13:12  mandrav
12627
12628
svn3626:  - Added saving/loading of supported platforms in the
12629
	  project level (forgot in previous commit).
12630
12631
2007-02-20 12:57  mandrav
12632
12633
svn3625:  * Added script bindings for "make" commands.
12634
	  * Implemented setting of supported platforms for each
12635
	  project/target. If a project/target is not supported in the
12636
	  current platform it is excluded from the build. Another step for
12637
	  trully cross-platform project files...
12638
12639
2007-02-20 10:43  mandrav
12640
12641
svn3624:  - Updated more projects (linux).
12642
12643
2007-02-20 10:36  mandrav
12644
12645
svn3623:  * Added a missing platform guard in symbols browser
12646
	  builder thread mutex handling which caused a freeze under some
12647
	  circumstances.
12648
12649
2007-02-20 10:32  mandrav
12650
12651
svn3622:  - Fix for cb_share_config to build under linux.
12652
12653
2007-02-20 10:10  mandrav
12654
12655
svn3621:  - Minor update in build progress setting-up.
12656
	  - Fixed a warning from last commit.
12657
12658
2007-02-20 10:06  mandrav
12659
12660
svn3620:  * Added Manager::GetCmdLineParser(). Plugins now can
12661
	  parse the command line and support their own options. For
12662
	  documentation check wxWidgets docs on wxCmdLineParser.
12663
12664
2007-02-20 09:34  mandrav
12665
12666
svn3619:  * Added reporting of build progress. Can be enabled in
12667
	  two modes: (1) a progress bar in the build log and/or (2) a
12668
	  percentage at the start of each build log line. Configured in
12669
	  global compiler options.
12670
12671
2007-02-19 23:00  byo
12672
12673
svn3618:  wxSmith: Added locking of select events in resource
12674
	  browser - this can increase stability on Mac
12675
12676
2007-02-19 22:42  byo
12677
12678
svn3617:  wxSmith:
12679
	  * Disabled wxMenu for resources using XRC
12680
	  * Fixed bugs with sub-menus
12681
	  * Changed Codef to simplified style in wxsMenuItem to test how
12682
	  simplified version works
12683
12684
2007-02-19 21:09  byo
12685
12686
svn3616:  wxSmith: Small update to code generated when wxDialog
12687
	  is main app resource - calls SetTopWindow() before ShowModal()
12688
12689
2007-02-19 00:31  byo
12690
12691
svn3615:  wxSmith: Missing include
12692
12693
2007-02-17 01:04  byo
12694
12695
svn3614:  wxSmith:
12696
	  * Added icons in resource browser (still needs polishing)
12697
	  * Committed changes to cbp which should be done in previous
12698
	  commit (forgot to save project)
12699
12700
2007-02-16 23:43  byo
12701
12702
svn3613:  wxSmith:
12703
	  * Added simplified version of Codef (no need to give Language
12704
	  parameter nor add result to source code, it's done automatically)
12705
	  * Fixed cbp file to run C::B app when running / debugging
12706
	  * Items in resource browser contain now class name and variable
12707
	  name if used (for standard items), for menus it show labels
12708
12709
2007-02-16 22:40  byo
12710
12711
svn3612:  wxSmith: Added "User class" property in most items -
12712
	  this will allow using custom classes with behavior similar to
12713
	  supported items
12714
12715
2007-02-16 18:57  byo
12716
12717
svn3611:  wxSmith:
12718
	  * Added support for wxMenu and wxMenuBar
12719
	  * Added block for auto-generated code in destructor of new
12720
	  resources (it may be needed in future)
12721
	  * Few small bug fixes
12722
12723
2007-02-16 15:55  biplab
12724
12725
svn3610:  wxWidgets Wizard: Added support to compile debug target
12726
	  with release lib of wxWidgets and other minor code changes
12727
12728
2007-02-15 15:43  mortenmacfly
12729
12730
svn3609:  - include fixes for compiler not supporting PCH
12731
12732
2007-02-15 12:19  mandrav
12733
12734
svn3608:  * Backup files created during saving are now deleted
12735
	  again.
12736
12737
2007-02-14 15:36  mortenmacfly
12738
12739
svn3607:  - updated doxygen file to new path layout (and
12740
	  version), removed zombies
12741
12742
2007-02-14 15:30  tiwag
12743
12744
svn3606:  - ANSI_BUILD_cb-projectfiles.patch removed
12745
12746
2007-02-14 11:40  killerbot
12747
12748
svn3605:  - Makefile.am fix
12749
12750
2007-02-14 08:55  biplab
12751
12752
svn3604:  C::B Plugin Wizard: Updated to conform with latest
12753
	  directory layout changes
12754
12755
2007-02-14 08:06  mortenmacfly
12756
12757
svn3603:  * another massive projects files update (clean-up)
12758
	  * warning: before another build it's best to remove all *.gch,
12759
	  *.o, *.a files, the "devel" folder and do a re-build (object
12760
	  files have moved completely into .objs folder)
12761
12762
2007-02-13 18:32  mandrav
12763
12764
svn3602:  - Updated project files.
12765
12766
2007-02-13 12:59  mandrav
12767
12768
svn3601:  - Fixed hang/crash on exit which "moved" to the windows
12769
	  platform.
12770
12771
2007-02-13 11:53  mandrav
12772
12773
svn3600:  - Updated project files.
12774
12775
2007-02-13 11:34  mandrav
12776
12777
svn3599:  - Updated project file.
12778
12779
2007-02-13 11:31  mandrav
12780
12781
svn3598:  * Fixed hang/crash on exit (observed in linux).
12782
12783
2007-02-13 11:28  mandrav
12784
12785
svn3597:  * Directories layout restructuring part two
12786
	  (completed).
12787
12788
2007-02-12 23:30  byo
12789
12790
svn3596:  wxSmith: Fixed bug in wxBitmapButton with invalid code
12791
	  generated in some cases, found by manianis
12792
12793
2007-02-12 15:30  mandrav
12794
12795
svn3595:  - Updated a couple of windows project files for the new
12796
	  directories layout.
12797
12798
2007-02-12 14:55  mandrav
12799
12800
svn3594:  * First part of directories layout re-organization:
12801
	  moved all sdk header files to a new dir named "include".
12802
12803
2007-02-12 08:19  biplab
12804
12805
svn3593:  * wxWidgets Wizard: Added support for wxWidgets 2.9.x
12806
	  (CVS Branch)
12807
	  * wxWidgets Wizard: Added PCH support for GCC in Linux
12808
12809
2007-02-10 13:44  byo
12810
12811
svn3592:  wxSmith: Implemented first working menu editor (wxMenu
12812
	  and wxMenuBar should be ready in next commit to show this editor
12813
	  working)
12814
12815
2007-02-09 17:50  biplab
12816
12817
svn3591:  * Console Wizard: Bug fix regarding selection of
12818
	  threaded library (for MSVC 7.1)
12819
12820
2007-02-09 09:19  mandrav
12821
12822
svn3590:  - Fix for Lightfeather structured wizard.
12823
12824
2007-02-08 13:32  mandrav
12825
12826
svn3589:  * Bug-fix for wizard generated files added to project
12827
	  w/out checking if they are part of the project already.
12828
12829
2007-02-08 10:13  mandrav
12830
12831
svn3588:  * File->Properties now works for files not belonging to
12832
	  a project too.
12833
12834
2007-02-08 01:29  byo
12835
12836
svn3587:  wxSmith: ... still working on menu editor ... menu
12837
	  items not enabled yet
12838
12839
2007-02-07 13:53  mandrav
12840
12841
svn3586:  - Updated annoying dialog to respect platform-specific
12842
	  UI guidelines regarding buttons placement.
12843
12844
2007-02-07 12:37  mandrav
12845
12846
svn3585:  * Added auto-expand-namespaces option for symbols
12847
	  browser.
12848
12849
2007-02-07 11:42  mandrav
12850
12851
svn3584:  * Fixed symbols browser's current-file mode (correctly
12852
	  sync with active editor).
12853
12854
2007-02-07 11:04  killerbot
12855
12856
svn3583:  - OK/Cancel buttons order fix (so they are behaving
12857
	  nicely on linux)
12858
12859
2007-02-07 10:50  mandrav
12860
12861
svn3582:  * Fixed crash when switching editors and symbols
12862
	  browser was in current-file-symbols mode (noticed in linux).
12863
12864
2007-02-07 09:51  mandrav
12865
12866
svn3581:  * Fixed symbols browser context menu entry "Re-parse
12867
	  now" to work correctly.
12868
12869
2007-02-07 09:40  mandrav
12870
12871
svn3580:  * Symbols browser now remembers the splitter position.
12872
12873
2007-02-07 09:00  mandrav
12874
12875
svn3579:  - Minor bug-fix in script function
12876
	  IO.ExecuteAndGetOutput().
12877
12878
2007-02-07 01:08  byo
12879
12880
svn3578:  wxSmith: partial implementation of wxsMenuEditor class
12881
	  (menu items not enabled yet in RAD)
12882
12883
2007-02-06 16:23  biplab
12884
12885
svn3577:  wxWidgets Wizard: Removed wrong wizard message
12886
12887
2007-02-06 12:19  mandrav
12888
12889
svn3576:  * Fixed bug with losing syntax highlighting changes
12890
	  when editing lexer keywords.
12891
12892
2007-02-06 11:45  mandrav
12893
12894
svn3575:  * Fixed saving/loading compiler regular expressions
12895
	  bug.
12896
12897
2007-02-06 09:48  biplab
12898
12899
svn3574:  * wxWidgets Wizard: Redesigned wx configuration
12900
	  selection page (Unix)
12901
12902
2007-02-06 01:28  byo
12903
12904
svn3573:  wxSmith (no change in behavior):
12905
	  * Commited some changes related to menu editor (new items not yet
12906
	  finished so they're disabled now)
12907
	  * Added wxsItem::CanAddToParent, now possibility to add child is
12908
	  checked from parent's and child's point of view
12909
	  * Base class for wxsTool switched from wxsItem to wxsParent,
12910
	  tools can now have child items
12911
12912
2007-02-05 22:34  byo
12913
12914
svn3572:  Small fix to wxsNotebook
12915
	  Added wxWANT_CHARS to wxPanel's styles
12916
12917
2007-02-05 17:14  mortenmacfly
12918
12919
svn3571:  - minor SDK documentation fixes
12920
12921
2007-02-05 14:40  biplab
12922
12923
svn3570:  wxWidgets Wizard: Wx lib configurations are now
12924
	  conveniently grouped (Win)
12925
12926
2007-02-05 10:34  mandrav
12927
12928
svn3569:  * Replaced wxNotebook with wxChoicebook in some dialogs
12929
	  to avoid nested notebooks (which look ugly) and also make them
12930
	  simpler (although functionality has not changed).
12931
12932
2007-02-05 06:57  biplab
12933
12934
svn3568:  * Console Wizard: Bug introduced in last revision
12935
	  fixed.
12936
12937
2007-02-05 05:58  biplab
12938
12939
svn3567:  * Console Wizard: Compilation Errors Fixed for MSVC 7.1
12940
	  * Console Wizard: Options to select CRT type for MSVC 7.1
12941
12942
2007-02-03 22:55  killerbot
12943
12944
svn3566:  * fix qt template/project : should be :
12945
	  libQtAssistantClient4.a
12946
12947
2007-02-03 15:10  biplab
12948
12949
svn3565:  * Bug fix restoring PCH support for GCC in wxWidgets
12950
	  wizard
12951
	  * Custom PCH header addition support added for Empty Projects
12952
12953
2007-02-02 23:02  daniel2000
12954
12955
svn3564:  - fixed undefined datarootdir in codeblocks.pc
12956
12957
2007-02-02 21:24  byo
12958
12959
svn3563:  wxSmith: Fixed bug in events editor
12960
12961
2007-02-02 13:52  biplab
12962
12963
svn3562:  * Warning message added in wxWidgets Project wizard for
12964
	  Empty Projects with PCH support
12965
	  * Some code-cleanup
12966
12967
2007-02-02 11:58  mandrav
12968
12969
svn3561:  * Fixed bug with resource files not being compiled, in
12970
	  some cases.
12971
12972
2007-02-01 20:10  byo
12973
12974
svn3560:  wxSmith: fixed bug in wxWidgetsGUIAppAdoptingDlg (file
12975
	  selector used wxOPEN instead of wxSAVE)
12976
12977
2007-02-01 15:41  ceniza
12978
12979
svn3559:  * AStyle plugin: don't try to format a file that is
12980
	  read-only.
12981
12982
2007-01-31 17:22  mandrav
12983
12984
svn3558:  * Fixed a few problems with spaces in paths (including
12985
	  the resource compiler issue).
12986
12987
2007-01-31 11:28  mandrav
12988
12989
svn3557:  * Editor syntax highlighting settings are now only
12990
	  saved if different than defaults.
12991
	  * Fixed "Reset" button functionality in editor syntax
12992
	  highlighting page.
12993
12994
2007-01-31 10:37  mandrav
12995
12996
svn3556:  * Added compiler settings versioning so when compiler
12997
	  defaults are changed the user is notified and given the chance to
12998
	  update to the newer settings.
12999
	  * Compilers now save only the settings that differ from the
13000
	  default values. This leads to smaller configuration file.
13001
13002
2007-01-30 22:09  byo
13003
13004
svn3555:  wxSmith:
13005
	  * Added wxsItem::IsPointer to check whether given item should be
13006
	  represented as pointer or as object in destination classes
13007
	  * wxTimer is now created as object, not pointer. This prevented
13008
	  memory leaks in destination classes
13009
	  * Added wxsItem::GetAccessPrefix and wxsItem::GetCreatePrefix and
13010
	  wxsItem::Codef (Printf-like function which helped to simplify
13011
	  process of creating source code)
13012
	  * Converted all current items to support new code-generation
13013
	  scheme
13014
13015
2007-01-30 19:18  killerbot
13016
13017
svn3554:  * fixes for regex-es/patterns of the supported
13018
	  compilers for parsing warnings/errors
13019
13020
2007-01-30 15:10  mandrav
13021
13022
svn3553:  * Updated wxWidgets project wizard to Biplab's version.
13023
	  * Added Lightfeather project wizard.
13024
13025
2007-01-30 09:33  mandrav
13026
13027
svn3552:  * Fixed refresh bug in "new from template" dialog, when
13028
	  the user switched the list appearence from icons to list and
13029
	  vice-versa (linux).
13030
13031
2007-01-29 21:57  killerbot
13032
13033
svn3551:  - yet another fix to projectloader
13034
13035
2007-01-29 19:32  killerbot
13036
13037
svn3550:  * fixed the project loading/saving bug introduced in a
13038
	  previous commit
13039
13040
2007-01-29 16:49  thomasdenk
13041
13042
svn3549:  - committed scrooge src
13043
13044
2007-01-29 15:15  mandrav
13045
13046
svn3548:  * Virtual folders now display correctly even in
13047
	  different platforms than the one they were created in.
13048
	  * Include() and Require() script functions now look in the
13049
	  current script's directory too.
13050
13051
2007-01-29 10:17  thomasdenk
13052
13053
svn3547:  - minor cleanup in util func: use default arguments,
13054
	  slightly prettier code
13055
13056
2007-01-29 10:13  thomasdenk
13057
13058
svn3546:  - reordered members in app object (struct align)
13059
	  - added commandline scripting switch
13060
13061
2007-01-27 19:05  daniel2000
13062
13063
svn3545:  - better tar format detection (make dist only works
13064
	  with automake 1.9+, rest also with 1.7+)
13065
	  - gentoo specific bootstrap fixes
13066
13067
2007-01-27 15:39  byo
13068
13069
svn3544:  wxSmith:
13070
	  * Added support for tool items
13071
	  * Added wxTimer support to demonstrate tools (it's available only
13072
	  in source edit mode since timers are not handled in XRC format)
13073
	  * Added wxsItemInfo::AllowInXRC defining whether given item is
13074
	  supported by XRC format
13075
	  * Added wxsItem::IsRootItem checking whether item is root item of
13076
	  resource (and for example can not have custom variable)
13077
	  * Updated code of currently supported items to use
13078
	  wxsItem::IsRootItem instead of wxsItem::GetParent (make code more
13079
	  stable and extensible)
13080
13081
2007-01-27 00:25  daniel2000
13082
13083
svn3543:  - little fix in autorevision (in revision comparison
13084
	  with existing autorevision.h)
13085
	  - little autotools fix (make dist failed)
13086
	  - applied patch #1604 (thanks afb)
13087
13088
2007-01-26 14:01  mandrav
13089
13090
svn3542:  * Added encoding detection for files loading
13091
	  (brute-force).
13092
	  * Greatly improved C++ parser's parsing time (~70-90% decrease).
13093
13094
2007-01-25 17:21  killerbot
13095
13096
svn3541:  - little improvement in find implementation/declaration
13097
	  (avoid showing selection dialog when we fall back to 1 entry in
13098
	  the selection list)
13099
13100
2007-01-25 13:20  mandrav
13101
13102
svn3540:  - Added rule to install the manifest.xml file for
13103
	  plugins generated by the wizard.
13104
13105
2007-01-24 16:55  byo
13106
13107
svn3539:  Fixed bug causing hang-up when converting projects not
13108
	  using wxSmith before
13109
13110
2007-01-24 09:23  mandrav
13111
13112
svn3538:  * Fixed bug with editor windows not resizing when
13113
	  changing the size of other docked windows (linux platform).
13114
13115
2007-01-24 09:16  mandrav
13116
13117
svn3537:  * Fixed syntax highlighting when editor is in
13118
	  split-view mode.
13119
13120
2007-01-23 22:56  byo
13121
13122
svn3536:  wxSmith:
13123
	  * Added all standard events (can handle paint, mouse and keyboard
13124
	  events right from wxDialog/wxFrame/wxPanel)
13125
	  * Fixed few bugs in events system
13126
13127
2007-01-23 21:03  pecan
13128
13129
svn3535:  *KeyBinder 1.0.19 2007/01/23
13130
	  - Fixed: CB Plugins->ManagePlugins->disable plugin is completely
13131
	  re-building the menuBar at another address causing Keybinder to
13132
	  crash.
13133
	  - Fixed: CB Plugins->ManagePlugins->disable plugin is re-entering
13134
	  KeyBinders BuildMenu() routine causing crashes.
13135
	  - Re-initialize KeyBinder on next OnEditorOpen() when re-enabled
13136
	  by Plugin Manager.
13137
13138
2007-01-23 20:11  byo
13139
13140
svn3534:  Added wxSmith's configuration to project options dialog
13141
13142
2007-01-23 19:49  byo
13143
13144
svn3533:  Better support for not yet converted/unknown parts of
13145
	  wxSmith configuration in cbp file
13146
13147
2007-01-23 12:47  killerbot
13148
13149
svn3532:  * Compiler Validation Check : also tries without
13150
	  appending 'bin' + macro replacing occurs
13151
13152
2007-01-23 11:46  mandrav
13153
13154
svn3531:  * Added "read from system theme" button in notebook
13155
	  color settings
13156
	  (environment options).
13157
	  * Fixed bad colouring of build log when using a dark system
13158
	  theme.
13159
13160
2007-01-23 09:51  mandrav
13161
13162
svn3530:  - Missing include.
13163
13164
2007-01-22 23:30  byo
13165
13166
svn3529:  Added wxInitAllImageHandlers() to application
13167
	  initialization code
13168
13169
2007-01-22 23:18  byo
13170
13171
svn3528:  Fixed two bugs when converting from old wxSmith:
13172
	  * Invalid positioning of //(*InternalHeaders block
13173
	  * Doubled //(*InternalHeaders and //(*IdInit blocks
13174
	  
13175
	  Updated wxSmith's projects to use new wxSmith :)
13176
13177
2007-01-22 10:54  mandrav
13178
13179
svn3527:  * Added missing or misplaced "event.Skip()" in wxSmith
13180
	  event handlers (caused code-completion - among others - to *not*
13181
	  run).
13182
13183
2007-01-21 00:19  byo
13184
13185
svn3526:  Fixed linux build
13186
13187
2007-01-20 23:07  byo
13188
13189
svn3525:  Fixed Makefile.am
13190
13191
2007-01-20 22:48  killerbot
13192
13193
svn3524:  - include fix
13194
13195
2007-01-20 22:24  mandrav
13196
13197
svn3523:  * Updated configure.in for new wxSmith directory
13198
	  structure.
13199
13200
2007-01-20 20:46  byo
13201
13202
svn3522:  Step 2 of merging new wxSmith into trunk: copying code
13203
	  from New_wxSmith branch
13204
13205
2007-01-20 20:38  byo
13206
13207
svn3521:  Step 1 of merging new wxSmith into trunk: removing old
13208
	  code
13209
13210
2007-01-20 16:46  killerbot
13211
13212
svn3517:  * Use Full Path for source files (GDB workaround)
13213
	  option added :
13214
	  - is an advanced compiler option
13215
	  - default is false (means use relative paths) (this is the
13216
	  suggested value)
13217
	  - the CB builtin MinGW GCC support has this value as true (use
13218
	  full path for the sources when hand over to the GCC compiler, so
13219
	  GDB can do a better breakpoint job)
13220
13221
2007-01-20 02:00  pecan
13222
13223
svn3515:  - KeyBinder 1.0.16 2007/01/19
13224
	  - Fixed missing *nix menu mnemonics
13225
13226
2007-01-19 20:44  killerbot
13227
13228
svn3510:  - updated linux project files for the contrib plug-ins
13229
13230
2007-01-19 20:39  killerbot
13231
13232
svn3509:  - updated linux project filesfor the contrib plug-ins
13233
13234
2007-01-19 19:24  killerbot
13235
13236
svn3508:  - fix to build on linux 64-bit
13237
13238
2007-01-19 12:07  mandrav
13239
13240
svn3507:  * Added Compiler::IsValid() function (reports if a
13241
	  compiler is actually installed and available).
13242
	  * SDK version is now 1.11.8.
13243
13244
2007-01-19 09:10  mandrav
13245
13246
svn3506:  * Added Require() script function. Similar to Include()
13247
	  except that
13248
	  Require() raises an error if the file can't be opened.
13249
	  - Updated unix project file.
13250
13251
2007-01-18 19:24  pecan
13252
13253
svn3505:  - KeyBinder 1.0.15 2007/01/18
13254
	  - Fixed Empty profile written when CB re-enables KeyBinder and no
13255
	  events occur before shutdown.
13256
13257
2007-01-18 14:45  mandrav
13258
13259
svn3504:  * Added three new script functions for wizard scripts:
13260
	  SetCompilerDefault, SetDebugTargetDefaults and
13261
	  SetReleaseTargetDefaults. To be used when no compiler page is
13262
	  added to the wizard.
13263
13264
2007-01-18 14:00  mandrav
13265
13266
svn3503:  - Updated cbLoadBitmap() to work with VFS.
13267
13268
2007-01-17 22:37  mandrav
13269
13270
svn3502:  * Debugger now uses absolute filenames to set
13271
	  breakpoints.
13272
	  * Fixed a couple of debugger regressions caused by patch #1814.
13273
13274
2007-01-17 22:26  mandrav
13275
13276
svn3501:  - Added new event: cbEVT_PROJECT_RENAMED (SDK version
13277
	  -> 1.11.7).
13278
13279
2007-01-17 15:55  killerbot
13280
13281
svn3500:  - fix to build on linux 64 bit
13282
13283
2007-01-17 14:47  mandrav
13284
13285
svn3499:  * Added per-project debugger options (in
13286
	  Project->Properties). Not yet fully functional.
13287
	  * Added script bindings for some utility dialogs
13288
	  (EditArrayFileDlg, EditArrayOrderDlg, EditArrayStringDlg,
13289
	  EditPairDlg, EditPathDlg and GenericMultiLineNotesDlg).
13290
13291
2007-01-17 11:59  mortenmacfly
13292
13293
svn3498:  * fix for the fix in r3497: moved QuoteStringIfNeeded
13294
	  to directcommand because otherwise it breaks stuff
13295
13296
2007-01-17 09:21  mortenmacfly
13297
13298
svn3497:  * fixed "path without quotation" bug introduced with
13299
	  using absolute source filenames for compiling
13300
13301
2007-01-16 17:06  ceniza
13302
13303
svn3496:  - Removed trailing \n from the update script
13304
13305
2007-01-15 14:54  ceniza
13306
13307
svn3495:  - Minor adjustment to the update in revision 3490 (DDE
13308
	  related).
13309
13310
2007-01-15 13:49  mortenmacfly
13311
13312
svn3494:  - fixed compilation errors with non-pch capable (gcc)
13313
	  compilers
13314
13315
2007-01-15 12:57  mandrav
13316
13317
svn3493:  * Added preprocessor guard around call to
13318
	  wxXmlResource::Unload() in sc_dialog.cpp.
13319
13320
2007-01-15 11:30  mandrav
13321
13322
svn3492:  * Fixed wrong PCH generated path when project file
13323
	  resides in a subdirectory.
13324
13325
2007-01-15 10:47  mandrav
13326
13327
svn3491:  * Compiler now uses absolute source filenames when
13328
	  compiling. This makes it easy for gdb to locate source files
13329
	  (when putting breakpoints in out-of-project files).
13330
13331
2007-01-15 10:39  killerbot
13332
13333
svn3490:  - update to previous commit
13334
13335
2007-01-15 10:35  killerbot
13336
13337
svn3489:  - adjustment to previous workaround for
13338
	  DDE/codecompletion issue (had bad influence on linux)
13339
13340
2007-01-15 09:55  thomasdenk
13341
13342
svn3488:  - Zero-initialise rectangle
13343
13344
2007-01-15 09:44  mandrav
13345
13346
svn3487:  * Fixed broken build of sc_dialog.cpp for 64bit CPUs.
13347
	  * Added more error checking in ShowDialog() script function.
13348
13349
2007-01-15 09:42  thomasdenk
13350
13351
svn3486:  - Added $file_basename var
13352
13353
2007-01-15 08:26  thomasdenk
13354
13355
svn3485:  * Runtime check for missing NT4 API
13356
13357
2007-01-14 15:46  ceniza
13358
13359
svn3484:  * Workaround to fix the strange DDE bug caused by
13360
	  CodeCompletion.
13361
13362
2007-01-13 16:29  pecan
13363
13364
svn3482:  -KeyBinder 1.0.14 2007/01/13
13365
	  - Applied patch 1821 by DerMeister
13366
	  - This patch fixes a crash in the *nix keybinder plugin.
13367
	  - See http://forums.codeblocks.org/index.php?topic=4927.0 for
13368
	  more information. -
13369
	  https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1821&group_id=5358
13370
	  - Thank you DerMeister
13371
13372
2007-01-12 13:20  killerbot
13373
13374
svn3480:  * correct 'replace' icon for 22*22
13375
13376
2007-01-11 18:44  mortenmacfly
13377
13378
svn3478:  - do not generate a sub-menu for cbScriptPlugins if
13379
	  there is only one entry
13380
	  * couple of D compiler related fixes/improvements in wizard and
13381
	  compiler settings
13382
13383
2007-01-10 22:53  mortenmacfly
13384
13385
svn3476:  - added new file filter and type for script files
13386
	  - exported new file filter to script bindings
13387
	  - added new file groups/masks: "D Sources" and "Fortran Sources"
13388
	  (for better separation in multi-compiler projects)
13389
13390
2007-01-10 12:59  mandrav
13391
13392
svn3474:  * Applied patch for gdb breakpoints (patch #1814).
13393
	  Hopefully it will work in most cases.
13394
13395
2007-01-10 12:32  killerbot
13396
13397
svn3473:  - removed xpmanifest files from unix cbp
13398
13399
2007-01-10 11:55  killerbot
13400
13401
svn3472:  - removed extra qualifier
13402
13403
2007-01-10 10:43  mandrav
13404
13405
svn3471:  * Updated all windows project files of contrib plugins.
13406
	  - Really updated main windows project file now.
13407
13408
2007-01-10 10:15  mandrav
13409
13410
svn3470:  * Fixed code parser tokenizer bug with concatenation of
13411
	  strings ("" "").
13412
13413
2007-01-10 09:35  mandrav
13414
13415
svn3469:  * Scripting updates:
13416
	  - GetScriptingManager().RegisterScriptMenu() signature changed
13417
	  from (scriptFile, menuPath) to (menuPath, scriptFileOrFunction,
13418
	  (bool)isFunction). This allows registering a script-function
13419
	  (instead of a full script) to a menu. Useful, for example, to
13420
	  create a single script with various functions and bind them all
13421
	  to menus.
13422
	  - Added IO.GetCwd() and IO.SetCwd() to get/set the working
13423
	  directory.
13424
	  - Added ProgressDialog script class. Use its single member
13425
	  function Update(value, message) to update it. Value must always
13426
	  lie in the 0-100 range.
13427
	  - Added ShowDialog(xrcFile, dlgName, callbackFunc) function to
13428
	  load and display a dialog from XRC. The callbackFunc is a script
13429
	  function you define to handle all click-events. While in a
13430
	  ShowDialog() call, there are also the EndModal(retCode) and
13431
	  XRCID(controlName) functions available.
13432
	  - Wiki docs soon to be updated.
13433
	  * Main project file (windows) updated to new format.
13434
13435
2007-01-10 09:21  killerbot
13436
13437
svn3468:  * UseFlatObjects setting now also saved in the conf
13438
	  - header cleanup/fixes
13439
	  - 2 methods from member to regular functions
13440
	  - put some code already in place for later on implementing full
13441
	  IsDirty mechanism
13442
13443
2007-01-09 14:17  mortenmacfly
13444
13445
svn3467:  - fixed two zombies
13446
13447
2007-01-08 12:03  mandrav
13448
13449
svn3466:  * Fixed wrong object name generation for windows
13450
	  resource scripts (RC).
13451
13452
2007-01-07 21:24  killerbot
13453
13454
svn3465:  - correct the encoding of some xrc's (all should be
13455
	  "utf-8")
13456
13457
2007-01-07 17:27  killerbot
13458
13459
svn3464:  - added event.Skip() to startup event handler of cc
13460
	  plugin
13461
13462
2007-01-06 22:02  killerbot
13463
13464
svn3463:  * bug fix : [ Bug #9850 ] "build/select target" does
13465
	  not update "Build target" combo
13466
13467
2007-01-06 12:20  daniel2000
13468
13469
svn3462:  - typo in spec file's changelog (it's already 2007 ;-))
13470
13471
2007-01-05 18:18  daniel2000
13472
13473
svn3461:  - changed prefix in spec file for suse (now /usr)
13474
	  - edit_startup_script.script wasn't installed by make
13475
13476
2007-01-05 13:18  killerbot
13477
13478
svn3460:  * added support for flat objects usage :
13479
	  - "compiler" switch : Advanced compiler options : Other :
13480
	  UseFlatObjects
13481
	  - the object file will be create directly under the object output
13482
	  dir, no subdirs reflecting the source tree
13483
	  * compiler switches structure now has constructor : several
13484
	  switches never got initialized in the different compilers
13485
13486
2007-01-04 15:02  mandrav
13487
13488
svn3459:  - Bug-fix for object names generation in multi-compiler
13489
	  projects.
13490
13491
2007-01-04 13:47  mandrav
13492
13493
svn3458:  * Added per-project notes (accessible through project
13494
	  properties or menu "Project->Notes"). There is also the option to
13495
	  display the project's notes on-load (useful if you want to share
13496
	  your project with others and want to embed some usage/setup
13497
	  instructions, for example).
13498
	  * New project option for generating object filenames. Currently
13499
	  C::B generates a file's filename by replacing its extension with
13500
	  the object extension (e.g. foo.cpp ->foo.o). This option allows
13501
	  you instead to append the object extension (e.g. foo.cpp ->
13502
	  foo.cpp.o). Useful for projects with compileable files having the
13503
	  same name (and in the same directory) but different extensions.
13504
	  * Added new generic dialog containing a multiline text box
13505
	  (read-only or editable; controlled by the constructor). Used for
13506
	  project notes currently.
13507
	  * Project file version upgraded to 1.6. Differences from 1.5
13508
	  include changes to accommodate the above new features plus that
13509
	  now only values that differ from the defaults are saved (so
13510
	  project files are smaller now).
13511
	  * SDK version pumped to 1.11.6.
13512
	  - Script bindings updates for the new cbProject methods.
13513
	  - Minor fix in annoying dialog: left-top alignment for icon.
13514
13515
2007-01-04 13:35  mandrav
13516
13517
svn3457:  * Code-completion:
13518
	  - bug-fix for duplicate C/C++ parser dirs per-project.
13519
	  - improve code-completion wrt namespace members.
13520
13521
2007-01-04 13:20  artoj
13522
13523
svn3456:  Code snippets 0.3.2:
13524
	  - Keep all whitespace in snippets
13525
	  - Respect GNOME HIG in Edit snippet dialog (wxGTK)
13526
	  - To prevent data loss if the codesnippets.xml is not valid XML,
13527
	  the file is now backupped if loading it failed
13528
13529
2007-01-03 11:59  mandrav
13530
13531
svn3455:  * Fixed broken code-completion for enumerators.
13532
13533
2007-01-03 11:47  killerbot
13534
13535
svn3454:  * applied [ Patch #1794 ] Fix corruption of current
13536
	  layout name
13537
13538
2007-01-03 11:42  artoj
13539
13540
svn3453:  Code snippets 0.3.1:
13541
	  * Improved accessibility in Edit snippet dialog
13542
	  * Added snippet tool tips; disabled by default in wxWidgets 2.6.
13543
	  Windows only (limitations in wxWidgets).
13544
13545
2007-01-02 18:16  mortenmacfly
13546
13547
svn3452:  * fixed several crashes with disabled compiler plugin
13548
13549
2007-01-02 17:59  artoj
13550
13551
svn3451:  Code snippets 0.3:
13552
	  * Added Edit snippet dialog
13553
	  * Added macro functionality similar to editor's autocomplete
13554
	  * The images are now correctly loaded when using the plugin from
13555
	  the user's plugin directory
13556
13557
2007-01-02 13:21  mandrav
13558
13559
svn3450:  * Fixed crash when enabling/disabling plugins - even
13560
	  wxSmith can be enabled/disabled now :).
13561
13562
2007-01-02 11:02  killerbot
13563
13564
svn3449:  - applied [ Patch #1731 ] scripting patch for wxWidgets
13565
	  2.8
13566
13567
2007-01-02 10:46  killerbot
13568
13569
svn3448:  - SelectTargetDlg : removed the double click option :
13570
	  explicitly click OK button [eliminates a wx28 difference]
13571
13572
2007-01-01 22:06  pecan
13573
13574
svn3447:  - DragScroll 1.0.37 2007/01/1
13575
	  - Re-instated GTK wxTextCtrl y-axis scrolling; GTK cannot scroll
13576
	  a wxListCtrl
13577
	  - Corrected GTK dialog layout
13578
13579
2007-01-01 10:55  mandrav
13580
13581
svn3446:  * Fixed locating build scripts when using
13582
	  absolute/relative pathnames (also handle variables now in script
13583
	  filenames).
13584
	  * Added build scripts related functions in script bindings for
13585
	  CompileOptionsBase.
13586
13587
2006-12-31 10:56  killerbot
13588
13589
svn3445:  - applied : [ Patch #1779 ] Autosave the layout as well
13590
	  as the project
13591
13592
2006-12-30 16:51  killerbot
13593
13594
svn3444:  * applied [ Patch #1774 ] Plugin disable Crash issue
13595
	  partial fix
13596
13597
2006-12-30 16:21  pecan
13598
13599
svn3443:  * KeyBinder 1.0.13 2006/12/30
13600
	  - Re-instated 2.6.2 version of RebuildMenuItem() with TimS
13601
	  additions to solve missing menu icon problem (wx2.6.2 dejavu).
13602
	  - Completely rebuilds menuItems with changed shortcut and a
13603
	  bitmapped icon.
13604
	  - Works with wx2.6.3 w/fixes and wx2.8.0 according to TimS.
13605
13606
2006-12-30 01:22  pecan
13607
13608
svn3442:  KeyBinder 1.0.12 2006/12/29
13609
	  - Fixed secondary profile keys leaking into primary profile
13610
	  - Fixed inability to delete secondary profiles
13611
	  - fixed inability to delete defined keys
13612
13613
2006-12-29 22:31  killerbot
13614
13615
svn3441:  * bug fix for double clicking cbp/workspace files in
13616
	  linux [http://forums.codeblocks.org/index.php?topic=4810.0]
13617
13618
2006-12-29 21:03  pecan
13619
13620
svn3440:  -KeyBinder 1.0.11 2006/12/29
13621
	  - remove case stmts for wx2.8.0
13622
13623
2006-12-29 20:10  pecan
13624
13625
svn3439:  -KeyBinder 1.0.10 2006/12/29
13626
	  - redefine WXK_PRIOR and WXK_NEXT for wx2.8.0 allowing expected
13627
	  code behavior for PgUp/PgDn/Prior/Next/NumPad keys etc.
13628
13629
2006-12-28 15:36  pecan
13630
13631
svn3438:  -KeyBinder Revert patch1732 until I can support wx2.8.x
13632
13633
2006-12-27 21:58  killerbot
13634
13635
svn3437:  - applied [ Patch #1767 ] Old wxSmith patch for
13636
	  wxWidgets 2.8
13637
13638
2006-12-27 18:12  killerbot
13639
13640
svn3436:  * applied [ Patch #1741 ] Save advanced compiler
13641
	  options "Supports PCH" and "PCH ext."
13642
13643
2006-12-27 15:43  killerbot
13644
13645
svn3435:  - minor update for a previous commit
13646
13647
2006-12-27 13:12  killerbot
13648
13649
svn3434:  - applied [ Patch #1730 ] wxaui patch for wxWidgets 2.8
13650
13651
2006-12-27 13:02  killerbot
13652
13653
svn3433:  - applied [ Patch #1762 ] CentreOnScreen patch for
13654
	  wxWidgets 2.8
13655
13656
2006-12-27 12:53  killerbot
13657
13658
svn3432:  - update to previous commit (ctrl-s and ctrl didn't do
13659
	  its job --> s)
13660
13661
2006-12-27 12:52  killerbot
13662
13663
svn3431:  - applied [ Patch #1739 ] wxPropertyGrid patch for
13664
	  wxWidgets 2.8
13665
13666
2006-12-27 12:33  killerbot
13667
13668
svn3430:  - applied [ Patch #1735 ] pipedprocess patch for
13669
	  wxWidgets 2.8
13670
13671
2006-12-27 11:14  killerbot
13672
13673
svn3429:  - applied [ Patch #1734 ] ScintillaWX patch for
13674
	  wxWidgets 2.8
13675
13676
2006-12-27 10:50  killerbot
13677
13678
svn3428:  - applied [ Patch #1732 ] keybinder plugin patches for
13679
	  wxWidgets 2.8
13680
13681
2006-12-27 10:41  killerbot
13682
13683
svn3427:  - applied [ Patch #1736 ] compilergcc patch for
13684
	  wxWidgets 2.8
13685
13686
2006-12-26 21:27  killerbot
13687
13688
svn3426:  - update to previous commit
13689
13690
2006-12-26 19:12  killerbot
13691
13692
svn3425:  - applied [ Patch #1738 ] wxHIDE_READONLY patch for
13693
	  wxWidgets 2.8
13694
13695
2006-12-25 08:58  killerbot
13696
13697
svn3424:  - hopefully made it executable
13698
13699
2006-12-25 08:57  killerbot
13700
13701
svn3423:  - hopefully made it executable
13702
13703
2006-12-24 21:41  killerbot
13704
13705
svn3422:  -update executable
13706
13707
2006-12-24 11:21  killerbot
13708
13709
svn3421:  * applied [ Patch #1752 ] Fix fur Bug #9668
13710
13711
2006-12-24 11:00  killerbot
13712
13713
svn3420:  * applied [ Patch #1750 ] Window layout
13714
13715
2006-12-22 22:38  killerbot
13716
13717
svn3415:  * openwatcom support : add to compiler/linker the -q
13718
	  option so the verbose banner is no longer shown
13719
13720
2006-12-22 20:59  pecan
13721
13722
svn3414:  *DragScroll 1.0.36 2006/12/22
13723
	  - Added focus follows mouse option for wxGTK
13724
	  - Fixed GTK RightMouse scrolling (avoiding Context Menu
13725
	  conflicts)
13726
	  - Added slider allowing user to set GTK RightMouse
13727
	  scrolling/context menu sensitivity (millisecs waited for mouse
13728
	  movement before Skip()ing for Context Menu.
13729
13730
2006-12-22 12:42  mandrav
13731
13732
svn3413:  * Implemented "security" page in scripting settings.
13733
13734
2006-12-20 17:02  tiwag
13735
13736
svn3407:  - $(#wx) cleanup in unix project files
13737
13738
2006-12-20 15:29  afb
13739
13740
svn3406:  - missing include for sdk_precomp.h directory
13741
13742
2006-12-20 13:38  mandrav
13743
13744
svn3405:  * If a compiler executable is not set, skip the files
13745
	  that need it (logging it) instead of producing erroneous command
13746
	  lines.
13747
13748
2006-12-20 11:51  mandrav
13749
13750
svn3404:  * Updated OGRE wizard for Dagon (1.2.4). Not using
13751
	  STLPort anymore.
13752
13753
2006-12-20 08:38  thomasdenk
13754
13755
svn3403:  * Corrected match indices for %%
13756
13757
2006-12-20 02:06  pecan
13758
13759
svn3402:  * DragScroll 1.0.33 2006/12/19
13760
	  - Removed dependency on EVT_APP_STARTUP_DONE
13761
	  - Converted all EOL to native
13762
13763
2006-12-19 22:56  pecan
13764
13765
svn3401:  -KeyBinder 1.0.9 2006/12/19
13766
	  -Set all EOL to dos ala TimS instructions & {svn propset
13767
	  eol-style native" *.h and *.cpp (Thanks Tim)
13768
13769
2006-12-19 21:16  pecan
13770
13771
svn3399:  *KeyBinder 1.0.8 2006/12/19
13772
	  - Removed dependency on event EVT_APP_STARTUP_DONE to avoid
13773
	  "uninitialized state" crashes
13774
13775
2006-12-19 14:17  mandrav
13776
13777
svn3398:  * Code-completion now recognizes compiler search
13778
	  directories set from build scripts.
13779
13780
2006-12-19 13:38  mandrav
13781
13782
svn3397:  - Minor fixes with regard to build scripts.
13783
13784
2006-12-18 13:13  mandrav
13785
13786
svn3395:  * Added scripting settings dialog
13787
	  (Settings->Scripting).
13788
13789
2006-12-18 09:14  mandrav
13790
13791
svn3394:  * Fixed compilers detection occurring on every startup.
13792
	  - Enlarged the compilers auto-detection dialog a bit and also
13793
	  made it resizeable.
13794
13795
2006-12-17 22:40  mandrav
13796
13797
svn3393:  * Scripting bindings updated:
13798
	  - Added wxColour type.
13799
	  - Added few utility globals functions: wxLaunchDefaultBrowser,
13800
	  wxGetColourFromUser, wxGetNumberFromUser, wxGetPasswordFromUser,
13801
	  wxGetTextFromUser.
13802
	  - Added ProjectFile::file variable.
13803
13804
2006-12-15 19:11  mandrav
13805
13806
svn3387:  - Fixed debugger build problem in linux.
13807
13808
2006-12-15 18:28  pecan
13809
13810
svn3386:  * KeyBinder 1.0.6 2006/12/14
13811
	  - Added code to remove stale dynamic menu items
13812
	  - Invoke MergeDynamicMenu() & OnSave() at plugin termination
13813
	  - In IsValidKeyComb() changed '+' to '-'
13814
	  - Disallowed single key cmdStrings in
13815
	  wxKeyMonitorTextCtrl::OnKey()
13816
	  - Reduced size of .ini fileName
13817
	  - Fixed broken OnKey() to accept function keys w/o Ctrl- Alt- or
13818
	  Shift-
13819
	  - Minor preparations for KeyMacs support
13820
13821
2006-12-15 13:55  mandrav
13822
13823
svn3385:  * Script functions IO.CreateDir and IO.RemoveDir
13824
	  renamed to IO.CreateDirectory and IO.RemoveDirectory.
13825
13826
2006-12-15 12:09  mandrav
13827
13828
svn3384:  * Respect OS theme's window background colour in the
13829
	  compiler's build log.
13830
13831
2006-12-15 12:01  mandrav
13832
13833
svn3383:  * Last commit message was missing some debugger
13834
	  updates: mainly GDB support for Cygwin-based executables and cpu
13835
	  registers reading improvements.
13836
13837
2006-12-15 11:58  mandrav
13838
13839
svn3382:  * SDK version pumped to 1.11.5.
13840
	  * Added support for the Cygwin compiler.
13841
	  * Implemented wxCrc32::FromFile().
13842
	  * Improved MenuItemsManager.
13843
	  * Major scripting update:
13844
	  - startup.script does not need a main() function now.
13845
	  - The recently added 'App' script object provides no functions
13846
	  now (those that it used to provide have been moved elsewhere).
13847
	  - Script plugins support (yes, plugins that are actually
13848
	  scripts).
13849
	  - Enabled "dangerous" script-bound functions in IO script
13850
	  namespace providing the following operations: copy, write,
13851
	  delete, rename and execute.
13852
	  - Added security layer for the above "dangerous" IO functions.
13853
	  - Provided sample script that adds "Settings->Edit startup
13854
	  script" menu.
13855
	  - Provided sample (pointless) script plugin (disabled by
13856
	  default).
13857
	  - Wiki documentation currently being updated for all of the above
13858
	  changes.
13859
13860
2006-12-15 09:27  killerbot
13861
13862
svn3381:  - minor update to previous commit, a member got lost
13863
	  somehow
13864
13865
2006-12-15 09:05  killerbot
13866
13867
svn3380:  * applying patch 1715 (fixing bugs 009641 and 009247
13868
	  and 006965)
13869
13870
2006-12-13 12:45  thomasdenk
13871
13872
svn3374:  - Revamped regex plugin
13873
13874
2006-12-12 19:17  mortenmacfly
13875
13876
svn3370:  * added LaTeX lexer (not very well supported by
13877
	  scintilla)
13878
13879
2006-12-12 13:38  thomasdenk
13880
13881
svn3369:  - Actually, on a second thought, add it to normal vars,
13882
	  too
13883
13884
2006-12-12 13:28  thomasdenk
13885
13886
svn3368:  - Added multiline matching to regex on $if() and [[ ]]
13887
13888
2006-12-11 18:00  mortenmacfly
13889
13890
svn3365:  * fixed bugs in static and dynamic lib wizards
13891
	  complaining unable to set compiler flags
13892
13893
2006-12-11 10:40  mandrav
13894
13895
svn3364:  * Fixed getVar() bug with App.RegisterScript() calls.
13896
13897
2006-12-10 15:48  mandrav
13898
13899
svn3363:  * Added script binding for the application object
13900
	  (named "App").
13901
	  * Added ability to register scripts to menus (wiki article will
13902
	  follow soon).
13903
	  - Updated ScriptingManager to try loading scripts from both
13904
	  global and user dirs (old behaviour was searching in global dirs
13905
	  only).
13906
	  - Minor cleanup.
13907
13908
2006-12-08 10:22  mandrav
13909
13910
svn3359:  * Added script bindings for wxFileName.
13911
13912
2006-12-08 08:37  mandrav
13913
13914
svn3358:  - Script binding for wxString now takes care of
13915
	  auto-converting it to char* when needed (e.g. print(str) will now
13916
	  print the string, not its memory address).
13917
13918
2006-12-07 19:24  daniel2000
13919
13920
svn3355:  - added missing include dir to Makefile of tinyxml
13921
	  (wxscintilla)
13922
13923
2006-12-07 17:41  thomasdenk
13924
13925
svn3354:  * Switch encoding on illegal characters
13926
13927
2006-12-07 13:49  thomasdenk
13928
13929
svn3353:  - Removed unneeded +wx flag from SDK pre-build steps
13930
13931
2006-12-07 12:30  thomasdenk
13932
13933
svn3352:  - Changed .cbBack extension to .backup for clarity
13934
	  - Fixed wxRenameFile condition
13935
	  - Removed a few comments
13936
13937
2006-12-07 10:34  mandrav
13938
13939
svn3350:  - Minor fixes in debugger (more info messages regarding
13940
	  breakpoints and a hack for cygwin paths (/cygdrive/C)).
13941
13942
2006-12-06 22:32  mortenmacfly
13943
13944
svn3349:  * fixed several crashes with disabled compiler plugin
13945
	  - removed unnised variable
13946
13947
2006-12-06 19:33  killerbot
13948
13949
svn3347:  * [ Patch #1687 ] Typo in env settings
13950
13951
2006-12-06 19:30  killerbot
13952
13953
svn3346:  * [ Patch #1693 ] EditorBase bug fix (google code
13954
	  search)
13955
13956
2006-12-06 16:06  mortenmacfly
13957
13958
svn3344:  - couple of fixes for non-PCH capable compilers
13959
13960
2006-12-06 15:06  mandrav
13961
13962
svn3343:  * Added static cbEditor::ApplyStyles() function to
13963
	  apply the default editor settings to any (possibly foreign)
13964
	  scintilla control.
13965
13966
2006-12-06 11:22  mandrav
13967
13968
svn3342:  * Added new advanced compiler option: "Force use of
13969
	  forward slash as path separator". This allows adding compilers
13970
	  like cygwin or uniwin.
13971
13972
2006-12-05 21:43  mortenmacfly
13973
13974
svn3340:  - removed duplicate code in filemanager core
13975
13976
2006-12-04 23:03  killerbot
13977
13978
svn3338:  - include fix
13979
13980
2006-12-04 20:05  mortenmacfly
13981
13982
svn3337:  * fixed crash when opening a workspace (in
13983
	  macrosmanager)
13984
	  * fixed bugs #9533 and #9546 by applying patch #1664, thanks
13985
	  biplab
13986
13987
2006-12-04 19:15  mortenmacfly
13988
13989
svn3336:  - fixed missing includes in tinyxml
13990
13991
2006-12-04 19:09  mortenmacfly
13992
13993
svn3335:  - cb_share_config: modifications to reflect changes in
13994
	  C::B SDK
13995
	  - cb_share_config: updated project files accordingly
13996
13997
2006-12-04 16:51  ceniza
13998
13999
svn3334:  * SourceExporter: HTML and RTF files can be saved now
14000
	  in a path with unicode characters.
14001
14002
2006-12-04 15:55  afb
14003
14004
svn3333:  - Apple Xcode file extensions
14005
14006
2006-12-04 14:24  thomasdenk
14007
14008
svn3332:  - Added a few null logs
14009
	  - Use FileManager function in TinyXML::SaveDocument
14010
	  - Changed printer variable name to standard naming
14011
14012
2006-12-04 14:17  mandrav
14013
14014
svn3331:  * If a build target contains no linkable objects, do
14015
	  not generate a "link" command line.
14016
14017
2006-12-04 11:54  thomasdenk
14018
14019
svn3330:  - Target object dir variable
14020
14021
2006-12-04 09:33  mandrav
14022
14023
svn3329:  * Don't auto-detect compiler include/lib dirs if user
14024
	  has already unset them.
14025
14026
2006-12-04 08:45  mandrav
14027
14028
svn3328:  * Fixed recent crash on exit (symbols browser).
14029
	  * Support for variables in C/C++ parser search dirs.
14030
14031
2006-12-03 09:19  mandrav
14032
14033
svn3327:  * Fix for calculating build dependencies correctly when
14034
	  using build
14035
	  scripts for the build process.
14036
	  - Minor fix in the update script.
14037
14038
2006-12-02 21:46  daniel2000
14039
14040
svn3326:  - Added RegExTestbed plugin to filelist of spec file
14041
	  - very little typo fix in RegExTestbed's Makefile
14042
14043
2006-12-02 14:45  killerbot
14044
14045
svn3324:  - [ Patch #1628 ] compilergcc patch for wxWidgets 2.7
14046
14047
2006-12-02 14:39  killerbot
14048
14049
svn3323:  - XRC : wxCheckList -->wxCheckListBox
14050
14051
2006-12-01 23:16  afb
14052
14053
svn3322:  - DebuggerGDB: Darwin/Mach-O support
14054
14055
2006-11-29 22:13  mortenmacfly
14056
14057
svn3315:  * regex plugin: pipe output into another textctrl
14058
	  instead of message box
14059
14060
2006-11-29 21:57  killerbot
14061
14062
svn3314:  * new option : drop-down list of tabs as a replacement
14063
	  for the navigation arrows (thank Seth, you beat me to it ;-) )
14064
14065
2006-11-29 21:05  mandrav
14066
14067
svn3312:  - Removed recently added critical sections from
14068
	  scripting manager (the
14069
	  app was freezing on startup).
14070
14071
2006-11-29 19:37  afb
14072
14073
svn3310:  * fix bootstrap regexp bug affecting libtool 1.10+
14074
14075
2006-11-29 15:34  thomasdenk
14076
14077
svn3309:  - Removed unnecessary debug flooding
14078
	  - Added command macros
14079
14080
2006-11-29 15:14  mandrav
14081
14082
svn3308:  - Corrected project files which were missing a couple
14083
	  of newly added files.
14084
14085
2006-11-29 14:50  mandrav
14086
14087
svn3307:  * Added per-project option for code-completion parser:
14088
	  custom parser search paths. Found in "Project->Properties".
14089
14090
2006-11-29 13:55  thomasdenk
14091
14092
svn3306:  - Added critical sections to ScriptingManager
14093
	  - Added output capture
14094
	  * Removed $(relative|absolute)()
14095
	  * Added script expansion
14096
14097
2006-11-29 12:29  mandrav
14098
14099
svn3305:  * Fixed a crash and a freeze when the symbols browser
14100
	  is disabled.
14101
14102
2006-11-29 09:55  mandrav
14103
14104
svn3304:  - Fixed RegExTestbed plugin windows project file (and
14105
	  also made its window a little larger).
14106
14107
2006-11-29 09:52  mandrav
14108
14109
svn3303:  * Better build-scripts error handling.
14110
14111
2006-11-29 08:53  afb
14112
14113
svn3302:  - fix compilation problems on RHEL3 (bug #9289)
14114
14115
2006-11-29 07:47  killerbot
14116
14117
svn3301:  - RegExTestBed : Virtual target "All" added to cbp
14118
	  files
14119
14120
2006-11-28 22:54  mandrav
14121
14122
svn3300:  * Added new contrib plugin: a very simple regular
14123
	  expressions testbed.
14124
14125
2006-11-28 22:03  mandrav
14126
14127
svn3299:  - Minor fix for cross-platform build scripts loading.
14128
14129
2006-11-28 19:30  mandrav
14130
14131
svn3296:  - Added missing #include.
14132
14133
2006-11-28 12:36  afb
14134
14135
svn3295:  * wxMac: main_frame window under menubar bug (#9397)
14136
14137
2006-11-28 12:34  afb
14138
14139
svn3294:  - wxMac: white background for splashscreen
14140
14141
2006-11-28 12:33  afb
14142
14143
svn3293:  * DMD: fix the -l-l bug, support /usr installation
14144
14145
2006-11-28 12:18  mandrav
14146
14147
svn3292:  * Changed build scripts operation:
14148
	  - Script function UnsetBuildOptions() is not needed anymore,
14149
	  remove it from your build scripts (C::B itself reverts any
14150
	  changes now).
14151
	  - Script function SetBuildOptions(CompileOptionsBase) has changed
14152
	  signature to SetBuildOptions(CompileTargetBase).
14153
14154
2006-11-27 23:41  mortenmacfly
14155
14156
svn3291:  * improve loading speed for large workspaces with GCC
14157
	  and CC
14158
	  - cache gathering of internal gcc dirs to avoid time-consuming
14159
	  (multiple) calls to gcc cpp compiler during loading phase
14160
14161
2006-11-27 19:17  thomasdenk
14162
14163
svn3289:  - Null pointer check
14164
14165
2006-11-27 17:04  thomasdenk
14166
14167
svn3288:  - Added relative and absolute path variables
14168
	  - Bugfix for chaining non-bracketed variables
14169
14170
2006-11-27 14:01  thomasdenk
14171
14172
svn3287:  - Added TARGET_CC TARGET_CPP etc.
14173
14174
2006-11-27 13:40  mandrav
14175
14176
svn3286:  * Added new target type: "native executable". Valid
14177
	  only under windows where it produces a .sys file. Implemented
14178
	  only for MinGW and MSVC compilers (all other compilers/platforms
14179
	  create a normal console executable instead).
14180
14181
2006-11-27 12:52  thomasdenk
14182
14183
svn3285:  - Implemented false keyword
14184
14185
2006-11-27 12:11  thomasdenk
14186
14187
svn3284:  - Conditional variables
14188
14189
2006-11-27 11:27  mandrav
14190
14191
svn3283:  * When loading a workspace, code-completion parsing
14192
	  starts after all workspace projects have been fully loaded. This
14193
	  improves the loading time tremendously.
14194
14195
2006-11-27 10:22  mandrav
14196
14197
svn3282:  - Removed those colour settings for the docking system
14198
	  that interfered (i.e. ignored) with the OS theme colours.
14199
14200
2006-11-27 09:48  mandrav
14201
14202
svn3281:  - Explicitly disabled custom crash handler because of
14203
	  some unfortunate side-effects.
14204
14205
2006-11-27 08:43  afb
14206
14207
svn3280:  * added missing D compilers to CodeBlocks-unix.cbp
14208
14209
2006-11-27 08:42  afb
14210
14211
svn3279:  - GDC is not a GNU project, and changed to include/d
14212
14213
2006-11-26 23:41  afb
14214
14215
svn3278:  * enable DMD compiler for Linux
14216
14217
2006-11-26 23:37  afb
14218
14219
svn3277:  * wxMac: fix splashscreen background bug (#9347)
14220
14221
2006-11-26 23:34  afb
14222
14223
svn3276:  * wxMac: fix r3261 bug with plugins not loading
14224
14225
2006-11-26 13:20  afb
14226
14227
svn3275:  * fix bootstrap regexp bug affecting autoconf 2.61+
14228
14229
2006-11-26 13:12  afb
14230
14231
svn3274:  - simplify bootstrap for stupid /bin/sh
14232
14233
2006-11-26 13:09  afb
14234
14235
svn3273:  * binreloc support for Solaris
14236
14237
2006-11-25 20:42  killerbot
14238
14239
svn3272:  - clean up in Id's in compilergcc (several
14240
	  XRC("ThisIdDoesNotExist" were issued -> wxNewId() and don't do
14241
	  the XRC() thing twice : reuse the Id from the first time [in
14242
	  OnUpdateUI])
14243
14244
2006-11-25 20:26  mandrav
14245
14246
svn3271:  * Code-completion updates:
14247
	  - support for namespace aliases.
14248
	  - support for token replacements in code-completion's tokenizer
14249
	  (a.k.a "synonyms")
14250
	  Both of the above allow for better parsing of complex C++ headers
14251
	  which, in plain words, means that a larger part of STL is now
14252
	  parsed.
14253
	  - Re-organized code-completion's options.
14254
	  - Added option to disable the symbols browser (separately from
14255
	  code-completion).
14256
14257
2006-11-25 20:20  killerbot
14258
14259
svn3270:  * Build options from Project menu now correctly shows
14260
	  info of the active project
14261
14262
2006-11-25 17:09  mortenmacfly
14263
14264
svn3269:  * fixed bug #9534 by applying (modified variant of)
14265
	  patch #1656 and #1657 - thanks biplab
14266
	  * improved setting compiler flags for (nearly) all compilers in
14267
	  wizards
14268
14269
2006-11-25 16:26  afb
14270
14271
svn3268:  - wxMac and Darwin data_path
14272
14273
2006-11-25 15:37  mortenmacfly
14274
14275
svn3267:  * re-attached crash handler (got lost on the way?!)
14276
	  - made crash-handler optional via command-line "no-crash-handler"
14277
	  option for debugging C::B, development only!
14278
14279
2006-11-25 10:52  mandrav
14280
14281
svn3266:  - Reverted part of patch #1622 because it needs
14282
	  additional reviewing
14283
	  from afb.
14284
14285
2006-11-25 10:45  mandrav
14286
14287
svn3265:  - Added missing #include for non-PCH builds (patch
14288
	  #1648).
14289
	  - Updated debian build dependencies to:
14290
	  a) require pkg-config and libgtk2.0-dev.
14291
	  b) require libstdc++6-dev instead of libstdc++6-4.0-dev (patch
14292
	  #1649).
14293
14294
2006-11-25 10:35  mandrav
14295
14296
svn3264:  * Fix for plugin path error message on startup (patch
14297
	  #1646).
14298
14299
2006-11-25 10:32  mandrav
14300
14301
svn3263:  - Compile fix for SQPlus under FreeBSD (patch #1639).
14302
14303
2006-11-25 10:29  mandrav
14304
14305
svn3262:  * Added option in editor settings to use POSIX style
14306
	  regex searches (patch #1629).
14307
14308
2006-11-25 10:25  mandrav
14309
14310
svn3261:  - Updated various Mac-related things (patch #1622).
14311
14312
2006-11-24 22:17  mandrav
14313
14314
svn3260:  * Fixed freeze/crash on exit (linux).
14315
14316
2006-11-24 21:33  mandrav
14317
14318
svn3259:  * Fixed data path locating bug (always used /usr/local)
14319
	  in linux.
14320
	  * Do not ignore --prefix command line option.
14321
14322
2006-11-24 12:58  killerbot
14323
14324
svn3258:  * fixed a reload projects bug when multiple projects
14325
	  were changed outside CB
14326
14327
2006-11-24 11:57  thomasdenk
14328
14329
svn3257:  - Add missing resource include directory for
14330
	  VS-conformance (patch by Christoph v. Wittich)
14331
14332
2006-11-23 14:30  mortenmacfly
14333
14334
svn3256:  - compilation fix for non-PCH capable compilers
14335
14336
2006-11-23 07:28  mortenmacfly
14337
14338
svn3255:  - linefeed fix (mixed windows and unix linefeed)
14339
14340
2006-11-22 22:29  mortenmacfly
14341
14342
svn3254:  * applied patches #1465 and #1310 (fixing some wizard
14343
	  issues) - thanks sethjackson
14344
14345
2006-11-21 13:59  killerbot
14346
14347
svn3253:  - typo
14348
14349
2006-11-21 12:22  thomasdenk
14350
14351
svn3252:  - Added missing flag
14352
14353
2006-11-21 12:20  killerbot
14354
14355
svn3251:  * added build in support for Tiny C Compiler (tcc)
14356
	  [might need some better options tuning and need some more work
14357
	  for linux]
14358
14359
2006-11-21 08:10  thomasdenk
14360
14361
svn3250:  - Add cbC2U
14362
14363
2006-11-21 07:38  thomasdenk
14364
14365
svn3249:  - Typo
14366
14367
2006-11-20 21:30  afb
14368
14369
svn3246:  wxMac: watch out for PID=0 too
14370
14371
2006-11-20 17:19  thomasdenk
14372
14373
svn3245:  * Relocation fixes
14374
	  - removed warning in plugin loader
14375
	  - map user dirs to global dirs depending on mode of operation
14376
	  - added /proc based app_path detection in place of "."-hack for
14377
	  Linux
14378
14379
2006-11-20 03:02  ceniza
14380
14381
svn3244:  Help plugin:
14382
	  * Implemented: now you can set if the help file is a line to be
14383
	  executed instead of launching the associated application.
14384
	  - Updated description of the plugin.
14385
14386
2006-11-19 23:38  afb
14387
14388
svn3243:  avoid violent crash
14389
14390
2006-11-19 23:32  afb
14391
14392
svn3242:  start here page ID mac fix
14393
14394
2006-11-19 23:26  afb
14395
14396
svn3241:  prefix finding bugfix
14397
14398
2006-11-19 11:05  mandrav
14399
14400
svn3240:  * Fix for empty lines logged in build log (under
14401
	  linux).
14402
14403
2006-11-19 04:32  ceniza
14404
14405
svn3238:  - Fixed wrong checking of cbMessageBox's return value
14406
	  in some plugins.
14407
	  Help plugin:
14408
	  - Now you can set if the help file is a line to be executed
14409
	  instead of launching the associated application (FUNCTIONALITY
14410
	  NOT IMPLEMENTED YET).
14411
	  - Keyword substitution now works for all kind of help files, not
14412
	  just URLs.
14413
	  - Added tip to inform about the existence of keyword substitution
14414
	  in the configuration dialog.
14415
	  - Updated description of the help plugin.
14416
	  - When adding a new help file, a message box will prompt you for
14417
	  browsing of the help file and suggest you to read the plugin's
14418
	  description for mor information.
14419
14420
2006-11-19 02:28  ceniza
14421
14422
svn3237:  * AStyle plugin: Bookmarks won't be lost when using the
14423
	  plugin.
14424
14425
2006-11-18 14:11  thomasdenk
14426
14427
svn3236:  - Changed about box displayal
14428
14429
2006-11-18 12:54  thomasdenk
14430
14431
svn3235:  - Patch #1638 : new[] / delete mismatch
14432
14433
2006-11-18 11:04  thomasdenk
14434
14435
svn3234:  - Only use clip region on Windows
14436
14437
2006-11-18 10:37  thomasdenk
14438
14439
svn3233:  - Use builtin function GetPluginPath instead of
14440
	  concatenating substrings
14441
14442
2006-11-17 14:00  mandrav
14443
14444
svn3230:  * Macros are now allowed in compiler installation and
14445
	  additional paths.
14446
14447
2006-11-17 13:39  killerbot
14448
14449
svn3229:  * added environment setting "Ignore Invalid Targets"
14450
14451
2006-11-17 08:03  mandrav
14452
14453
svn3228:  * Fix for symbols browser missing (i.e. not parsing)
14454
	  files external to the project.
14455
14456
2006-11-16 12:34  thomasdenk
14457
14458
svn3226:  - More correct regex
14459
14460
2006-11-16 09:35  thomasdenk
14461
14462
svn3225:  - Removed a 'v'
14463
14464
2006-11-16 09:04  killerbot
14465
14466
svn3224:  * fixed Find Previous
14467
14468
2006-11-15 20:32  mortenmacfly
14469
14470
svn3223:  * fixed cyclic loop (silent crash) with cbMessageBox
14471
	  * made new splash screen appear in about dialog, too
14472
14473
2006-11-15 14:19  thomasdenk
14474
14475
svn3222:  - Fixed Pecan's printf("%d %s",...) problem
14476
	  - Added support for escaping $ and %
14477
	  - Fixed a few other known issues
14478
	  - Removed envVarsToo parameter
14479
14480
2006-11-15 11:32  thomasdenk
14481
14482
svn3221:  - Setting shape in addition to clip region
14483
14484
2006-11-15 11:25  mandrav
14485
14486
svn3220:  * Refresh bug fix for symbols browser in "current file"
14487
	  filter mode.
14488
14489
2006-11-15 10:41  mandrav
14490
14491
svn3219:  * Huge speed up in large projects loading (about 80%
14492
	  off the original loading time).
14493
14494
2006-11-14 10:20  afb
14495
14496
svn3212:  macosx/darwin checks
14497
14498
2006-11-13 13:10  afb
14499
14500
svn3208:  macosx icons
14501
14502
2006-11-11 20:28  thomasdenk
14503
14504
svn3207:  - Removed two wxDirExists() which are no longer be
14505
	  needed now
14506
14507
2006-11-11 20:21  thomasdenk
14508
14509
svn3206:  - Corrected return value on "already exists" in
14510
	  CreateDirRecursively() to be consistent with "successfully
14511
	  created".
14512
14513
2006-11-11 14:33  afb
14514
14515
svn3205:  check for pkg-config
14516
14517
2006-11-10 19:29  mandrav
14518
14519
svn3204:  - Compatibility with autoconf-2.60 (removed a
14520
	  "configure" warning).
14521
14522
2006-11-10 19:21  mandrav
14523
14524
svn3203:  - Removed warning about not being able to create a
14525
	  directory on startup
14526
	  for non-windows platforms.
14527
	  - Avoid unnecessary refresh of symbols browser.
14528
14529
2006-11-10 10:41  mandrav
14530
14531
svn3201:  * When re-ordering build targets, any virtual build
14532
	  targets containing the re-ordered targets were not updated. As a
14533
	  consequence, when building a virtual build target, the ordering
14534
	  was not changed...
14535
	  * Fixed a refresh bug for the compiler toolbar's targets
14536
	  combobox.
14537
14538
2006-11-10 09:15  mandrav
14539
14540
svn3200:  * Fixed a couple of bugs with invalid compilers
14541
	  handling when loading a project (i.e. compilers that do not exist
14542
	  on the user's system).
14543
14544
2006-11-09 20:17  mortenmacfly
14545
14546
svn3197:  * added new GTK wizard (Windows only)
14547
14548
2006-11-08 22:31  ceniza
14549
14550
svn3195:  - wxPdfDocument updated to version 0.7.6.
14551
14552
2006-11-08 14:21  thomasdenk
14553
14554
svn3194:  - Replaced accidentially committed 8-bit dithered image
14555
	  with 24-bit version
14556
14557
2006-11-08 13:53  thomasdenk
14558
14559
svn3193:  - Use wxStdPaths to get common locations, as far as
14560
	  possible
14561
	  - Better streamlining when querying locations
14562
	  - Added early out for CreateDirRecursively (less user code)
14563
	  - Added CreateDir (non-recursively, if not exists)
14564
14565
2006-11-08 13:43  thomasdenk
14566
14567
svn3192:  - Startup screen region skin redesign
14568
14569
2006-11-07 08:55  mandrav
14570
14571
svn3189:  * Handle opening and working with projects with invalid
14572
	  compilers.
14573
14574
2006-11-06 20:29  killerbot
14575
14576
svn3186:  * MAC hack to have compiler options dialog to be big
14577
	  enough
14578
14579
2006-11-05 22:01  daniel2000
14580
14581
svn3185:  * Fixes to the autotools build system:
14582
	  - applied the not yet applied parts of patch #1591 (thanks afb
14583
	  oncemore)
14584
	  - added more missing resources and images to autotools
14585
	  - removed lib_finder/license.txt from autotools till it's there
14586
14587
2006-11-05 21:37  daniel2000
14588
14589
svn3184:  * Changes in spec file:
14590
	  - Adds support for RHEL/CentOS, and uses "automake17" RPM on .el3
14591
	  (Patch
14592
	  #1605, thanks afb)
14593
	  - fixed some issues concerning mandriva/mandrake
14594
14595
2006-11-05 14:56  mortenmacfly
14596
14597
svn3183:  - include fix for non-PCH compilers
14598
14599
2006-11-05 10:54  afb
14600
14601
svn3182:  fix Mac crash when launching by file
14602
14603
2006-11-05 09:46  mortenmacfly
14604
14605
svn3181:  - Makefile.am fix for cb_share_config (autotools)
14606
14607
2006-11-04 14:19  artoj
14608
14609
svn3180:  Code snippets:
14610
	  * Snippets are now correctly encoded when saved.
14611
14612
2006-11-04 11:34  afb
14613
14614
svn3179:  unicode fix for darwin GetAppPath
14615
14616
2006-11-03 23:56  afb
14617
14618
svn3178:  GetAppPath fix for Darwin / Mac OS X
14619
14620
2006-11-03 23:49  afb
14621
14622
svn3177:  MacOpenFile/MacPrintFile
14623
14624
2006-11-03 19:55  byo
14625
14626
svn3176:  Old wxSmith:
14627
	  * Removed sliders bug (for bigger resources, when editor has
14628
	  extra scroll bars, wxSmith tried to shift widget when dragging
14629
	  these bars)
14630
	  * Better calculation of position for drag points after changing
14631
	  position / scrolled editor
14632
	  * Cleaned up wxsDragWindow and wxsDrawingWindow
14633
14634
2006-11-03 14:21  killerbot
14635
14636
svn3175:  * add "AddUser" button in todo plugin -> new users can
14637
	  be added again (this was lost in the combobox ->choice control
14638
	  replacement)
14639
14640
2006-11-03 11:05  killerbot
14641
14642
svn3174:  * updated wxFlatNotebook to eranifs first revision in
14643
	  svn :-)
14644
14645
2006-11-02 22:36  mortenmacfly
14646
14647
svn3173:  * fixed crash when trying to debug in a thread and the
14648
	  debugger wasn't active anymore
14649
14650
2006-11-02 17:32  mandrav
14651
14652
svn3171:  * Fixed setting breakpoints in files not belonging to
14653
	  project.
14654
14655
2006-11-02 15:16  artoj
14656
14657
svn3170:  Code Snippets:
14658
	  * Added Copy to clipboard functionality
14659
	  * Added Debug target to *nix project file (for future usage)
14660
	  * Added note about the documentation in the Wiki
14661
14662
2006-11-02 14:31  tiwag
14663
14664
svn3169:  - removed wrong casts introduced in previous commit
14665
	  3168 "save&restore printerdialog paperid and orientation to
14666
	  config"
14667
14668
2006-11-02 13:58  tiwag
14669
14670
svn3168:  * save&restore paperid and orientation to config
14671
14672
2006-11-02 09:07  killerbot
14673
14674
svn3167:  * MinGW, and GnuArm : added -ansi option
14675
14676
2006-11-02 08:35  mandrav
14677
14678
svn3166:  * Fixed once and for all the various issues (aka
14679
	  crashes) when displaying dialogs on startup.
14680
14681
2006-11-02 07:11  killerbot
14682
14683
svn3165:  * fix pedantic compiler option : -pedantic-errors
14684
	  (plural !!!)
14685
14686
2006-11-01 12:09  killerbot
14687
14688
svn3164:  * searching bugfix : when intially there was a
14689
	  selection but then the scope was changed to 'Global' the
14690
	  selection coordinates should have no influence any more, it's
14691
	  back to a normal search without selection
14692
14693
2006-10-31 10:26  killerbot
14694
14695
svn3163:  * fixed build log file name for batch jobs (workspace
14696
	  <--> project)
14697
14698
2006-10-30 21:00  killerbot
14699
14700
svn3162:  * sync with cvs sources of wxFlatNotebook (Set bitmap
14701
	  to all wxMemoryDC to allow correct height)
14702
14703
2006-10-30 20:31  killerbot
14704
14705
svn3161:  * [ Patch #1592 ] Updated filelist for RPM
14706
	  "codeblocks.spec"[.in] (fixes : [ Bug #9291 ] %files in
14707
	  codeblocks.spec are out-of-date)
14708
14709
2006-10-30 20:17  killerbot
14710
14711
svn3160:  - symtab : little include fix
14712
14713
2006-10-30 20:13  killerbot
14714
14715
svn3159:  - little Makefile.am fixes
14716
14717
2006-10-30 13:15  killerbot
14718
14719
svn3158:  - LANG : en_US for autorevision instead of EN
14720
14721
2006-10-29 14:43  mortenmacfly
14722
14723
svn3157:  - fixed one of the most stupidest copy&paste bugs alive
14724
	  of previous commit
14725
14726
2006-10-29 14:28  mortenmacfly
14727
14728
svn3156:  * help plugin: inform if a help file cannot be found
14729
	  (instead of silently doing "nothing"); use cbMessageBox for
14730
	  proper dialog placement
14731
	  - minor code optimisation for recent unicode save file
14732
	  work-around
14733
14734
2006-10-29 08:08  mandrav
14735
14736
svn3155:  * Fixed locating the file's pair (swap header/source)
14737
	  in a workspace when the active file does not belong in the active
14738
	  project.
14739
14740
2006-10-29 07:44  mandrav
14741
14742
svn3154:  * Fixed a refresh bug in symbols browser ("Current
14743
	  file's symbols" mode) when switching the active file.
14744
14745
2006-10-28 20:47  mandrav
14746
14747
svn3153:  * Modified bootstrap to recognize and use environment
14748
	  variables like $AUTOMAKE, $AUTOCONF, etc. Patch #1502.
14749
14750
2006-10-28 10:58  thomasdenk
14751
14752
svn3152:  - Set language environment for Subversion
14753
14754
2006-10-27 22:02  pecan
14755
14756
svn3151:  - KeyBinder v1.0.1 2006/10/27
14757
	  - Change OnIdle merge to OnTimer as per Denk advice
14758
	  - On new version, copy old key defs file if compatible
14759
	  - minor cleanup and spelling corrections
14760
14761
2006-10-27 12:03  killerbot
14762
14763
svn3150:  * [ Patch #1580 ] Manage plugins dialog improvement
14764
	  (with some minor fixes)
14765
14766
2006-10-26 23:12  byo
14767
14768
svn3149:  Old wxSmith: Updated background fetching system -
14769
	  wxSmith doesn't seem to hang up when parameters are changed
14770
	  really fast, it works a little bit better with sliders inside
14771
	  editor area (not perfect yet) and maybe it works on MacOS
14772
14773
2006-10-26 21:15  mortenmacfly
14774
14775
svn3148:  * warn the user if a file's content became empty due to
14776
	  wrong file encoding
14777
14778
2006-10-26 20:46  killerbot
14779
14780
svn3147:  * [ Patch #1579 ] HTML Build Log
14781
14782
2006-10-25 18:03  killerbot
14783
14784
svn3145:  - include fixes
14785
14786
2006-10-25 11:31  killerbot
14787
14788
svn3144:  * (CB)Profiler : case sensitivity, and renamed to
14789
	  Profiler
14790
14791
2006-10-25 11:15  killerbot
14792
14793
svn3143:  * updated wxFlatNotebook to it's state in cvs :
14794
	  improvements for our Mac users
14795
14796
2006-10-25 10:15  daniel2000
14797
14798
svn3142:  * Renamed the profiler resources file back to
14799
	  CBProfiler.zip (autotools)
14800
14801
2006-10-24 12:52  killerbot
14802
14803
svn3139:  - suppress "no file" error
14804
14805
2006-10-24 12:02  killerbot
14806
14807
svn3138:  - SymTab : case sensitivity
14808
14809
2006-10-24 11:04  mandrav
14810
14811
svn3137:  * Added option to save the full command lines in the
14812
	  HTML log (if enabled).
14813
	  * Fixed wrong HTML file name (_build.log.html) when building from
14814
	  command line (batch builds).
14815
14816
2006-10-24 09:26  killerbot
14817
14818
svn3136:  - remove bom
14819
14820
2006-10-24 09:24  mandrav
14821
14822
svn3135:  * Symbols browser updates:
14823
	  - Global typedefs have moved in a special folder (faster tree
14824
	  updates).
14825
	  - Namespaces are sorted before everything else (easier browsing).
14826
	  - "Derived classes" special folders now do not cause an infinite
14827
	  recursion when browsing inheritance.
14828
14829
2006-10-24 09:07  killerbot
14830
14831
svn3134:  - SymTab : case sensitivity
14832
14833
2006-10-23 22:27  mandrav
14834
14835
svn3133:  * Improved locating #include files (some cases where it
14836
	  failed have been discovered).
14837
14838
2006-10-23 20:52  byo
14839
14840
svn3131:  Old wxSmith: Removed "new" folder, New wxSmith version
14841
	  is in different branch now
14842
14843
2006-10-23 18:51  tiwag
14844
14845
svn3130:  * FindDlg bugfix: settings for AutoWrap at EOF and Find
14846
	  Selected text got overwritten by FindInFiles dialogs
14847
14848
2006-10-23 12:54  killerbot
14849
14850
svn3129:  - symtab : switch back to wx2.6.1 function
14851
	  GetSelection() (which is sufficient)
14852
14853
2006-10-23 12:22  mortenmacfly
14854
14855
svn3128:  * SymTab plugin: fixed parser error with demangeled
14856
	  methods (thanks takeshi)
14857
	  - SymTab plugin: minor code cleanup/optimisations
14858
14859
2006-10-23 11:35  mandrav
14860
14861
svn3127:  * Fixed broken warnings/errors display of compiler
14862
	  output.
14863
	  * Clear any remaining build jobs in case of build errors. When a
14864
	  workspace was built and failed, next try to build it would
14865
	  continue with the next target instead...
14866
	  * Added option to control whether the build log will be saved to
14867
	  HTML file or not, after the build finishes.
14868
	  * Added "Copy to" buttons in link libraries and directories in
14869
	  compiler options. Allow to copy the respective settings to
14870
	  another build target (or the project).
14871
14872
2006-10-22 13:31  daniel2000
14873
14874
svn3126:  * fixed missing/wrong named resources of lib_finder and
14875
	  profiler plugins in autotools
14876
14877
2006-10-22 11:14  killerbot
14878
14879
svn3125:  * makefile fix
14880
14881
2006-10-21 20:31  killerbot
14882
14883
svn3124:  - minor include clean
14884
14885
2006-10-21 17:47  mortenmacfly
14886
14887
svn3123:  - removed Unicode config from symbol table C::B project
14888
	  file (avoid conflicts)
14889
14890
2006-10-21 17:45  mortenmacfly
14891
14892
svn3122:  * added new plugin: symbol table (utilises nm
14893
	  application to search for symbols inside libs/object files)
14894
14895
2006-10-21 16:00  killerbot
14896
14897
svn3121:  * Applied BJM's patch for bug #8579 BUT ONLY for
14898
	  __wxGTK__ (there it seems to fix the libcairo crash, but it has
14899
	  bad influence on windows)
14900
14901
2006-10-21 13:21  killerbot
14902
14903
svn3120:  * updated wxFlatNotebook (in sync with cvs repo at 21
14904
	  okt 2006) (fixes the positioning of tabs in the message pane)
14905
14906
2006-10-21 11:06  mandrav
14907
14908
svn3119:  * Minor fixes for HTML build logging:
14909
	  - When building a workspace, only a log for the workspace is
14910
	  created.
14911
	  - Fixed broken coloring of build log messages since last commit.
14912
14913
2006-10-21 10:43  mandrav
14914
14915
svn3118:  * Changed the filename under which the HTML build log
14916
	  is saved.
14917
	  * Added build start/end date and time in the HTML build log.
14918
14919
2006-10-21 10:25  mandrav
14920
14921
svn3117:  * After a build is finished, the build log is saved in
14922
	  HTML format.
14923
14924
2006-10-20 19:50  mandrav
14925
14926
svn3116:  * Fixed bug that would add the 'lib' prefix in static
14927
	  libs no matter if it was already there (in auto-name-generation
14928
	  mode).
14929
14930
2006-10-20 18:13  mortenmacfly
14931
14932
svn3115:  * applied patch #1568: classwizard improvements (thanks
14933
	  workwind)
14934
14935
2006-10-20 15:19  tiwag
14936
14937
svn3114:  * Reverted commit rev 3100: "Applied BJM's patch for
14938
	  bug #8579 (Crashes Randomly During Use: Linux + SMP)."
14939
	  because it constantly crashes CB
14940
14941
2006-10-20 13:16  tiwag
14942
14943
svn3113:  * FindDlg: show messageboxes when there is no open
14944
	  project or workspace where to search in
14945
14946
2006-10-20 12:06  tiwag
14947
14948
svn3112:  * fixed crash when using Find in files
14949
14950
2006-10-19 09:23  killerbot
14951
14952
svn3111:  - addition to previous commit : no wrap when search in
14953
	  FILES
14954
14955
2006-10-19 09:14  mandrav
14956
14957
svn3110:  * Fixed crash in replace dialog, caused by the latest
14958
	  patch for find&replace options.
14959
14960
2006-10-19 08:24  mandrav
14961
14962
svn3109:  * Added controlling master-list of plugins to load for
14963
	  batch builds. Can be found (and adjusted) in "Settings->Compiler
14964
	  and debugger->Batch builds". Defaults to the compiler plugin
14965
	  only.
14966
14967
2006-10-19 00:19  tiwag
14968
14969
svn3108:  * Find dlg : Auto-Wrap at EOF and Find uses selected
14970
	  text (pecan patch #1571)
14971
14972
2006-10-18 22:45  byo
14973
14974
svn3107:  Old wxSmith: Some more updates to avoid potential
14975
	  problems while enabling / disabling plugin
14976
14977
2006-10-18 21:40  byo
14978
14979
svn3106:  Old wxSmith: Plugin does not crash while
14980
	  Enabling/Disabling anymore (but there's some more work to do to
14981
	  get full functionality of these functions)
14982
14983
2006-10-18 19:16  pecan
14984
14985
svn3105:  - DragScroll 1.0.31 Set default Auto Focus Editor to
14986
	  OFF
14987
14988
2006-10-18 14:04  mandrav
14989
14990
svn3104:  * Special pre/post build command added: #run_script.
14991
	  Usage: "#run_script filename.script". Allows to run a
14992
	  Code::Blocks script during the build process. A usage example
14993
	  will be posted on the wiki soon.
14994
	  * New script function: InstallPlugin(). When called from a
14995
	  script, a security warning is emitted (no way to turn this off).
14996
	  * Fixed minor bug in build scripts clearing.
14997
	  * Few more macros added in MacrosManager:
14998
	  - TARGET_OUTPUT_FILE: active target's output filename.
14999
	  - TARGET_OUTPUT_BASENAME: active target's output base name (no
15000
	  path and no extension).
15001
	  - [target_name]_OUTPUT_BASENAME: named target's output base name
15002
	  (no path and no extension).
15003
15004
2006-10-18 11:54  tiwag
15005
15006
svn3103:  * Console-runner shows return value and execution time
15007
	  of executed process
15008
	  console window title shows executed commandline (MSW only)
15009
15010
2006-10-18 11:34  mandrav
15011
15012
svn3102:  * Added two new options in plugins management dialog:
15013
	  - Install plugin for all users or current user only (checks user
15014
	  rights too).
15015
	  - Ask for confirmation if conflicts arise.
15016
15017
2006-10-18 11:32  killerbot
15018
15019
svn3101:  * fixed replace bug (described at
15020
	  http://forums.codeblocks.org/index.php?topic=4243.msg33456#msg33456)
15021
15022
2006-10-17 23:48  ceniza
15023
15024
svn3100:  * Applied BJM's patch for bug #8579 (Crashes Randomly
15025
	  During Use: Linux + SMP).
15026
15027
2006-10-17 17:44  mandrav
15028
15029
svn3099:  * Warning and error log messages are now printed in
15030
	  both the main app log and the debug log (if enabled), using blue
15031
	  and red colour respectively.
15032
	  * If errors or warnings are logged during startup, an InfoWindow
15033
	  pops up informing the user about the fact.
15034
	  - Updated some MessageManager functions:
15035
	  Renamed DebugLogError to LogError.
15036
	  Renamed DebugLogWarning to LogWarning.
15037
	  Added a couple more utility functions.
15038
	  Added LOG, LOG_ERROR and LOG_WARN macros for easier logging.
15039
	  - Added MessageLog::Clear pure virtual function.
15040
	  - Updated all affected code for the above MessageManager changes.
15041
	  - Fully documented the MessageManager class.
15042
15043
2006-10-17 16:01  pecan
15044
15045
svn3098:  -DragScroll 1.0.30 2006/10/17
15046
	  - Added focus follow mouse option for MSW (default off)
15047
15048
2006-10-17 11:14  mandrav
15049
15050
svn3097:  * Fixed broken single-file compilation (without
15051
	  project).
15052
15053
2006-10-17 08:43  mortenmacfly
15054
15055
svn3096:  - minor include fix for non-PCH-capable compilers
15056
15057
2006-10-17 06:52  killerbot
15058
15059
svn3095:  - BOM removed
15060
15061
2006-10-16 16:19  mandrav
15062
15063
svn3094:  * Plugins management revamped. Tested under windows and
15064
	  linux.
15065
	  - Plugins enabling/disabling on-the-fly.
15066
	  - Plugins installing/uninstalling on-the-fly.
15067
	  - Plugins exporting (backup) on-the-fly.
15068
	  * Fixed all code that needed fixing to support the above (except
15069
	  wxSmith
15070
	  - don't try anything with it: it will crash the app).
15071
15072
2006-10-16 11:34  killerbot
15073
15074
svn3093:  - minor cleanup (line continuation not needed)
15075
15076
2006-10-16 09:27  mortenmacfly
15077
15078
svn3092:  * fixed bug that devpak plugin got not loaded (invalid
15079
	  manifest file)
15080
15081
2006-10-16 06:30  killerbot
15082
15083
svn3091:  - removed BOM's
15084
15085
2006-10-15 17:28  killerbot
15086
15087
svn3090:  * update to wxFlatNotebook 2.1 (some of our mods are
15088
	  not yet applied, might be they are no longer needed) (PS: 'X'
15089
	  button now also on tabs of VC8 style)
15090
15091
2006-10-15 10:42  mandrav
15092
15093
svn3089:  * Another regular expression fix for gdb backtraces.
15094
15095
2006-10-13 22:42  killerbot
15096
15097
svn3087:  * wxFNB : VC8 style (== patch 1158) : NOTE : this style
15098
	  does not support the close button on tab -> right click menu
15099
	  closing
15100
15101
2006-10-13 20:53  mandrav
15102
15103
svn3086:  * Added support for gdb-5.2 backtraces.
15104
15105
2006-10-13 17:43  tiwag
15106
15107
svn3085:  * Print range of pages bugfixed
15108
15109
2006-10-13 15:32  thomasdenk
15110
15111
svn3084:  - Disable gpm emulation for GTK
15112
15113
2006-10-13 13:07  killerbot
15114
15115
svn3083:  - some info on the changes we made to the original
15116
	  wxFlatNotebook sources
15117
15118
2006-10-13 13:03  mandrav
15119
15120
svn3082:  * Added a check for invalid text-bounds in
15121
	  code-completion (fixes an assert that would appear these last few
15122
	  days).
15123
15124
2006-10-13 07:58  mandrav
15125
15126
svn3081:  * Pre- and post-build commands do not execute in
15127
	  parallel processes anymore but sequentially (this was clearly
15128
	  wrong).
15129
15130
2006-10-12 16:55  tiwag
15131
15132
svn3080:  - set PrintMagnification different for printouts
15133
	  with/without linenumbers, so that at least in every mode about 85
15134
	  chars of source code are on a line of a A4 page
15135
15136
2006-10-12 11:56  tiwag
15137
15138
svn3078:  * File->Print uses correct settings from printer dialog
15139
	  (paper size & orientaion)
15140
	  "print line numbers" setting from print dialog is stored in
15141
	  config file
15142
	  
15143
15144
2006-10-11 22:23  daniel2000
15145
15146
svn3076:  - fixed autorevision's makefile (one ../ too much)
15147
	  - added cb_share_config to the filelist of the spec file
15148
15149
2006-10-11 15:36  killerbot
15150
15151
svn3074:  - remove warning
15152
15153
2006-10-11 14:00  mandrav
15154
15155
svn3073:  * Fixed wxFlatNotebook to emit the page
15156
	  changing/changed events every time the selection changes (would
15157
	  only emit them if changed using the mouse). This should also fix
15158
	  some issues with info about the active editor being out-of-sync.
15159
15160
2006-10-11 13:38  killerbot
15161
15162
svn3072:  - remove some BOM's that got into sources in previous
15163
	  commit (no idea why)
15164
15165
2006-10-11 13:19  killerbot
15166
15167
svn3071:  * upgrade to wxFlatNotebook 2.0 and introducing 2 new
15168
	  CB features :
15169
	  a) "X" close button on every tab in the EditorManager (old "X"
15170
	  button removed)
15171
	  b) ctrl-shift-tab advanced tabbing (turn this on in
15172
	  settings->environment->notebooks appearance->Use Smart
15173
	  Tab-switching scheme
15174
15175
2006-10-11 12:46  killerbot
15176
15177
svn3070:  * Gnu ARM and MinGW : ar -s instead of ranlib
15178
15179
2006-10-11 11:04  mandrav
15180
15181
svn3068:  * Substitute macros when cleaning a build.
15182
15183
2006-10-11 10:57  mandrav
15184
15185
svn3067:  - Fixed workspace building bug introduced accidentally
15186
	  in the previous commit.
15187
15188
2006-10-11 09:23  mandrav
15189
15190
svn3066:  * Fixed bug with macros substitution during the build
15191
	  process.
15192
15193
2006-10-10 21:10  mandrav
15194
15195
svn3064:  * Fixed bug in new build process: if the build failed,
15196
	  the remaining jobs were not removed from the queue.
15197
15198
2006-10-10 20:57  mortenmacfly
15199
15200
svn3063:  * show filename on TinyXml errors for the user to e.g.
15201
	  manually fix (if possible)
15202
15203
2006-10-10 17:23  mortenmacfly
15204
15205
svn3061:  - added C::B project file for cb_share_config for Unix
15206
	  - added cb_share_config application to ContribPlugins workspace
15207
	  (allthough it's a stand-alone application)
15208
15209
2006-10-10 15:37  mandrav
15210
15211
svn3060:  - Fixed lib_finder project file to build under linux.
15212
15213
2006-10-10 12:38  mandrav
15214
15215
svn3059:  * Build process revamped.
15216
	  - Fixed minor bug in project layout loading.
15217
15218
2006-10-10 12:25  killerbot
15219
15220
svn3058:  - applied patches 1423 and 1320 (consistency in project
15221
	  files : $(WX_CFG))
15222
15223
2006-10-10 12:23  mortenmacfly
15224
15225
svn3057:  - removed extra_dist in build system (not decided yet
15226
	  whether to move update scripts in build_tools, too)
15227
15228
2006-10-10 12:21  mortenmacfly
15229
15230
svn3056:  * added cb_share_config tool (share specific C::B
15231
	  configuration data between C::B installations)
15232
15233
2006-10-10 12:18  mortenmacfly
15234
15235
svn3055:  - re-ordered compilation of sub-folders for build
15236
	  system to work properly
15237
15238
2006-10-10 12:15  mortenmacfly
15239
15240
svn3054:  - completed adjustment of autorevision system (for
15241
	  build_tools)
15242
15243
2006-10-10 12:13  mortenmacfly
15244
15245
svn3053:  - moved autorevision tool to new build_tools folder,
15246
	  updated project files (completing adjustment of autobuild system
15247
	  later)
15248
15249
2006-10-10 12:11  mortenmacfly
15250
15251
svn3052:  - added build_tools folder (that will contain tools for
15252
	  building C::B in the future)
15253
15254
2006-10-09 18:06  thomasdenk
15255
15256
svn3051:  - Patch #1041 (updated) : app.c/app.h cleanup
15257
15258
2006-10-09 13:38  thomasdenk
15259
15260
svn3050:  - Changed xml indentation to tabs
15261
	  - Inlined ::cbSaveXmlFile using TinyXML::SaveDocument
15262
15263
2006-10-09 12:20  thomasdenk
15264
15265
svn3049:  - Final fix for the CDATA < > problem using TinyXML API
15266
	  - Fixed ";" in search history problem
15267
15268
2006-10-09 09:15  mortenmacfly
15269
15270
svn3048:  - much better include fix for non-PCH compilers (thanks
15271
	  killerbot)
15272
15273
2006-10-09 07:31  mortenmacfly
15274
15275
svn3047:  - include fixes for compiling with non-PCH capable
15276
	  compilers
15277
15278
2006-10-09 07:15  killerbot
15279
15280
svn3046:  - update to previous commit (will the end ever be near
15281
	  ?)
15282
15283
2006-10-09 07:12  killerbot
15284
15285
svn3045:  - update to previous commit (the end is so near)
15286
15287
2006-10-09 07:07  killerbot
15288
15289
svn3044:  - update to previous commit (the end is near)
15290
15291
2006-10-09 07:02  killerbot
15292
15293
svn3043:  - update to previous commit (fun fun : 1 pc windows and
15294
	  1 pc linux)
15295
15296
2006-10-09 07:00  killerbot
15297
15298
svn3042:  - update to previous commit
15299
15300
2006-10-09 06:52  killerbot
15301
15302
svn3041:  - update to previous commit
15303
15304
2006-10-09 06:10  killerbot
15305
15306
svn3040:  - update to previous commit
15307
15308
2006-10-09 06:09  killerbot
15309
15310
svn3039:  - further include fixes in library_finder
15311
15312
2006-10-08 20:30  mandrav
15313
15314
svn3038:  * Fixed minor bug in code-completion local block
15315
	  parsing (would miss the first line of the block, sometimes).
15316
15317
2006-10-08 19:07  killerbot
15318
15319
svn3037:  - include fix (so it builds on linux)
15320
15321
2006-10-08 15:41  mandrav
15322
15323
svn3036:  * Watching arrays with gdb has been improved.
15324
	  * Added debugger configuration option for max # of elements an
15325
	  array must have in order to be displayed on a single line.
15326
15327
2006-10-08 11:06  mandrav
15328
15329
svn3035:  * Resolved all breakpoint-setting issues some people
15330
	  experienced.
15331
	  - Now uses relative filenames for breakpoints.
15332
	  - Allows setting breakpoints in spaces with paths.
15333
	  - Also allows gdb-5.2 to be used with C::B again (tested and
15334
	  working).
15335
15336
2006-10-08 09:20  mandrav
15337
15338
svn3034:  * Added info about error column and row numbers when
15339
	  the configuration can't be opened.
15340
	  * Convert < and > to XML entities when saving strings in the
15341
	  configuration or else the XML file will become invalid and C::B
15342
	  won't open again until the configuration is deleted.
15343
15344
2006-10-07 22:54  thomasdenk
15345
15346
svn3033:  - Image update
15347
15348
2006-10-07 16:34  mortenmacfly
15349
15350
svn3032:  - first fix for the lib_finder plugin: settings were
15351
	  written into wrong config section
15352
15353
2006-10-07 15:39  mortenmacfly
15354
15355
svn3031:  * added (old, but overworked) lib_finder plugin to SVN
15356
	  (under contrib plugins)
15357
	  - added autobuild support for this plugin, but untested (have no
15358
	  linux access atm)
15359
15360
2006-10-07 13:51  mandrav
15361
15362
svn3030:  * Implemented 'start' offset and 'count' elements for
15363
	  debugging arrays. The options existed in the GUI but were not
15364
	  implemented in the driver.
15365
15366
2006-10-07 08:42  killerbot
15367
15368
svn3029:  - google/msdn search tip added
15369
15370
2006-10-06 21:54  thomasdenk
15371
15372
svn3028:  - Google Code
15373
15374
2006-10-06 20:18  killerbot
15375
15376
svn3027:  * apply [ Patch #1529 ] OpenFileTree was once more not
15377
	  updated correctly : fixes [ Bug #9001 ] Untitled1 in Open Files
15378
	  tree after save as
15379
15380
2006-10-06 19:54  killerbot
15381
15382
svn3026:  * apply [ Patch #1468 ] Expand caret period slider
15383
15384
2006-10-06 16:56  thomasdenk
15385
15386
svn3025:  - Got rid of strlen() too
15387
15388
2006-10-06 16:47  thomasdenk
15389
15390
svn3024:  - Added loading of new images and new visual states
15391
	  - ProjectFile initialisation through initialiser list
15392
	  - Visual state changing only when needed
15393
15394
2006-10-06 14:32  killerbot
15395
15396
svn3022:  * apply [ Patch #1467 ] TODO-list filter by user bug
15397
15398
2006-10-06 14:30  thomasdenk
15399
15400
svn3021:  - Tree icon update
15401
15402
2006-10-06 13:51  killerbot
15403
15404
svn3020:  * [ Patch #1533 ] Corrected linker order arguments for
15405
	  DMars compiler
15406
15407
2006-10-06 13:46  killerbot
15408
15409
svn3019:  * apply [ Patch #1534 ] Adds "Floating point" as output
15410
	  format to Edit Watch dialog
15411
15412
2006-10-06 13:35  killerbot
15413
15414
svn3018:  * bug fix (bug 8878) by applying patch 1524
15415
15416
2006-10-06 13:31  killerbot
15417
15418
svn3017:  * apply Patch #1431
15419
15420
2006-10-06 11:11  killerbot
15421
15422
svn3016:  - the ultimate minor change [decl/def at same time ->
15423
	  init]
15424
15425
2006-10-06 11:05  thomasdenk
15426
15427
svn3015:  - Reverting revision 3013 under pain of death
15428
15429
2006-10-06 08:46  thomasdenk
15430
15431
svn3014:  - Lieven's modification works fine with TIXML_USING_STL
15432
	  and is a lot better, make that default
15433
15434
2006-10-06 08:19  thomasdenk
15435
15436
svn3013:  - Removed deprecated wxHIDE_READONLY
15437
15438
2006-10-05 13:36  killerbot
15439
15440
svn3012:  - TinyXML 2.5.2 : fix for Linux builds (they don't seem
15441
	  to do it the TIXML_USE_STL way) [continued]
15442
15443
2006-10-05 13:23  killerbot
15444
15445
svn3011:  * TinyXML 2.5.2 : fix for Linux builds (they don't seem
15446
	  to do it the TIXML_USE_STL way)
15447
15448
2006-10-05 11:44  thomasdenk
15449
15450
svn3010:  - TinyXML 2.5.2
15451
15452
2006-10-05 11:43  thomasdenk
15453
15454
svn3009:  - Fixes for TinyXML 2.5.2
15455
15456
2006-10-05 06:00  mortenmacfly
15457
15458
svn3008:  * a few adjustments (uninitialised member variables) in
15459
	  CC plugin that may lead to imrpoved stability
15460
15461
2006-10-02 13:27  thomasdenk
15462
15463
svn3004:  - Subversion 1.4 entries parsing
15464
15465
2006-10-02 11:33  thomasdenk
15466
15467
svn3003:  - gpm (ftr #2660)
15468
15469
2006-10-01 11:38  killerbot
15470
15471
svn3002:  * search in files : result set in message pane : only
15472
	  double click to open editor containing that result (allows to key
15473
	  navigate in the result list without opening all those editors)
15474
	  - header include fixes
15475
15476
2006-09-29 07:55  mortenmacfly
15477
15478
svn3001:  - PCH include fiixes (for compilers not supporting PCH)
15479
	  - removed *.depend and *.layout files (not required)
15480
15481
2006-09-28 17:52  mandrav
15482
15483
svn3000:  * Added all date and time related macros as editor
15484
	  abbreviations. See
15485
	  http://forums.codeblocks.org/index.php?topic=4110.
15486
15487
2006-09-28 12:51  killerbot
15488
15489
svn2999:  - include fix to build on linux
15490
15491
2006-09-28 12:19  mandrav
15492
15493
svn2998:  * Greatly improved updating of the watches tree. Also
15494
	  fixed all related bugs (e.g. #6687).
15495
	  * The watches tree is currently disabled for the CDB debugger
15496
	  (until the relevant code is rewritten).
15497
15498
2006-09-28 09:43  mandrav
15499
15500
svn2997:  * Fixed bug that recently crept in C::B plugin wizard.
15501
15502
2006-09-28 08:38  mandrav
15503
15504
svn2996:  * Added a new option to the files extension handler:
15505
	  open with associated application (windows only).
15506
15507
2006-09-25 10:42  mandrav
15508
15509
svn2995:  - Added missing manifest_template.xml in C::B plugin
15510
	  wizard.
15511
15512
2006-09-24 07:55  killerbot
15513
15514
svn2994:  * cleanup : plug-ins no longer need to include
15515
	  licenses.h
15516
	  - updated the manifest xml of keybinder
15517
15518
2006-09-24 00:51  pecan
15519
15520
svn2993:  - Keybinder v0.4.26 2006/09/23
15521
	  - minor #defines for WXMAC
15522
	  - stop OnProfileSelected() from saving blank keyProfile
15523
15524
2006-09-23 23:55  daniel2000
15525
15526
svn2992:  Two little fixes to autotools to get "make dist" work
15527
	  correctly
15528
15529
2006-09-23 11:54  thomasdenk
15530
15531
svn2991:  * Patch #1497 : Added special Scintilla commands to the
15532
	  edit menu
15533
15534
2006-09-23 11:53  pecan
15535
15536
svn2990:  -DragScroll fix missing equates == on linux
15537
15538
2006-09-22 12:24  pecan
15539
15540
svn2989:  - DragScroll - Minor addition. #defines for WXMAC.
15541
15542
2006-09-22 09:13  mandrav
15543
15544
svn2988:  * Updated C::B plugin wizard for the latest updates in
15545
	  the plugin loading framework.
15546
	  * Added XML in known file types.
15547
	  * Exported to scripts the XML extension constant (EXT_XML and
15548
	  EXT_DOT_XML) as well as the plugin SDK version
15549
	  (PLUGIN_SDK_VERSION_MAJOR, PLUGIN_SDK_VERSION_MINOR and
15550
	  PLUGIN_SDK_VERSION_RELEASE).
15551
15552
2006-09-21 19:13  mandrav
15553
15554
svn2987:  * Fixed autotools build (added missing $DESTDIR).
15555
15556
2006-09-20 21:08  mandrav
15557
15558
svn2986:  * Updated non-windows build.
15559
15560
2006-09-20 14:16  killerbot
15561
15562
svn2985:  * Check also for modified projects when the app get's
15563
	  (re)activated, so that externally modified project files (.cbp)
15564
	  allow the user to reload them (just like with externally modified
15565
	  files)
15566
15567
2006-09-20 13:08  mandrav
15568
15569
svn2984:  * Added options for build targets to auto-generate the
15570
	  output filename, based on the running platform. This should bring
15571
	  us closer to the final goal of one project file for all
15572
	  platforms.
15573
15574
2006-09-20 13:05  mandrav
15575
15576
svn2983:  * Plugin loading redesigned
15577
	  - All plugins must provide a resource zip file containing at
15578
	  least one file named manifest.xml. Several hard-coded things in a
15579
	  plugin have moved to this manifest file (and more to come).
15580
	  - Got rid of the ugly macros for registering a plugin. Replaced
15581
	  by a templated class.
15582
	  - All plugins in our repository have been updated accordingly.
15583
	  - Autotools builds not yet tested.
15584
15585
2006-09-19 15:36  artoj
15586
15587
svn2982:  Code snippets:
15588
	  * Replaced Clear button with a control button
15589
	  * Added options for searching: case sensitivity and type
15590
	  * Removed extra padding around the tree control
15591
15592
2006-09-18 19:55  killerbot
15593
15594
svn2981:  * [ Patch #1499 ] : To do list can cope now with
15595
	  doxygen style to do's
15596
15597
2006-09-18 10:57  killerbot
15598
15599
svn2979:  * CodeCompletion Toolbar : show namespace in left
15600
	  choice control when outside any function
15601
15602
2006-09-17 17:02  killerbot
15603
15604
svn2977:  * code snippets patch applied
15605
15606
2006-09-14 15:27  mandrav
15607
15608
svn2976:  * Added a small delay before parsing the active file
15609
	  for functions, to allow for quick file switching without the
15610
	  editor lagging behind.
15611
15612
2006-09-13 13:42  mandrav
15613
15614
svn2975:  * Fixed symbols browser flickering/pause on update (for
15615
	  large projects/workspaces).
15616
15617
2006-09-13 13:40  mandrav
15618
15619
svn2974:  * Correctly remember the window size and position from
15620
	  last run, even if maximized.
15621
15622
2006-09-13 13:07  mandrav
15623
15624
svn2973:  * Align all plugin toolbars vertically when
15625
	  initializing the layout. If users are missing some toolbars, they
15626
	  should delete the current layout and it will be fixed.
15627
15628
2006-09-12 14:00  tiwag
15629
15630
svn2972:  - ANSI-build header bug fixed : wxUSE_UNICODE is always
15631
	  defined
15632
	  check with #ifdef wxUSE_UNICODE is not sufficient, use always #if
15633
	  wxUSE_UNICODE
15634
15635
2006-09-11 14:06  pecan
15636
15637
svn2971:  * DragScroll v0.28 Re: Config fonts too small on some
15638
	  Linux systems
15639
	  - Removed all SetFont() calls
15640
	  - Removeed SetBackgroundColor() calls
15641
15642
2006-09-11 10:45  tiwag
15643
15644
svn2970:  - ANSI BUILD patchfile for CB-projectfiles added
15645
15646
2006-09-11 10:12  tiwag
15647
15648
svn2969:  - changed linker libs to be ansi-build compliant (works
15649
	  on XP too)
15650
15651
2006-09-10 21:47  mandrav
15652
15653
svn2968:  * Fixed issue with debugger breakpoints not actually
15654
	  being removed (although it seemed like they were). The issue
15655
	  existed only for pending breakpoints (i.e. breakpoints resolved
15656
	  at runtime, e.g. inside a shared library).
15657
15658
2006-09-10 08:36  mandrav
15659
15660
svn2967:  * Improvements in code-completion parsing.
15661
	  * Typedefs parsing in code-completion is back again.
15662
15663
2006-09-09 21:18  byo
15664
15665
svn2966:  New wxSmith: (please do not test new wxSmith, it's not
15666
	  usable in this commit)
15667
	  * Started implementing wxSmith in more layered style, wxSmith
15668
	  currently contain project integration layer (independent of gui
15669
	  or resource types)
15670
	  * Added wxsGUI / wxsGUIFactory classes
15671
	  * Moved wxsResourceTreeData to separate files / renamed to
15672
	  wxsResourceTreeItemData
15673
15674
2006-09-09 15:09  mandrav
15675
15676
svn2965:  * Disabled last changes in the encoding detector as it
15677
	  is deemed "incomplete".
15678
15679
2006-09-08 23:32  killerbot
15680
15681
svn2964:  - comment out a DBGLOG (will not compile if no pch)
15682
	  NOTE: gdb_tipwindow is not really include correct in case of non
15683
	  pch
15684
15685
2006-09-08 12:28  mandrav
15686
15687
svn2963:  * Fixed bug with saving UTF16 files (since last
15688
	  encoding-related commit). Please be *really* careful with this
15689
	  feature. It still is *not* solid, so avoid editing files for
15690
	  which you have no backup available.
15691
15692
2006-09-08 11:02  mandrav
15693
15694
svn2962:  * Avoid duplicate entries when code-completing
15695
	  #includes (bug #8692).
15696
15697
2006-09-08 10:50  mandrav
15698
15699
svn2961:  * When creating a new empty file, the user is asked to
15700
	  add it in the active project (old behaviour re-instated).
15701
15702
2006-09-08 10:32  mandrav
15703
15704
svn2960:  * Improved the document encoding detector.
15705
15706
2006-09-08 06:14  killerbot
15707
15708
svn2959:  - little forward declaration and include fix
15709
15710
2006-09-07 11:28  mortenmacfly
15711
15712
svn2958:  * added perl lexer files (lexer and example)
15713
15714
2006-09-06 18:20  killerbot
15715
15716
svn2957:  * CodeCompletion toolbar : functions in choice control
15717
	  are sorted
15718
15719
2006-09-05 21:06  killerbot
15720
15721
svn2956:  - little update to previous commit
15722
15723
2006-09-05 20:08  killerbot
15724
15725
svn2955:  - fix globals.cpp for ansi build
15726
15727
2006-09-05 07:55  killerbot
15728
15729
svn2954:  * CodeCompletion Toolbar : when cursor outside any
15730
	  function, function choice control should not have a selection
15731
15732
2006-09-04 18:46  mandrav
15733
15734
svn2953:  - Fixed build error.
15735
15736
2006-09-04 17:41  mandrav
15737
15738
svn2952:  - Fixed compile error for non-windows platforms.
15739
15740
2006-09-04 16:50  mandrav
15741
15742
svn2951:  * Fixed wrong appearence of images under pre-XP windows
15743
	  versions. - For the above to work, the global function
15744
	  cbLoadBitmap() was added and every developer is encouraged to use
15745
	  this whenever a bitmap must be loaded from disk. I have already
15746
	  converted everything in the code to use this.
15747
15748
2006-09-04 13:12  mandrav
15749
15750
svn2950:  * Fixed display bug of debugger's tooltips, in rare
15751
	  cases (bug #8604).
15752
15753
2006-09-04 12:47  mandrav
15754
15755
svn2949:  * When closing a project, remove all of its breakpoints
15756
	  from the debugger.
15757
15758
2006-09-04 11:13  mandrav
15759
15760
svn2948:  * Fixed small bug with toolbar sizes (in XP this time,
15761
	  doh).
15762
15763
2006-09-03 20:41  mortenmacfly
15764
15765
svn2947:  - SDK documentation update (fixed doxygen warnings)
15766
15767
2006-09-03 12:46  mandrav
15768
15769
svn2946:  * Updated main project file and all contrib plugins'
15770
	  project files for
15771
	  linux.
15772
15773
2006-09-03 12:45  mandrav
15774
15775
svn2945:  * Fixed freeze in linux when updating the symbols
15776
	  browser.
15777
15778
2006-09-02 21:49  pecan
15779
15780
svn2944:  * cbKeyBinder v0.4.25d
15781
	  - record dynamically changed menu items
15782
	  - Get menu shortcuts via wxAcceratorEntry to appease wxGTK
15783
	  - Add file name to corrupted file message
15784
	  - Non Destructive update of menu items
15785
	  - backup of .ini file to .ini.bak before delete/save
15786
15787
2006-09-02 19:36  killerbot
15788
15789
svn2943:  - this is what happens when you press ctrl-s and the
15790
	  ctrl didn't make it through
15791
15792
2006-09-02 19:29  killerbot
15793
15794
svn2942:  - insertclassmethoddlg : little include fix
15795
15796
2006-09-02 10:47  killerbot
15797
15798
svn2941:  * autodetect compilers : allow only 1 selection for
15799
	  default Compiler
15800
	  - little include cleanup
15801
15802
2006-09-02 09:19  mandrav
15803
15804
svn2940:  * Removed the environment option to enabling the
15805
	  toolbar hack for XP. It is now completely auto-detected if the
15806
	  hack is needed, for all Windows versions.
15807
15808
2006-09-02 08:13  mandrav
15809
15810
svn2939:  - Removed sdk dependency on libwxscintilla.a in project
15811
	  file. Not needed since libwxscintilla.a is a dll import lib.
15812
	  * Fixed a couple of issues when updating the symbols browser.
15813
	  * Added "All class methods without implementation" in editor's
15814
	  context menu ("Insert" submenu). This revealed a bug in the
15815
	  parser, regarding return values with namespaces. So expect it to
15816
	  output code that doesn't compile in these cases (until the parser
15817
	  bug is fixed).
15818
	  * Fixed bad flickering caused the moment the code-completion list
15819
	  was shown. This was caused by a hack in wxScintilla. The
15820
	  side-effect is that the selected word in the list is highlighted
15821
	  in gray instead of blue (standard colors) but this shouldn't be
15822
	  too much of a problem.
15823
15824
2006-09-02 07:56  mandrav
15825
15826
svn2938:  * Added hack to fix toolbar sizes for toolbars that
15827
	  contain windows controls. This hack is automatically applied on
15828
	  all Windows versions prior to XP. An environment option has been
15829
	  added to enable this hack for XP too. This is needed only if you
15830
	  run C::B *without* a manifest file in XP.
15831
15832
2006-08-31 16:33  tiwag
15833
15834
svn2936:  * batchbuild log window auto-closes even when an error
15835
	  occurred during the build,
15836
	  if the option --no-batch-window-close was not given.
15837
	  - Info: a non-zero build-error-code is returned as exit-code when
15838
	  batchbuilding and
15839
	  can be handled by the calling batch-script
15840
15841
2006-08-31 14:34  tiwag
15842
15843
svn2935:  * compilergcc - "Abort Build" : for WXMSW only : write
15844
	  logmessage before skipping the rest of the logstream,
15845
	  it can take a while, until gcc stops the actual build. no change
15846
	  for Linux build.
15847
15848
2006-08-31 14:15  tiwag
15849
15850
svn2934:  * Build options -> "Project/Target change with changed
15851
	  settings" dialog changed to AnnoyingDialog
15852
15853
2006-08-31 12:48  mandrav
15854
15855
svn2933:  - Fix for out-of-place autotools builds.
15856
15857
2006-08-31 12:42  mandrav
15858
15859
svn2932:  - Added check for gtk+-2.0 existence in configure.in.
15860
15861
2006-08-31 11:42  tiwag
15862
15863
svn2931:  - wxWidgets project wizard updated to add the compiler
15864
	  definition
15865
	  __WXDEBUG__ when the wx debug-libraries are selected
15866
15867
2006-08-31 11:12  mandrav
15868
15869
svn2930:  * Fixed (improved) "current file's symbols" symbols
15870
	  browser's view filter.
15871
15872
2006-08-31 10:19  mandrav
15873
15874
svn2929:  - Replaced a hardcoded colour in project's tree with a
15875
	  system-provided one.
15876
15877
2006-08-31 10:17  mandrav
15878
15879
svn2928:  * Each of the special folders (globals) in the symbols
15880
	  browser is coloured gray if it contains no tokens.
15881
15882
2006-08-31 09:45  mandrav
15883
15884
svn2927:  * Symbols browser now keeps the special folders with
15885
	  globals on top, when sorting.
15886
	  * Symbols browser doesn't display container tokens (namespaces,
15887
	  classes, enums) in the bottom list.
15888
	  * Fixed bug in symbols browser which would show a + in front of
15889
	  classes even if no children (especially when option to show
15890
	  inheritance is enabled).
15891
15892
2006-08-31 09:11  killerbot
15893
15894
svn2926:  - minor update to previous commit (better focus)
15895
15896
2006-08-31 07:07  killerbot
15897
15898
svn2925:  * CodeCompletion toolbar added which allows to jump to
15899
	  functions of the current editor and also tracks in which function
15900
	  your cursor is (view->toolbars->codecompletion)
15901
15902
2006-08-30 18:58  mandrav
15903
15904
svn2924:  - Removed an empty function.
15905
	  - Added missing #include.
15906
15907
2006-08-30 16:29  mandrav
15908
15909
svn2923:  * Symbols browser, reloaded.
15910
	  * Re-added the option to dock the symbols browser in the project
15911
	  management pane as a tab.
15912
	  * Improved local scope parsing for code-completion.
15913
	  * Correctly recognize constructors when parsing classes.
15914
15915
2006-08-30 14:18  tiwag
15916
15917
svn2922:  - added compiler option -Winvalid-pch to wxWidgets
15918
	  project wizard
15919
15920
2006-08-29 15:23  byo
15921
15922
svn2921:  New wxSmith:
15923
	  * Updated files to compile / debug
15924
	  * Commented wxSmith internal wizard
15925
	  * Some small cleanups
15926
15927
2006-08-29 11:16  tiwag
15928
15929
svn2920:  - windows crashhandler uses "My
15930
	  documents\cb-crash-recover" folder
15931
	  current editor files are saved in a subdirectory of the current
15932
	  date & time
15933
	  files with same name are saved with appended increasing numbers
15934
	  e.g. main.cpp.001, main.cpp.002, ...
15935
15936
2006-08-29 10:33  killerbot
15937
15938
svn2919:  * little clean up in compilergcc and removed incorrect
15939
	  delete at destructor
15940
15941
2006-08-28 17:47  mandrav
15942
15943
svn2918:  * Do not try to build the projects tree if the app is
15944
	  shutting down (rare but possible crash).
15945
15946
2006-08-28 17:45  mandrav
15947
15948
svn2917:  * Added "project symbols" view filter in symbols
15949
	  browser.
15950
15951
2006-08-28 09:22  mandrav
15952
15953
svn2916:  * Fixed crash handler saving to wrong path (one level
15954
	  above).
15955
15956
2006-08-28 08:44  mandrav
15957
15958
svn2915:  * Fixed excessive redraws of the symbols browser.
15959
	  * Fixed code-completion parsing of template-based types of
15960
	  variables/functions.
15961
	  - Minor code cleanup in code-completion.
15962
15963
2006-08-27 15:49  mandrav
15964
15965
svn2914:  * Fixed small bug with preprocessor directives handling
15966
	  in code-completion's parser.
15967
	  - Did I mention the huge speedup of the parser in the last couple
15968
	  commits? Parsing time has been cut down by about 50%.
15969
15970
2006-08-27 14:06  mandrav
15971
15972
svn2913:  * Improved code-completion for local scope.
15973
	  - The code-completion parser now saves the starting and ending
15974
	  line of a function's implementation.
15975
	  - Fixed bug in code-completion's tokenizer when some special
15976
	  characters were found inside comments.
15977
15978
2006-08-27 10:12  mandrav
15979
15980
svn2912:  * Improved "Go to function" internal implementation.
15981
	  * Fixed bug in code-completion's tokenizer with preprocessor
15982
	  directives handling.
15983
15984
2006-08-27 07:39  mandrav
15985
15986
svn2911:  * Added "Remove files" popup menu options for virtual
15987
	  folders.
15988
15989
2006-08-26 13:19  mandrav
15990
15991
svn2910:  - Removed a forgotten debug log entry.
15992
15993
2006-08-26 10:48  mandrav
15994
15995
svn2909:  * Code-completion calltips now break up in multiple
15996
	  lines, if they 're too long.
15997
15998
2006-08-26 09:47  mandrav
15999
16000
svn2908:  * Implemented "save to file" for the disassembly
16001
	  window.
16002
16003
2006-08-26 09:30  mandrav
16004
16005
svn2907:  * Force refresh of the disassembly window when starting
16006
	  a new GDB session.
16007
16008
2006-08-26 09:07  mandrav
16009
16010
svn2906:  * Added support for D language in build dependencies
16011
	  discovery library, depslib (patch #1367).
16012
16013
2006-08-26 08:55  mandrav
16014
16015
svn2905:  * Make all vars in update.bat local (patch #1353).
16016
16017
2006-08-26 08:53  mandrav
16018
16019
svn2904:  * Various compatibility patches for wxMAC:
16020
	  InfoWindow support (patch #1376).
16021
	  Increase default font size (patch #1394).
16022
	  Discover resources, depending if app is bundled or not (patch
16023
	  #1399).
16024
16025
2006-08-26 08:42  mandrav
16026
16027
svn2903:  * Correctly import MSVC* projects under linux (patch
16028
	  #1393).
16029
16030
2006-08-26 08:40  mandrav
16031
16032
svn2902:  * Fixed compilation error in
16033
	  src/plugins/codecompletion/nativeparser.cpp with gcc 3.3 (patch
16034
	  #1391).
16035
16036
2006-08-26 06:51  mandrav
16037
16038
svn2901:  * When editing a virtual target's name, check if the
16039
	  name hasn't been changed and avoid warning that there's another
16040
	  virtual target with the same name.
16041
16042
2006-08-25 17:25  mandrav
16043
16044
svn2900:  * Fixed flashing code-completion list, when no entries
16045
	  in it (would show and then hide, causing a flash).
16046
16047
2006-08-25 16:11  mandrav
16048
16049
svn2899:  * Fixed crash-bug in code-completion parser. Also
16050
	  disabled the handling of typedefs to refine its parsing.
16051
16052
2006-08-25 12:28  mandrav
16053
16054
svn2898:  * Fixed all reported bugs about virtual folders.
16055
	  * Implemented moving virtual folders around (only worked for
16056
	  single files).
16057
	  * Virtual folders are now also properties of the project itself.
16058
	  Meaning you can have empty virtual folders in a project.
16059
16060
2006-08-25 12:14  mandrav
16061
16062
svn2897:  - Committed changed file, forgotten from previous
16063
	  code-completion commit.
16064
16065
2006-08-25 11:43  killerbot
16066
16067
svn2896:  * codesnippets : updated cbp file (windows)
16068
16069
2006-08-25 10:24  mandrav
16070
16071
svn2895:  * Removed "No matches" tooltip when code-completion
16072
	  contains no matches.
16073
	  * Added matching C++ keywords in the code-completion list.
16074
16075
2006-08-25 09:23  mandrav
16076
16077
svn2894:  * Handle special keyword "this" for code-completion.
16078
16079
2006-08-25 08:53  mandrav
16080
16081
svn2893:  * Finally fixed (true!) the symbols browser weirdness.
16082
	  A couple of missing variable initializers in constructors did all
16083
	  the mess...
16084
	  * Re-enabled the option of showing inherited members in the
16085
	  symbols browser.
16086
	  * Added handling of #if[[n]def] preprocessor blocks in
16087
	  code-completion's parser. Currently it accepts the #if part and
16088
	  ignores from the #el[se|if] (if it exists) up to the #endif. The
16089
	  special case "#if 0" will be handled later.
16090
16091
2006-08-24 13:38  mandrav
16092
16093
svn2892:  * Fixed broken code-completion parsing of last few
16094
	  days, manifested by displaying the same symbol multiple times
16095
	  (and as a namespace) in the symbols view.
16096
16097
2006-08-23 18:21  killerbot
16098
16099
svn2891:  * Patch 1387 : OpenedFilesTree did not get updated
16100
	  properly
16101
16102
2006-08-23 17:59  mandrav
16103
16104
svn2890:  * Disabled viewing inherited members in symbols
16105
	  browser. Causes a stack overflow in some big projects (need to
16106
	  investigate further).
16107
	  * Fixed a memory leak in symbols browser.
16108
16109
2006-08-23 12:44  mandrav
16110
16111
svn2889:  * Added virtual folders support for projects.
16112
16113
2006-08-23 12:42  mandrav
16114
16115
svn2888:  * Fix (?) for recent strange behavior of symbols
16116
	  browser.
16117
16118
2006-08-22 14:01  killerbot
16119
16120
svn2887:  * further improvements for codecompletion (local scope)
16121
	  * removed several completion triggers (Fill Ups) (eg : ';' no
16122
	  longer triggers the cc suggestion to be inserted)
16123
16124
2006-08-21 11:00  mandrav
16125
16126
svn2886:  * Updates for determining/handling current scope
16127
	  namespaces in code-completion .
16128
16129
2006-08-21 07:18  killerbot
16130
16131
svn2885:  - InfoWindow : Changed _("") to _T("") because the
16132
	  former interferes with i18n
16133
16134
2006-08-20 21:14  daniel2000
16135
16136
svn2884:  * RPM spec file: Added missing files to filelist
16137
16138
2006-08-20 20:21  mandrav
16139
16140
svn2883:  * Added preliminary support for the "using namespace"
16141
	  directive. Works for file-scope only.
16142
16143
2006-08-20 10:06  mandrav
16144
16145
svn2882:  * Fixed bug with global user vars and paths with
16146
	  spaces.
16147
	  - MacrosManager::ReplaceMacros() no longer uses
16148
	  QuoteStringIfNeeded(), because it's not its job to do it...
16149
16150
2006-08-20 09:13  mandrav
16151
16152
svn2881:  * Fixed recognition of the implementation line for a
16153
	  function token in code-completion. Would store the function's
16154
	  end, instead of the start.
16155
	  * Removed option for symbols browser to dock in the project
16156
	  management notebook. It is now a floating (and docking) window.
16157
	  Fixes bug #8346 too.
16158
	  * Removed false alert for reparsing projects when code-completion
16159
	  options were changed, but no project was open.
16160
16161
2006-08-20 08:40  mandrav
16162
16163
svn2880:  * Correctly update open files list when saving an
16164
	  editor under a different name (bug #8444, patch #1361).
16165
16166
2006-08-19 17:06  mandrav
16167
16168
svn2879:  * Updates to code-completion local scope parsing.
16169
16170
2006-08-19 09:21  thomasdenk
16171
16172
svn2878:  * Disabled globbing in ConsoleRunner
16173
16174
2006-08-18 16:58  killerbot
16175
16176
svn2877:  - Updated contrib plug-ins 'windows' *.cbp to format
16177
	  1.5
16178
16179
2006-08-18 16:42  thomasdenk
16180
16181
svn2876:  - Added .pot files
16182
16183
2006-08-18 15:24  thomasdenk
16184
16185
svn2875:  * Changed _("") to _T("") because the former interferes
16186
	  with i18n
16187
	  - Made "project format updated" message less redundant.
16188
16189
2006-08-18 13:15  mandrav
16190
16191
svn2874:  - Disabled calltips for function pointers in
16192
	  code-completion. Leads to infinite loop in some cases.
16193
16194
2006-08-18 12:39  mandrav
16195
16196
svn2873:  * Added code-completion preliminary support for
16197
	  typedefs:
16198
	  "typedef struct" is not supported
16199
	  "typedef class" is not supported
16200
	  "typedef enum" is not supported
16201
	  Other typedefs are supported. Yes, even function pointers.
16202
16203
2006-08-18 09:02  mandrav
16204
16205
svn2872:  * Changed default settings for code-completion parser:
16206
	  parse local includes, global includes and preprocessor symbols
16207
	  are enabled now. Everyone's settings will be changed to these
16208
	  defaults.
16209
	  - Changed code-completion plugin version number. Was unfair to
16210
	  still be at 0.1 ;).
16211
16212
2006-08-18 08:16  mandrav
16213
16214
svn2871:  - Two new virtual targets added to CodeBlocks*.cbp:
16215
	  "Core app & plugins" and "Third-party libs".
16216
	  - Updated CodeBlocks*.cbp to format 1.5.
16217
16218
2006-08-18 08:12  mandrav
16219
16220
svn2870:  - Fixed current function arguments parsing in
16221
	  code-completion. Didn't work all the time.
16222
	  - Remove all temporary code-completion tokens (like local
16223
	  variables) before starting a new search.
16224
16225
2006-08-17 13:41  mandrav
16226
16227
svn2869:  * Improved function that discovers which is the
16228
	  namespace/function code-completion kicked in.
16229
	  - Some other minor (cosmetic) code-completion bug-fixes.
16230
16231
2006-08-17 09:22  mandrav
16232
16233
svn2868:  * Suppress multiple info windows, if bearing the same
16234
	  message.
16235
16236
2006-08-17 08:48  mandrav
16237
16238
svn2867:  * Fixed bug introduced with virtual targets, where the
16239
	  wrong target would build (based on the toolbar combo target
16240
	  selection).
16241
16242
2006-08-17 08:45  mortenmacfly
16243
16244
svn2866:  - include fixes for GCC compilers not supporting PCH
16245
16246
2006-08-17 07:09  mandrav
16247
16248
svn2865:  * Fixed bug in virtual targets dialog, when trying to
16249
	  edit the name of a virtual target and canceling the name change
16250
	  dialog.
16251
16252
2006-08-16 19:29  killerbot
16253
16254
svn2864:  - copystrings : minor cleanup/include fix
16255
	  - include/pch conflicts resolved
16256
16257
2006-08-16 13:49  mandrav
16258
16259
svn2863:  * Added support for virtual build targets. These are
16260
	  user-defined aliases that group together real build targets. For
16261
	  example, a well-known virtual target is "All". Configuration can
16262
	  be accessed from project properties, "Targets" page, "Virtual
16263
	  targets..." button.
16264
	  - SDK version changed to 1.9.0.
16265
	  - API change for cbProject::[Get|Set]ActiveBuildTarget().
16266
	  - API rename for cbProject::[Get|Set]DefaultExecuteTargetIndex
16267
	  (int) to cbProject::[Get|Set]DefaultExecuteTarget (wxString).
16268
16269
2006-08-16 12:50  mandrav
16270
16271
svn2862:  * Correctly update class-browser when closing a
16272
	  project.
16273
16274
2006-08-16 11:35  mortenmacfly
16275
16276
svn2861:  * CB_Koders plugin: enable search for selection / word
16277
	  under cursor in editor (on right-click in active editor)
16278
16279
2006-08-16 11:33  killerbot
16280
16281
svn2860:  * TODO plug-in : replaced combobox controls by choice
16282
	  controls
16283
16284
2006-08-16 11:05  killerbot
16285
16286
svn2859:  * fixed some pch/include conflicts
16287
16288
2006-08-16 10:51  mandrav
16289
16290
svn2858:  - Fixed the #includes order in a couple of files. PCH
16291
	  must be the very first #included file...
16292
16293
2006-08-16 09:35  mandrav
16294
16295
svn2857:  - Updated unix project file.
16296
16297
2006-08-16 09:26  mandrav
16298
16299
svn2856:  - #include fix.
16300
16301
2006-08-16 09:24  mandrav
16302
16303
svn2855:  * Greatly improved/enhanced code-completion:
16304
	  C/C++ parser is much more accurate now.
16305
	  Code-completion proposals are much more correct, based on
16306
	  context.
16307
	  Functions implementation file and line are now correctly
16308
	  identified.
16309
	  Function arguments tooltips (a.k.a. calltips) are now updated
16310
	  dynamically, while typing, reducing the possible matches based on
16311
	  the number of already typed function arguments.
16312
	  Calltips highlight the current argument (only if one matching
16313
	  function signature because of a scintilla limitation).
16314
	  Improved "Go to declaration/implementation" functionality when
16315
	  right-clicking on a token in the editor.
16316
	  * Removed old (custom) code-completion control.
16317
	  - Built-in code-completion debugging tool for C::B developers.
16318
	  Invoke by double-clicking any symbol in the symbols view, while
16319
	  holding Ctrl and Shift.
16320
16321
2006-08-15 16:47  killerbot
16322
16323
svn2854:  * codesnippets : autobuild tools and post build step to
16324
	  unix cbp
16325
16326
2006-08-15 16:08  killerbot
16327
16328
svn2853:  * add codesnippets plug-in to the contribs (TO DO :
16329
	  autobuild settings)
16330
16331
2006-08-15 15:06  mortenmacfly
16332
16333
svn2852:  - opengl wizard: fixed issue with linux build
16334
16335
2006-08-15 15:00  mortenmacfly
16336
16337
svn2851:  * added opengl wizard (modified to enable unix support,
16338
	  thanks sethjackson)
16339
16340
2006-08-15 11:39  mortenmacfly
16341
16342
svn2850:  * envvars plugin: enable renaming of envvar-keys, take
16343
	  IsChecked into account on edit (do not set envvar if not checked)
16344
16345
2006-08-14 18:35  mandrav
16346
16347
svn2849:  * Fixed issue with caret not staying visible in text
16348
	  boxes of various dialogs.
16349
16350
2006-08-14 16:40  killerbot
16351
16352
svn2848:  * fix to changes of ToolsManager (linux)
16353
16354
2006-08-14 15:08  thomasdenk
16355
16356
svn2847:  - Killed a zombie
16357
16358
2006-08-14 14:50  killerbot
16359
16360
svn2846:  * fixed some unix cbp's of contributed plug-ins (wrong
16361
	  dir for wxscintilla include)
16362
16363
2006-08-14 14:03  killerbot
16364
16365
svn2845:  * Tool(s) : little clean up and rename
16366
16367
2006-08-14 10:57  mortenmacfly
16368
16369
svn2844:  - added cb_coders-unix project file, updated
16370
	  ContribPlugins-unix appropriate
16371
16372
2006-08-14 08:40  mandrav
16373
16374
svn2843:  * Forward all scintilla events to all hooked clients to
16375
	  cbEditor (only a couple of events were forwarded).
16376
	  - Fix for debugger plugin which was consuming the
16377
	  EVT_EDITOR_TOOLTIP, never to be seen by other plugins.
16378
	  * wxAUI fix for GTK crashes.
16379
	  * wxAUI fix when loading a saved perspective and some layout
16380
	  items do not exist anymore: the layout does not break, just
16381
	  ignores the missing items.
16382
16383
2006-08-13 20:14  killerbot
16384
16385
svn2842:  * added horizontal scrollbar to multiselect dialog
16386
	  (according to wx : windows only) (== [ Feature Request #2484 ]
16387
	  Helpfull scrollbar)
16388
16389
2006-08-13 16:32  pecan
16390
16391
svn2841:  - KeyBinder v0.4.24 Reapply recursive UpdateAll() menu
16392
	  scan removed by v0.4.20 reversion
16393
	  - KeyBinder v0.4.24 Reapply multiple key profile update removed
16394
	  by v0.4.20 reverson
16395
16396
2006-08-12 16:41  killerbot
16397
16398
svn2840:  * further include fix
16399
16400
2006-08-12 10:50  mandrav
16401
16402
svn2839:  - MessageManager::DebugLogWarning() and
16403
	  MessageManager::DebugLogError() no longer popup a message box.
16404
	  * Hide code-completion list when the editor loses focus.
16405
16406
2006-08-12 08:54  killerbot
16407
16408
svn2838:  * little include fix
16409
16410
2006-08-11 18:20  mortenmacfly
16411
16412
svn2837:  - cb_koders: another fix, restored wxSmith connectivity
16413
16414
2006-08-11 16:04  killerbot
16415
16416
svn2836:  * fix for previous commit
16417
16418
2006-08-11 12:03  killerbot
16419
16420
svn2835:  * CB_Coders :
16421
	  - includes fixes (location and non precompiled)
16422
	  - const methods
16423
	  - typo
16424
	  - add to contrib plug-ins unix workspace
16425
	  - changed wxCombo to wxChoice (is in this case sufficient and
16426
	  then we don't suffer the wx 2.6.2 bug on linux)
16427
16428
2006-08-11 09:37  mortenmacfly
16429
16430
svn2834:  - updated cb_koders project file to be compatible with
16431
	  other plugins (removed Unicode suffix)
16432
16433
2006-08-11 09:18  mortenmacfly
16434
16435
svn2833:  * added cb_koders to contrib plugins (interface to
16436
	  query the koders.com webpage)
16437
16438
2006-08-11 09:01  tiwag
16439
16440
svn2832:  * wxScintilla patched to work with NUMPAD navigation
16441
	  keys (pageup, pagedown, ...)
16442
16443
2006-08-09 12:31  thomasdenk
16444
16445
svn2831:  Include parsing of _svn directories
16446
16447
2006-08-08 21:13  mandrav
16448
16449
svn2830:  * Made new SDL wizard cross-platform. Also changed
16450
	  sample bitmap.
16451
	  * Fixed wizards layout bug (would cut-off part of some controls
16452
	  on the right side).
16453
16454
2006-08-08 19:44  mandrav
16455
16456
svn2829:  - Fixed (i.e. removed) harmless error message when
16457
	  launching a new wizard.
16458
16459
2006-08-08 19:43  mortenmacfly
16460
16461
svn2828:  * added new SDL scripted wizard (thanks sethjackson,
16462
	  slightly modified)
16463
16464
2006-08-08 12:39  mandrav
16465
16466
svn2827:  * Fixed crash while debugging and selecting some text.
16467
	  Also fixes correctly the previous crash regarding debugger
16468
	  tooltips.
16469
16470
2006-08-08 09:20  mandrav
16471
16472
svn2826:  * Fixed crash when debugger's tooltip is closed, under
16473
	  certain circumstances.
16474
16475
2006-08-07 21:55  ceniza
16476
16477
svn2824:  - Removed INSTALL.TXT... finally.
16478
16479
2006-08-07 18:51  ceniza
16480
16481
svn2823:  * Updated AStyle plugin to use AStyle 1.19 (July 31).
16482
16483
2006-08-07 18:39  mandrav
16484
16485
svn2822:  * Speed-up operation of incremental select list utility
16486
	  dialog.
16487
16488
2006-08-07 17:37  mandrav
16489
16490
svn2821:  * Fixed build when using GCC-4.1+ (thanks to SharkCZ
16491
	  for creating a small test case).
16492
16493
2006-08-07 12:37  mandrav
16494
16495
svn2820:  * Fixed bug in our thread-pool implementation, which
16496
	  would not execute some tasks in specific cases. So, for example,
16497
	  code-completion threads would not parse some files.
16498
	  * Fixed code-completion handling of arrays [].
16499
16500
2006-08-07 10:10  mandrav
16501
16502
svn2819:  * Fixed bug in global variables substitution. Wouldn't
16503
	  substitute GVs while a project was loading, leading to wrong
16504
	  behaviour in certain plugins (like code-completion: it wouldn't
16505
	  parse include dirs defined using GVs).
16506
16507
2006-08-06 16:18  mandrav
16508
16509
svn2818:  * Reset wizards' script state before each run.
16510
16511
2006-08-06 14:50  mandrav
16512
16513
svn2817:  * Added missing #include.
16514
16515
2006-08-04 21:37  killerbot
16516
16517
svn2816:  * forward declarations and 'comment out' unused method
16518
	  arguments
16519
16520
2006-08-04 21:19  mandrav
16521
16522
svn2815:  * Added display of variable address for debugger
16523
	  evaluation tooltips.
16524
16525
2006-08-04 18:22  killerbot
16526
16527
svn2814:  * [ Patch #1271 ] fixes Bug #8254 : Apostrophes in XML
16528
	  file will cause C::B to refuse to load
16529
16530
2006-08-04 17:12  killerbot
16531
16532
svn2813:  * fix for [ Bug #8292 ] Host application field doesn't
16533
	  have browse button
16534
16535
2006-08-04 13:32  killerbot
16536
16537
svn2812:  * "[ Bug #8026 ] Cancel button commits the action"
16538
	  fixed which also resulted in following fixes :
16539
	  + all comboboxes -> choice controls
16540
	  + reduced state
16541
	  + current compiler : be more consistent : use the member instead
16542
	  of each time retrieving from control
16543
	  + project/target : be more consistent : use the members instead
16544
	  of the tree control
16545
	  + all settings can be cancelled out (except advanced settings and
16546
	  compiler add/delete and autodetect)
16547
	  + so no direct applies of several settings
16548
	  + 3 points of save/apply (selection change/compiler
16549
	  change/apply)user will be queried if save is needed in the first
16550
	  2 cases
16551
	  + some methods did not need to be member methods
16552
	  + DoFillTree now does what it says and no other hidden loading of
16553
	  options
16554
	  + AutoDetectCompiler : also backup extra paths
16555
	  + OnEditVarClick : allow that the value remains the same but the
16556
	  key get's renamed
16557
	  + when project changed compiler : not in all cases the user was
16558
	  queried if the targets should change accordingly their compiler
16559
	  and informed that it's best to rebuild the project
16560
	  + when target changed compiler : also inform the user it's best
16561
	  to rebuild the target (similar to project)
16562
16563
2006-08-03 16:50  mandrav
16564
16565
svn2811:  * Yet another autotools fix.
16566
16567
2006-08-03 16:11  mandrav
16568
16569
svn2810:  * Fixed broken linux build.
16570
16571
2006-08-03 13:00  mandrav
16572
16573
svn2809:  * Fixed bug in function-signature parsing for debugger
16574
	  tooltips.
16575
16576
2006-08-03 12:25  mandrav
16577
16578
svn2808:  * Fixed bug in template-code parsing for debugger
16579
	  tooltips.
16580
16581
2006-08-03 10:59  thomasdenk
16582
16583
svn2807:  Forfeit input and error streams when aborting build.
16584
16585
2006-08-03 10:37  mandrav
16586
16587
svn2806:  * Added missing #include.
16588
16589
2006-08-03 10:36  mandrav
16590
16591
svn2805:  * Implemented improved debugger evaluation tooltip
16592
	  window.
16593
	  * Fixed bad memory addresses reported in debugger's MemoryDump
16594
	  window.
16595
16596
2006-08-02 21:48  killerbot
16597
16598
svn2804:  * [ Patch #1177 ] Mac OS X some simple mac compile
16599
	  fixes (slightly adjusted including fix)
16600
16601
2006-08-02 17:06  mandrav
16602
16603
svn2803:  * Removed a couple of error messages displayed when
16604
	  trying to enumerate
16605
	  non-existent dirs (harmless).
16606
16607
2006-08-02 16:47  mortenmacfly
16608
16609
svn2802:  * doxygen cleanup (fixed errors), variables named
16610
	  centre UK'd to center
16611
	  * doxygen file (sdk.doxy) updated to recent version
16612
16613
2006-08-02 11:50  mandrav
16614
16615
svn2801:  * Log some common GDB error messages in the debug log.
16616
	  * When debugging, pointers are dereferenced for tooltips (when
16617
	  hovering the mouse over a variable).
16618
	  * Minor cleanup in C::B standard dirs caching.
16619
16620
2006-08-02 07:02  killerbot
16621
16622
svn2800:  * [ Patch #1262 ] Make lexer
16623
16624
2006-08-01 19:11  killerbot
16625
16626
svn2799:  * [ Patch #1259 ] Wrong path to compiler settings
16627
16628
2006-08-01 12:20  mandrav
16629
16630
svn2798:  * Added ConfigManager::GetFolder() and changed
16631
	  signature and semantics of ConfigManager::LocateDataFile(). It
16632
	  now takes a flags value of known dirs (as a bitmask of SearchDirs
16633
	  enumerators) to specify where to look in. Files located in the
16634
	  user's configuration folder (under $HOME) have precedence over
16635
	  globally installed files.
16636
	  * Exported the above functions to scripts as global functions.
16637
	  * Updated critical parts of the code to use the new way to locate
16638
	  their data files. E.g. PluginManager now looks for plugins in the
16639
	  user's config dir too. The same goes for lexers loading as well
16640
	  as for scripts.
16641
	  * When editing a wizard script, it is saved in the user's config
16642
	  dir now (where the user does have write access for sure). From
16643
	  that point on, the specific wizard is marked in red in the "new
16644
	  from template" dialog to signify the fact that it has been
16645
	  customized (overriding the globally installed script).
16646
16647
2006-07-29 18:26  killerbot
16648
16649
svn2797:  * little include fix (broken in a previous commit)
16650
16651
2006-07-29 16:21  pecan
16652
16653
svn2796:  *KeyBinder v0.4.23 reverted to v0.4.20 (cb 2761)
16654
	  because of exit crashes
16655
16656
2006-07-29 15:32  thomasdenk
16657
16658
svn2795:  Removed "changes take effect on restart" alert.
16659
16660
2006-07-29 12:26  killerbot
16661
16662
svn2794:  * some little include fixes and const adjustments
16663
	  (plugin manager and configuration)
16664
16665
2006-07-27 13:40  thomasdenk
16666
16667
svn2793:  Don't close "Start here" page on "close all editors"
16668
16669
2006-07-27 09:55  killerbot
16670
16671
svn2792:  * show hourglass in case of loading a project/workspace
16672
16673
2006-07-27 09:24  thomasdenk
16674
16675
svn2791:  Freeze and Thaw main window during DnD loading
16676
16677
2006-07-26 20:06  ceniza
16678
16679
svn2790:  * Launch help files even if there'sn't an active editor
16680
	  ("bug" introduced with last change).
16681
16682
2006-07-26 18:39  killerbot
16683
16684
svn2789:  * patch 1227 : makefile lexer sample
16685
16686
2006-07-26 18:25  killerbot
16687
16688
svn2788:  * [ Patch #1233 ] Double-click or Enter runs
16689
	  wizard/template
16690
16691
2006-07-26 18:14  killerbot
16692
16693
svn2787:  * finddlg improvement (disable controls when they are
16694
	  not needed)
16695
16696
2006-07-26 13:25  killerbot
16697
16698
svn2786:  * wishlist.xml typo fixed [Patch #1234]
16699
16700
2006-07-25 20:22  mortenmacfly
16701
16702
svn2785:  * ogre wizard: fixed several issues to work with recent
16703
	  OGRE SDK
16704
16705
2006-07-25 18:16  killerbot
16706
16707
svn2784:  * several fixes with respect to workspaces
16708
16709
2006-07-25 16:50  mortenmacfly
16710
16711
svn2783:  * make "All files" as default filter index for generic
16712
	  file open dialog(s)
16713
16714
2006-07-25 14:38  mortenmacfly
16715
16716
svn2782:  * interprete "Cancel" as success for file extension
16717
	  handler (thus no misleading error if user pressed Cancel in the
16718
	  file extension handler dialog)
16719
16720
2006-07-25 12:14  mortenmacfly
16721
16722
svn2781:  * updated scriptedwizard to allow selection of more
16723
	  than one target on FilePathPanels
16724
	  * updated several single-file wizards to allow selection of more
16725
	  than one target
16726
	  * added "multi target selection" to common_functions script for
16727
	  re-use
16728
16729
2006-07-24 21:54  mortenmacfly
16730
16731
svn2780:  * show details for script compilation errors (thanks
16732
	  sethjackson)
16733
16734
2006-07-24 02:46  ceniza
16735
16736
svn2779:  * Changed the help plugin behavior to always search for
16737
	  the word under the caret.
16738
16739
2006-07-22 21:36  daniel2000
16740
16741
svn2778:  * adapted versioning in RPM spec file to autotools
16742
16743
2006-07-22 18:27  ceniza
16744
16745
svn2777:  * Applied patch #1231 by kkez: Fix for help plugin
16746
	  crash when only one item in the list.
16747
16748
2006-07-20 19:20  mortenmacfly
16749
16750
svn2776:  * debugger: made runing the debugee inside the debugger
16751
	  optional (for remote debugging)
16752
	  * debugger: add setup option disassembly-flavor instruction-set
16753
	  (for e.g. ARM debugging)
16754
16755
2006-07-20 16:36  killerbot
16756
16757
svn2775:  * fixed OptionsRelationType of resource include dirs
16758
	  (got bad values due to unintialized variable) and adjusted some
16759
	  project files which probably had the bad setting due to the bug
16760
16761
2006-07-20 13:12  tiwag
16762
16763
svn2774:  * codeblocks app returns batch-build exit code (when
16764
	  batch-build was active)
16765
16766
2006-07-19 22:45  pecan
16767
16768
svn2773:  *KeyBinder v0.22 - Temporary hack to ignore
16769
	  redefinition of the "Quit" menu item as it causes crashes during
16770
	  CodeBlocks termination.
16771
	  
16772
16773
2006-07-19 14:36  mortenmacfly
16774
16775
svn2772:  * mimehandler: do not operate if file does not exist
16776
	  * projectmanager: do not try to open a non-existent file
16777
	  * pluginmanager: fixed spelling mistake
16778
	  * scriptedwizard: better explanation for file/path selection
16779
16780
2006-07-19 13:56  mortenmacfly
16781
16782
svn2771:  * update of the C::B project file to reflect changes
16783
	  (additions) in the scriptingwizard
16784
16785
2006-07-19 08:59  killerbot
16786
16787
svn2770:  * scriptedwizard : fall back on project compiler or
16788
	  default compiler when no compiler specified for the new target
16789
16790
2006-07-19 08:40  killerbot
16791
16792
svn2769:  * [ Patch #1025 ] CSS Comment style
16793
16794
2006-07-19 07:46  mortenmacfly
16795
16796
svn2768:  * updated several wizards to follow the new scheme
16797
	  (better verification, user guidance for path setup)
16798
	  * added new QT4 project wizard (Thanks sethjackson, slightly
16799
	  modified)
16800
16801
2006-07-19 06:42  ceniza
16802
16803
svn2767:  * Fix: Find and Replace dialogs not getting focus in
16804
	  the text field when changing tab.
16805
16806
2006-07-19 05:45  mortenmacfly
16807
16808
svn2766:  * updated autobuild system to include new empty_file
16809
	  wizard
16810
	  * fixed another dir_nomacro issue (notice: this will be
16811
	  completely rewritten soon according to how it's done in the
16812
	  smartwin wizard)
16813
16814
2006-07-19 05:40  mortenmacfly
16815
16816
svn2765:  * fixed dir_nomacro error on several scripts
16817
	  * added empty_file wizard
16818
16819
2006-07-18 20:35  mortenmacfly
16820
16821
svn2764:  * updated small glitches and images in several project
16822
	  wizards
16823
	  * updated common_function script to include more "default"
16824
	  functions
16825
	  * updated SmartWin project wizard to use new common functions
16826
	  which should be the default for future wizards (if appropriate)
16827
16828
2006-07-18 07:07  killerbot
16829
16830
svn2763:  * some more little adjustments in the autoconf check
16831
16832
2006-07-18 00:22  pecan
16833
16834
svn2762:  *KeyBinder - v0.21 - Removed all dependencies on
16835
	  pushEventHander to avoid leaking handlers on unnotified window
16836
	  closures.
16837
	  * Fixed multiple key profiles not being updated correctly when
16838
	  switching profiles without restarting CB.
16839
16840
2006-07-17 21:01  killerbot
16841
16842
svn2761:  * added Select All/Deselect All buttons to multi select
16843
	  dialog
16844
16845
2006-07-17 20:43  killerbot
16846
16847
svn2760:  * include fix (for non pch builds) for recent changes
16848
16849
2006-07-17 18:04  killerbot
16850
16851
svn2759:  * little adjustment in the autoconf check
16852
16853
2006-07-17 08:59  thomasdenk
16854
16855
svn2758:  Fix per-compiler variable definitions.
16856
16857
2006-07-17 07:36  killerbot
16858
16859
svn2757:  * Patch 1218 : CodeStat window leak not destroying
16860
	  dialog
16861
16862
2006-07-16 22:49  thomasdenk
16863
16864
svn2756:  Removed wxUSleep (very old bug dating from wx 2.4)
16865
16866
2006-07-16 16:13  ceniza
16867
16868
svn2755:  * Added where to find the configuration dialog for both
16869
	  AStyle and Help plugin in their description tab.
16870
16871
2006-07-16 13:28  killerbot
16872
16873
svn2754:  * bug fix : "add recursive : wildcard : remove previous
16874
	  selection" now works correctly, the previous selection did not
16875
	  get unselected, now it does
16876
	  * replace in fileS now correctly remembers it's settings (there
16877
	  used to be a conflict with replace in file settings)
16878
16879
2006-07-15 19:18  killerbot
16880
16881
svn2753:  * removed some left over references to angelscript from
16882
	  codeblocks main project file
16883
16884
2006-07-15 08:17  daniel2000
16885
16886
svn2752:  * Added man page directory to the file list of the RPM
16887
	  spec file
16888
16889
2006-07-13 21:33  byo
16890
16891
svn2750:  Old wxSmith:
16892
	  * Fixed bug with disabled wizard dialog when invalid project
16893
	  configuration
16894
16895
2006-07-13 21:29  mandrav
16896
16897
svn2749:  * Autotools fix for "make install" and "make dist".
16898
16899
2006-07-13 20:21  mandrav
16900
16901
svn2748:  * Fixed broken autotools build of compiler plugin.
16902
16903
2006-07-13 19:18  mandrav
16904
16905
svn2747:  * Fixed broken build (missing 'const' qualifier).
16906
16907
2006-07-13 18:38  killerbot
16908
16909
svn2746:  * also FixupLinkLibraries for extra libraries specified
16910
	  on the compiler settings level (just like on the project and
16911
	  target levels)
16912
16913
2006-07-13 15:52  mandrav
16914
16915
svn2745:  * Added LogBuild() script global function (logs to
16916
	  build log).
16917
16918
2006-07-13 15:41  mandrav
16919
16920
svn2744:  * Script global functions:
16921
	  + Log() now outputs to app log.
16922
	  + added LogDebug()
16923
	  + added LogWarning()
16924
	  + added LogError()
16925
16926
2006-07-13 14:08  mandrav
16927
16928
svn2743:  * Fixed the "create new project" link in "Start here"
16929
	  page to launch the new project wizard.
16930
	  * Renamed IntroPanel to InfoPanel in scriptedwizard. Also added a
16931
	  "Skip" checkbox so that these info panels can be disabled by the
16932
	  user (still needs some layout tweaking).
16933
	  * Updated all wizard scripts for the above changes.
16934
16935
2006-07-13 07:09  mandrav
16936
16937
svn2742:  * "File->New->Empty file" moved to top of the submenu
16938
	  and assigned Ctrl-Shift-N for it.
16939
	  * Creating a new empty file does no longer popup the file
16940
	  selector dialog. This will happen on save. The only side-effect
16941
	  is that the user is no longer asked to add the new file to the
16942
	  active project, since no new file really exists yet.
16943
16944
2006-07-12 21:29  mandrav
16945
16946
svn2741:  * "File->New" now has a submenu with quick shortcuts to
16947
	  the various kinds of wizards. It also has an "empty file" entry
16948
	  which brings back the old way to create an empty file.
16949
16950
2006-07-12 14:43  byo
16951
16952
svn2740:  Old wxSmith:
16953
	  * Adopted wxsDrawingWindow from new wxSmith (should fix many
16954
	  visual problems inside editor)
16955
16956
2006-07-11 22:59  ceniza
16957
16958
svn2739:  * "Locate in" is now implemented as a sub-menu.
16959
16960
2006-07-11 22:04  mandrav
16961
16962
svn2738:  * Minor bugfix.
16963
16964
2006-07-11 22:00  mandrav
16965
16966
svn2737:  * Updated autotools build system.
16967
	  + Added SPEC file for RPMs (thanks Daniel).
16968
	  + Added auto-versioning of package.
16969
	  * Sanity checks in scripted wizard.
16970
	  * Added man pages for codeblocks and cb_console_runner
16971
	  executables.
16972
16973
2006-07-11 21:23  mortenmacfly
16974
16975
svn2736:  * fixed broken update scripts to match removed
16976
	  plugin_wizard and renamed project_wizard
16977
16978
2006-07-11 19:39  mandrav
16979
16980
svn2735:  * Fixed bug with global vars expansion in targets'
16981
	  object/deps output
16982
	  dirs.
16983
16984
2006-07-11 18:03  mandrav
16985
16986
svn2734:  * Removed the old "C::B plugin wizard" plugin
16987
	  (src/plugins/pluginwizard).
16988
	  * Renamed src/plugins/projectwizard to
16989
	  src/plugins/scriptedwizard.
16990
	  * Updated all build files.
16991
16992
2006-07-11 14:04  mandrav
16993
16994
svn2733:  * Added new wizard for creating Code::Blocks plugins.
16995
	  The old plugin (src/plugins/pluginwizard) will be removed
16996
	  shortly.
16997
	  * Various updates in scripted wizard and its scripts.
16998
16999
2006-07-11 07:48  mortenmacfly
17000
17001
svn2732:  * fixed bug in scripts: output file created in root
17002
	  folder if working dir is empty
17003
17004
2006-07-11 06:08  mortenmacfly
17005
17006
svn2731:  * quick-fix as suggested by mandrav to have the project
17007
	  wizards work again
17008
17009
2006-07-10 18:24  ceniza
17010
17011
svn2730:  * Commented all those #pragma in wxPdfDocument which
17012
	  caused problems
17013
	  under Linux.
17014
17015
2006-07-10 14:53  byo
17016
17017
svn2729:  Old wxSmith:
17018
	  * Disabling wizard dialog after clicking "OK"
17019
17020
2006-07-10 14:00  byo
17021
17022
svn2728:  Old wxSmith:
17023
	  * Changed order of identifier enumeration in generated code
17024
	  (identifiers are not sorted now)
17025
17026
2006-07-10 11:16  mandrav
17027
17028
svn2727:  * Added some TODO entries.
17029
17030
2006-07-10 10:57  mandrav
17031
17032
svn2726:  * Fixed broken src/plugins/projectwizard/Makefile.am
17033
17034
2006-07-10 10:56  killerbot
17035
17036
svn2725:  * bug fix : Close all Projects menu entry
17037
17038
2006-07-10 10:25  mandrav
17039
17040
svn2724:  * Fixed a couple of non-working File menu entries.
17041
17042
2006-07-10 08:17  mandrav
17043
17044
svn2723:  * Fixed broken OnLeave() wizard scripts event
17045
	  (accidental commenting of code since yesterday).
17046
	  * Updated Ogre wizard script to work with pre-made SDK or source
17047
	  distribution. Still needs checking under linux.
17048
17049
2006-07-10 07:07  mortenmacfly
17050
17051
svn2722:  * fixed broken automake build (removed reference to
17052
	  languagepanel)
17053
17054
2006-07-10 00:16  ceniza
17055
17056
svn2721:  * You can add URLs as help files now.
17057
	  * Wrote a meaningful description for the plugin.
17058
17059
2006-07-09 21:52  mandrav
17060
17061
svn2720:  * Removed AddLanguagePage() from wizards and replaced
17062
	  it with AddGenericSingleChoiceList().
17063
	  * Added OnGetNextPage and OnGetPrevPage script events for wizard
17064
	  pages.
17065
	  * Autotools' "make install" now installs the SDK headers.
17066
	  * Fixed a couple of broken Makefile.am.
17067
	  * Changed autorevision executable to not break standalone builds
17068
	  (i.e. not svn working copies).
17069
17070
2006-07-09 09:36  mortenmacfly
17071
17072
svn2719:  * envvars plugin: fixed wrong call to OnAttach()
17073
	  (Thanks Thomas)
17074
17075
2006-07-08 20:03  thomasdenk
17076
17077
svn2718:  Changed resource loading in all contrib plugins to new
17078
	  preloading scheme.
17079
17080
2006-07-08 15:55  killerbot
17081
17082
svn2717:  * fixed [ Bug #7022 ] Compiler selection lags behind
17083
17084
2006-07-08 08:54  killerbot
17085
17086
svn2716:  * fixed [ Bug #8084 ] Crash using "replace in files"
17087
17088
2006-07-08 06:30  mandrav
17089
17090
svn2715:  * Removed some gcc warnings.
17091
17092
2006-07-08 06:11  mandrav
17093
17094
svn2714:  * Added missing #includes.
17095
17096
2006-07-07 18:27  mortenmacfly
17097
17098
svn2713:  * use wxHIDE_READONLY for file ope dialog under Windows
17099
	  to avoid confusion
17100
	  * fixed broken compilation due to missing include (cbproject.h)
17101
17102
2006-07-07 16:20  mortenmacfly
17103
17104
svn2712:  * non-PCH-support fixes ((last) part 4, codeblocks
17105
	  contrib plugins compile again)
17106
17107
2006-07-07 16:07  mortenmacfly
17108
17109
svn2711:  * non-PCH-support fixes (part 3, codeblocks default
17110
	  plugins compile again)
17111
17112
2006-07-07 15:35  mortenmacfly
17113
17114
svn2710:  * non-PCH-support fixes (part 2, codeblocks compiles
17115
	  again)
17116
17117
2006-07-07 15:10  mortenmacfly
17118
17119
svn2709:  * non-PCH-support fixes (part 1, libcodeblocks compiles
17120
	  again)
17121
17122
2006-07-07 13:29  mandrav
17123
17124
svn2708:  * Cleaned-up #includes in all SDK files.
17125
	  * GCC 3.3.x fixes for scripting calls.
17126
17127
2006-07-07 11:16  thomasdenk
17128
17129
svn2707:  Skip initialising i18n if it is turned off.
17130
17131
2006-07-07 10:21  thomasdenk
17132
17133
svn2706:  Resource preloading (optimises network load times)
17134
	  Added nullpointer check to editor config dialog
17135
	  Moved timer start out of Autosave's OnAttach method
17136
	  Main window resources are not loaded during batch build
17137
17138
2006-07-07 05:48  mortenmacfly
17139
17140
svn2705:  * now truly added the staticlib wizard
17141
17142
2006-07-06 20:07  mortenmacfly
17143
17144
svn2704:  * added new static library wizard
17145
	  * updated a couple of other wizards to use inherited compiler
17146
	  detection
17147
17148
2006-07-06 19:54  thomasdenk
17149
17150
svn2703:  Disable plugin loading for batch build (saves ca. 2
17151
	  seconds)
17152
17153
2006-07-06 19:25  mortenmacfly
17154
17155
svn2702:  * added win32gui wizard script to project
17156
17157
2006-07-06 19:24  mandrav
17158
17159
svn2701:  * Minor autotools build files update.
17160
17161
2006-07-06 17:52  mortenmacfly
17162
17163
svn2700:  * fixed doxygen erros for SDK documentation
17164
17165
2006-07-06 13:49  mandrav
17166
17167
svn2699:  * Fixed broken syntax colouring when splitting an
17168
	  editor view.
17169
17170
2006-07-06 12:39  mandrav
17171
17172
svn2698:  * Added CompilerFactory::CompilerInheritsFrom() to
17173
	  check if a compiler inherits from a specific compiler ID.
17174
	  * Updated script bindings (and a couple of scripts) for the
17175
	  above.
17176
	  * Debugger plugin now correctly detects which debugger executable
17177
	  to use for debugging.
17178
17179
2006-07-06 11:38  mandrav
17180
17181
svn2697:  * Updated wxSmithWizard to the new cbWizardPlugin
17182
	  interface.
17183
	  * Fixed binding of wxFILE_SEP_PATH (leading to crash when used).
17184
17185
2006-07-06 11:03  mandrav
17186
17187
svn2696:  * Re-organized menus and toolbars. Moved all
17188
	  open/save/close entries from Project menu to File.
17189
	  * Changes in TemplateManager and cbWizardPlugin interfaces.
17190
	  * Fixed UI glitch when removing a log page from MessageManager.
17191
17192
2006-07-06 09:19  mortenmacfly
17193
17194
svn2695:  * added new win32gui wizard
17195
17196
2006-07-06 08:15  mandrav
17197
17198
svn2694:  * In GDB debugger, force unwinding of stack on signal
17199
	  by default.
17200
17201
2006-07-06 08:04  mortenmacfly
17202
17203
svn2692:  * set wxHIDE_READONLY flag to all file open dialogs to
17204
	  avoid confusions under Win32
17205
17206
2006-07-05 18:17  mandrav
17207
17208
svn2691:  * Re-designed the way breakpoints are kept in-sync with
17209
	  the editors,
17210
	  when adding/removing lines in them. It's also a lot faster now,
17211
	  minimizing the delay when selecting many lines and pressing
17212
	  "Delete".
17213
17214
2006-07-05 18:16  mandrav
17215
17216
svn2690:  * InfoWindow linux fix.
17217
17218
2006-07-05 14:33  thomasdenk
17219
17220
svn2689:  Do not save window state in batch build
17221
17222
2006-07-05 13:00  mandrav
17223
17224
svn2688:  * Replaced dialogs about SDK version mismatch (on
17225
	  plugin loading) with one InfoWindow for all failed plugins
17226
	  (details logged in application log).
17227
17228
2006-07-05 12:27  mandrav
17229
17230
svn2687:  * Removed an extra qualification.
17231
17232
2006-07-05 11:38  thomasdenk
17233
17234
svn2686:  Entirely removed m_pTopEditor from ProjectManager
17235
17236
2006-07-05 11:33  mandrav
17237
17238
svn2685:  * Added missing src/wxsmith/Makefile.am.
17239
17240
2006-07-05 11:31  mandrav
17241
17242
svn2684:  * Added missing MessageManager::RemoveLog(int).
17243
	  * Added ScriptingManager::LoadBuffer().
17244
	  * Added "View->Script console" menu.
17245
	  * Removed "File->Run script". Use the script console for that
17246
	  now.
17247
17248
2006-07-05 11:11  thomasdenk
17249
17250
svn2683:  Cleanup
17251
17252
2006-07-05 09:58  thomasdenk
17253
17254
svn2682:  Fixed path handling bug
17255
17256
2006-07-05 09:36  thomasdenk
17257
17258
svn2681:  Changed signature of crash handler to use a typedef
17259
17260
2006-07-05 08:20  mandrav
17261
17262
svn2680:  * Fix for DirectX wizard script.
17263
17264
2006-07-04 23:46  ceniza
17265
17266
svn2679:  * A CHM file can finally be launched using "Locate in"
17267
	  without it being always on top of Code::Blocks.
17268
17269
2006-07-04 22:33  mandrav
17270
17271
svn2678:  * Updated autotools build files.
17272
17273
2006-07-04 21:59  mandrav
17274
17275
svn2677:  * Updated autotools build files.
17276
17277
2006-07-04 21:07  mortenmacfly
17278
17279
svn2676:  * added new DLL project wizard
17280
	  * fixed crash with console wizard (wxFILE_SEP_PATH)
17281
17282
2006-07-04 19:41  thomasdenk
17283
17284
svn2675:  Prefs loading
17285
17286
2006-07-04 17:53  thomasdenk
17287
17288
svn2674:  Feature request #2355 : Raised limit of right margin
17289
	  hint spin control beyond 100
17290
17291
2006-07-04 17:12  mandrav
17292
17293
svn2673:  * Fixed broken compilation for some contrib plugins
17294
	  under linux.
17295
	  * Fixed InfoWindow to work under linux.
17296
17297
2006-07-04 16:16  mortenmacfly
17298
17299
svn2672:  * fixed couple of bugs in wizard scripts
17300
	  * added direct/x wizard
17301
17302
2006-07-04 15:17  thomasdenk
17303
17304
svn2671:  Bug #7979 : Crash when closing open editor during
17305
	  workspace loading
17306
17307
2006-07-04 13:14  mandrav
17308
17309
svn2670:  * Updated all wizard scripts and removed some unneeded
17310
	  XRCs since the addition of AddGenericSelectPathPage().
17311
17312
2006-07-04 12:30  mandrav
17313
17314
svn2669:  * Fixed on-screen centering of global user variables
17315
	  manager dialog.
17316
	  * Updated wizard scripts to use GetUserVariableManager().Exists()
17317
	  for global user vars.
17318
17319
2006-07-04 12:09  mandrav
17320
17321
svn2668:  * Fixed preempting of global user variables. The dialog
17322
	  to define any unknown GUVs is popped after all projects have been
17323
	  loaded.
17324
	  * Exposed GetUserVariableManager() and
17325
	  UserVariableManager::Exists() in scripts.
17326
17327
2006-07-04 11:12  thomasdenk
17328
17329
svn2667:  Added Exists() function
17330
17331
2006-07-04 10:47  mandrav
17332
17333
svn2666:  * Bugfix for build scripts loading.
17334
17335
2006-07-04 09:13  thomasdenk
17336
17337
svn2665:  Replaced messagebox with info window
17338
17339
2006-07-04 08:58  mandrav
17340
17341
svn2664:  * Merged cf to trunk (revisions 2093 to 2662) except
17342
	  the new build system and the updater.
17343
17344
2006-07-04 07:59  killerbot
17345
17346
svn2663:  * fix for [ Bug #7480 ] Changing template categories:
17347
	  wrong templates displayed :
17348
	  - wxChoice instead of wxComboBox
17349
	  - include of wx/choice.h added to our precompiled list
17350
	  (sdk_common.h)
17351
	  - some include fixes
17352
17353
2006-07-03 20:23  killerbot
17354
17355
svn2661:  * a test in fixing/workaround wx262 wxComboBox bug on
17356
	  linux
17357
17358
2006-07-03 16:03  mandrav
17359
17360
svn2660:  * Fixed all SqPlus build warnings.
17361
17362
2006-07-03 14:57  byo
17363
17364
svn2659:  Old wxSmith:
17365
	  * Added setting up names in code creating window
17366
17367
2006-07-03 13:49  mandrav
17368
17369
svn2658:  * Merged scripting_squirrel to trunk (revisions 2614 to
17370
	  2657).
17371
17372
2006-07-01 13:34  byo
17373
17374
svn2652:  Old wxSmith:
17375
	  * Fixed bug #8030 - Few typos in wizard dialog
17376
	  * Fixed bug #8031 - No effect setting main frame title in wxSmith
17377
	  project wizard
17378
17379
2006-07-01 08:29  mortenmacfly
17380
17381
svn2650:  * fixed gdb crashes when operating on
17382
	  std::[string/vector] and wxString pointers ("backport" from
17383
	  squirrel branch)
17384
17385
2006-06-30 20:11  mandrav
17386
17387
svn2648:  * Fixed crash when rebuilding after having closed a
17388
	  project which was a
17389
	  dependency for other projects in the workspace. This also fixes a
17390
	  hang,
17391
	  under certain circumstances, also when closing
17392
	  projects/workspace.
17393
17394
2006-06-30 11:22  killerbot
17395
17396
svn2645:  * [ Patch #1176 ] Feature Request #2308: Multiline
17397
	  Program Parameters
17398
17399
2006-06-30 00:43  pecan
17400
17401
svn2643:  *DragScroll changes for plugin interface 1.80. Needed
17402
	  <sdk.h>
17403
17404
2006-06-29 22:05  byo
17405
17406
svn2642:  Old wxSmith:
17407
	  * Modified current resources to use wxStdDialogButtonSizer
17408
	  * Added missing <wx/button.h> to list of includes when using
17409
	  wxStdDialogButtonSizer
17410
17411
2006-06-29 19:41  killerbot
17412
17413
svn2641:  * include fixes and some rewrite to support gcc 3.3.6
17414
17415
2006-06-29 16:45  byo
17416
17417
svn2640:  Old wxSmith:
17418
	  * Added better support for wxStdDialogButtonSizer (buttons are
17419
	  integral part of this widget)
17420
17421
2006-06-29 05:37  killerbot
17422
17423
svn2634:  * typo
17424
17425
2006-06-28 19:46  killerbot
17426
17427
svn2630:  * "close a tab by clicking it with the middle mouse
17428
	  button" tip added
17429
17430
2006-06-28 19:34  killerbot
17431
17432
svn2628:  * fix uncomment unicode bug (don't use
17433
	  wxScintilla::Replace() on unicode, non western characters)
17434
17435
2006-06-28 16:23  byo
17436
17437
svn2627:  Old wxSmith:
17438
	  * Fixed bug #7967 - XRC and WXS files often not in sync
17439
17440
2006-06-27 18:11  ceniza
17441
17442
svn2620:  * Applied Morten's patch to ToolsManager so it can also
17443
	  launch tools detached from it.
17444
17445
2006-06-27 07:45  killerbot
17446
17447
svn2618:  * replace now honors the scope when search in selection
17448
	  (was due to a bug in the retrieval from the replace dialog)
17449
17450
2006-06-26 23:00  ceniza
17451
17452
svn2617:  * Added evil hack which will, hopefully, help GCC < 3.4
17453
	  compile the ThreadPool (based on pecan's patch).
17454
17455
2006-06-26 20:39  killerbot
17456
17457
svn2615:  * search in file : when not founf in the "requested"
17458
	  scope, no need to give wrap around a try
17459
17460
2006-06-26 10:57  killerbot
17461
17462
svn2612:  * registrey key issue in detection of BCC compiler
17463
	  fixed
17464
17465
2006-06-26 08:48  byo
17466
17467
svn2611:  Old wxSmith:
17468
	  * Old files may be left without change in overwrite prompt when
17469
	  creating new resource
17470
	  * Adjusted some project settings to be able to debug directly
17471
	  from wxSmith project
17472
	  * Fixed crash when closing project
17473
	  * Added wxUSE_UNICODE define in wxsWizard when creating unicode
17474
	  project
17475
17476
2006-06-25 16:04  killerbot
17477
17478
svn2610:  * fixed compiler detection on non english windows (in
17479
	  other languages "Program Files" could as well be "Programme" or
17480
	  "Programmi", derive it from the environment variable
17481
	  ProgramFiles) (TODO : 64bit)
17482
17483
2006-06-25 13:08  killerbot
17484
17485
svn2609:  * Searching : several fixes/changes (NOTE : analog
17486
	  changes for replacing will also be done)
17487
	  - search in selection (find next/previous) remain in the scope of
17488
	  that selection
17489
	  - fixed warning (gcc 4.x) : due to dead(unreachable) code (made
17490
	  that code back alive)
17491
	  - made some search functions private
17492
17493
2006-06-25 10:33  thomasdenk
17494
17495
svn2608:  Patch #1156 : In "select target" dialog, move OK button
17496
	  up in tab order hierarchy (Linux usability fix)
17497
17498
2006-06-25 10:18  thomasdenk
17499
17500
svn2607:  Patch #1143 : Add Search in Projecttree tip to tips.txt
17501
17502
2006-06-25 10:17  thomasdenk
17503
17504
svn2606:  Patch #1151 : use <li> tag for recent file list
17505
17506
2006-06-23 21:17  killerbot
17507
17508
svn2605:  * byogames : includes and const's
17509
17510
2006-06-23 20:07  byo
17511
17512
svn2603:  byogames: overwork message disabled by default
17513
17514
2006-06-23 12:22  killerbot
17515
17516
svn2601:  * include fix
17517
17518
2006-06-22 16:54  byo
17519
17520
svn2599:  byogames: Added snake
17521
17522
2006-06-21 22:11  byo
17523
17524
svn2598:  byogames: Added few missing header files
17525
17526
2006-06-21 22:06  byo
17527
17528
svn2597:  byogames: Added configuration panel
17529
17530
2006-06-21 22:00  killerbot
17531
17532
svn2596:  * sdk_common.h : do not include wx.h if no precompiled
17533
	  headers usage and adjust code that broke because of this when
17534
	  compiling without pch's
17535
17536
2006-06-21 15:03  tiwag
17537
17538
svn2593:  * byogames-unix projectfile added
17539
	  * grid lines display adjusted
17540
17541
2006-06-21 07:38  byo
17542
17543
svn2589:  byogames: another approach to fix background-bug
17544
17545
2006-06-20 22:38  byo
17546
17547
svn2588:  byogames:
17548
	  * Added grid-mode and cbp fixes (made by tiwag)
17549
	  * Number of points in use-grid mode is 2 times fewer than without
17550
	  grid
17551
	  * Removed Back-To-Work notify message bug after closing the game
17552
17553
2006-06-20 21:45  thomasdenk
17554
17555
svn2587:  Restrict crash handler to segfault and illegal
17556
	  instruction
17557
17558
2006-06-20 10:48  mortenmacfly
17559
17560
svn2586:  * updated profiler to look inside project's working dir
17561
	  for gmon.out, too (incl. minor code cleanup)
17562
17563
2006-06-20 10:35  byo
17564
17565
svn2585:  Updated byogames to work on linux
17566
17567
2006-06-20 09:08  thomasdenk
17568
17569
svn2584:  Committed a file.
17570
17571
2006-06-20 08:43  mortenmacfly
17572
17573
svn2583:  * fixed automake issue that caused broken compilation
17574
	  under linux
17575
17576
2006-06-20 07:25  killerbot
17577
17578
svn2582:  * improved BCC compiler options (thanks to Nils)
17579
17580
2006-06-19 22:53  byo
17581
17582
svn2581:  Added base class for game window
17583
	  Added more sophisticated back-to-work-timer
17584
17585
2006-06-17 21:23  mortenmacfly
17586
17587
svn2580:  * made icons for find/replace consistent
17588
	  * added icons for find next / find previous
17589
17590
2006-06-17 21:23  mortenmacfly
17591
17592
svn2579:  * fixed wrong message for cleaning workspace
17593
17594
2006-06-16 18:31  killerbot
17595
17596
svn2578:  * debian changelog change
17597
17598
2006-06-16 16:24  ceniza
17599
17600
svn2577:  * Updated the plugin description so it names the right
17601
	  version of AStyle being used now.
17602
17603
2006-06-16 15:30  mandrav
17604
17605
svn2576:  * Added autotools and linux C::B build files for
17606
	  BYOgames plugin.
17607
17608
2006-06-16 11:17  mandrav
17609
17610
svn2575:  * Added "back-to-work" timer class in byogames (people
17611
	  need to be reminded to get back to work!).
17612
17613
2006-06-16 08:27  mandrav
17614
17615
svn2574:  * Added "BYOgames" entertainment plugin (windows only -
17616
	  linux files later today).
17617
17618
2006-06-15 10:13  mandrav
17619
17620
svn2573:  * CrashHandler uses now dynamic linkage to install. If
17621
	  the target windows version doesn't support it, it won't be
17622
	  installed.
17623
17624
2006-06-15 10:05  mandrav
17625
17626
svn2572:  * Fixed editor UI glitch when creating it.
17627
17628
2006-06-15 08:32  mandrav
17629
17630
svn2571:  * Corrected last workspace-bug fix.
17631
17632
2006-06-15 08:19  ceniza
17633
17634
svn2570:  * Changed define for EVT_PIPEDPROCESS_TERMINATED, which
17635
	  seems to solve the crash when using ToolsManager compiled with
17636
	  GCC 4.1.x
17637
17638
2006-06-15 07:53  ceniza
17639
17640
svn2569:  * Updated to AStyle 1.18.
17641
	  * Divided the option "Insert space padding around parentheses"
17642
	  into "Outside" and "Inside" (due to new options in AStyle 1.18).
17643
17644
2006-06-15 07:47  mandrav
17645
17646
svn2568:  * Fixed so that it's not asking for workspace
17647
	  modifications when the blank workspace is open.
17648
17649
2006-06-15 07:42  killerbot
17650
17651
svn2567:  * provided menu entry and accelarator shortcut for
17652
	  replace in files (similar to find in files)
17653
	  * when find/replace in file is called without an active editor is
17654
	  falls back to find/replace in files
17655
17656
2006-06-15 06:29  pecan
17657
17658
svn2566:  *Keybinder - Missing editormanager header needed for
17659
	  Linux
17660
17661
2006-06-14 14:02  mandrav
17662
17663
svn2565:  * Fixed broken split-view (have to fix the flicker when
17664
	  creating the editor though).
17665
17666
2006-06-14 11:10  mandrav
17667
17668
svn2564:  * Added replace-in-files functionality (based on patch
17669
	  #1125 with many updates and fixes).
17670
17671
2006-06-14 09:17  mandrav
17672
17673
svn2563:  * Fixed crash on double-clicking a workspace in the
17674
	  "Start here" page (patch #1114).
17675
	  * Minor updates in "Start here" page (patch #1115).
17676
	  * Added "File->Open default workspace" menu entry (patch #1124).
17677
	  * Fixed bug in workspace loading code. If the workspace file
17678
	  couldn't be opened, the IDE would fail to open any more
17679
	  workspaces or projects until app shutdown.
17680
17681
2006-06-14 08:50  mandrav
17682
17683
svn2562:  * Project wizard updates (also updated the wxWidgets
17684
	  script).
17685
	  * Exposed cbProject::GetFileByFilename() to scripts.
17686
	  * Changed the default PCH mode to "alongside original header".
17687
17688
2006-06-14 08:24  mandrav
17689
17690
svn2561:  * Possible bug fix in editor split view code.
17691
17692
2006-06-14 08:19  mandrav
17693
17694
svn2560:  * Added "split view" menu in notebook tabs' context
17695
	  menu.
17696
17697
2006-06-14 07:52  byo
17698
17699
svn2559:  Old wxSmith:
17700
	  * Added <wx/settings.h> to set of default include files
17701
17702
2006-06-14 07:34  mandrav
17703
17704
svn2558:  * Fixed bug with line numbers margin when splitting an
17705
	  editor view and the margin's width was set to "dynamic".
17706
17707
2006-06-14 07:29  mandrav
17708
17709
svn2557:  * Fixed breakpoints syncing when deleting the lines
17710
	  that contain them.
17711
17712
2006-06-13 22:12  pecan
17713
17714
svn2556:  Keybinder - Fixes to support a last minute RC3 feature
17715
	  addition.
17716
17717
2006-06-13 22:10  pecan
17718
17719
svn2555:  DragScroll - Hacks to support last minute CodeBlock
17720
	  freatures
17721
17722
2006-06-13 21:28  mortenmacfly
17723
17724
svn2554:  * fixed breakpoints near EOF not being removed on
17725
	  delete in editor
17726
17727
2006-06-13 15:38  byo
17728
17729
svn2553:  Old wxSmith:
17730
	  * Fixed bug blocking selecting some items on linux
17731
17732
2006-06-13 13:54  byo
17733
17734
svn2552:  Old wxSmith:
17735
	  * Adopted to const qualifiers in new EditorBase class
17736
17737
2006-06-12 13:25  killerbot
17738
17739
svn2551:  * bugfix : when a project/file is reopened : make it
17740
	  the most recent entry in the recent menus and "start here"
17741
	  page(was a bug in windows version)
17742
17743
2006-06-12 12:54  killerbot
17744
17745
svn2550:  * sweating the const correctness (part 3)
17746
17747
2006-06-12 11:24  killerbot
17748
17749
svn2549:  * sweating the const correctness (part 2)
17750
17751
2006-06-12 10:31  killerbot
17752
17753
svn2548:  * swaeting the const correctness (part 1)
17754
17755
2006-06-12 08:46  byo
17756
17757
svn2547:  Fixed bug on linux causing wxSmith editor to reopen
17758
	  itself after closing it
17759
17760
2006-06-12 02:58  ceniza
17761
17762
svn2546:  * Fixed the bug of not being able to save a file,
17763
	  "introduced" in revision 2544.
17764
	  * NOTE: due to its nature there could be more like this one.
17765
17766
2006-06-11 23:34  ceniza
17767
17768
svn2545:  * Removed extra qualification in destructor of
17769
	  cbEditorInternalData.
17770
17771
2006-06-10 21:26  mandrav
17772
17773
svn2544:  * Added split-view in editors. Right-click inside an
17774
	  editor and click "Split view" to split/unsplit it.
17775
17776
2006-06-10 11:13  byo
17777
17778
svn2543:  Old wxSmith:
17779
	  * Added few improvements to Listbook, Choicebook and Notebook
17780
17781
2006-06-09 21:58  byo
17782
17783
svn2542:  Old wxSmith:
17784
	  * resource preview is not automatically layouting itself when
17785
	  position changes
17786
17787
2006-06-09 14:13  mandrav
17788
17789
svn2541:  * Added Makefile and properties lexers (forgot to add
17790
	  them in last commit).
17791
17792
2006-06-09 13:44  mandrav
17793
17794
svn2540:  * Fixed changing values of watched variables (patch
17795
	  #1113).
17796
	  * Catch all signals in GDB, not only SIGSEGV (patch #1106).
17797
	  * Don't start compiler names (internal) with an underscore (patch
17798
	  #1112).
17799
	  * Renamed console_runner(.exe) to cb_console_runner(.exe) (patch
17800
	  #1107).
17801
	  * Changed autotools wxGTK version check from 2.4.2 to 2.6.0
17802
	  (patch #1111).
17803
	  * Unfold editor lines if user turns folding off (patch #1110).
17804
	  * Update debug windows even if source file is not available
17805
	  (patch #1109).
17806
	  * Set windres.exe regexes to have higher priority than others
17807
	  (patch #1108).
17808
	  * Fix for compiler errors limit (patch #1103).
17809
	  * Fixed unfolding on build error (patch #1102).
17810
	  * Fixed "Fold all on file open" (patch #1104).
17811
	  * Fixed minor build error on GCC > 4.0 (patch #1077).
17812
	  * Added Makefile lexer (patch #1097).
17813
	  * Added properties/cfg/ini lexer (patch #1098).
17814
17815
2006-06-08 12:15  mandrav
17816
17817
svn2539:  * Hopefully fixed all breakpoint syncing issues when
17818
	  adding/removing lines in the editor.
17819
17820
2006-06-08 08:37  killerbot
17821
17822
svn2538:  * removed some compiler warnings
17823
17824
2006-06-06 11:25  killerbot
17825
17826
svn2537:  * fix line numbering bug (caused by patch 1074 ) : when
17827
	  editor was modified, it would switch on the line numbering
17828
	  although it was set to be hidden
17829
17830
2006-06-05 22:44  byo
17831
17832
svn2536:  Old wxSmith:
17833
	  * Project files updated to keep wxSmith configuration inside .cbp
17834
	  files
17835
	  * Added unicode flag to wizard
17836
	  * Fixed some bugs in wizard
17837
17838
2006-06-05 14:55  mortenmacfly
17839
17840
svn2535:  * SDK (Doxygen) documentation update
17841
17842
2006-06-05 10:59  mortenmacfly
17843
17844
svn2534:  * envvars: apply environment variabes on C::B startup,
17845
	  too
17846
17847
2006-06-05 09:54  mandrav
17848
17849
svn2533:  * Added dependency for the "zip" package for debian
17850
	  package builds (patch #1076).
17851
17852
2006-06-05 09:53  mandrav
17853
17854
svn2532:  * Set FindInFiles log font & size like all other logs
17855
	  (patch #1071).
17856
17857
2006-06-05 09:51  mandrav
17858
17859
svn2531:  * Added "dynamic" adjusting of the line numbers margin
17860
	  width in editor settings (patch #1074).
17861
17862
2006-06-05 09:44  mandrav
17863
17864
svn2530:  * Separated HTML lexer from XML (patch #1091).
17865
17866
2006-06-05 09:39  mandrav
17867
17868
svn2529:  * Added the "scripts" folder to autotools installation
17869
	  procedure (patch #7735).
17870
17871
2006-06-04 18:38  cyberkoa
17872
17873
svn2528:  Modify the checking condition in GetProducingCode in
17874
	  order to be consistent with MyCreatePreview
17875
17876
2006-06-04 01:34  ceniza
17877
17878
svn2527:  * Removed extra qualification in
17879
	  ASFormatter::isSequenceReached.
17880
17881
2006-06-03 10:07  byo
17882
17883
svn2526:  Old wxSmith:
17884
	  * Removed bug causing seg fault when adding item at invalid
17885
	  place.
17886
	  * Added wxInitAllImageHandlers() to application's code
17887
17888
2006-06-03 06:20  cyberkoa
17889
17890
svn2525:  Fix bug for wxStaticBitmap
17891
	  1. Various fixes for wxStaticBitmap with no image selected.
17892
	  2. The image will be loaded with the original size instead of the
17893
	  widget size.
17894
	  
17895
	  3. Include extra header file <image.h> when generating code
17896
	  4. Simplified the code and remove unnecessary functions and
17897
	  variable.
17898
17899
2006-06-02 22:47  byo
17900
17901
svn2524:  Old wxSmith:
17902
	  * wxSmith configuration is now stored inside .cbp file.
17903
17904
2006-06-02 02:47  ceniza
17905
17906
svn2523:  * Updated AStyle to version 1.17 (25-May-2006).
17907
	  * Updated the project files, Makefile.am and plugin itself
17908
	  accordingly.
17909
	  * ASStreamIterator is back.
17910
17911
2006-06-02 01:27  ceniza
17912
17913
svn2522:  * Updated Makefile.am for Source Exporter.
17914
17915
2006-06-02 00:33  ceniza
17916
17917
svn2521:  * Updated wxPdfDocument to 0.7.
17918
17919
2006-06-01 08:26  mandrav
17920
17921
svn2520:  * Updated std::string evaluation in GDB's script.
17922
17923
2006-06-01 03:47  ceniza
17924
17925
svn2518:  * Decided to replace the call to wxString::ToLong to a
17926
	  handwritten wxStrHexTo<T> reading from the second match (this
17927
	  fixes a minor bug that could arise with the previous fix).
17928
17929
2006-06-01 01:35  ceniza
17930
17931
svn2517:  * Fixed bug #7707 which happened to be a problem with
17932
	  wxWidgets when reading a hexadecimal number using
17933
	  wxString::ToLong and that number was a negative one.
17934
17935
2006-05-31 12:04  byo
17936
17937
svn2516:  Old wxSmith:
17938
	  * Added additional visibility checking of children inside
17939
	  wxNotebook, wxListbook, wxChoicebook
17940
	  * update.bat / update are copying .png images only
17941
17942
2006-05-31 09:07  byo
17943
17944
svn2515:  Old wxSmith:
17945
	  * Removed Undo / Redo crash
17946
	  * Added scrollbars to configuration buttons on the right side (it
17947
	  won't overlap with palette now)
17948
	  * Added anti-crash checking in quick properties panels (quick
17949
	  properties panel was able to read from widget after it was
17950
	  deleted)
17951
	  * Added anti-crash check into dragging window when the content is
17952
	  being recreated
17953
	  * Hidden flag is not applied inside editor
17954
17955
2006-05-30 10:18  killerbot
17956
17957
svn2514:  * little modification (comment : "//")
17958
17959
2006-05-29 14:55  killerbot
17960
17961
svn2513:  * fix : don't ask to save project file due to
17962
	  'internal' modifications/upgrading when running in batch build
17963
	  mode (note : a follow-up commit might be pending, but no panic it
17964
	  works)
17965
17966
2006-05-29 09:17  mandrav
17967
17968
svn2512:  * Fixed issues with debugger breakpoints being screwed
17969
	  when adding/removing lines before them.
17970
	  * Fixed setting breakpoints for the correct file, if more than
17971
	  one projects are open and contain similarly named files (e.g.
17972
	  main.cpp).
17973
17974
2006-05-26 19:25  ceniza
17975
17976
svn2511:  * Added virtual destructor to cbThreadedTask.
17977
	  * Removed timer from the Tools Manager.
17978
17979
2006-05-25 20:09  mandrav
17980
17981
svn2510:  * Fixed batch-builds crashes.
17982
17983
2006-05-25 12:04  mandrav
17984
17985
svn2509:  * The custom code-completion control is no longer the
17986
	  default choice for windows platforms.
17987
17988
2006-05-25 11:31  mandrav
17989
17990
svn2508:  * For windows platforms, don't add duplicate
17991
	  files/projects to recent files history if they only differ in
17992
	  case (bug #7547).
17993
17994
2006-05-25 11:25  mandrav
17995
17996
svn2507:  * When debugging and hitting a breakpoint, make sure
17997
	  the editor's line is unfolded if needed (bug #7579).
17998
17999
2006-05-25 11:12  mandrav
18000
18001
svn2506:  * If a project is closed while it is being debugged,
18002
	  correctly shut down the debugger.
18003
	  * When debugging and the user (or the app) tries to activate
18004
	  another project, the user is offered two choices: a) end
18005
	  debugging or b) re-activate the debuggee.
18006
18007
2006-05-25 10:49  mandrav
18008
18009
svn2505:  * Fixed issues when adding a file to the project as an
18010
	  absolute path (mainly confused the debugger). Shouldn't be
18011
	  allowed anyway, except for files residing in another drive
18012
	  (windows only).
18013
18014
2006-05-25 10:24  mandrav
18015
18016
svn2504:  * Fixed broken build on sdk/pipedprocess.cpp (ANSI).
18017
18018
2006-05-25 09:02  mandrav
18019
18020
svn2502:  * Possible fix for wrong debugger's output parsing in
18021
	  some cases (when special chars would be printed).
18022
18023
2006-05-25 08:09  mandrav
18024
18025
svn2501:  * Fixed crash when "cleaning" a file not belonging to a
18026
	  project (and no project was open earlier).
18027
18028
2006-05-24 21:49  byo
18029
18030
svn2500:  wxSmith redesign:
18031
	  * Added missing style initialization.
18032
18033
2006-05-24 13:46  mandrav
18034
18035
svn2499:  * Fixed symbols browser UI glitch when docked in the
18036
	  project manager notebook.
18037
18038
2006-05-24 12:06  mandrav
18039
18040
svn2498:  * When a file's attributes change from/to
18041
	  read-only/read-write, it no longer requires a file reload. It
18042
	  also works fine now.
18043
	  * Read-only files no longer have this gray background color.
18044
18045
2006-05-24 10:14  mandrav
18046
18047
svn2497:  * Fixed (removed) a compiler warning.
18048
18049
2006-05-24 10:11  mandrav
18050
18051
svn2496:  * Fixed crash when batch-building and the project file
18052
	  is malformed (invalid).
18053
18054
2006-05-24 09:53  mandrav
18055
18056
svn2495:  * Added option in editor's margin settings to allow
18057
	  adding/removing breakpoints by left-clicking (or not).
18058
18059
2006-05-24 08:43  mandrav
18060
18061
svn2494:  * Don't show messages about upgrading the project file
18062
	  (and so don't mark it dirty), if program runs in batch-build
18063
	  mode.
18064
	  * Added more information text in "Settings->Compiler and
18065
	  debugger->Batch builds" page.
18066
18067
2006-05-24 08:21  mandrav
18068
18069
svn2493:  * Fixed and improved
18070
	  DebuggerTree::FindCharOutsideQuotes() to correctly account for
18071
	  single/double quotes and all combinations of one inside each
18072
	  other.
18073
18074
2006-05-24 08:10  mandrav
18075
18076
svn2492:  * Fixed debugger's watches broken parsing when { or }
18077
	  appeared inside single-quotes (i.e. "{" worked fine where '{'
18078
	  would fail).
18079
18080
2006-05-23 21:21  byo
18081
18082
svn2491:  wxSmith redesign:
18083
	  * wxsWindowEditorContent stores wxsTtem->wxWindow* map. That
18084
	  increased code security.
18085
	  * Added data correction (with filling empty properties) when
18086
	  importing XRC file
18087
	  * Some other small code changes (code cosmetics)
18088
18089
2006-05-23 16:35  thomasdenk
18090
18091
svn2490:  Code completion placement fix
18092
18093
2006-05-23 09:28  mandrav
18094
18095
svn2489:  * Fixed a typo in GDB's command-line arguments, when
18096
	  attaching to PID.
18097
	  * Two new variables have been added in GDB debugger that contain
18098
	  GDB's actual major and minor version numbers.
18099
18100
2006-05-23 07:46  mandrav
18101
18102
svn2488:  * When a build fails, always jump to the first error.
18103
	  * When a build finishes, successfully or not, always return the
18104
	  input focus to the active editor (if any).
18105
18106
2006-05-22 19:21  mortenmacfly
18107
18108
svn2487:  * fixed broken build under linux (missing include)
18109
18110
2006-05-22 18:26  thomasdenk
18111
18112
svn2486:  Patch #1064 : Fixes for ToolsManager crashing with
18113
	  localized CB
18114
18115
2006-05-22 18:14  thomasdenk
18116
18117
svn2485:  Patch #1065 : Margin width, also: renamed gutter
18118
18119
2006-05-22 14:32  mortenmacfly
18120
18121
svn2484:  * added project wizard (new format) for a GLUT
18122
	  application
18123
	  * updated Code::Blocks project files to include GLFW and GLUT
18124
	  files
18125
18126
2006-05-22 09:10  mortenmacfly
18127
18128
svn2483:  * added project wizard (new format) for a GLFW
18129
	  application
18130
18131
2006-05-22 09:07  mandrav
18132
18133
svn2482:  * Fixed message manager auto-hiding to respect the user
18134
	  settings in environment options.
18135
	  * Exposed "Info" (normal) type for compiler regexes in advanced
18136
	  compiler options.
18137
	  * Added project/target header in build messages (updated whenever
18138
	  the currently compiling project/target changes).
18139
	  * Cleaned up some logging code in compiler plugin.
18140
18141
2006-05-21 06:08  cyberkoa
18142
18143
svn2481:  wxFlexGridSizer,wxGridSizer
18144
	  - Constructor Code parameters should be row,col,vgap,hgap instead
18145
	  of col,row,vgap,hgap
18146
	  
18147
	  - Small modification of code to keep the consistency of coding
18148
	  
18149
	  wxCalendarctrl
18150
	  - Code generated wrong for wxDateTime
18151
	  
18152
	  wxDatePickerCtrl
18153
	  - - Small modification of code to keep the consistency of coding
18154
18155
2006-05-21 02:41  ceniza
18156
18157
svn2480:  * Replaced the condition with a semaphore (just like
18158
	  the previous implementation).
18159
18160
2006-05-20 20:47  thomasdenk
18161
18162
svn2479:  Restored optimisations that were accidentially reverted
18163
	  in 2472
18164
18165
2006-05-20 18:45  ceniza
18166
18167
svn2478:  * Changed the pool's condition lifetime.
18168
18169
2006-05-20 15:16  ceniza
18170
18171
svn2477:  * Fixed case in include.
18172
	  * Added cbthreadedtask.h to sdk/Makefile.am
18173
18174
2006-05-20 14:39  ceniza
18175
18176
svn2476:  * Replaced the thread pool implementation.
18177
	  * Modified code completion to use the new thread pool.
18178
	  * Pool forced to 1 worker thread (code completion will crash with
18179
	  more than 1 worker thread).
18180
	  * Updated the project files accordingly.
18181
18182
2006-05-20 03:52  ceniza
18183
18184
svn2475:  * Added a missing return value to an Entry method (just
18185
	  to avoid a warning). Thanks go to Morten.
18186
18187
2006-05-19 21:14  byo
18188
18189
svn2474:  wxSmith redesign:
18190
	  * Fixed bug when changing sub-container properties (it did not
18191
	  recreate editor preview)
18192
	  * Added default sizer properties to configuration panel
18193
18194
2006-05-19 04:30  cyberkoa
18195
18196
svn2473:  1. << BmpCode.empty() ? _T("wxNullBitmap") : BmpCode <<
18197
	  _T(",") in BuildCreatingCode cause the broke the stream , solved
18198
	  by adding parenthesis
18199
	  
18200
	  2. Add in <wx/artprov.h> in the declaration generated.
18201
18202
2006-05-17 14:57  thomasdenk
18203
18204
svn2472:  Code Britisation
18205
18206
2006-05-16 22:26  ceniza
18207
18208
svn2471:  * A Tool has now the following launching options:
18209
	  - New console window (no piping)
18210
	  - Hidden (output piped)
18211
	  - Visible (no piping)
18212
	  + All previously saved Tools will default to "New console
18213
	  window".
18214
	  + NOTE: Application crash if the resources aren't updated
18215
	  (update.bat / update).
18216
18217
2006-05-16 21:49  byo
18218
18219
svn2470:  wxSmith redesign:
18220
	  * Implemented hiding children after fetching background in
18221
	  wxsDrawingWindow - selection boxes and other are no more hidden
18222
	  on Windows
18223
	  * Fixed bugs with default colour in wxsColourProperty
18224
	  * Added constructor for wxsFontProperty (no more random font
18225
	  generated)
18226
	  * Added initialization of properties in wxsBaseProperties class
18227
	  (no more random colour etc)
18228
18229
2006-05-16 15:23  byo
18230
18231
svn2469:  wxSmith redesign:
18232
	  * Fixed bugs for editor area using scrollbars
18233
18234
2006-05-16 12:27  mandrav
18235
18236
svn2468:  * Fixed arguments passing to executable when running
18237
	  under the debugger (bug #7287).
18238
18239
2006-05-16 11:54  mandrav
18240
18241
svn2467:  * When creating a new project and one of the project
18242
	  files already existed (and then renamed), the new project would
18243
	  reference the already existing file and not the renamed one (bug
18244
	  #7099, patch #1043).
18245
18246
2006-05-16 11:49  mandrav
18247
18248
svn2466:  * Minor clean-up regarding the splash screen (patch
18249
	  #1057).
18250
18251
2006-05-16 11:47  killerbot
18252
18253
svn2465:  * file new/open now remembers it's last directory/mask
18254
18255
2006-05-16 11:41  mandrav
18256
18257
svn2464:  * Remember user's preferred templates: file-based
18258
	  and/or wizard-based (feature request #2209).
18259
18260
2006-05-16 11:21  mandrav
18261
18262
svn2459:  * Enhanced configuration for message manager auto-hide:
18263
	  can be enabled to selectively auto-show on search-in-files, build
18264
	  errors and build warnings.
18265
18266
2006-05-16 10:26  mandrav
18267
18268
svn2458:  * Fixed rare debugger freeze (only "stop" button
18269
	  working). Usually happened when watching uninitialized "char*"
18270
	  variables.
18271
18272
2006-05-16 09:53  mandrav
18273
18274
svn2457:  * Compiler and debugger are now aware of each other
18275
	  and. If the compiler sees that the debugger is active, it aborts
18276
	  the build. Similarly, if the debugger sees that the compiler is
18277
	  active, it aborts the debugging session.
18278
18279
2006-05-16 09:27  mandrav
18280
18281
svn2456:  * Fixed issues with debugger breakpoints.
18282
18283
2006-05-16 02:36  ceniza
18284
18285
svn2454:  * Ghost application when launching tool without console
18286
	  bug fixed.
18287
18288
2006-05-15 21:45  thomasdenk
18289
18290
svn2453:  Added a null-pointer check, removed an unnecessary if.
18291
18292
2006-05-15 21:03  thomasdenk
18293
18294
svn2452:  Patch #1039 : Missing slash for editor zoom
18295
18296
2006-05-15 12:12  mandrav
18297
18298
svn2451:  * Fixed broken cbAssert() macro and added
18299
	  cbAssertNonFatal() macro that displays an assertion error dialog
18300
	  but doesn't kill the app.
18301
18302
2006-05-14 15:17  ceniza
18303
18304
svn2450:  * Removed the paint-once behavior from the
18305
	  SplashScreen.
18306
18307
2006-05-12 19:58  killerbot
18308
18309
svn2449:  * codestat : incorrect use of SetLabel, should be
18310
	  SetValue (thx Der Meister)
18311
18312
2006-05-12 12:39  thomasdenk
18313
18314
svn2448:  Added filename parts to active editor variable.
18315
18316
2006-05-12 11:18  thomasdenk
18317
18318
svn2447:  Forgot zero-initialising a variable...
18319
18320
2006-05-12 11:11  thomasdenk
18321
18322
svn2446:  Fixed typo
18323
18324
2006-05-12 11:09  thomasdenk
18325
18326
svn2445:  Optimised lexer loading
18327
18328
2006-05-12 07:58  mortenmacfly
18329
18330
svn2444:  * added support for debugging into Fortran sources
18331
	  * added support for Fortran file filters/associations (f, f77,
18332
	  f95 so far)
18333
18334
2006-05-12 07:58  thomasdenk
18335
18336
svn2443:  Removed --clear-configuration switch
18337
18338
2006-05-11 20:44  killerbot
18339
18340
svn2442:  * little update to previous commit
18341
18342
2006-05-11 20:35  killerbot
18343
18344
svn2441:  * compiler/build macros : $link_flat_objects : list of
18345
	  "flat" objects (flat : output_dir + name + '.' + extension (other
18346
	  dir structures are removed))
18347
18348
2006-05-11 17:07  byo
18349
18350
svn2440:  wxSmith redesign:
18351
	  * Added scrollbars to editor area
18352
	  * Default sizer properties are now read from configuration
18353
	  * Some other small fixes
18354
18355
2006-05-11 16:14  mortenmacfly
18356
18357
svn2439:  * added ability to toggle an env.var instead of
18358
	  removing * inform the user if (un)setting an env-var fails *
18359
	  changed project settings to compile as stand-alone
18360
18361
2006-05-09 12:22  mortenmacfly
18362
18363
svn2438:  * fixed wrong name of zip file
18364
18365
2006-05-09 12:12  mandrav
18366
18367
svn2437:  * Disabled pre/post build steps builds options page,
18368
	  when using custom Makefile.
18369
18370
2006-05-09 11:51  mandrav
18371
18372
svn2436:  * Updated PCH check in sdk_common.h to allow MacOSX's
18373
	  gcc (3.3) to use PCH (supports them).
18374
18375
2006-05-09 11:44  mandrav
18376
18377
svn2435:  * FindNext/FindPrevious would wrongly reset the search
18378
	  text if there was selected text in the editor.
18379
	  * Updated wxFNB C::B patches.
18380
18381
2006-05-09 10:50  mandrav
18382
18383
svn2434:  * Enhanced "Swap header/source": if the pair file does
18384
	  not exist, the user is asked to create it (patch #985).
18385
	  * Plugin SDK version pumped to 1.7.15.
18386
18387
2006-05-09 10:30  mandrav
18388
18389
svn2432:  * Enabled configuration for selection foreground color.
18390
18391
2006-05-09 10:18  byo
18392
18393
svn2431:  wxSmith redesign:
18394
	  * Added drag assist
18395
	  * Moved wxsWindowEditor::ConfigManager to wxsWindowEditorContent
18396
	  class (moved to separate files)
18397
18398
2006-05-09 09:13  mandrav
18399
18400
svn2430:  * Added GLUT template (file-based, patch #992).
18401
18402
2006-05-09 08:57  mandrav
18403
18404
svn2429:  * Added support for the VC++ 2005 compiler (patch
18405
	  #1024).
18406
18407
2006-05-09 08:57  mortenmacfly
18408
18409
svn2428:  * WX_CFG is initially empty (as with all other contrib
18410
	  plugins) * fixed bug 'Set now' not working properly (thanks
18411
	  Ceniza) * include and some perfomance fixes (thanks killerbot)
18412
18413
2006-05-09 08:50  mandrav
18414
18415
svn2427:  * Added editor setting for the caret blink period
18416
	  (patch #1031).
18417
18418
2006-05-09 08:43  mandrav
18419
18420
svn2426:  * Enabled GDC compiler for Mac OS X [gdcmac] (patch
18421
	  #1003).
18422
18423
2006-05-09 08:40  mandrav
18424
18425
svn2425:  * Fixed freeze on editor drag'n'drop in wxGTK (patch
18426
	  #1037).
18427
18428
2006-05-09 08:36  mandrav
18429
18430
svn2424:  * Fixed bug in message logs show/hide function.
18431
18432
2006-05-08 22:15  byo
18433
18434
svn2423:  wxSmith redesign:
18435
	  * Positioning with mouse almost finished (updating resource tree
18436
	  left)
18437
18438
2006-05-08 21:07  killerbot
18439
18440
svn2422:  * Fix contrib workspace (envvars : windows != unix)
18441
18442
2006-05-08 20:36  mandrav
18443
18444
svn2421:  * Updated wxFNB to version 1.30 (with C::B patches).
18445
	  * Added new contrib plugin: Environment variables.
18446
18447
2006-05-08 11:38  killerbot
18448
18449
svn2420:  * projectfile : 2 const methods
18450
	  * compiler/build macros : removed unused $objects and added the
18451
	  target's object's output directory as '$objects_output_dir'
18452
18453
2006-05-07 23:45  thomasdenk
18454
18455
svn2419:  Fix Ceniza's crash-on-switch-workspace crash.
18456
18457
2006-05-06 06:47  cyberkoa
18458
18459
svn2417:  Purpose : Fix bug
18460
	  Function : BuildSizerCreatingCode
18461
	  Line : 33
18462
	  Description
18463
	  Code generation wrong.
18464
	  Line 33 corrected become wxString::Format(_T("%d,%d"),Cols,Rows)
18465
18466
2006-05-06 06:41  cyberkoa
18467
18468
svn2416:  Fix bug : variable name for FontEncoding is wrongly
18469
	  generated as widget's variable, should be widget's variable +
18470
	  FontEncoding
18471
18472
2006-05-05 21:55  byo
18473
18474
svn2413:  wxSmith redesign:
18475
	  * Restored positioning with mouse (position changing / visual
18476
	  effects still missing)
18477
	  * Moved wxsParent::CanAddChild to public scope
18478
18479
2006-05-05 11:21  thomasdenk
18480
18481
svn2412:  Prevent crash on exit with wxFNB 1.3
18482
18483
2006-05-03 17:46  thomasdenk
18484
18485
svn2407:  Typo in config loading
18486
18487
2006-05-03 16:43  mandrav
18488
18489
svn2406:  * Fixed wrong address display in memory window
18490
	  (debugger).
18491
	  * Fixed ENTER key in address field of memory window (debugger).
18492
18493
2006-05-03 10:46  tiwag
18494
18495
svn2405:  * added event to update ExamineMemory dialogue window
18496
	  on pressed Enter key in Address text-control.
18497
18498
2006-05-03 09:52  mandrav
18499
18500
svn2404:  * Added autosave plugin in autotools build system.
18501
18502
2006-05-03 09:46  tiwag
18503
18504
svn2403:  * bug #7369, Debugging Examine Memory dialogue shows
18505
	  wrong addresses, fixed.
18506
18507
2006-05-03 08:59  killerbot
18508
18509
svn2402:  * include fixes (linux and typo)
18510
18511
2006-05-02 20:55  killerbot
18512
18513
svn2400:  * some more include clean-ups
18514
18515
2006-05-02 20:51  killerbot
18516
18517
svn2399:  * some include clean-ups
18518
18519
2006-04-30 16:09  thomasdenk
18520
18521
svn2397:  Abort project loading if compiler plugin is
18522
	  deactivated.
18523
18524
2006-04-28 21:37  byo
18525
18526
svn2396:  wxSmith redesign:
18527
	  * Added dragging points
18528
	  * Restored resizing with mouse (repositioning is on the way)
18529
	  * Added wxsItem::GetBaseProps()
18530
18531
2006-04-28 07:21  thomasdenk
18532
18533
svn2394:  Patch #1019 : Fixes bug #7275 ("lost keywords")
18534
18535
2006-04-28 07:16  thomasdenk
18536
18537
svn2393:  Removed copying manifest file around (not needed and
18538
	  confuses people)
18539
18540
2006-04-27 22:41  byo
18541
18542
svn2392:  wxSmith redesign: Removed timers in wxsDrawingWindow -
18543
	  it should now work without flickering
18544
18545
2006-04-27 17:48  thomasdenk
18546
18547
svn2391:  Patch #1016 : Destroy file select dialog in
18548
	  cbEditor::SaveAs(), use appwindow as parent
18549
18550
2006-04-27 17:41  thomasdenk
18551
18552
svn2390:  Autosave plugin
18553
	  - only save files that are actually modified
18554
	  - keep file's modification status when not saving to the main
18555
	  file
18556
18557
2006-04-27 17:39  thomasdenk
18558
18559
svn2389:  Added default variable to cbProject::SetModified (for
18560
	  consistency with cbEditor)
18561
18562
2006-04-26 19:12  killerbot
18563
18564
svn2388:  * settings.h : cleanup (part 1)
18565
18566
2006-04-26 18:06  killerbot
18567
18568
svn2387:  * profiler : cbMessageBox return value fix
18569
18570
2006-04-26 15:29  killerbot
18571
18572
svn2386:  * minor include/const clean up
18573
18574
2006-04-26 12:50  mandrav
18575
18576
svn2385:  * CompilerFactory object exposed to scripts:
18577
	  IsValidCompilerID(), GetCompilerIndex() and
18578
	  GetDefaultCompilerID().
18579
	  * Added CompilerFactory::IsValidCompilerID() and
18580
	  CompilerFactory::GetCompilerByName().
18581
	  * Compiler selection page is no longer mandatory in project
18582
	  wizard scripts.
18583
	  * Changed signature of Wizard.AddCompilerPage() script function
18584
	  to make it more versatile. Check comments in
18585
	  console/wizard.script.
18586
18587
2006-04-26 08:45  thomasdenk
18588
18589
svn2384:  Use ISO 8601 format for revision date.
18590
18591
2006-04-26 08:43  thomasdenk
18592
18593
svn2383:  Turkish language hack II
18594
18595
2006-04-25 21:46  pecan
18596
18597
svn2382:  DragScroll v0.23 Added test to honor MSW mouse events
18598
	  only if main CB window has focus
18599
18600
2006-04-25 18:59  thomasdenk
18601
18602
svn2381:  Bug #6952
18603
18604
2006-04-25 12:19  tiwag
18605
18606
svn2380:  * Folded code block doesn't unfold from search results
18607
	  [ Bug #7210 ] fixed
18608
18609
2006-04-25 10:43  byo
18610
18611
svn2379:  wxSmith redesign: wxsDrawingWindow updates
18612
18613
2006-04-25 08:14  thomasdenk
18614
18615
svn2378:  Added SetBestFittingSize() to compiler and debugger
18616
	  toolbars
18617
18618
2006-04-24 19:05  thomasdenk
18619
18620
svn2377:  Patch #988 : Reorder wxToolBar::Realize() and
18621
	  SetBestSize() to prevent missized toolbar in wxWidgets 2.6.3
18622
18623
2006-04-24 18:41  thomasdenk
18624
18625
svn2376:  Patch #990 : Preserve editor colour sets (interim
18626
	  solution for bugs 7063 and 7194).
18627
18628
2006-04-24 18:31  thomasdenk
18629
18630
svn2375:  Patch #1001 : Add autorevision as dependency in
18631
	  Makefile.am to fix parallel builds (prevents executable from
18632
	  being run before being built).
18633
18634
2006-04-24 18:14  thomasdenk
18635
18636
svn2374:  Revision string in "start here" page now shows the
18637
	  revision date rather than the compile date of some random source.
18638
	  Added ConfigManager::GetSvnDate() member.
18639
	  Autorevision code cleanup, now uses subversion if present (falls
18640
	  back to old method otherwise).
18641
18642
2006-04-24 15:44  tiwag
18643
18644
svn2373:  * show Find & FindInFiles tabs in dialog (patch 978 #3
18645
	  from 06-04-20)
18646
18647
2006-04-24 08:04  thomasdenk
18648
18649
svn2372:  Turkish language hack
18650
18651
2006-04-23 20:23  pecan
18652
18653
svn2371:  Keybinder; correct typo's on Linux; (my thanks to
18654
	  daniel2000)
18655
18656
2006-04-23 13:51  pecan
18657
18658
svn2370:  KeyBinder v0.4.17 (2006/04/23) Fixed ability to update
18659
	  duplicate menu entries; Appeased Linux gcc with extra parens;
18660
	  Removed RC2 code and references
18661
18662
2006-04-22 15:43  thomasdenk
18663
18664
svn2369:  Feature Request #2042 : Save editor's zoom (does not
18665
	  update open editors)
18666
18667
2006-04-21 20:09  zlika
18668
18669
svn2368:  CodeStat: Fixed problem with wxStaticText's being in
18670
	  fact wxTextCtrl's (special thanks to Pecan).
18671
18672
2006-04-21 07:23  killerbot
18673
18674
svn2367:  * projectfileoptions : struct rename to avoid name
18675
	  clash with it's plug-in origin
18676
18677
2006-04-20 09:56  mandrav
18678
18679
svn2366:  * Fixed wxAUI build issue under windows.
18680
18681
2006-04-20 07:15  mandrav
18682
18683
svn2365:  * Updated wxAUI to v0.9.2 (with extra patches).
18684
18685
2006-04-20 02:40  cyberkoa
18686
18687
svn2364:  Fix bug for StatusBar code generated by Wizard
18688
18689
2006-04-19 20:43  byo
18690
18691
svn2363:  wxSmith redesign: some small fixes
18692
18693
2006-04-19 11:52  killerbot
18694
18695
svn2362:  * Projectwizard : no -WAll for DMD, adjust update.bat
18696
	  (no Makefile.am copying)
18697
18698
2006-04-18 20:51  thomasdenk
18699
18700
svn2361:  Bug #7152 : "New file" dialog does not have focus in
18701
	  text edit control
18702
18703
2006-04-18 16:06  mandrav
18704
18705
svn2360:  * Fixed script errors in the new "D application"
18706
	  wizard.
18707
18708
2006-04-18 16:03  mandrav
18709
18710
svn2359:  * Fixed a couple of build issues for *nix (regarding
18711
	  the projectwizard
18712
	  plugin).
18713
18714
2006-04-18 14:09  killerbot
18715
18716
svn2358:  * ProjectWizard : little include fix
18717
18718
2006-04-18 13:21  mandrav
18719
18720
svn2357:  * Increased width of new project dialog to old setting
18721
	  (again).
18722
18723
2006-04-18 12:57  mandrav
18724
18725
svn2356:  * Fixed wrong paths in ProjectWizard 's Makefile.am
18726
	  files.
18727
18728
2006-04-18 12:15  mandrav
18729
18730
svn2355:  * Added new plugin: "Project wizard". It uses scripting
18731
	  to define wizards. See plugins/projectwizard/resources for more.
18732
	  * Added checkboxes in new project dialog, to filter showing the
18733
	  old file-based templates and the new wizard-based ones.
18734
18735
2006-04-18 08:15  mandrav
18736
18737
svn2354:  * Added more file extension constants in FileFilters
18738
	  (including the dot this time).
18739
	  * Exposed file extension constants to scripts.
18740
	  * Changed ScriptingManager::Load() to just load the script and
18741
	  not run it. Use ScriptingManager::Compile() afterwards to compile
18742
	  and run the script(s). Or use
18743
	  ScriptingManager::LoadAndRunScript() that works like Load() used
18744
	  to.
18745
	  * SDK version changed to 1.7.14.
18746
18747
2006-04-17 22:20  thomasdenk
18748
18749
svn2353:  Added Autosave to CodeBlocks-unix.cbp
18750
18751
2006-04-14 21:56  killerbot
18752
18753
svn2352:  * some include fixes
18754
18755
2006-04-14 21:34  killerbot
18756
18757
svn2351:  * HelpPlugin : include fix (due to todays changes)
18758
18759
2006-04-14 18:15  thomasdenk
18760
18761
svn2350:  Removed extra qualifications
18762
18763
2006-04-14 14:45  killerbot
18764
18765
svn2349:  * forgot a file in previous commit
18766
18767
2006-04-14 14:44  killerbot
18768
18769
svn2348:  * "Find In Files" :
18770
	  - Scope : Workspace files (new feature)
18771
	  - interface methods : const
18772
	  - little include clean up
18773
18774
2006-04-14 13:16  killerbot
18775
18776
svn2347:  * cbplugin.h : include cleanup -> several other files
18777
	  needed to be include corrected, bumped sdk major/minor version to
18778
	  : 1.7
18779
18780
2006-04-14 12:21  killerbot
18781
18782
svn2346:  * cbConfigurationPanel : GetTitle() and
18783
	  GetBitmapBaseName() : const methods
18784
18785
2006-04-14 11:43  killerbot
18786
18787
svn2345:  * autosave : header inclusion cleanup/adjustments
18788
18789
2006-04-13 22:30  thomasdenk
18790
18791
svn2344:  Autosave plugin
18792
18793
2006-04-13 16:52  thomasdenk
18794
18795
svn2343:  Windows XP crash handler
18796
18797
2006-04-13 12:39  tiwag
18798
18799
svn2342:  * Reverted rev 2331 (* Make "Search->Find" and
18800
	  "Search->Find in files" more consistent (patch #978).)
18801
	  because it introduces a severe bug "Search pattern edit not
18802
	  getting focus"
18803
18804
2006-04-13 04:14  cyberkoa
18805
18806
svn2341:  Sizer code generation problem , the Add function left
18807
	  out a comma in between the ID and the extra option
18808
18809
2006-04-13 04:11  cyberkoa
18810
18811
svn2340:  Obvious bug. Wrong spelling of wxALIGN* cause the wrong
18812
	  code generated.
18813
18814
2006-04-12 16:37  thomasdenk
18815
18816
svn2339:  Fix Crash on exit due to double deletion of notebook
18817
	  pages.
18818
18819
2006-04-12 12:05  thomasdenk
18820
18821
svn2338:  Removed sanity check macros.
18822
	  Added a few const qualifiers.
18823
18824
2006-04-11 02:00  pecan
18825
18826
svn2337:  KeyBinder v0.4.16 Added addition to Help to explain the
18827
	  inability to override Ctrl-Shift-N and like duplicate menu
18828
	  entries.
18829
18830
2006-04-11 01:57  pecan
18831
18832
svn2336:  DragScroll v0.22 2006/04/10 Added option to turn
18833
	  ListCtrl scrolling on/off. Turned Editor focus off by default.
18834
	  Listctrl scrolling off by default.
18835
18836
2006-04-10 17:00  byo
18837
18838
svn2335:  wxSmith redesign:
18839
	  * Added wxsCorrector class which will correct invalid properties
18840
	  * Some other small fixes
18841
18842
2006-04-10 13:04  mandrav
18843
18844
svn2334:  * Fixed update of symbols browser when showing current
18845
	  file's symbols only and involved namespaces.
18846
18847
2006-04-10 12:42  killerbot
18848
18849
svn2333:  * ToDo Plug-In : include clean up and const's
18850
18851
2006-04-10 12:33  mandrav
18852
18853
svn2332:  * Fixed "View->Go to function" to not skip
18854
	  namespace/class/struct blocks.
18855
18856
2006-04-10 09:28  mandrav
18857
18858
svn2331:  * Make "Search->Find" and "Search->Find" in files more
18859
	  consistent (patch #978).
18860
18861
2006-04-10 09:22  mandrav
18862
18863
svn2330:  * Added compiler option (in "Other" page) to
18864
	  explicitely add the project's top-level directory in the
18865
	  compiler's search paths. Option is off by default.
18866
18867
2006-04-10 09:00  mandrav
18868
18869
svn2329:  * Fixed issue (crash sometimes) when importing MSVS
18870
	  projects.
18871
18872
2006-04-10 08:46  mandrav
18873
18874
svn2328:  * Allowed compiling windows resources under non-windows
18875
	  platforms. Makes sense when cross-compiling for windows under
18876
	  linux.
18877
18878
2006-04-10 05:34  cyberkoa
18879
18880
svn2327:  1. Remove unnecessary comment in defwidgets' cpp file
18881
	  2. Add in EnumDeclFiles function
18882
	  3. Fix bug : statictext.cpp include the wrong header file
18883
18884
2006-04-10 03:14  cyberkoa
18885
18886
svn2326:  Adding project file for Unix-like platform (Tested
18887
	  under Ubuntu 5.10)
18888
18889
2006-04-10 03:12  cyberkoa
18890
18891
svn2325:  Fix bug : the declaration of including header file
18892
	  wxscontainer.h have a capital "C" which cause the case sensative
18893
	  problem under Linux
18894
18895
2006-04-10 03:07  cyberkoa
18896
18897
svn2324:  EndDialog is not supported under wxGTk and wxMAC, port
18898
	  the wxMSW version to be used for non wxMSW platform
18899
18900
2006-04-10 03:05  cyberkoa
18901
18902
svn2323:  Fix bug : The Font family comparison condition should
18903
	  use "==" instead of "="
18904
18905
2006-04-10 03:00  cyberkoa
18906
18907
svn2322:  Function ltoa is not in ANSI , therefore code does not
18908
	  compile with compiler that does not support ANSI . Modified to
18909
	  conditional compilation with __GNUG__ (GNU compiler on all
18910
	  platform)
18911
	  
18912
	  Fix bug for
18913
	  "Element->InsertEndChild(TiXmlText(ltoa(VALUE,Buffer,10)));"
18914
	  which write the return value of ltoa instead of the value in
18915
	  Buffer
18916
18917
2006-04-07 13:00  mispunt
18918
18919
svn2321:  Docs: more text about installation
18920
18921
2006-04-07 08:21  mispunt
18922
18923
svn2320:  Doc: Added some installation documentation
18924
18925
2006-04-06 18:22  pecan
18926
18927
svn2319:  DragScroll v0.21 - Added missing event.Skip();
18928
	  Re-instated listCtrl scrolling.
18929
18930
2006-04-06 14:35  mispunt
18931
18932
svn2318:  First start on the userguide
18933
18934
2006-04-06 13:14  mandrav
18935
18936
svn2317:  * Renamed "class browser" to "symbols browser".
18937
	  * Made symbols browser hideable (toggle entry in "View" menu).
18938
18939
2006-04-06 08:46  mandrav
18940
18941
svn2316:  * Encapsulated our (simple) file encoding detection in
18942
	  a class named EncodingDetector.
18943
	  * Fixed VisualStudio solution importer to recognize and skip the
18944
	  byte order mark (if present).
18945
18946
2006-04-06 03:12  pecan
18947
18948
svn2315:  DragScroll v0.20 - Removed ListCtrl window scrolling to
18949
	  avoid
18950
	  conflict with Build messages context menu
18951
18952
2006-04-05 19:54  mispunt
18953
18954
svn2314:  Made a lot of changes in the directory structure and
18955
	  the Makefile.
18956
	  Windows Makefile is probably broken...
18957
18958
2006-04-05 16:15  byo
18959
18960
svn2313:  wxSmith redesign:
18961
	  * Added support for header files
18962
	  * Resource is recreating code
18963
	  * Some other small fixes
18964
18965
2006-04-05 12:23  mandrav
18966
18967
svn2312:  * Added context menu in "Build messages" tab to allow
18968
	  copying its contents to the clipboard.
18969
18970
2006-04-05 11:35  tiwag
18971
18972
svn2311:  * automatic Batchbuildwindow closes only when no build
18973
	  errors occured
18974
	  * Lexer-loading uses Debug-Log (with time prefixed) as all other
18975
	  debug-log-messages
18976
18977
2006-04-05 11:05  mandrav
18978
18979
svn2310:  * Fixed class browser's resource encoding.
18980
18981
2006-04-05 10:36  mandrav
18982
18983
svn2309:  * Fix in main app to reach OnExit() when shutting down.
18984
	  Still, the return value is ignored by wxWidgets (as mentioned in
18985
	  the docs)...
18986
18987
2006-04-05 09:57  mandrav
18988
18989
svn2308:  * Part of the last commit which was left out...
18990
18991
2006-04-05 09:55  mandrav
18992
18993
svn2307:  * For batch builds, the log window is now automatically
18994
	  closed. If you want it to stay open, use the new
18995
	  "--no-batch-window-close" command-line option.
18996
18997
2006-04-05 09:27  mandrav
18998
18999
svn2306:  * No more delays when opening "Settings->Editor" (due
19000
	  to lexers reloading).
19001
19002
2006-04-05 09:25  mandrav
19003
19004
svn2305:  * Fixed (finally?) recent crash-on-exit introduced with
19005
	  the new class browser enhancements.
19006
19007
2006-04-05 08:17  mandrav
19008
19009
svn2304:  * Made "Settings->Compiler & debugger" dialog
19010
	  resizeable. Also made resizeable the cbConfigurationDialog
19011
	  dialog.
19012
19013
2006-04-05 08:03  mandrav
19014
19015
svn2303:  * Removed a warning about an uninitialized variable
19016
	  (patch #955).
19017
19018
2006-04-05 08:00  mandrav
19019
19020
svn2302:  * Fixed some memory leaks (patch #958).
19021
19022
2006-04-05 07:55  mandrav
19023
19024
svn2301:  * Close code-completion if list is empty (patch #982).
19025
	  Applies only to our custom control, not scintilla's embedded
19026
	  autocompletion box.
19027
19028
2006-04-05 07:50  mandrav
19029
19030
svn2300:  * Temporary fix for debugger's stop toolbar button bug
19031
	  under winXP. Replaced another button on this toolbar with an
19032
	  uglier one which fixes this annoying visual bug under winXP
19033
	  (patch #977).
19034
	  * Added button accelerators in AnnoyingDialog (patch #974).
19035
	  * Enlarged statusbar space for a couple of fields which were
19036
	  truncated under wxGTK (patch #976).
19037
	  * Fix for splash screen freeze issue (patch #981).
19038
19039
2006-04-05 07:36  mandrav
19040
19041
svn2299:  * Class browser now remembers its expanded nodes when
19042
	  it is refreshed.
19043
19044
2006-04-05 07:16  mandrav
19045
19046
svn2298:  * Fixed a crash-on-exit issue under windows.
19047
19048
2006-04-04 20:52  byo
19049
19050
svn2297:  Fixed headers (some were missing when not using pch) in
19051
	  base wxSmith
19052
19053
2006-04-04 16:18  mandrav
19054
19055
svn2296:  * Fixed a crash-on-exit under linux.
19056
19057
2006-04-04 13:47  mandrav
19058
19059
svn2295:  * Class browser now correctly updates when closing a
19060
	  project.
19061
	  * cbEVT_PROJECT_CLOSE event was fired a little too late, when the
19062
	  project's files were already deleted. Now it is fired at an
19063
	  earlier stage, where the project is still in a sane state.
19064
19065
2006-04-04 09:57  mandrav
19066
19067
svn2294:  * Improved class browser search function.
19068
19069
2006-04-04 08:08  mandrav
19070
19071
svn2293:  * Class browser searching improved: search starts at
19072
	  the currently selected node and searches all nodes inside it. If
19073
	  it fails, it searches the whole class browser tree. So basically,
19074
	  pressing Enter (or clicking the search button) continuously, will
19075
	  cycle through all the matching nodes.
19076
19077
2006-04-04 08:02  mandrav
19078
19079
svn2292:  * Update class browser contents when changing from
19080
	  floating to docked-in-project-manager.
19081
	  * When typing in the class browser's search box, the Enter key
19082
	  starts the search.
19083
19084
2006-04-03 22:36  byo
19085
19086
svn2291:  wxSmith redesign:
19087
	  * Selection handling moved from wxsWindowEditor to wxsWindowRes
19088
	  (don't need to do broadcasting now)
19089
	  * Added support for selection changing
19090
	  * Added skeleton for function rebuilding code inside
19091
	  wxsWindowRes, updated all todos requiring code rebuild
19092
	  * Property grid is now working (because of selection changing
19093
	  support with some bug fixes)
19094
19095
2006-04-03 12:09  byo
19096
19097
svn2290:  wxSmith redesign:
19098
	  * Fixed preview-not-working bug
19099
19100
2006-04-03 11:19  mandrav
19101
19102
svn2289:  * Simplified class browser.
19103
	  * Added configuration option for class browser to be a standalone
19104
	  free floating/docking window instead of appearing as a tab inside
19105
	  the project manager's notebook.
19106
19107
2006-04-01 05:49  cyberkoa
19108
19109
svn2288:  Update the project file for adding wxbitmapbutton
19110
	  support
19111
19112
2006-04-01 05:38  cyberkoa
19113
19114
svn2287:  Fix the bug on the wxStatusbar code generated by wizard
19115
19116
2006-04-01 05:36  cyberkoa
19117
19118
svn2286:  Add wxbitmapbutton support
19119
19120
2006-03-31 10:42  mandrav
19121
19122
svn2285:  * Fixed broken batch build feature.
19123
19124
2006-03-31 10:26  mandrav
19125
19126
svn2284:  * Fixed compiler couldn't jump to error line for single
19127
	  files (without a project).
19128
19129
2006-03-31 10:04  mandrav
19130
19131
svn2283:  * Added editor settings for caret width and color
19132
	  (adjusted patch #968).
19133
19134
2006-03-31 09:47  mandrav
19135
19136
svn2282:  * Fixed toolbars size problems with wx2.6.3 (patch
19137
	  #972).
19138
19139
2006-03-31 09:44  mandrav
19140
19141
svn2281:  * Fixed a crash in linux when entering environment
19142
	  settings (patch #973).
19143
19144
2006-03-31 09:38  mandrav
19145
19146
svn2280:  * Fixed creating a new compiler by copying an existing
19147
	  one (would throw an exception after the first copy).
19148
19149
2006-03-31 08:58  mandrav
19150
19151
svn2279:  * Correctly update debugger breakpoints when
19152
	  adding/removing lines in the editor (used to keep the old
19153
	  breakpoint lines in memory).
19154
19155
2006-03-30 16:56  byo
19156
19157
svn2278:  wxSmith redesign:
19158
	  * Fixed some doxygen warnings
19159
	  * Added doxygen howto - deriving from wxsItem (other classes will
19160
	  be soon)
19161
	  * Added missing SetupWindow() if dialog frame and parent
19162
	  (colours, fonts etc. are now set up properly in editor)
19163
	  * Moved some sizer setting-up code for wxsContainer to wxsSizer
19164
	  class
19165
	  * Fixed background color bug in sizer preview
19166
19167
2006-03-30 13:50  mandrav
19168
19169
svn2277:  * Plugins can now add their own configuration page in
19170
	  the project properties dialog. No plugin makes use of this yet.
19171
	  * Plugin SDK version updated to 1.6.13.
19172
19173
2006-03-30 09:22  byo
19174
19175
svn2276:  wxSmith redesign:
19176
	  * Added wxsLANGMSG macro for reporting unsupported coding
19177
	  language (all sources converted to use them)
19178
	  * wxsParent::GetChildExtra changed to public
19179
	  * wxsSizer doesn't threat wxsSpacer as special case now (code
19180
	  moved to wxsSpacer class)
19181
19182
2006-03-29 22:32  byo
19183
19184
svn2275:  wxSmith redesign:
19185
	  * spacer and sizers are back to the business
19186
	  * Small extension to enum Property (value can be stored in xml
19187
	  using integer or name)
19188
	  * Temporary hacks to wxsDrawingWindow (temporarily disabled
19189
	  overdrawing, it's not yet working and hide some important things)
19190
19191
2006-03-28 21:32  thomasdenk
19192
19193
svn2274:  Patch #960 : set statusbar widths to fit any dpi
19194
	  (slightly modified)
19195
19196
2006-03-28 21:13  thomasdenk
19197
19198
svn2273:  Patch #957 : Conditional jump or move depends on
19199
	  uninitialised value
19200
19201
2006-03-28 11:54  tiwag
19202
19203
svn2270:  * DevPak-plugin
19204
	  - bugfix: save *.entry files as ANSI (UTF8)
19205
	  - use ConfigManager::GetConfigFolder() folder for mirrors and
19206
	  webupdate files
19207
19208
2006-03-28 11:07  killerbot
19209
19210
svn2269:  * PlugInWizard : includes cleanup and use cbMessageBox
19211
19212
2006-03-28 10:59  mandrav
19213
19214
svn2268:  * Fixed startup freeze bug when the splash screen was
19215
	  visible and an informational message popped-up (like a project
19216
	  file being upgraded).
19217
	  * Under windows, the DDE server is always enabled (configuration
19218
	  removed from environment settings). The only way to disable the
19219
	  DDE server is by passing the command-line argument --no-dde,
19220
	  which suggests the user knows what he 's doing.
19221
19222
2006-03-28 10:07  mandrav
19223
19224
svn2267:  * Fixed printing line numbers to printout even when
19225
	  disabled in editor settings.
19226
19227
2006-03-28 09:14  mandrav
19228
19229
svn2266:  * Added printing option to print the line numbers or
19230
	  not.
19231
	  * Moved all common precompilation #includes in new file
19232
	  sdk_common.h. It is included by sdk.h and sdk_precomp.h.
19233
	  * Plugins SDK version pumped to 1.6.12.
19234
19235
2006-03-28 08:12  mandrav
19236
19237
svn2265:  * Fixed debugger not working with wx projects (debuggee
19238
	  would segfault).
19239
	  * Fixed first debugger breakpoint not hitting.
19240
19241
2006-03-27 19:51  pecan
19242
19243
svn2264:  Keybinder: fixed uninitialized variable; fixed array
19244
	  overflow
19245
19246
2006-03-27 17:51  thomasdenk
19247
19248
svn2263:  Moved ICO files to EXTRA_DIST in Linux build (don't
19249
	  need to be installed)
19250
19251
2006-03-27 17:42  killerbot
19252
19253
svn2262:  * plug-ins : GetConfigurationPriority() and
19254
	  GetConfigurationGroup() : const method
19255
19256
2006-03-27 11:37  killerbot
19257
19258
svn2261:  * Profiler :
19259
	  - includes clean up
19260
	  - cbMessageBox
19261
	  - variable declaration points
19262
	  - preincrement
19263
19264
2006-03-26 10:57  mandrav
19265
19266
svn2260:  * Moved debugger's info on running threads from
19267
	  "Debug->Information" to
19268
	  "Debug->Debugging windows" .
19269
	  * Right-clicking on a running thread the user can switch context
19270
	  to
19271
	  another thread than the current one.
19272
19273
2006-03-26 00:05  mandrav
19274
19275
svn2259:  * Add classbrowserbuilderthread.cpp/h in autotools
19276
	  builds.
19277
19278
2006-03-25 16:28  killerbot
19279
19280
svn2258:  * fixed a typo in include in projectmanager.cpp
19281
19282
2006-03-25 15:26  zlika
19283
19284
svn2257:  Codestat: The plugin configuration panel appeared in
19285
	  the wrong settings panel -> fixed.
19286
19287
2006-03-25 12:15  mandrav
19288
19289
svn2256:  * The debugger, under non-windows platforms, can now
19290
	  interrupt the
19291
	  running process (i.e. break into it while it's running).
19292
19293
2006-03-25 12:00  killerbot
19294
19295
svn2255:  * [ Patch #952 ] Project opened twice when passed in
19296
	  command line
19297
19298
2006-03-25 09:49  mandrav
19299
19300
svn2254:  * Turn mouse cursor to "busy" (hourglass) while loading
19301
	  the editor
19302
	  settings dialog (it takes some time because it's reloading all
19303
	  lexers).
19304
19305
2006-03-25 09:40  killerbot
19306
19307
svn2253:  * codestat :
19308
	  - includes clean up
19309
	  - cbMessageBox
19310
	  - variable declaration points
19311
	  - preincrement
19312
	  - unix project : remove of include directive
19313
19314
2006-03-25 09:32  mandrav
19315
19316
svn2252:  * Fixed typo in LD_LIBRARY_PATH setting when running a
19317
	  console program
19318
	  (non-windows platforms).
19319
19320
2006-03-25 09:01  mandrav
19321
19322
svn2251:  * Added support for anonymous namespaces in
19323
	  code-completion.
19324
19325
2006-03-24 23:06  byo
19326
19327
svn2250:  Editor is now building palette.
19328
	  Made some basic adjustment of item priorities to show them in
19329
	  correct order in item palette
19330
19331
2006-03-24 20:39  mandrav
19332
19333
svn2249:  * Fixed broken removal of files/folders from the
19334
	  project tree, when the project file was in a subfolder (bug
19335
	  #6782).
19336
19337
2006-03-24 20:06  killerbot
19338
19339
svn2248:  * keybinder : wxEvent's protected member access
19340
	  replaced by it's public getter methods
19341
19342
2006-03-24 18:56  mandrav
19343
19344
svn2247:  * Fixed "clear" buttons in compiler options. Would only
19345
	  work if an entry
19346
	  was selected in the relevant list.
19347
19348
2006-03-24 17:42  mandrav
19349
19350
svn2246:  * Updated unix project file to newest version.
19351
	  * Removed stripping of debug symbols in output/ directory.
19352
	  * Fixed all code-completion threading issues/freezes, mainly
19353
	  under Linux
19354
	  (hopefully). Also fixes freeze when entering Settings->Editor.
19355
19356
2006-03-24 15:23  thomasdenk
19357
19358
svn2245:  Updated to newest version of cbSplashScreen
19359
19360
2006-03-24 10:40  mandrav
19361
19362
svn2244:  * Added a couple of missing files since last commit.
19363
19364
2006-03-24 10:27  byo
19365
19366
svn2243:  Added support for loading/saving child items
19367
	  wxsProject class does not have resource types hard-coded at all.
19368
	  Everything moved to resource factory.
19369
	  Editor can now be opened
19370
	  New resources can be added to project
19371
	  Bug fix for invalid properties handling when using
19372
	  wxsPropertyContainer::SubContainer() call
19373
	  Some seg fault bug fixes
19374
	  Added codeblocks.exe as startup application
19375
19376
2006-03-24 10:15  mandrav
19377
19378
svn2242:  * Moved class-browser tree generation to a separate
19379
	  thread. No more temporary freezes when saving large projects :)
19380
19381
2006-03-24 10:00  killerbot
19382
19383
svn2241:  * Updated contrib plugins (unix) project files to
19384
	  newest version.
19385
19386
2006-03-24 09:54  killerbot
19387
19388
svn2240:  * Updated contrib plugin (DragScroll) project files to
19389
	  newest version
19390
19391
2006-03-24 09:29  mandrav
19392
19393
svn2239:  * Major code-completion speed-up on large projects
19394
	  loading: the tokenizing phase would happen inside the main
19395
	  thread: BAD!
19396
19397
2006-03-24 08:37  mandrav
19398
19399
svn2238:  * Added missing #include in EditorBase.
19400
19401
2006-03-23 21:53  mandrav
19402
19403
svn2237:  * Cleaned up context menu of open files list (patch
19404
	  #931).
19405
19406
2006-03-23 20:12  ceniza
19407
19408
svn2236:  * Workaround to fix hang when using the help plugin to
19409
	  open a CHM file with a keyword to search for.
19410
19411
2006-03-23 16:03  killerbot
19412
19413
svn2235:  * include fix (patch 951)
19414
19415
2006-03-23 14:25  byo
19416
19417
svn2234:  Some small updates to new wxSmith to make it compile in
19418
	  new environment
19419
19420
2006-03-23 13:03  byo
19421
19422
svn2233:  Added current sources of redesigned wxSmith
19423
19424
2006-03-23 13:02  thomasdenk
19425
19426
svn2232:  Patch #950 : DDE bug workaround
19427
19428
2006-03-23 11:41  mandrav
19429
19430
svn2231:  * Updated contrib plugins project files to newest
19431
	  version.
19432
19433
2006-03-23 11:31  mandrav
19434
19435
svn2230:  * Updated project file to newest version.
19436
	  * Added more configuration options in wxSmith settings page:
19437
	  + Default sizer settings. Include defaults for border size,
19438
	  proportion, etc.
19439
	  + Checkbox to auto-select new widgets, when created.
19440
	  * Changed some of the default sizer settings in wxSmith:
19441
	  + Proportion: changed to 0 (from 1).
19442
	  + Placement: changed to TopLeft (from Center).
19443
	  + Border: changed to 0 (from 5).
19444
	  All of the above (and more) are configurable in wxSmith settings.
19445
	  * Added wxsSizerExtraParams::BorderFlagsValues::All (equals
19446
	  Left|Right|Top|Bottom).
19447
19448
2006-03-23 08:12  killerbot
19449
19450
svn2229:  * some include fixes
19451
19452
2006-03-22 20:54  zlika
19453
19454
svn2228:  Some minor improvements to the Code Statistics plugin:
19455
	  - Display a warning message instead of "XXXX%" when the project
19456
	  is empty.
19457
	  - If some files are not saved, ask the user if he wants to save
19458
	  them before counting the lines.
19459
	  - Comments are now compatible with doxygen.
19460
19461
2006-03-22 13:18  mandrav
19462
19463
svn2226:  * Added DistClean() methods in compiler plugin (patch
19464
	  #922).
19465
	  * Fixed bug when showing/hiding message manager pages (patch
19466
	  #932).
19467
	  * Updated "Start here" page (patch #908).
19468
	  * Added "Swap header/source" in editor tabs context menu (patch
19469
	  #945).
19470
19471
2006-03-22 12:04  mandrav
19472
19473
svn2225:  * Replaced most dialogs of the project loading process
19474
	  with AnnoyingDialog (i.e. allow the user disable these messages).
19475
19476
2006-03-22 11:51  mandrav
19477
19478
svn2224:  * Project file version pumped to 1.4.
19479
	  * Display message when the project file version is older, listing
19480
	  the changes since that (old) version.
19481
19482
2006-03-22 11:26  mandrav
19483
19484
svn2223:  * Updated project file properties dialog.
19485
	  + Merged "Advanced" and "Build" tabs to one ("Advanced").
19486
	  + Removed incorrect help text for custom build command macros.
19487
	  + Custom build command can now be specified per-compiler.
19488
	  * Plugin SDK version pumped to 1.6.11.
19489
19490
2006-03-22 09:15  mandrav
19491
19492
svn2222:  * Run project pre-build commands even when building a
19493
	  single target.
19494
19495
2006-03-21 20:27  pecan
19496
19497
svn2221:  DragScroll v0.19 Capture middle mouse button
19498
	  immediately when used for scrolling. Allows much better
19499
	  performance under GTK.
19500
19501
2006-03-21 10:16  killerbot
19502
19503
svn2220:  * copystrings : reactivate pch and adjust unix cbp file
19504
19505
2006-03-20 21:16  thomasdenk
19506
19507
svn2219:  Patch #928 : Show/hide tabs in message pane - display
19508
	  the correct icons
19509
19510
2006-03-19 22:38  killerbot
19511
19512
svn2218:  * copystrings : temporarily disactivate pch
19513
19514
2006-03-19 22:31  killerbot
19515
19516
svn2217:  * include fix to codestats (more include changes to be
19517
	  done in the future)
19518
19519
2006-03-19 19:01  zlika
19520
19521
svn2216:  The user can now modifie/add/delete the list of
19522
	  supported languages in the code statistics plugin!
19523
19524
2006-03-18 22:07  killerbot
19525
19526
svn2214:  * classwizard :
19527
	  - includes clean up
19528
	  - cbMessageBox
19529
19530
2006-03-18 13:33  killerbot
19531
19532
svn2213:  * copystrings :
19533
	  - includes clean up
19534
	  - cbMessageBox
19535
	  - interface reduction
19536
19537
2006-03-17 21:38  killerbot
19538
19539
svn2212:  * xpmanifest plug-in : include clean up
19540
19541
2006-03-17 15:42  killerbot
19542
19543
svn2211:  * cleanup precompile headers :
19544
	  - only specified at one location (sdk.h) (sdk_precomp.h just
19545
	  includes sdk.h)
19546
	  - added some other common used wx headers in the precompile list
19547
	  - sorted that precompile list alphabetically (the wx part)
19548
	  - added a common included CB header to the list
19549
19550
2006-03-16 21:07  killerbot
19551
19552
svn2202:  * don't add to recent files when open (of not
19553
	  registered file types) in CB was cancelled (patch 930)
19554
19555
2006-03-16 20:42  mandrav
19556
19557
svn2201:  * Fixed setting of LD_LIBRARY_PATH to the current dir,
19558
	  for non-windows
19559
	  ports, when running console applications.
19560
	  * Disabled scripting for 64bit processors since AngelScript does
19561
	  not yet
19562
	  support them.
19563
19564
2006-03-16 13:41  tiwag
19565
19566
svn2200:  * CodeCompletion custom listcontrol
19567
	  - closes on pressing SPACE Key,
19568
	  - is positioned correctly on screen using dual monitor setup
19569
19570
2006-03-15 15:06  killerbot
19571
19572
svn2199:  * Digital Mars C/C++ compiler support : report warnings
19573
	  no longer as errors
19574
19575
2006-03-15 10:45  mandrav
19576
19577
svn2198:  * When moving a project up/down in the workspace, don't
19578
	  steal the focus after the move so that it's ready for another
19579
	  movement.
19580
19581
2006-03-15 08:46  mandrav
19582
19583
svn2197:  * Fixed crash when trying to open a new instance of
19584
	  C::B and single-instance was checked (patch #927 for bug #6779).
19585
19586
2006-03-15 08:43  mandrav
19587
19588
svn2196:  * Make profiler plugin dialog resizable in all
19589
	  directions (patch #923).
19590
19591
2006-03-15 08:42  mandrav
19592
19593
svn2195:  * Replaced directly deleting a few dialogs with calling
19594
	  Destroy() on them (patch #920).
19595
	  * Updated project file.
19596
19597
2006-03-15 08:39  mandrav
19598
19599
svn2194:  * Support for custom vars in output filenames, when
19600
	  using the profiler (patch #919).
19601
19602
2006-03-15 08:31  mandrav
19603
19604
svn2193:  * Added editor lexer for Ogre compositor scripts
19605
	  (contributed by nfz).
19606
19607
2006-03-14 20:46  killerbot
19608
19609
svn2192:  * fixed typo : oxFreeBSD ->osFreeBSD
19610
19611
2006-03-14 08:58  mandrav
19612
19613
svn2191:  * Fixed wrong case in #include.
19614
19615
2006-03-14 08:05  killerbot
19616
19617
svn2190:  * fixing some includes problems
19618
19619
2006-03-13 10:34  mandrav
19620
19621
svn2187:  * Fixed file filters not working in file dialogs (bug
19622
	  #6749).
19623
19624
2006-03-13 10:20  mandrav
19625
19626
svn2186:  * Added DirectX template for windows. Supports GCC and
19627
	  MSVC Toolkit. Patch #853.
19628
19629
2006-03-13 10:08  mandrav
19630
19631
svn2185:  * Fixed another file dialog created with wrong parent
19632
	  (patch #904).
19633
19634
2006-03-13 10:06  mandrav
19635
19636
svn2184:  * Fixed a couple of file dialogs created without a
19637
	  parent (patch #907).
19638
19639
2006-03-13 10:02  mandrav
19640
19641
svn2183:  * Updated NSIS lexer and sample code (patch #911).
19642
19643
2006-03-13 09:57  mandrav
19644
19645
svn2182:  * Respect default encoding when creating new files
19646
	  (patch #914).
19647
19648
2006-03-13 09:50  mandrav
19649
19650
svn2181:  * Fixed editor-lost-focus issue when compiling (bug
19651
	  #910).
19652
19653
2006-03-13 09:42  mandrav
19654
19655
svn2180:  * Fixed debugger to work when the project file is not
19656
	  in the project's top-level directory (bug #6756).
19657
19658
2006-03-13 08:44  mandrav
19659
19660
svn2179:  * Fixed hang if splash was shown while compiler
19661
	  auto-detection took place.
19662
19663
2006-03-12 19:10  killerbot
19664
19665
svn2178:  * include fix in cbworkspace.h (needs globals.h for
19666
	  DEFAULT_WORKSPACE)
19667
19668
2006-03-12 18:55  killerbot
19669
19670
svn2177:  * minor include fix to filefilters.cpp (wxArrayString)
19671
19672
2006-03-12 18:35  killerbot
19673
19674
svn2176:  * bug fix for priority in to-do item (patch 915 for bug
19675
	  6748) (once again : wx bug for streams)
19676
19677
2006-03-12 16:55  thomasdenk
19678
19679
svn2175:  Replaced Update() with a yield on GTK
19680
19681
2006-03-12 14:34  thomasdenk
19682
19683
svn2174:  Removed wxSTAY_ON_TOP (again)
19684
19685
2006-03-11 09:29  mandrav
19686
19687
svn2173:  * Updated wxSmith's PCH removal for autotools builds.
19688
19689
2006-03-10 22:02  mandrav
19690
19691
svn2172:  * Added Ceniza's cbSplashScreen class which allows
19692
	  using the same
19693
	  (alpha-enabled) splash screen to be used under all (current)
19694
	  platforms.
19695
19696
2006-03-10 20:50  killerbot
19697
19698
svn2171:  * fixed typo in filefilters.cpp
19699
19700
2006-03-10 19:22  mandrav
19701
19702
svn2170:  * Fixed build error in toolsmanager.cpp for non-windows
19703
	  platforms.
19704
19705
2006-03-10 11:57  mandrav
19706
19707
svn2169:  * Updated unix project file.
19708
19709
2006-03-10 11:55  mandrav
19710
19711
svn2168:  * Added namespace FileFilters. It contains few
19712
	  functions for registering/retrieving file extension filters. It
19713
	  also contains some constants for widely used file extensions
19714
	  (moved from settings.h).
19715
	  * Files extensions loaded from editor lexers are now registered
19716
	  with Code::Blocks as supported file extensions and appear in file
19717
	  dialogs filters.
19718
19719
2006-03-10 09:45  mandrav
19720
19721
svn2167:  * Moved GUI for DEFAULT_CONSOLE_SHELL and
19722
	  DEFAULT_CONSOLE_TERM from compiler options dialog to environment
847 by mandrav
* Updated ChangeLog for version 1.0rc2
19723
	  options.
19724
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
19725
2006-03-10 09:26  mandrav
19726
19727
svn2166:  * Tools' output is now logged.
19728
	  * Another option was added for tools: "launch in a console and
19729
	  wait for keypress". Note that with this option, the tool's output
19730
	  is not logged.
19731
	  * Moved DEFAULT_CONSOLE_SHELL and DEFAULT_CONSOLE_TERM from
19732
	  compiler plugin to SDK. Still have to move the GUI from compiler
19733
	  options dialog to environment options.
19734
19735
2006-03-10 08:24  mandrav
19736
19737
svn2165:  * Added $PROJECT_TOPDIR macro. Aliases:
19738
	  $PROJECT_TOPDIRECTORY, $PROJECTTOPDIR and $PROJECTTOPDIRECTORY.
19739
	  Returns the project's common top-level path.
19740
19741
2006-03-09 13:23  mandrav
19742
19743
svn2164:  * Fixed issue with "Switch to frame" command in
19744
	  debugger callstack, for cases where frame numbers are not
19745
	  continuous.
19746
19747
2006-03-09 11:02  mandrav
19748
19749
svn2163:  * Fixed TemplateManager issues when projects are laid
19750
	  out in multiple folders.
19751
	  * Fixed all TemplateManager issues related to loading/saving user
19752
	  templates.
19753
19754
2006-03-09 10:23  mandrav
19755
19756
svn2162:  * Fixed crash in MessageManager::DebugLogError() and
19757
	  MessageManager::DebugLogWarning().
19758
19759
2006-03-09 09:11  thomasdenk
19760
19761
svn2161:  Removed rich edit attribute from linker options (Bug
19762
	  #6727)
19763
19764
2006-03-08 20:19  killerbot
19765
19766
svn2160:  * horizontal scrollbar added to compiler options (patch
19767
	  905 for feature request 1950)
19768
19769
2006-03-08 12:27  mandrav
19770
19771
svn2159:  * Made code-completion's auto-popup behaviour a little
19772
	  smarter.
19773
19774
2006-03-08 09:36  killerbot
19775
19776
svn2158:  * MsVCToolkit compiler : debug symbols : corrected
19777
	  define : _DEBUG instead of DEBUG
19778
19779
2006-03-08 09:01  mandrav
19780
19781
svn2157:  * Fixed bug in build process when switching targets
19782
	  that use different compilers.
19783
19784
2006-03-07 14:42  mandrav
19785
19786
svn2156:  * Updated project files.
19787
19788
2006-03-07 14:38  mandrav
19789
19790
svn2155:  * Renamed debugger's window "Examine memory" to "Memory
19791
	  dump".
19792
	  * Improved debugger's "Memory dump" window. It now contains a
19793
	  field to enter an address and a combobox to select the bytes
19794
	  count to dump. It is also updated automatically.
19795
19796
2006-03-07 09:35  mandrav
19797
19798
svn2152:  * Ctrl-C (copy), Ctrl-V (paste), Ctrl-X (cut), Ctrl-Z
19799
	  (undo) and Ctrl-Shift-Z (redo) now work for logs too. The editor
19800
	  doesn't "steal" them anymore. Patch #890.
19801
19802
2006-03-07 09:27  mandrav
19803
19804
svn2151:  * Added a couple of missing #includes for non-PCH
19805
	  builds (patch #899).
19806
19807
2006-03-07 09:25  mandrav
19808
19809
svn2150:  * Various little code cleanups (patches # 901, 897,
19810
	  892).
19811
	  * wxWidgets project templates updates (patch #862).
19812
19813
2006-03-07 09:18  mandrav
19814
19815
svn2149:  * Fixed DDE bug in windows (patch #902).
19816
19817
2006-03-07 09:13  mandrav
19818
19819
svn2148:  * Updated Python lexer (patch #891).
19820
	  * Updated CSS lexer (patch #884).
19821
19822
2006-03-07 07:59  mandrav
19823
19824
svn2147:  * When launching a tool, its details are logged
19825
	  (command line and working dir) for easier user troubleshooting.
19826
19827
2006-03-07 07:42  mandrav
19828
19829
svn2146:  * Added -r switch in OpenWatcom's compile resource
19830
	  command macro.
19831
19832
2006-03-07 07:37  mandrav
19833
19834
svn2145:  * Removed obsolete file
19835
	  src/sdk/wxscintilla/build/wxscintilla.cbp.
19836
19837
2006-03-06 23:06  killerbot
19838
19839
svn2144:  * fixed crash on search/replace nothing (path 900 : bug
19840
	  6665)
19841
19842
2006-03-06 17:31  mandrav
19843
19844
svn2143:  * Added NSIS lexer (patch #898).
19845
	  * Updated XBase lexer (patch #893).
19846
19847
2006-03-06 07:35  thomasdenk
19848
19849
svn2142:  Overloaded another log function
19850
19851
2006-03-05 19:52  thomasdenk
19852
19853
svn2141:  Prevent crash if compiler errors (or any other log
19854
	  messages) contained '%' (thanks to Boaz for pointing out).
19855
19856
2006-03-05 19:14  thomasdenk
19857
19858
svn2140:  Bug #6658 : Moving project in workspace
19859
19860
2006-03-05 17:10  mandrav
19861
19862
svn2139:  * More autotools build system updates.
19863
19864
2006-03-05 10:37  mandrav
19865
19866
svn2137:  * Autotools build system updates.
19867
	  * Removed -DAS_MAX_PORTABILITY from CodeBlocks-unix.cbp (added
19868
	  accidentally).
19869
19870
2006-03-05 10:33  thomasdenk
19871
19872
svn2136:  Changed Manager::Get() function to omit default value.
19873
	  No functional change.
19874
19875
2006-03-04 21:32  mandrav
19876
19877
svn2135:  * Added EditorHooks for modules to hook on editor
19878
	  events. Currently only
19879
	  wxEVT_SCI_CHARADDED is forwarded to hooks.
19880
	  * Moved everything code-completion related from cbEditor to
19881
	  code-completion plugin (thanks to hooks).
19882
	  * Added code-completion option to auto-launch code-complete popup
19883
	  when
19884
	  typing characters and the word contains more than a user-defined
19885
	  number
19886
	  of characters (default 4).
19887
	  * Removed SDK events cbEVT_EDITOR_AUTOCOMPLETE,
19888
	  cbEVT_EDITOR_CALLTIP and
19889
	  cbEVT_EDITOR_USERLIST_SELECTION.
19890
	  * Added new SDK event cbEVT_APP_UPDATE_TITLE to notify the main
19891
	  app to
19892
	  update its title etc. Currently not handled...
19893
19894
2006-03-03 23:30  mandrav
19895
19896
svn2134:  * Fixed wrong order of macro substitution for targets
19897
	  working dir, which
19898
	  could result in invalid paths.
19899
19900
2006-03-03 17:10  mandrav
19901
19902
svn2133:  * Double-clicking on a breakpoint in the breakpoints
19903
	  window now opens
19904
	  the file (would just focus it if it was already open).
19905
19906
2006-03-03 13:22  mandrav
19907
19908
svn2130:  * Added "Debug->Debugging windows->Examine memory". Not
19909
	  much for now, just dumps 256 bytes starting from the address
19910
	  passed. It will get better though ;)
19911
19912
2006-03-03 11:33  mandrav
19913
19914
svn2127:  * Added "Change value" in debugger's watches tree
19915
	  context menu to allow changing the value of variables.
19916
19917
2006-03-03 10:36  mandrav
19918
19919
svn2125:  * Removed buttons from debugger's callstack dialog.
19920
	  Replaced them with a context menu instead.
19921
19922
2006-03-03 10:21  mandrav
19923
19924
svn2124:  * Added button "Switch to selected" in the debugger's
19925
	  callstack dialog. It allows the user to switch between stack
19926
	  frames and examine the currently selected frame like it was
19927
	  currently running :)
19928
19929
2006-03-03 09:11  mandrav
19930
19931
svn2123:  * Updated C/C++ lexer (patch #882).
19932
	  * Updated F77 lexer (patch #885).
19933
	  * Updated RC lexer (patch #886).
19934
	  * Added MatLab lexer (patch #883).
19935
19936
2006-03-03 09:05  mandrav
19937
19938
svn2122:  * XP manifest plugin cleanup (patch #858).
19939
19940
2006-03-03 08:25  mandrav
19941
19942
svn2121:  * Re-enabled codecompletion parsing thread. Also, a
19943
	  single tokens store is used for the whole workspace, instead of
19944
	  one per-project. This lowers the memory needs a *lot*.
19945
19946
2006-03-03 08:19  killerbot
19947
19948
svn2120:  * fixed some missing includes
19949
19950
2006-03-02 19:12  mandrav
19951
19952
svn2119:  * Fixed a build issue with contrib plugin "source
19953
	  exporter".
19954
19955
2006-03-02 14:35  mandrav
19956
19957
svn2113:  * Added two new buttons in debugger toolbar: "Debugging
19958
	  windows" and "Information". These make the respective "Debug"
19959
	  menu submenus accessible from the toolbar.
19960
19961
2006-03-02 11:26  mandrav
19962
19963
svn2111:  * Fixed a layout issue with the batch build log window
19964
	  (appeared only the first time used).
19965
19966
2006-03-02 11:25  mandrav
19967
19968
svn2110:  * Added "Debug->Information" submenu to display
19969
	  information for:
19970
	  + the selected stack frame
19971
	  + the loaded DLLs
19972
	  + the files being debugged
19973
	  + the floating point unit status
19974
	  + the handling of signals
19975
	  + and the running threads
19976
19977
2006-03-02 09:55  mandrav
19978
19979
svn2109:  * Added "next instruction" command in debugger menu and
19980
	  toolbar, to step one assembly instruction at a time.
19981
19982
2006-03-02 09:54  thomasdenk
19983
19984
svn2108:  Rewrote file renaming (fixes Bug #6624)
19985
19986
2006-03-02 08:48  mandrav
19987
19988
svn2107:  * Disassembly window contents were not cleared when the
19989
	  current frame was changed.
19990
	  * Added "please wait" message while generating disassembly.
19991
19992
2006-03-02 08:35  mandrav
19993
19994
svn2106:  * Fixed GUI glitch when removing a log window from the
19995
	  MessageManager (patch #870).
19996
19997
2006-03-02 08:32  mandrav
19998
19999
svn2105:  * Fixed some assert failures in debug mode (patch
20000
	  #874).
20001
20002
2006-03-02 08:29  mandrav
20003
20004
svn2104:  * Updated batch and lua lexers to the current format
20005
	  (patches #879 and #880).
20006
20007
2006-03-02 08:27  mandrav
20008
20009
svn2103:  * Fixed possible crash in project options dialog (patch
20010
	  #876).
20011
20012
2006-03-01 16:31  killerbot
20013
20014
svn2099:  * updated css lexer (patch 878)
20015
20016
2006-03-01 16:25  killerbot
20017
20018
svn2098:  * apply user template project name (bug 6584)
20019
20020
2006-03-01 13:26  thomasdenk
20021
20022
svn2097:  Removed an unneeded variable
20023
20024
2006-03-01 13:09  mandrav
20025
20026
svn2096:  * Converted disassembly dialog to use wxScintilla
20027
	  instead of a list control.
20028
	  * Added editor lexer for MASM assembly.
20029
	  * Changed editor lexer keywords to support up to 9 sets
20030
	  (wxScintilla limit). <Language>, <User> and <Documentation> tags
20031
	  in lexers are now considered obsolete (they still work though).
20032
	  They should be replaced by <Set>. The "index" attribute defines
20033
	  the keyword index for the set (its meaning is different on a
20034
	  per-lexer basis).
20035
20036
2006-03-01 09:48  mandrav
20037
20038
svn2095:  * Removed hardcoding of CPU registers for debugging.
20039
	  All available CPU registers are displayed now.
20040
	  * Fixed crash when saving disassembly to file.
20041
20042
2006-02-28 12:36  thomasdenk
20043
20044
svn2092:  Removed a few unneeded placement calls.
20045
20046
2006-02-28 08:59  killerbot
20047
20048
svn2091:  * Update the project template dialog (patch 869)
20049
20050
2006-02-27 19:08  killerbot
20051
20052
svn2090:  * new dir button for user templates directory selection
20053
	  (patch 866 for feature request 1878)
20054
20055
2006-02-27 16:00  thomasdenk
20056
20057
svn2089:  Rename project files (Feature Request #1805)
20058
20059
2006-02-27 12:19  mandrav
20060
20061
svn2088:  * Fixed problem with XRC file for Settings->Editor.
20062
20063
2006-02-27 12:14  killerbot
20064
20065
svn2087:  * user templates are no longer stored in ".CodeBlocks"
20066
	  subdir of <docsSets>\<User> but in
20067
	  <docSets>\<User>\ApplicationData\CodeBlocks\UserTemplates
20068
20069
2006-02-26 22:18  killerbot
20070
20071
svn2086:  * Adjust title bar on save project (fixes bug 6585, and
20072
	  when saving new project from template)
20073
20074
2006-02-26 21:37  thomasdenk
20075
20076
svn2085:  Renamed Macintosh rsrc files
20077
20078
2006-02-26 14:40  mandrav
20079
20080
svn2084:  * Improved filenames handling.
20081
20082
2006-02-26 09:42  mandrav
20083
20084
svn2083:  * Fixed default EOL mode to be defined correctly under
20085
	  each
20086
	  platform.
20087
20088
2006-02-26 09:24  mandrav
20089
20090
svn2082:  * Fixed some View menu items not working in linux
20091
	  (Manager, Open files
20092
	  and Fullscreen).
20093
20094
2006-02-25 22:55  thomasdenk
20095
20096
svn2081:  Fix for compiler options dialog in 120 dpi
20097
20098
2006-02-25 21:52  mandrav
20099
20100
svn2080:  * Added debian folder for .deb creation.
20101
20102
2006-02-25 15:58  thomasdenk
20103
20104
svn2079:  Icon update
20105
20106
2006-02-25 15:29  thomasdenk
20107
20108
svn2078:  Mac Icons
20109
20110
2006-02-25 13:36  killerbot
20111
20112
svn2077:  * added libshfolder to sdk target to have a good win9x
20113
	  ansi build
20114
20115
2006-02-25 13:24  killerbot
20116
20117
svn2076:  * on compile single file (compile current file) have
20118
	  other project files saved first
20119
20120
2006-02-25 09:14  mandrav
20121
20122
svn2075:  * Updated mime info for linux installations.
20123
20124
2006-02-25 08:18  mandrav
20125
20126
svn2074:  * Fixed formatting of editormanager.cpp. To all devs:
20127
	  use 4 spaces
20128
	  tabbing and do not use astyle on the sources if you use different
20129
	  settings.
20130
20131
2006-02-24 21:50  killerbot
20132
20133
svn2073:  * fixed some issues to allow correct build on linux
20134
	  (patch 861)
20135
20136
2006-02-24 21:41  killerbot
20137
20138
svn2072:  * remove unneeded forward declarations of wxNoteBook
20139
	  (patch 857)
20140
20141
2006-02-24 14:47  mandrav
20142
20143
svn2071:  * Moved basic compiler command line generation inside
20144
	  the SDK. This will allow for some nifty (mostly seemless)
20145
	  upgrades to the compiler framework.
20146
20147
2006-02-24 09:56  mandrav
20148
20149
svn2070:  * Fixed (removed) bogus error message on project
20150
	  creation/loading, if mingw is not installed (bug #6531).
20151
20152
2006-02-24 09:43  mandrav
20153
20154
svn2069:  * Fixed occasional crash when removing files from a
20155
	  project (bug #006562).
20156
20157
2006-02-23 19:40  thomasdenk
20158
20159
svn2068:  Fixed missing resource from revision 2063
20160
20161
2006-02-23 17:26  ceniza
20162
20163
svn2067:  * Now using cbU2C.
20164
	  * Fixed: HTMLExporter wasn't setting the page title correctly.
20165
20166
2006-02-23 17:14  ceniza
20167
20168
svn2066:  * Fixed bug #6467: Source Formatter (AStyle) delete
20169
	  lines automatically
20170
20171
2006-02-23 14:38  mandrav
20172
20173
svn2065:  * Added dummy virtual destructor in
20174
	  ProjectLoaderHooks::HookFunctorBase to keep the compiler happy.
20175
	  * Changed the function signature for
20176
	  ProjectLoaderHooks::HookFunctorBase::Call(): added the project in
20177
	  question as first argument.
20178
20179
2006-02-23 10:43  killerbot
20180
20181
svn2064:  * fixed potential problem with multi inclusion
20182
	  protection of cbeditor.h
20183
20184
2006-02-23 10:39  mandrav
20185
20186
svn2063:  * Updated all XRC resources (and respective dialogs) in
20187
	  sdk/ and src/ to use wxStdDialogButtonSizer where applicable.
20188
20189
2006-02-23 09:35  mandrav
20190
20191
svn2062:  * Fixed a serious flaw in event notifications.
20192
20193
2006-02-22 14:48  mandrav
20194
20195
svn2061:  * Updated various readme files in the project's root
20196
	  directory.
20197
20198
2006-02-22 14:05  mandrav
20199
20200
svn2060:  * Completely removed _U() and _C() macros. For new code
20201
	  use the functions cbC2U() and cbU2C() respectively.
20202
20203
2006-02-21 22:53  thomasdenk
20204
20205
svn2059:  Patch : Add "Additional paths" double-click editing
20206
20207
2006-02-21 22:38  thomasdenk
20208
20209
svn2058:  Patch #845 : Fixes for compiling on FreeBSD 6.0
20210
20211
2006-02-21 18:24  mandrav
20212
20213
svn2057:  * Added editor setting for the default encoding when
20214
	  opening files.
20215
20216
2006-02-21 14:07  thomasdenk
20217
20218
svn2056:  Image update (3/3)
20219
20220
2006-02-21 14:06  thomasdenk
20221
20222
svn2055:  Image update (2/3)
20223
20224
2006-02-21 14:05  thomasdenk
20225
20226
svn2054:  Image update (1/3)
20227
20228
2006-02-21 13:45  thomasdenk
20229
20230
svn2053:  Removed translations where none should be
20231
	  - cbThrow / cbException
20232
	  - cbAssert
20233
	  - MessageManager::DebugLog
20234
	  - a few compiler flags
20235
20236
2006-02-21 10:34  mandrav
20237
20238
svn2052:  * Added ability to add hooks (callbacks) for when a
20239
	  project is loaded/saved. Can be used to add extensions to the
20240
	  project file. Everything goes in <Extensions> (under <Project>
20241
	  tag). Full documentation can be found in
20242
	  sdk/projectloader_hooks.h.
20243
20244
2006-02-20 13:51  mandrav
20245
20246
svn2050:  * Updated PluginWizard to generate current SVN revision
20247
	  compatible plugins.
20248
20249
2006-02-20 12:23  mandrav
20250
20251
svn2049:  * "Clear" buttons in compiler options dialog are now
20252
	  enabled if the respective lists have items (used to be enabled
20253
	  only when selecting an item from the list).
20254
20255
2006-02-20 11:30  mandrav
20256
20257
svn2048:  * Fixed files-don't-open-with-DDE bug introduced
20258
	  yesterday.
20259
20260
2006-02-20 11:19  mandrav
20261
20262
svn2047:  * Centered some dialogs which were not correctly
20263
	  aligned to screen.
20264
20265
2006-02-20 11:06  mandrav
20266
20267
svn2046:  * Moved associations management dialog layout data to
20268
	  its own XRC.
20269
20270
2006-02-20 10:49  thomasdenk
20271
20272
svn2045:  Re-imported "manage associations" dialog from 2022
20273
20274
2006-02-20 00:02  thomasdenk
20275
20276
svn2044:  Patch #849 and #850 : Increase font size for Mac OS,
20277
	  correct a typo.
20278
20279
2006-02-19 21:30  mandrav
20280
20281
svn2043:  * Reverted reading from piped processes in system
20282
	  encoding.
20283
	  * Enhanced message manager tabs context menu to allow
20284
	  showing/hiding
20285
	  logs (needs some more work).
20286
	  * Font size for message logs is now configurable.
20287
	  * Broke up "General settings" page of environment options dialog
20288
	  to
20289
	  "General settings" and "View".
20290
20291
2006-02-19 21:27  mandrav
20292
20293
svn2042:  * Added view-off.png.
20294
20295
2006-02-19 21:26  mandrav
20296
20297
svn2041:  * Added view.png.
20298
20299
2006-02-19 17:35  tiwag
20300
20301
svn2040:  * Find & Replace functions bugfixes & enhancements:
20302
	  - Find & Replace are wrapping around correctly on first search
20303
	  attempt (no bogus "Result not found" )
20304
	  - Find & FindNext (F3 & Shift-F3) are using the actual selected
20305
	  text as new "search text" on subsequent searches - the
20306
	  Find-Dialog is only needed the first time a search is initiated.
20307
	  (Will pop up automatically with F3, when no search was done
20308
	  before)
20309
	  - Replace proposes the actual selected text as first replacee (if
20310
	  the selected text matches the search text)
20311
	  - Replace got wrap-around functionality (Messagebox &
20312
	  Auto-wrap-araound)
20313
20314
2006-02-19 14:50  ceniza
20315
20316
svn2039:  * Increased the number of help files to 32 as a
20317
	  temporary fix.
20318
	  - The complete bugfix is still pending.
20319
20320
2006-02-18 22:15  killerbot
20321
20322
svn2038:  * when (last) editor closed, status bar no longer shows
20323
	  it's details
20324
20325
2006-02-18 22:07  mandrav
20326
20327
svn2037:  * Fixed wxSmith's update script for unix.
20328
20329
2006-02-18 21:15  mandrav
20330
20331
svn2036:  * Created unix project files for all contrib plugins
20332
	  that didn't have
20333
	  one.
20334
	  * Created unix workspace for all contrib plugins.
20335
20336
2006-02-18 19:57  mandrav
20337
20338
svn2035:  * Disabled setting for settings dialogs icons under
20339
	  non-windows
20340
	  platforms due to incompatibilities.
20341
20342
2006-02-18 19:49  mandrav
20343
20344
svn2034:  * Fixed some gcc-4.x warnings + 64bit compatibilty.
20345
20346
2006-02-18 19:12  mandrav
20347
20348
svn2033:  * Added DragScroll contrib plugin in build system.
20349
	  * Fixed all 64bit compatibility issues.
20350
	  * Fixed all AngelScript related issues in non-x86 platforms.
20351
	  Scripting
20352
	  isn't available inside C::B for those platforms, but it builds
20353
	  and runs
20354
	  correctly.
20355
20356
2006-02-18 19:06  thomasdenk
20357
20358
svn2032:  Patch #844 : Drop target for management window
20359
20360
2006-02-18 18:02  thomasdenk
20361
20362
svn2031:  Bugfix for Linux build
20363
20364
2006-02-18 17:34  thomasdenk
20365
20366
svn2030:  Image update
20367
20368
2006-02-18 15:53  thomasdenk
20369
20370
svn2029:  Restructured "start here" page (FTR by tiwag)
20371
	  - Removed configuration links (rarely used)
20372
	  - Increased count for recently used items instead
20373
	  - Logo links to home page
20374
	  - Added automatic revision-copy for bug reporting
20375
20376
2006-02-18 15:05  thomasdenk
20377
20378
svn2028:  Fixed a super stupid typo.
20379
20380
2006-02-18 14:38  killerbot
20381
20382
svn2027:  * add DragScroll plug-in to the contrib plug-ins
20383
20384
2006-02-18 10:56  thomasdenk
20385
20386
svn2026:  Removed 3 superfluous lines
20387
20388
2006-02-17 17:47  thomasdenk
20389
20390
svn2025:  Image update
20391
	  Filetypes update
20392
20393
2006-02-17 15:25  thomasdenk
20394
20395
svn2024:  Custom variables panel in compiler options are properly
20396
	  trimmed and quoted now
20397
20398
2006-02-17 15:24  killerbot
20399
20400
svn2023:  * fix EXTRA_DIST
20401
20402
2006-02-17 14:44  thomasdenk
20403
20404
svn2022:  Fixed "Can't open registry key..." error
20405
	  Revamped "Do you want to register Code::Blocks" dialog at startup
20406
	  Added management dialog for file type registering
20407
	  Recoded file type associations to be more flexible
20408
20409
2006-02-17 10:32  tiwag
20410
20411
svn2021:  * remove breakpoints working with gdb 6.3-2
20412
20413
2006-02-17 09:23  mandrav
20414
20415
svn2020:  * Added previously forgotten
20416
	  src/sdk/as/source/as_callfunc_ppc.cpp.
20417
20418
2006-02-17 08:56  mandrav
20419
20420
svn2019:  * Added all enums of CompileTargetBase and cbProject as
20421
	  script constants for use by scripts.
20422
	  * Moved all constants script bindings to a separate file
20423
	  (const_bindings.cpp/h).
20424
20425
2006-02-17 08:27  mandrav
20426
20427
svn2018:  * Added "Clear" button in globals compiler options
20428
	  "Programs->Additional paths" (patch #840).
20429
20430
2006-02-17 08:22  mandrav
20431
20432
svn2017:  * Patched AngelScript with initial support for PowerPC
20433
	  (PPC) (patch #824).
20434
20435
2006-02-16 10:05  killerbot
20436
20437
svn2016:  added support for basic GNU ARM compiler (adjusted
20438
	  patch : 1424406)
20439
20440
2006-02-16 09:43  mandrav
20441
20442
svn2015:  * Added "Clear" buttons in almost all lists in compiler
20443
	  options (directories, vars, etc). Patch #837.
20444
20445
2006-02-16 09:35  mandrav
20446
20447
svn2014:  * Changed default encoding for opening files to
20448
	  system's default.
20449
20450
2006-02-15 19:33  thomasdenk
20451
20452
svn2013:  Image update
20453
20454
2006-02-15 13:50  thomasdenk
20455
20456
svn2012:  Image update
20457
20458
2006-02-15 13:37  mandrav
20459
20460
svn2011:  * Fixed file associations for new icons.
20461
20462
2006-02-15 11:51  thomasdenk
20463
20464
svn2010:  Image update
20465
20466
2006-02-15 11:23  mandrav
20467
20468
svn2009:  * Added configuration option (Environment->General) for
20469
	  the icons size in settings dialogs. Currently allows large icons
20470
	  (default) and no icons at all (just text).
20471
20472
2006-02-15 10:20  mandrav
20473
20474
svn2008:  * Fixed "Start here" page synchronization issues with
20475
	  recent projects/files history.
20476
20477
2006-02-15 08:49  thomasdenk
20478
20479
svn2007:  Patch #834 : Integrates internationalisation into
20480
	  environment dialog
20481
20482
2006-02-14 20:27  killerbot
20483
20484
svn2006:  * Digital Mars compiler : removed some wrong linker
20485
	  options, added those 2 wrong options as selectable compiler
20486
	  options (bug 1385424)
20487
20488
2006-02-14 14:23  mandrav
20489
20490
svn2003:  * Fixed crash when clicking on a build error and the
20491
	  project in question has already been closed.
20492
	  * Removed some debugging messages from the debugger (accidentally
20493
	  committed them last time).
20494
20495
2006-02-14 12:38  mandrav
20496
20497
svn2002:  * Better error reporting for script compile errors.
20498
	  * Fixed broken messageboxes which didn't return the correct
20499
	  button press (fixes problems like not being able to delete tools
20500
	  etc).
20501
20502
2006-02-13 18:54  thomasdenk
20503
20504
svn2001:  Adjusted spacing of buttons from rev 1998
20505
20506
2006-02-13 18:32  thomasdenk
20507
20508
svn2000:  TODO plugin remembers style and position selection
20509
20510
2006-02-13 17:33  thomasdenk
20511
20512
svn1999:  cbMessageBox (drop-in replacement for wxMessageBox)
20513
20514
2006-02-13 15:00  thomasdenk
20515
20516
svn1998:  Added "Clear Libraries" button (patch by Morten McFly)
20517
20518
2006-02-13 14:18  thomasdenk
20519
20520
svn1997:  Patch #827 : Unicode fixes
20521
20522
2006-02-13 13:39  thomasdenk
20523
20524
svn1996:  Added random compiler variables
20525
20526
2006-02-13 09:58  mandrav
20527
20528
svn1995:  * Changed CB_IMPLEMENT_PLUGIN macro and friends, to
20529
	  take an additional argument as the plugin's title. This will fix
20530
	  the "disabled plugins are displayed by name instead of title"
20531
	  problem in "Plugins->Manage plugins". Updated all plugins (core
20532
	  and contrib).
20533
	  * Added GetDefaultPath() and SetDefaultPath() in ProjectManager.
20534
	  These return/set the default path for new projects.
20535
	  * cbEVT_TARGETS_MODIFIED is now fired when targets are modified
20536
	  in any way. This fixes the bug with the out-of-sync targets
20537
	  toolbar combobox.
20538
	  * Fixed MacrosManager to recognize the targets toolbar combobox.
20539
	  This means that macros that rely on the selected target work now
20540
	  even if not building the project.
20541
	  * Small fix in script bindings.
20542
20543
2006-02-13 09:35  thomasdenk
20544
20545
svn1994:  Support double-click editing in project dependencies
20546
20547
2006-02-12 23:07  mandrav
20548
20549
svn1993:  * Script bindings updates.
20550
20551
2006-02-12 21:11  mandrav
20552
20553
svn1992:  * Fix for debugger's run-to-cursor inside a debugging
20554
	  session.
20555
20556
2006-02-12 20:46  killerbot
20557
20558
svn1991:  bug fix for using cpp comment style for "to do" when
20559
	  "Exactly where caret
20560
	  is now" option is chosen (optional validation in case in the
20561
	  middle of a line of code) (bug 1420491)
20562
20563
2006-02-12 15:21  thomasdenk
20564
20565
svn1990:  Patch #823 : Some modifications for compiling under
20566
	  MaxOS X
20567
20568
2006-02-12 09:36  mandrav
20569
20570
svn1989:  * Fixed i18n issue with unicode (patch #819).
20571
20572
2006-02-12 08:47  mandrav
20573
20574
svn1988:  * Fixed problem when some macros were used in user
20575
	  tools. They would stay out of sync when the project had changed.
20576
20577
2006-02-12 08:17  mandrav
20578
20579
svn1987:  * Fixed a warning with gcc 4.x (patch #818).
20580
20581
2006-02-11 22:28  thomasdenk
20582
20583
svn1986:  Bug #6377 : Application crash on Alt-F-A
20584
20585
2006-02-11 21:48  thomasdenk
20586
20587
svn1985:  Patch #817 : Fixes gcc 4.1 extra qualification error
20588
20589
2006-02-11 19:53  mandrav
20590
20591
svn1984:  * Compilation fix for non-PCH C::B builds.
20592
20593
2006-02-11 19:51  mandrav
20594
20595
svn1983:  * Fixed possible debugger hang under certain
20596
	  conditions.
20597
20598
2006-02-11 11:25  mandrav
20599
20600
svn1982:  * Added lexer for batch files (patch #1424139).
20601
	  * Added lexer for diff/patch files (patch #1423638).
20602
	  * Fixed bug in scintilla's python lexer, regarding
20603
	  decorators/comments highlighting (patch #1412607).
20604
	  * Editor themes/syntax highlighting do not use integer IDs
20605
	  anymore. No more broken lexers after a new lexer is added.
20606
	  * Fixed defining multiple syntax highlighting themes not working.
20607
	  * Editor themes configuration saves only what's different from
20608
	  the lexer files. This shaves off 60% of configuration size, if no
20609
	  theme is customized. Should do the same with compilers
20610
	  configuration some day...
20611
20612
2006-02-10 21:42  mandrav
20613
20614
svn1981:  * Fixed syntax highlighting not working for newly
20615
	  created files.
20616
20617
2006-02-10 19:40  thomasdenk
20618
20619
svn1980:  Patch #816 : replace macro with const int
20620
20621
2006-02-10 19:27  thomasdenk
20622
20623
svn1979:  Updated URL in bug-report shortcut
20624
20625
2006-02-10 19:11  thomasdenk
20626
20627
svn1978:  Updated URLs in "start here" page
20628
20629
2006-02-10 16:40  thomasdenk
20630
20631
svn1977:  Adjusted "Find in Files" progress dialog placement
20632
20633
2006-02-10 16:18  killerbot
20634
20635
svn1976:  remove fixed sample.dll name from dll template, will be
20636
	  <project_name>.dll now
20637
20638
2006-02-10 14:51  mandrav
20639
20640
svn1975:  * Fixed a typo in debugger configuration dialog (patch
20641
	  #1426347).
20642
20643
2006-02-10 14:40  mandrav
20644
20645
svn1974:  * Don't show message "Can't open workspace" for the
20646
	  default workspace, if it doesn't exist.
20647
20648
2006-02-10 08:02  mandrav
20649
20650
svn1972:  * Updated all windows project files.
20651
20652
2006-02-09 19:27  pecan
20653
20654
svn1970:  Keybinder v0.4.15
20655
	  Removed incorrect delete of dlg
20656
	  fixed "PRIOR/NEXT" unrecognized keys in wxGetAccelFromString
20657
20658
2006-02-09 10:31  mandrav
20659
20660
svn1967:  * Refactored Compiler class to use string IDs instead
20661
	  of numeric. No more messing up user-defined compilers. Users
20662
	  should only re-define their user-defined compilers for the last
20663
	  time.
20664
	  * Debugger's debug log can now be shown/hidden without requiring
20665
	  C::B to restart. Will implement this for other logs too.
20666
20667
2006-02-08 02:40  ceniza
20668
20669
svn1966:  * Fixed bug of Export menu not showing the sub-menu.
20670
20671
2006-02-07 22:25  byo
20672
20673
svn1965:  Fixed Makefile.am in defwidgets directory (added
20674
	  wxsStdDialogButtonSizer)
20675
20676
2006-02-07 15:40  thomasdenk
20677
20678
svn1964:  Patch [1424156]: Fixes compiler warnings
20679
20680
2006-02-07 14:26  thomasdenk
20681
20682
svn1963:  Patch [1422884]: Typo
20683
20684
2006-02-07 14:21  thomasdenk
20685
20686
svn1962:  Patch [1424254]: Remember Tab Order
20687
20688
2006-02-07 13:49  thomasdenk
20689
20690
svn1961:  Changed enabled state for a checkbox.
20691
20692
2006-02-07 13:36  thomasdenk
20693
20694
svn1960:  Added $HeadURL$ substitution to svn:keywords property
20695
20696
2006-02-07 13:15  thomasdenk
20697
20698
svn1959:  Added executable extensions to Subversion's ignore list
20699
20700
2006-02-07 12:38  thomasdenk
20701
20702
svn1958:  Image update
20703
20704
2006-02-07 11:17  mandrav
20705
20706
svn1956:  * Fixed the wxFlatNotebook bug that would, sometimes,
20707
	  create a split-window-like effect when removing a page
20708
	  (wxFlatNotebook's author notified about it).
20709
20710
2006-02-07 09:19  mandrav
20711
20712
svn1955:  * Fixed a compatibility issue between windows/unix when
20713
	  opening a project.
20714
	  * Fixed plugin events firing more than once, under some
20715
	  circumstances.
20716
	  * Fixed various debugger breakpoints issues.
20717
20718
2006-02-06 21:49  thomasdenk
20719
20720
svn1954:  Yet another gcc-3.3-linux fix.
20721
20722
2006-02-06 19:10  thomasdenk
20723
20724
svn1953:  Fixed two more Linux build problems with gcc 3.3
20725
20726
2006-02-06 16:47  thomasdenk
20727
20728
svn1952:  Patch fixing broken Linux build (Der Meister)
20729
20730
2006-02-06 14:30  thomasdenk
20731
20732
svn1951:  Addition to 1949
20733
20734
2006-02-06 13:28  thomasdenk
20735
20736
svn1950:  Addition to 1949
20737
20738
2006-02-06 12:46  thomasdenk
20739
20740
svn1949:  Preparation for placement
20741
20742
2006-02-06 12:38  thomasdenk
20743
20744
svn1948:  Image update
20745
20746
2006-02-06 12:31  mandrav
20747
20748
svn1947:  * Fixed console_runner's message when waiting for a
20749
	  keypress.
20750
20751
2006-02-06 11:15  mandrav
20752
20753
svn1946:  * A log window is displayed now for batch builds.
20754
	  * Added a few new events: EVT_COMPILER_STARTED,
20755
	  EVT_COMPILER_FINISHED, EVT_DEBUGGER_STARTED, EVT_DEBUGGER_PAUSED,
20756
	  EVT_DEBUGGER_FINISHED. Not all are sent yet, only
20757
	  EVT_COMPILER_FINISHED.
20758
20759
2006-02-05 16:37  thomasdenk
20760
20761
svn1945:  Image update
20762
20763
2006-02-05 11:10  mandrav
20764
20765
svn1943:  * Added menu item "Edit->File encoding" to select the
20766
	  active file's encoding. Partial patch by 280Z28.
20767
	  * Added simple BOM signature encoding auto-detection on file
20768
	  open.
20769
	  * Convert filenames on open. This allows to open the same project
20770
	  file in all supported OSes.
20771
	  * Updated AngelScript to 2.5.0b.
20772
	  * Fixed all warnings when building with gcc-4.x.
20773
20774
2006-02-04 18:33  thomasdenk
20775
20776
svn1942:  Fixed Unicode issue in AnnoyingDialog.
20777
20778
2006-02-04 12:33  mandrav
20779
20780
svn1941:  * Fixed dreaded hang-on-project-close-in-linux bug.
20781
	  * Updated wxFlatNotebook to latest CVS.
20782
	  * Debugger adjusts LD_LIBRARY_PATH accordingly before starting
20783
	  debug session.
20784
20785
2006-02-03 15:59  thomasdenk
20786
20787
svn1940:  Comment fix.
20788
20789
2006-02-03 15:51  thomasdenk
20790
20791
svn1939:  Removed $Date$ keyword, added standard copyright header
20792
	  where it was missing.
20793
20794
2006-02-03 09:46  mandrav
20795
20796
svn1938:  * Fixed editor caret moving to where the mouse pointer
20797
	  is when pressing context menu key (patch #1423075).
20798
20799
2006-02-03 09:26  mandrav
20800
20801
svn1937:  * Fixed console_runner to work with special characters
20802
	  in filenames (patch #1419173).
20803
20804
2006-02-03 08:37  mandrav
20805
20806
svn1936:  * Fixed #include in cbexception.cpp.
20807
	  * Updated unix project file.
20808
20809
2006-02-02 21:08  thomasdenk
20810
20811
svn1935:  Image updates
20812
20813
2006-02-02 14:49  mandrav
20814
20815
svn1933:  * Fixed "open #include" to not contain duplicate
20816
	  entries (bug in NormalizePath). Also it doesn't show "file not
20817
	  found" anymore, if the user cancels the selection dialog.
20818
	  * Bug-fix in code-completion parser.
20819
20820
2006-02-02 14:17  mandrav
20821
20822
svn1932:  * Fixed a lot of warnings generated with GCC 4.x (patch
20823
	  #1422391).
20824
	  * Fixed default command for DMC static libs.
20825
20826
2006-02-02 14:04  mandrav
20827
20828
svn1931:  * Fixed a wxString::Format warning in cdb_driver.cpp
20829
	  (patch #1420912).
20830
20831
2006-02-02 14:03  mandrav
20832
20833
svn1930:  * Save modified files before build, when using custom
20834
	  makefile (patch #1419940).
20835
20836
2006-02-02 13:46  mandrav
20837
20838
svn1929:  * Fixed web links in "Start here" page to work in
20839
	  non-windows OSes (patch #1418225).
20840
20841
2006-02-02 13:43  mandrav
20842
20843
svn1928:  * Fixed crash if workspace load fails cause project no
20844
	  longer exist (patch #1418161).
20845
20846
2006-02-02 13:39  mandrav
20847
20848
svn1927:  * Fixed default code for editors not being saved
20849
	  correctly (patch #1415821).
20850
	  * Default code for editors is now saved only when the user exits
20851
	  the dialog with "OK" (patch #1415821).
20852
20853
2006-02-02 13:36  mandrav
20854
20855
svn1926:  * Added ISO C99 keywords in C/C++ lexer (patch
20856
	  #1414423).
20857
	  * Added D lexer in project (forgot to do it earlier).
20858
20859
2006-02-02 13:30  mandrav
20860
20861
svn1925:  * Added wxTaskBarIcon display for batch build (patch
20862
	  #1417616).
20863
20864
2006-02-02 13:27  mandrav
20865
20866
svn1924:  * Fixed tab shows file as not modified when using
20867
	  default code (patch #1414110).
20868
20869
2006-02-02 13:23  mandrav
20870
20871
svn1923:  * Fixed crashing when default workspace cannot be
20872
	  loaded (patch #1416842).
20873
20874
2006-02-02 13:15  mandrav
20875
20876
svn1922:  * Added support for DMD and GDC (D compilers) for
20877
	  windows. Patch #1346431 by Venix.
20878
20879
2006-02-02 13:10  thomasdenk
20880
20881
svn1921:  Fixed behaviour in debug build and added convenience
20882
	  tweaks for block allocator.
20883
20884
2006-02-02 11:59  mandrav
20885
20886
svn1920:  * Fixed per-compiler environment settings to be applied
20887
	  just before the compiler is used. Fixes problems with projects
20888
	  containing targets that use different compilers.
20889
20890
2006-02-02 11:14  thomasdenk
20891
20892
svn1919:  Exception display works properly now.
20893
	  Added commentary info to Manager.
20894
	  Fixed a formal error in sdk events.
20895
20896
2006-02-02 00:50  thomasdenk
20897
20898
svn1918:  Image update
20899
20900
2006-02-01 10:55  byo
20901
20902
svn1916:  Replaced any code using mb_str() with _C() macro
20903
20904
2006-02-01 08:42  mandrav
20905
20906
svn1915:  * In project properties dialog, disable some items that
20907
	  don't make any sense if a custom makefile is used.
20908
20909
2006-01-31 17:16  thomasdenk
20910
20911
svn1914:  Reduced luminance of version string
20912
20913
2006-01-31 16:15  thomasdenk
20914
20915
svn1913:  Image updates
20916
20917
2006-01-31 14:35  mandrav
20918
20919
svn1909:  * Finally fixed debugger opening different tab each
20920
	  time for the same file.
20921
	  * Finally fixed parsing error in call stack (usually the first
20922
	  entry was affected).
20923
20924
2006-01-31 11:04  mandrav
20925
20926
svn1908:  * Fixed debugger opening different tab each time for
20927
	  the same file.
20928
	  * Fixed parsing error in call stack (usually the first entry was
20929
	  affected).
20930
	  * Updated gdb types extension using scripts.
20931
	  * Added "start from" and "count" numbers in watch properties, for
20932
	  array types (used only by scripts).
20933
	  * Fixed a bug in wxString's script binding regarding the index []
20934
	  operator.
20935
20936
2006-01-30 23:18  byo
20937
20938
svn1907:  Applied patches by Takeshi Miya (support for
20939
	  wxStdDialogButtonSizer and bug fixes for wxHtmlWindow)
20940
20941
2006-01-30 14:51  thomasdenk
20942
20943
svn1904:  Added icon paths to keybinder and profiler plugins.
20944
20945
2006-01-30 14:34  mandrav
20946
20947
svn1903:  * Fixed error line mark covering breakpoint marks (bug
20948
	  #1403580).
20949
	  * cbEditor::MarkLine() no longer clears the same mark from all
20950
	  other lines (unless requested to do so).
20951
20952
2006-01-30 11:52  mandrav
20953
20954
svn1902:  * Corrected a macro test for a wxWidgets feature.
20955
20956
2006-01-30 11:34  mandrav
20957
20958
svn1901:  * Added button in project properties scripts page to
20959
	  validate all used scripts.
20960
20961
2006-01-30 11:26  thomasdenk
20962
20963
svn1900:  Some image updates
20964
20965
2006-01-30 10:54  mandrav
20966
20967
svn1898:  * Fixed project tree flickering when removing single
20968
	  files or folders from the project. Still remains when removing
20969
	  multiple files but not much can be done.
20970
20971
2006-01-30 10:33  mandrav
20972
20973
svn1897:  * Don't add <dir>/include and <dir>/lib in GCC's
20974
	  auto-detection code (bug #1410668).
20975
20976
2006-01-30 08:22  mandrav
20977
20978
svn1896:  * Compiler error messages now correctly open the file
20979
	  containing the error, even if it belongs to a non-active project
20980
	  (usually happens when building a workspace).
20981
20982
2006-01-30 08:08  mandrav
20983
20984
svn1895:  * Fixed building single file (without project) with
20985
	  parallel build.
20986
20987
2006-01-30 03:35  rickg22
20988
20989
svn1894:  Fixed code completion crash related to critical
20990
	  sections
20991
20992
2006-01-29 05:11  rickg22
20993
20994
svn1893:  Code completion: Reduced concurrent threads to 1 per
20995
	  project, this is the only way I could deal with the segfaults
20996
	  issue (sorry).
20997
20998
2006-01-29 02:53  rickg22
20999
21000
svn1892:  Codecompletion:
21001
	  - Reduced memory usage by 50%! :)
21002
	  - Plugged some (hopefully all) non thread-safe holes
21003
	  SDK:
21004
	  - Removed extra thread in thread pool
21005
21006
2006-01-28 17:49  thomasdenk
21007
21008
svn1891:  Patch [1417259]: missing headers for Linux build
21009
21010
2006-01-28 17:07  thomasdenk
21011
21012
svn1890:  Fixed a couple of memory leaks (includes patch
21013
	  #1417376).
21014
21015
2006-01-27 20:42  mandrav
21016
21017
svn1889:  * Fixed debugger crash when trying to edit watch in
21018
	  watches tree.
21019
21020
2006-01-27 19:39  thomasdenk
21021
21022
svn1888:  Disabled CB_PRECOMP for compilers that don't support
21023
	  it.
21024
	  This should prevent old compilers from including each and every
21025
	  SDK header for every source file when they are accidentially run
21026
	  with precompilation turned on.
21027
	  This also means that we can now rely on the value of CB_PRECOMP.
21028
	  When building with a compiler that does support precompilation, a
21029
	  good amount of headers does not need to be loaded (as the
21030
	  preprocessor will strip them anyway).
21031
21032
2006-01-27 14:56  mandrav
21033
21034
svn1887:  * Fixed build errors for non-windows builds (by
21035
	  DerMeister).
21036
	  * Fixed a typo in wxString script binding.
21037
21038
2006-01-27 12:06  mandrav
21039
21040
svn1886:  * Code-completion settings are now saved.
21041
21042
2006-01-27 11:02  mandrav
21043
21044
svn1885:  * Fixed debugger crash introduced yesterday.
21045
21046
2006-01-27 09:57  mandrav
21047
21048
svn1884:  * Fixed crash when aborting build.
21049
	  * Re-added custom Makefile support when building (not thoroughly
21050
	  tested).
21051
21052
2006-01-27 09:41  mandrav
21053
21054
svn1883:  * Fixed some more flickering when closing a project
21055
	  (noticeable in workspaces with more than a couple of projects).
21056
	  * Workspaces are now added to recent projects history again.
21057
21058
2006-01-27 08:24  mandrav
21059
21060
svn1882:  * Added priority for plugin configuration panels so
21061
	  higher priority configuration panels appear higher in the
21062
	  settings dialogs. Currently compiler and debugger plugins have
21063
	  higher priority.
21064
21065
2006-01-27 05:29  rickg22
21066
21067
svn1881:  Code completion: Added missing critical section lockers
21068
	  in parserthread.
21069
21070
2006-01-27 04:42  rickg22
21071
21072
svn1880:  SDK (cbThreadPool): Rewrote threads code to fix the 50%
21073
	  CPU issue with dual core CPU's.
21074
	  Code completion: Fixed a number of issues dealing with threads.
21075
	  App: Added "Initializing plugins" message.
21076
21077
2006-01-26 18:02  mandrav
21078
21079
svn1879:  * Added sdk/configurationpanel.cpp in project.
21080
21081
2006-01-26 18:00  mandrav
21082
21083
svn1878:  * Removed batch builds page from environment settings
21084
	  dialog. It has already been moved to compiler settings.
21085
	  * Removed hardcoding of number of images in settings dialogs.
21086
21087
2006-01-26 17:50  mandrav
21088
21089
svn1877:  * Fixed "Project->Build options" window which was
21090
	  broken since last branch merging.
21091
21092
2006-01-26 14:56  mandrav
21093
21094
svn1876:  * Fixed loading abbreviations.
21095
21096
2006-01-26 14:50  mandrav
21097
21098
svn1875:  * Merged ym_gdb branch to trunk.
21099
21100
2006-01-26 13:52  thomasdenk
21101
21102
svn1873:  Added new SDK event PROJECT_TARGETS_MODIFIED, fired
21103
	  whenever a target is added, deleted or modified, or when the
21104
	  order of targets is changed.
21105
	  The event is caught by the compiler plugin to update the toolbar
21106
	  target list.
21107
21108
2006-01-26 12:37  thomasdenk
21109
21110
svn1870:  Default code is properly saved now.
21111
21112
2006-01-26 10:55  thomasdenk
21113
21114
svn1869:  Oops... modified project files for the last revision.
21115
21116
2006-01-26 10:55  thomasdenk
21117
21118
svn1868:  Decoupled the autorevision part from the rest of
21119
	  ConfigManager.
21120
	  The SDK still has to be re-linked to reflect revision number
21121
	  changes, unluckily.
21122
	  However, the compiler now only has to parse 575 bytes and two
21123
	  includes instead of 35,500 bytes and a dozen includes every time.
21124
21125
2006-01-26 10:49  thomasdenk
21126
21127
svn1867:  Replaced a few unnecessary wxString(someConstWxString)
21128
	  with someConstWxString
21129
21130
2006-01-26 10:09  thomasdenk
21131
21132
svn1866:  Added missing #includes
21133
21134
2006-01-25 21:51  thomasdenk
21135
21136
svn1863:  Changed notebook appearance icon.
21137
21138
2006-01-25 17:46  thomasdenk
21139
21140
svn1861:  Added abbrevations icon to editor configuration dialog
21141
21142
2006-01-25 13:20  tiwag
21143
21144
svn1859:  added creation of directory
21145
	  devel/share/codeblocks/images/settings
21146
21147
2006-01-25 12:53  thomasdenk
21148
21149
svn1858:  Made UserVariableManager a manager (which was
21150
	  forgotten).
21151
	  Several smaller manager-related cleanups (removed pointer checks
21152
	  which are unnecessary because of guaranteed order of
21153
	  destruction).
21154
21155
2006-01-25 11:26  tiwag
21156
21157
svn1857:  * added Double-Click to "Select Target" dialog
21158
21159
2006-01-25 10:31  thomasdenk
21160
21161
svn1856:  Added a hack for transparent images under Windows 2000
21162
21163
2006-01-25 04:26  rickg22
21164
21165
svn1854:  SDK: Fixed "rogue threads" issue with cbthreadpool.
21166
	  Code Completion: Fixed hangs / crashes on exit introduced with
21167
	  the "20 second startup" fix.
21168
21169
2006-01-24 21:58  thomasdenk
21170
21171
svn1853:  Corrected typo
21172
21173
2006-01-24 19:28  thomasdenk
21174
21175
svn1852:  Patch [1413923]: Convert former macros to use the
21176
	  correct naming scheme
21177
21178
2006-01-24 16:44  thomasdenk
21179
21180
svn1851:  Added "abbreviations" icon
21181
21182
2006-01-24 16:10  thomasdenk
21183
21184
svn1850:  Added more "plastic specular" to defaultcode icon
21185
21186
2006-01-24 15:40  byo
21187
21188
svn1849:  Applied path #1411997 - Full qualified names in
21189
	  declaration (by der_meister)
21190
21191
2006-01-24 13:05  thomasdenk
21192
21193
svn1848:  Fixed a typo in generated code ("returnfalse")
21194
21195
2006-01-24 12:52  thomasdenk
21196
21197
svn1847:  Fixed a small bug in the project tree which would
21198
	  wrongly open the first file in a directory when the directory was
21199
	  expanded with a double-click.
21200
21201
2006-01-24 08:15  thomasdenk
21202
21203
svn1846:  Patch [1411966]: Removes comparisons that are useless
21204
	  due to type range.
21205
21206
2006-01-23 23:14  byo
21207
21208
svn1845:  * Modified resource files to work with new
21209
	  configuration system and to be editable in wxSmith
21210
	  * Style property for custom widget in source edit mode is now
21211
	  stored
21212
21213
2006-01-23 22:06  pecan
21214
21215
svn1844:  Keybinder v0.4.13 1/23/2006 5:06 PM
21216
	  Fixed key updating broken by new settings scheme
21217
	  Cleaned up code and comments
21218
	  Added operator== to keybinder.h to avoid unnecessary updates and
21219
	  writes.
21220
21221
2006-01-23 12:44  thomasdenk
21222
21223
svn1842:  Reverted wxSTAY_ON_TOP from revision 1819 (was: patch
21224
	  1410363)
21225
21226
2006-01-23 09:25  mandrav
21227
21228
svn1841:  * Updated configuration dialogs and added some more
21229
	  icons.
21230
	  * Changed default MIME handler plugin name to "Files extension
21231
	  handler".
21232
21233
2006-01-23 06:14  rickg22
21234
21235
svn1840:  Removed (yet another) bottleneck in Codecompletion with
21236
	  global includes.
21237
	  Removed (confirmed now) 5-second delay at startup with
21238
	  Codecompletion enabled.
21239
21240
2006-01-23 00:15  thomasdenk
21241
21242
svn1839:  Added Astyle icon.
21243
21244
2006-01-22 23:25  thomasdenk
21245
21246
svn1838:  Added gutter-margin and default-code icons
21247
21248
2006-01-22 21:18  thomasdenk
21249
21250
svn1836:  extension selector icon
21251
21252
2006-01-22 20:53  mandrav
21253
21254
svn1834:  * Updated autotools build system.
21255
21256
2006-01-22 20:15  mandrav
21257
21258
svn1833:  * Last plugins updated for settings dialog revamping.
21259
	  * Added copystring plugin in the contrib plugins workspace.
21260
21261
2006-01-22 20:04  mandrav
21262
21263
svn1832:  * Fixed missing (since last commit) global vars dialog.
21264
21265
2006-01-22 19:43  mandrav
21266
21267
svn1831:  * Added constants for scripts to find out the platform
21268
	  they run on.
21269
21270
2006-01-22 19:25  mandrav
21271
21272
svn1830:  * Revamped all configuration dialogs. SDK, main app,
21273
	  core and contrib plugins are up to date.
21274
21275
2006-01-22 19:21  mandrav
21276
21277
svn1829:  * Added folder for new settings dialog images.
21278
21279
2006-01-22 10:12  mandrav
21280
21281
svn1828:  * Updated AngelScript to version 2.5.0a.
21282
21283
2006-01-22 08:09  mandrav
21284
21285
svn1827:  * Added a couple of missing includes.
21286
21287
2006-01-22 01:41  rickg22
21288
21289
svn1826:  * Fixed the annoying "path contains to many '..'!"
21290
	  popups with the new NormalizePath function in globals.cpp (only
21291
	  changed codecompletion, other plugins still need to be updated)
21292
	  * Fixed the long delay at codecompletion startup (removed extra
21293
	  log calls on startup)
21294
	  * Fixed overhead issue with codecompletion when global includes
21295
	  were enabled.
21296
21297
2006-01-21 20:00  mandrav
21298
21299
svn1825:  * Added support for adding AngelScript scripts to the
21300
	  project/targets to allow setting up the build environment from
21301
	  script.
21302
21303
2006-01-21 19:29  thomasdenk
21304
21305
svn1824:  Patch [1411504]: update to python lexer.
21306
	  Added python lexer to project file.
21307
	  Removed unnecessary target dependencies.
21308
21309
2006-01-20 13:35  mandrav
21310
21311
svn1823:  * Code-completion fix for function arguments and local
21312
	  variables.
21313
21314
2006-01-20 08:56  mandrav
21315
21316
svn1822:  * Added libshell32.a and libshfolder.a link libraries
21317
	  in 'src' build target of the main project file. Needed for the
21318
	  resulting codeblocks.exe to be compatible with win98.
21319
21320
2006-01-20 08:48  thomasdenk
21321
21322
svn1821:  Added Python lexer.
21323
21324
2006-01-20 08:34  mandrav
21325
21326
svn1820:  * Added compiler-independent option to explicitely add
21327
	  the currently compiling file's directory to the compiler's search
21328
	  dirs. This fixes once and for all the bug with revision 1813 and
21329
	  allows it to be configurable. Default is *not* to add this dir
21330
	  behind the scenes (i.e. the way it always was).
21331
21332
2006-01-20 08:29  thomasdenk
21333
21334
svn1819:  Patch [1410363]: Splash screen flags wxSTAY_ON_TOP and
21335
	  wxFRAME_NO_TASKBAR
21336
21337
2006-01-20 08:14  thomasdenk
21338
21339
svn1818:  Disallow building of XP Manifest under non-Windows
21340
21341
2006-01-20 02:39  rickg22
21342
21343
svn1817:  Code completion: Added transitional code for the next
21344
	  optimization
21345
21346
2006-01-19 21:18  mandrav
21347
21348
svn1816:  * Updated unix project file.
21349
21350
2006-01-19 21:17  mandrav
21351
21352
svn1815:  * Fixed a few compiler warnings.
21353
21354
2006-01-19 21:00  mandrav
21355
21356
svn1814:  * Fixed debugger active line to work in linux again.
21357
21358
2006-01-19 15:53  thomasdenk
21359
21360
svn1813:  Patch [1388037]: Makes Code Statisitcs work with
21361
	  DOS/Win-Pathnames on Linux
21362
21363
2006-01-19 14:28  thomasdenk
21364
21365
svn1812:  Patch [1409547]: removes two macros from
21366
	  editorcolorset.cpp
21367
21368
2006-01-19 14:23  mandrav
21369
21370
svn1811:  * Added currently compiling file's path in include
21371
	  search dirs.
21372
21373
2006-01-19 14:07  thomasdenk
21374
21375
svn1810:  Patch [1408396]: removes two macros from main.cpp
21376
21377
2006-01-19 13:53  thomasdenk
21378
21379
svn1809:  Patch [1409896]: Replaced the deprecated wxURL
21380
	  functions in devpak plugin
21381
21382
2006-01-19 13:51  mandrav
21383
21384
svn1808:  * Changed the signature of cbPlugin::BuildModuleMenu().
21385
	  It now contains an argument that prefectly describes the item in
21386
	  question. As a result, right-clicking on folders works just fine
21387
	  now.
21388
	  * Updated all affected plugins by this change.
21389
21390
2006-01-18 22:26  byo
21391
21392
svn1804:  * Fixed bug with xml structure warning when using
21393
	  custom widgets in resource without xrc file
21394
21395
2006-01-18 22:15  byo
21396
21397
svn1803:  * Added some DBGLOG-s to wxsCoder class
21398
	  * Files are no longer set to "modified" state when generated code
21399
	  doesn't change file content
21400
21401
2006-01-18 19:59  mandrav
21402
21403
svn1802:  * Implemented GDB workaround for ctor/dtor breakpoints.
21404
	  The user should just set a breakpoint on the exact ctor/dtor
21405
	  line.
21406
21407
2006-01-18 14:22  mandrav
21408
21409
svn1801:  * Updated contrib plugins workspace.
21410
21411
2006-01-18 10:28  mandrav
21412
21413
svn1800:  * Debugger would fail to start if last program run has
21414
	  returned with non-zero exit code, although the build itself had
21415
	  succeeded.
21416
21417
2006-01-18 10:18  mandrav
21418
21419
svn1799:  * Fixed another assertion.
21420
21421
2006-01-18 10:04  mandrav
21422
21423
svn1798:  * Fixed some more assertions.
21424
21425
2006-01-18 10:03  mandrav
21426
21427
svn1797:  * Removed "NewBuild" suffix from all project files.
21428
21429
2006-01-18 10:00  mandrav
21430
21431
svn1796:  * Deleted all old (obsolete) project files.
21432
21433
2006-01-18 08:33  thomasdenk
21434
21435
svn1795:  Early destruction of "start here" page on application
21436
	  exit.
21437
21438
2006-01-18 08:14  mandrav
21439
21440
svn1794:  * Fixed an assertion warning.
21441
	  * Fixed linux crash on project closing (bug #1375375).
21442
21443
2006-01-18 08:00  mandrav
21444
21445
svn1793:  * Added two new files of AStyle plugin in the project
21446
	  file.
21447
21448
2006-01-18 06:37  ceniza
21449
21450
svn1792:  * Added Preview button in AStyle's settings dialog.
21451
	  * Increased dialog size.
21452
	  * Sample wxTextCtrl enabled for writing.
21453
	  * Made the Preview button work (it wasn't added just for fun :)).
21454
	  * Added two more files to get unsaved settings to apply when
21455
	  clicking Preview.
21456
	  * Modified Makefile.am accordingly.
21457
	  * NOTE 1: Some weird behavior when clicking Preview more than
21458
	  once for some predefined styles (I'll just blame AStyle itself
21459
	  for this one).
21460
	  * NOTE 2: The new files still need to be added to the
21461
	  Code::Blocks project file (it's beyond my powers).
21462
21463
2006-01-18 02:51  pecan
21464
21465
svn1791:  Keybinder v0.4.11
21466
	  Fixed GTK Update() crash
21467
	  Fixed GTK not savings key bindings
21468
	  Modified Attach/UpdateAllCmd for speed
21469
21470
2006-01-17 23:15  byo
21471
21472
svn1790:  Adopted to new editor environment (cut/copy/paste are
21473
	  now enabled)
21474
21475
2006-01-17 20:25  mandrav
21476
21477
svn1789:  * Removed all kinds of yields from MessageManager.
21478
21479
2006-01-17 19:49  mandrav
21480
21481
svn1788:  * Fixed flickering when opening a project.
21482
21483
2006-01-17 17:04  cyberkoa
21484
21485
svn1787:  Modify Makefile.am to add in wxsadvimageproperty.*
21486
21487
2006-01-17 17:03  cyberkoa
21488
21489
svn1786:  Modify Makefile.am to add in wxsstaticbitmap.*
21490
21491
2006-01-17 14:30  mandrav
21492
21493
svn1785:  * Added some useful base functions in EditorBase:
21494
	  Cut(), Copy(), Paste(), Undo(), Redo(), CanUndo(), CanRedo(),
21495
	  CanPaste() and HasSelection(). Custom editors (like wxSmith's)
21496
	  can now use these.
21497
21498
2006-01-17 13:42  mandrav
21499
21500
svn1784:  * Fixed GUI flickering when using backtick'd
21501
	  expressions.
21502
21503
2006-01-17 12:47  mandrav
21504
21505
svn1783:  * Fixed some more asserts.
21506
21507
2006-01-17 11:14  tiwag
21508
21509
svn1782:  keybinder-unix C::B-projectfile added
21510
21511
2006-01-17 11:12  tiwag
21512
21513
svn1781:  Updated CB-unix projectfile (has still a bug in
21514
	  building the codecompletion plugin
21515
21516
2006-01-17 10:51  mandrav
21517
21518
svn1780:  * Fixed some asserts in debug mode (partially patch
21519
	  #1400615).
21520
	  * Fixed editor settings dialog flickering when changing language
21521
	  in "Colors" page.
21522
21523
2006-01-17 08:48  mandrav
21524
21525
svn1779:  * Added Message() scripting command.
21526
21527
2006-01-17 07:14  rickg22
21528
21529
svn1778:  Fixed Codecompletion hang when adding files to project.
21530
21531
2006-01-17 04:28  rickg22
21532
21533
svn1777:  Reduced memory overhead of CodeCompletion by 50%. Fixed
21534
	  a bug in the SearchTree class.
21535
21536
2006-01-16 22:36  mandrav
21537
21538
svn1776:  * Updated script bindings.
21539
21540
2006-01-16 14:41  mandrav
21541
21542
svn1775:  * Updated script bindings.
21543
21544
2006-01-16 14:13  thomasdenk
21545
21546
svn1772:  Moved files not belonging to build out of trunk.
21547
21548
2006-01-16 14:12  mandrav
21549
21550
svn1771:  * Fixed an error in debugger wxString parsing.
21551
	  Sometimes it would wrongly parse commas (,).
21552
21553
2006-01-16 13:55  mandrav
21554
21555
svn1770:  * Fixed infinite loop when trying to replace a macro
21556
	  which doesn't exist.
21557
	  * Save file before compiling. Applies to single files not
21558
	  belonging to a project (bug #1403578).
21559
21560
2006-01-16 13:27  mandrav
21561
21562
svn1768:  * Implemented setting project dependencies when
21563
	  importing MSVC workspaces/solutions.
21564
21565
2006-01-16 12:31  mandrav
21566
21567
svn1767:  * Fixed crash when importing MSVC workspaces.
21568
21569
2006-01-16 11:24  mandrav
21570
21571
svn1766:  * Added support for backtick'd expressions under
21572
	  windows (e.g. `wx-config --libs`).
21573
21574
2006-01-16 10:27  mandrav
21575
21576
svn1765:  * Debugger breakpoints are now kept in-sync with the
21577
	  editor at all times (except when the debuggee is running in which
21578
	  case the debugger is not under our control).
21579
21580
2006-01-16 08:48  mandrav
21581
21582
svn1764:  * Fixed bug with resource include dirs policy setting
21583
	  not remembered (bug #1405856).
21584
21585
2006-01-15 19:09  mandrav
21586
21587
svn1763:  * Fixed a few annoying bugs in "find" dialog, mainly
21588
	  the non-focused text box in linux (patch #1382768).
21589
21590
2006-01-15 15:37  mandrav
21591
21592
svn1762:  * Fixed math rounding errors in codestats plugin (patch
21593
	  #1383774).
21594
21595
2006-01-15 15:33  mandrav
21596
21597
svn1761:  * Fixed file associations settings to be set per-user
21598
	  instead of globally (patch #1393650).
21599
21600
2006-01-15 12:15  mandrav
21601
21602
svn1760:  * Removed all "#pragma interface" and "#pragma
21603
	  implementation" from code. They are not useful nowadays and
21604
	  actually have caused linker errors for linux builds in the past.
21605
21606
2006-01-15 11:54  mandrav
21607
21608
svn1759:  * Fixed a priority issue for CXXFLAGS in autotools
21609
	  build system (patch #1406533).
21610
21611
2006-01-15 11:51  mandrav
21612
21613
svn1758:  * Fixed "open #include" function (patch #1406508 by
21614
	  killerbot).
21615
	  * Removed $Id and $Date SVN keywords from a couple of manager
21616
	  headers which caused a full rebuild after each commit.
21617
	  * Debugger startup user commands are now passed as a block of
21618
	  commands instead of each one separately (fixes potential hang
21619
	  when defining gdb functions).
21620
21621
2006-01-15 11:29  mandrav
21622
21623
svn1757:  * Fixed a linux build error.
21624
	  * Added some #includes to make the source compile with gcc 3.3.6.
21625
21626
2006-01-15 02:34  rickg22
21627
21628
svn1756:  Moved Manager::Yield() out of Message Manager.
21629
	  Added some calls to it in the compiler plugin.
21630
	  Replaced Manager::Yield() with Manager::ProcessPendingEvents() in
21631
	  some functions.
21632
21633
2006-01-14 20:02  mandrav
21634
21635
svn1755:  * Fixed small issues with the title bar updating.
21636
21637
2006-01-14 10:04  mandrav
21638
21639
svn1754:  * Updated all code to use Manager::Yield() instead of
21640
	  wx*Yield().
21641
	  * Fixed saving bug that was introduced a couple of revisions
21642
	  back.
21643
21644
2006-01-14 07:08  rickg22
21645
21646
svn1753:  Fixed potential crash on exit with wxAUI.
21647
21648
2006-01-14 04:44  rickg22
21649
21650
svn1752:  Spooky crash on exit finally fixed! :)
21651
21652
2006-01-13 21:24  mandrav
21653
21654
svn1751:  * Fixed bug where on file close the "file modified,
21655
	  save?" dialog would appear twice, if the user clicked "no" the
21656
	  first time.
21657
21658
2006-01-13 19:19  mandrav
21659
21660
svn1750:  * Fixed broken "Settings->Editor->Show spaces".
21661
21662
2006-01-13 16:56  mandrav
21663
21664
svn1749:  * Fixed a compilation error (without PCH) in
21665
	  sdk/as/sc_wxstring.cpp.
21666
21667
2006-01-13 15:12  mandrav
21668
21669
svn1748:  * Fixed project tree flickering when opening/closing a
21670
	  workspace (partially patch #1334208).
21671
	  * Replaced obsolete EDMAN() and PRJMAN() macros in exporter and
21672
	  wxSmith plugins.
21673
21674
2006-01-13 14:19  mandrav
21675
21676
svn1747:  * Removed macro ugliness from sdk/settings.h and
21677
	  sdk/globals.h (patches #1403098 and #1403468).
21678
	  * Fixed broken GLSL and CG lexers.
21679
21680
2006-01-13 13:13  mandrav
21681
21682
svn1746:  * Code to prepare for plugins' internationalization
21683
	  (patch #1344970).
21684
21685
2006-01-13 12:17  mandrav
21686
21687
svn1745:  * Added SmartWin++ template (windows only) (patch
21688
	  #1341659).
21689
	  * Updated all templates to the current version.
21690
21691
2006-01-13 12:05  mandrav
21692
21693
svn1744:  * Added FLTK template (windows only) (patch #1339625).
21694
21695
2006-01-13 11:59  mandrav
21696
21697
svn1743:  * Removed invalid error message from MIME handler when
21698
	  user presses cancel in the open dialog (patch #1347533).
21699
21700
2006-01-13 11:55  mandrav
21701
21702
svn1742:  * Fixed error logging on import project failure (patch
21703
	  #1382521).
21704
21705
2006-01-13 11:50  mandrav
21706
21707
svn1741:  * Find dialog now remembers the order of previous
21708
	  searches (patch #1382962).
21709
21710
2006-01-13 11:40  mandrav
21711
21712
svn1740:  * Updated GLSL and CG lexer files (patch #1402156).
21713
21714
2006-01-13 11:37  mandrav
21715
21716
svn1739:  * Updated CSS lexer keywords (patch #1402335).
21717
21718
2006-01-13 11:32  mandrav
21719
21720
svn1738:  * Fix for creating new project at the root of the drive
21721
	  (e.g. C:\) (patch #1404309).
21722
21723
2006-01-13 10:59  mandrav
21724
21725
svn1737:  * Fixed linux build (broken in wxFlatNotebook) - stupid
21726
	  typo.
21727
21728
2006-01-13 09:15  mandrav
21729
21730
svn1736:  * Fixed saving XML documents (project, workspace, etc)
21731
	  in paths with unicode characters.
21732
21733
2006-01-13 08:50  mandrav
21734
21735
svn1735:  * Fixed linux build (broken in wxFlatNotebook).
21736
21737
2006-01-13 08:47  mandrav
21738
21739
svn1734:  * Fixed notebooks' appearence not restoring correctly
21740
	  sometimes.
21741
21742
2006-01-13 07:37  rickg22
21743
21744
svn1733:  Fixed the Cache loading bug in Code completion.
21745
21746
2006-01-12 23:47  byo
21747
21748
svn1732:  * Fixed resource-clearing bug when importing xrc file.
21749
	  * Removed debug log with blocking events called when events are
21750
	  already blocked (it's normal in some cases)
21751
	  * No longer "Can not open..." dialog when opening xrc file.
21752
	  * Some other bug fixes
21753
21754
2006-01-12 17:52  mandrav
21755
21756
svn1731:  * Fixed debugger watches tree parsing error when
21757
	  parsing templates.
21758
21759
2006-01-12 17:37  mandrav
21760
21761
svn1730:  * Fixed "View->Go to function".
21762
21763
2006-01-12 17:21  mandrav
21764
21765
svn1729:  * Improved wxString/wxChar support in debugger.
21766
21767
2006-01-12 15:51  thomasdenk
21768
21769
svn1728:  Removed message box providing wrong information.
21770
21771
2006-01-12 14:20  mandrav
21772
21773
svn1727:  * Added code-completion option to use scintilla's
21774
	  auto-complete instead of our own. This also fixes bug #1399921.
21775
21776
2006-01-12 12:41  mandrav
21777
21778
svn1726:  * Fixed crash when loading an invalid editor lexer
21779
	  file.
21780
21781
2006-01-12 12:28  mandrav
21782
21783
svn1725:  * Fixed syntax error in C/C++ lexer file.
21784
21785
2006-01-12 12:16  mandrav
21786
21787
svn1724:  * Fixed error in wxSmith project file (linker dir).
21788
21789
2006-01-12 11:31  mandrav
21790
21791
svn1723:  * Updated wxFlatNotebook to version 1.1.
21792
21793
2006-01-12 10:23  mandrav
21794
21795
svn1722:  * Optimized debugger regular expressions.
21796
	  * Fixed bug with special characters in filenames (debugger).
21797
21798
2006-01-12 08:29  mandrav
21799
21800
svn1721:  * Changed some default editor settings:
21801
	  - Highlight line: OFF
21802
	  - Gutter: OFF
21803
	  - End file with extra line: ON
21804
	  - Show line numbers: ON.
21805
21806
2006-01-12 05:41  cyberkoa
21807
21808
svn1720:  Adding support for Image property
21809
	  - Add in wxsadvimageproperty.cpp,wxsadvimageproperty.h
21810
	  - Modify advprop.cpp,advprop.h (committed by mandrav)
21811
	  
21812
	  Adding wxStaticBitmap widget
21813
	  - Add in wxsstaticbitmap.cpp,wxsstaticbitmap.h & icons
21814
	  - Modify
21815
	  widget.cpp,wxsdefwidget.cpp,wxsdefwidget.h,wxsproperties.cpp,
21816
	  wxsproperties.h
21817
21818
2006-01-11 19:34  pecan
21819
21820
svn1719:  Keybinder v0.4.10 separated out and demangled the GTK
21821
	  menuitem update Code
21822
21823
2006-01-11 18:40  pecan
21824
21825
svn1718:  Keybinder v0.4.9 SetInvalid flag for
21826
	  RemoveEventHandler;
21827
	  Surrounded menuitem rebuild code with __WXMSW__
21828
21829
2006-01-11 13:26  mandrav
21830
21831
svn1717:  * Debugger tooltip evaluation now supports wxString too
21832
	  :)
21833
21834
2006-01-11 12:41  mandrav
21835
21836
svn1716:  * Added new event (EVT_SWITCH_VIEW_LAYOUT) to request
21837
	  the app to switch view layout.
21838
	  * The debugger now has options to automatically switch layouts on
21839
	  debugging session start/end. Configured in "Settings->Debugger".
21840
	  * Removed $Id and $Date SVN keywords from sdk/manager.h which
21841
	  caused a full rebuild after every commit.
21842
21843
2006-01-11 11:29  mandrav
21844
21845
svn1715:  * Fixed non-working color buttons in
21846
	  "Settings->Environment->Appearence->Docking system".
21847
21848
2006-01-11 11:15  mandrav
21849
21850
svn1714:  * Added support for watching unicode wxString while
21851
	  debugging :)
21852
21853
2006-01-11 09:17  mandrav
21854
21855
svn1713:  * Patched wxPropertyGrid (cyberkoa ported
21856
	  wxAdvImageProperty from the propgrid sample).
21857
21858
2006-01-11 09:15  mandrav
21859
21860
svn1712:  * Added Manager::Yield(). Use this whenever you need to
21861
	  call wxYield() and friends. It's safer. Updated all affected
21862
	  code.
21863
21864
2006-01-11 07:19  rickg22
21865
21866
svn1711:  Revamped the CodeCompletion plugin, Stage 1. Reparsing
21867
	  after saving files is much faster now. Also, the code completion
21868
	  functionality is much faster due to the searchtree structure.
21869
	  Known issues: The Class browser is NOT updated when using the
21870
	  cache. WARNING: Might cause crashes if you have the cache
21871
	  enabled. Please disable it.
21872
21873
2006-01-11 00:08  tiwag
21874
21875
svn1710:  * updated autotools build system to changes from
21876
	  manager framework redesign r1706
21877
21878
2006-01-10 23:46  mandrav
21879
21880
svn1709:  * Fixed hang on exit in linux.
21881
	  * Removed some ugly macros from src/main.cpp.
21882
21883
2006-01-10 23:23  pecan
21884
21885
svn1708:  KeyBinder v0.4.8 fixed disappearing accelerator when
21886
	  duplicate named; fixed potential crash when panel closes
21887
21888
2006-01-10 22:50  mandrav
21889
21890
svn1707:  * Fixed wxAUI linking error in wxMSW.
21891
21892
2006-01-10 22:32  thomasdenk
21893
21894
svn1706:  Manager framework redesign
21895
	  - No more ManagerProxy
21896
	  - Manager::Get() is a lot less expensive than it was before
21897
	  - Manager::Get() never returns an invalid pointer, the same is
21898
	  true for Manager::GetConfigManager.
21899
	  - All other managers are initialised when they are first
21900
	  referenced and deinitialised in order of dependence during
21901
	  shutdown.
21902
	  - The Manager::GetXXX functions will not automatically return
21903
	  null while the application is shutting down. Instead, a valid
21904
	  pointer is returned as long as the respective manager is
21905
	  available, null thereafter.
21906
	  - Plugins are freed before most core managers (for example
21907
	  EditorManager, ProjectManager, and MessageManager) shut down, so
21908
	  there can never be an invalid pointer for these.
21909
	  - The status of all managers can be verified using the static
21910
	  ManagerXXX::Valid() function.
21911
	  - PersonalityManager correctly works for the --profile=ask option
21912
	  now (showing a list of available profiles)
21913
21914
2006-01-10 22:16  mandrav
21915
21916
svn1705:  * Fix for recent files/projects lists to always display
21917
	  the full filename (patch #1402109).
21918
21919
2006-01-10 22:11  mandrav
21920
21921
svn1704:  * Upgraded wxAUI to 0.9.1 (partial patch #1402085).
21922
	  * Added wxAUI as a dependency of src in the unix project file.
21923
21924
2006-01-10 20:52  mandrav
21925
21926
svn1703:  * Add new files to recent list (patch #1402078).
21927
21928
2006-01-10 19:21  mandrav
21929
21930
svn1702:  * Fixed the crash-before-exit in linux.
21931
21932
2006-01-10 14:06  mandrav
21933
21934
svn1701:  * Compiler errors don't highlight the whole line with
21935
	  the ugly orange color anymore. Instead, a red mark is used in the
21936
	  margin.
21937
	  * Removed obsolete editor's color settings (like "compiler
21938
	  error").
21939
	  * Updated wxScintilla to version 1.67.
21940
21941
2006-01-10 09:40  mandrav
21942
21943
svn1700:  * Converted ToDoList from message log to docking
21944
	  window.
21945
	  * Added menu "View->To-Do list".
21946
	  * Converted menus "Debug->Debugging windows->*" to checkable.
21947
21948
2006-01-09 23:34  ceniza
21949
21950
svn1699:  * Minor modifications to remove some warnings when
21951
	  compiling wxPdfDocument with -Wall
21952
21953
2006-01-09 22:47  pecan
21954
21955
svn1698:  KeyBinder:0.4.6 Rebuild menuitems with misaligned
21956
	  bitmaps and accelerators
21957
21958
2006-01-09 18:07  zlika
21959
21960
svn1697:  Added support for Matlab m-files
21961
21962
2006-01-09 17:42  thomasdenk
21963
21964
svn1696:  Removed wxImage::AddHandler()
21965
21966
2006-01-09 17:40  mandrav
21967
21968
svn1695:  * Added some error checking in debugger logging
21969
	  functions.
21970
21971
2006-01-09 17:20  thomasdenk
21972
21973
svn1694:  Patch [1395617] (replace a macro with wxString)
21974
21975
2006-01-09 16:01  thomasdenk
21976
21977
svn1693:  ALL_FILES_MASK for Linux (Bug 1364164 / Patch 1383214)
21978
21979
2006-01-09 14:18  thomasdenk
21980
21981
svn1692:  Removed "safe but slow" option from dialog (option is
21982
	  unused since months ago).
21983
21984
2006-01-09 14:03  mandrav
21985
21986
svn1691:  * Fixed bug that the editor tab would display the full
21987
	  filename for opened empty files.
21988
21989
2006-01-09 13:49  mandrav
21990
21991
svn1690:  * Removed un-needed "Refresh" button from disassembly
21992
	  and call-stack debugger windows.
21993
21994
2006-01-09 13:40  mandrav
21995
21996
svn1689:  * All debugging windows are now kept in sync at all
21997
	  times.
21998
	  * Debugger commands don't get queued if the relevant debugging
21999
	  window isn't open (e.g. if watches-tree is not visible no watches
22000
	  evaluation occurs).
22001
22002
2006-01-09 11:00  tiwag
22003
22004
svn1688:  * Bugfix - radiobox labels in find-dialog
22005
22006
2006-01-09 10:46  thomasdenk
22007
22008
svn1687:  Fixed "save layout" dialog on application exit
22009
22010
2006-01-08 22:22  mandrav
22011
22012
svn1686:  * In Settings->Compiler->Programs page the browse for
22013
	  file dialog to select executables, under non-windows platforms
22014
	  has * mask now instead of *.exe (bug #1358345).
22015
22016
2006-01-08 15:48  mandrav
22017
22018
svn1685:  * Fixed bug with "Tabs at top" notebook tabs context
22019
	  menu entry.
22020
22021
2006-01-08 15:45  mandrav
22022
22023
svn1684:  * Fix a (highly) potential crash when destroying
22024
	  EditorManager.
22025
22026
2006-01-08 15:36  mandrav
22027
22028
svn1683:  * Fixed auto-complete items loading/saving
22029
	  configuration (would make them all upper-case).
22030
22031
2006-01-08 15:23  pecan
22032
22033
svn1682:  keybinder: fixed GTK menu OwnerDraw stmt err w/ifdefs
22034
22035
2006-01-08 13:21  mandrav
22036
22037
svn1681:  * File properties dialog now displays info about the
22038
	  file (patch #1392899).
22039
22040
2006-01-08 12:55  mandrav
22041
22042
svn1680:  * ToDo list fix to work both with single-click and
22043
	  double-click (patch #1395490).
22044
22045
2006-01-08 12:48  mandrav
22046
22047
svn1679:  * Expand folded blocks of code if compiler error is
22048
	  inside it (patch #1394856).
22049
22050
2006-01-08 12:42  mandrav
22051
22052
svn1678:  * Added "Edit->Highlight mode" menu entry for changing
22053
	  the highlighting for the current document.
22054
22055
2006-01-08 10:50  mandrav
22056
22057
svn1677:  * Keep "Start here" page in-sync with the actual
22058
	  projects/files history when removing files from the history
22059
	  (partial patch #1399518 by sethjackson).
22060
	  * Added "Recent files" in "Start here" page.
22061
22062
2006-01-08 09:41  mandrav
22063
22064
svn1676:  * All docking windows are now "named". This will fix
22065
	  the problem of breaking saved layouts when adding new dock
22066
	  windows with each version. Just delete your existing ones (for
22067
	  the last time).
22068
	  * Fixed some bugs in AnnoyingDialog.
22069
	  * Used AnnoyingDialog for layout saving confirmation.
22070
22071
2006-01-08 03:52  pecan
22072
22073
svn1675:  Keybinder:Fixed bitmapped menus bug
22074
22075
2006-01-07 21:35  mandrav
22076
22077
svn1673:  * Fix for saving files in the correct encoding.
22078
22079
2006-01-07 20:51  thomasdenk
22080
22081
svn1672:  Bug 1398832 (ambiguous Menu shortcuts)
22082
22083
2006-01-07 20:46  mandrav
22084
22085
svn1671:  * Converted debugger breakpoints dialog to docking
22086
	  window.
22087
	  * Added cbEditor::AddBreakpoint() and
22088
	  cbEditor::RemoveBreakpoint().
22089
22090
2006-01-07 18:37  mandrav
22091
22092
svn1670:  * wxAUI fixed to correctly remember closed floating
22093
	  panes.
22094
22095
2006-01-07 16:47  mandrav
22096
22097
svn1669:  * Changed all debugging windows to be floating the
22098
	  first time.
22099
	  * Applied patch that fixes debugger "attach to process".
22100
22101
2006-01-07 13:52  mandrav
22102
22103
svn1668:  * When dragging a floating window around, if pressing
22104
	  ALT no docking will take place.
22105
	  * A couple of fixes to wxAUI (patch submitted to its authors).
22106
	  * Fixed a potential crash under windows when shutting down and
22107
	  docking windows were open. This might fix the similar problem in
22108
	  linux but it hasn't been checked.
22109
	  * The default view layout can no longer be deleted but rather
22110
	  reverted to "factory defaults".
22111
	  * Added wxAUI as a dependency of main app. This forces a re-link
22112
	  of the app when wxAUI is rebuilt.
22113
22114
2006-01-07 10:29  mandrav
22115
22116
svn1667:  * Dummy commit to update the "Date" keyword (where do
22117
	  these characters come from?).
22118
22119
2006-01-07 10:12  mandrav
22120
22121
svn1666:  * Added "Open with" menu when right-clicking a file in
22122
	  the project tree.
22123
	  * Removed "Build->Compiler options" which led to confusion.
22124
	  * Disabled "Build->Export Makefile". It was not working correctly
22125
	  anyway.
22126
22127
2006-01-06 18:27  mandrav
22128
22129
svn1665:  * Fixed bug in wxFlatNotebook with SetSelection()
22130
	  before painting for the first time.
22131
	  * Changed TinyXML's streaming to use tabs instead of spaces.
22132
	  Shaved of about 1/3 of configuration file's size.
22133
22134
2006-01-06 16:39  mandrav
22135
22136
svn1664:  * Fixed whitespaces getting lost when streaming out
22137
	  from TinyXML.
22138
22139
2006-01-06 15:55  mandrav
22140
22141
svn1663:  * Fix for wxSmith to compile again with the latest SDK
22142
	  changes.
22143
22144
2006-01-06 12:30  mandrav
22145
22146
svn1662:  * Applied locale patch by Olorin (patch #1397286).
22147
22148
2006-01-06 12:27  mandrav
22149
22150
svn1661:  * Converted ProjectManager to use wxFlatNotebook.
22151
	  Updated all affected code.
22152
	  * Added context menu entries to all notebooks to choose tabs
22153
	  position (top-bottom).
22154
	  * Updated wxFlatNotebook from latest CVS.
22155
22156
2006-01-05 21:53  mandrav
22157
22158
svn1660:  * Fixed update.bat (windows) and update script (unix).
22159
22160
2006-01-05 21:46  mandrav
22161
22162
svn1659:  * Converted MessageManager from wxNotebook to
22163
	  wxEvtHandler. It now uses wxFlatNotebook. Updated all affected
22164
	  code.
22165
22166
2006-01-05 08:10  mandrav
22167
22168
svn1658:  * Fixed a build error in keybinder plugin (failed only
22169
	  on some systems).
22170
	  * Added -fexceptions compiler option to a couple of contrib
22171
	  plugins. Without it, precompiled headers were not used.
22172
22173
2006-01-04 23:43  thomasdenk
22174
22175
svn1657:  Added an extra QuoteStringIfNeeded (bug 1397329).
22176
	  Actually this is redundant, but it works this way, and doesn't
22177
	  without.
22178
22179
2006-01-04 22:20  mandrav
22180
22181
svn1656:  * Added wxFlatNotebook in the autotools build system.
22182
22183
2006-01-04 20:39  ceniza
22184
22185
svn1655:  * Added missing -fexceptions flag to the project file
22186
	  so it'll use the precompiled header
22187
22188
2006-01-04 19:58  mandrav
22189
22190
svn1654:  * Added wxFlatNotebook in the project (linux build
22191
	  system *not* yet updated).
22192
	  * Removed old code for editors close button.
22193
	  * Added cbEVT_HIDE_DOCK_WINDOW event.
22194
	  * EditorManager now uses wxFlatNotebook.
22195
	  * Added wxFlatNotebook settings in environment settings dialog.
22196
	  * Added wxAUI settings in environment settings dialog.
22197
	  * Turned "open files list" into a standalone docking window.
22198
	  * Pumped SDK version to 1.6.3.
22199
	  * Fixed bug that allowed adding duplicate files in project.
22200
22201
2006-01-04 15:13  thomasdenk
22202
22203
svn1653:  Enabled Unicode pathnames for configuration file
22204
22205
2006-01-04 09:18  thomasdenk
22206
22207
svn1652:  Inserted deliberate malfunction into autorevision.
22208
	  autorevision will now continue silently in absence of revision
22209
	  information. This defeats the purpose of revisioning, but it
22210
	  allows to build the project from unversioned files.
22211
22212
2006-01-03 01:25  pecan
22213
22214
svn1651:  keybinder;fixed misattaches;added textCtrl attaches
22215
22216
2006-01-02 17:41  mandrav
22217
22218
svn1648:  * Fixed the problem of loading ANSI files with unicode
22219
	  characters in them (like sdk/as/source/*).
22220
22221
2006-01-02 14:13  tiwag
22222
22223
svn1647:  * Open the Target-"Build options"-Dialog when
22224
	  doubleclicking
22225
	  a target list-entry in the "Project/targets options"->"Build
22226
	  targets" list.
22227
22228
2006-01-02 13:45  tiwag
22229
22230
svn1646:  * Added "EditOnDoubleclick" feature for List-entries of
22231
	  - Linker Link-Libraries,
22232
	  - Compiler Include-Directories
22233
	  - Linker Library-Directories
22234
	  - Resource Compiler -Directories
22235
	  in the Build-Options Dialog.
22236
22237
2006-01-02 13:19  byo
22238
22239
svn1645:  * Added missing includes
22240
	  * Fixed some bugs on linux
22241
	  * Reorganizeed handling of params when creating code
22242
	  * Properties-handling code cleanup
22243
22244
2006-01-02 10:50  mandrav
22245
22246
svn1644:  * Fixed toolbars drawing bug.
22247
22248
2006-01-02 09:38  mandrav
22249
22250
svn1643:  * Removed "always run pre-build steps" check box from
22251
	  compiler options. Pre-build steps are always run anyway.
22252
	  * Fixed bug #1394098.
22253
22254
2006-01-01 19:28  mandrav
22255
22256
svn1642:  * Re-enabled wxCheckListBox in wxSmith because it
22257
	  wouldn't load properly (don't know why it was disabled in the
22258
	  first place).
22259
22260
2006-01-01 19:23  mandrav
22261
22262
svn1641:  * Renamed CodeBlocks-NewBuild-UNI.cbp to
22263
	  CodeBlocks-NewBuild.cbp
22264
22265
2006-01-01 19:21  mandrav
22266
22267
svn1640:  * Deleted CodeBlocks-NewBuild.cbp.
22268
22269
2006-01-01 19:17  thomasdenk
22270
22271
svn1639:  Correct clipboard import/export at application
22272
	  startup/exit.
22273
22274
2006-01-01 18:59  mandrav
22275
22276
svn1638:  * Merged branch aui_test to trunk (step 2).
22277
22278
2006-01-01 18:59  mandrav
22279
22280
svn1637:  * Merged branch aui_test to trunk (step 1).
22281
22282
2005-12-31 16:30  thomasdenk
22283
22284
svn1634:  Unicode fix and replaced macro with template parameter
22285
22286
2005-12-31 15:39  pecan
22287
22288
svn1633:  Unicode filename fixed; event.Skip() fix; multi-profile
22289
	  enabled
22290
22291
2005-12-31 14:11  zlika
22292
22293
svn1632:  Fixed an error in the CBDIR path
22294
22295
2005-12-31 13:46  thomasdenk
22296
22297
svn1631:  Fixed open default workspace
22298
22299
2005-12-31 07:15  tiwag
22300
22301
svn1629:  * added wx_pch.h
22302
22303
2005-12-30 19:22  byo
22304
22305
svn1627:  Fixed bugs with custom widgets
22306
22307
2005-12-30 18:03  tiwag
22308
22309
svn1626:  * FindInFiles - Messagebox appears when no search
22310
	  result could be found and "Delete old Search results" is selected
22311
	  (as it was before the keep searches feature )
22312
22313
2005-12-30 18:00  tiwag
22314
22315
svn1625:  * Bugfix wx_pch.h was not in project file and was not
22316
	  copied from /usr/local/share/codeblocks/templates to the new
22317
	  project directory
22318
22319
2005-12-30 17:58  tiwag
22320
22321
svn1624:  * Unicode bugfix in wx-widgets Application templates,
22322
	  added a statusbar and the About dialog shows Platform
22323
	  (Linux/Windows) and wxWidgets-version and build information
22324
	  (ANSI/unicode)
22325
22326
2005-12-30 12:06  thomasdenk
22327
22328
svn1623:  Rewrote OnStartHereLink to properly handles numbers.
22329
	  Applied patch to display *.cbp instead of *.* in file selector.
22330
22331
2005-12-30 11:50  mandrav
22332
22333
svn1621:  * Fixed bug with generated object name for windows
22334
	  resources.
22335
22336
2005-12-30 03:32  byo
22337
22338
svn1620:  Missing files :/
22339
22340
2005-12-30 03:30  byo
22341
22342
svn1619:  * Renamed GetWxString, GetCString, ValidateIdentifier
22343
	  to wxsGetWxString, wxsGetCString, wxsValidateIdentifier
22344
	  * Moved wxsCodeReplace function from wxsDefWidget class to
22345
	  globals
22346
	  * Removed useless WXSCLASS macro
22347
	  * Removed code which was used when there was no Property Grid
22348
	  * Removed UNIX project file (compilation will be supported
22349
	  through automake)
22350
	  * Added Custom Widget support
22351
22352
2005-12-29 23:20  byo
22353
22354
svn1618:  wxSmith project cleanup
22355
22356
2005-12-29 22:57  mandrav
22357
22358
svn1617:  * Fixed contrib/copystrings plugin to build with
22359
	  unicode.
22360
22361
2005-12-29 21:25  mandrav
22362
22363
svn1616:  * Fixed a unicode issue in keybinder.
22364
22365
2005-12-29 16:47  mandrav
22366
22367
svn1615:  * Added windows resource files (*.rc) in default
22368
	  "Resources" mask in project tree (patch #1388369).
22369
22370
2005-12-29 15:03  mandrav
22371
22372
svn1614:  * Added propgrid files in CodeBlocks-unix.cbp.
22373
	  * Fixed LD_LIBRARY_PATH when running a program. It adds the
22374
	  target's working directory to the runtime linker's path
22375
	  (non-windows platforms).
22376
22377
2005-12-29 14:28  mandrav
22378
22379
svn1613:  * Fix wxSmith build using autotools.
22380
	  * Fix KeyBinder plugin to build in linux.
22381
22382
2005-12-29 09:46  mandrav
22383
22384
svn1612:  * Updated autotools build for the propgrid move from
22385
	  wxSmith to sdk.
22386
22387
2005-12-29 09:43  mandrav
22388
22389
svn1611:  * Changed all NewBuild project files to use
22390
	  wx26/unicode.
22391
	  * Fixed all unicode errors in KeyBinder plugin.
22392
	  * Removed propgrid from wxSmith and updated it to use
22393
	  sdk/propgrid.
22394
22395
2005-12-28 21:33  mandrav
22396
22397
svn1610:  * Fixed broken compile-single-file.
22398
	  * "Build", "Build and run", "Run", "Rebuild" and "Clean" compiler
22399
	  actions are now available for single files (without project).
22400
22401
2005-12-28 11:18  thomasdenk
22402
22403
svn1609:  Added propgrid directory to linker path
22404
22405
2005-12-28 10:56  thomasdenk
22406
22407
svn1608:  Applied Lieven's patch to codestats, avoiding division
22408
	  by zero if run on an empty project.
22409
22410
2005-12-28 09:16  thomasdenk
22411
22412
svn1607:  Added null pointer check.
22413
22414
2005-12-27 21:31  thomasdenk
22415
22416
svn1606:  Added propgrid line to configure.in
22417
22418
2005-12-27 19:28  thomasdenk
22419
22420
svn1605:  Changed behaviour of ConfigManager::Write(wxString,
22421
	  wxString, bool ignoreEmpty)
22422
	  - if ignoreEmpty is true and the value is wxEmptyString,
22423
	  the command is not ignored, but an existing key is actually
22424
	  *deleted*
22425
	  - this fixes bug [1389932]
22426
	  - it is incorrect behaviour, but it is what people *expect* to
22427
	  happen
22428
22429
2005-12-27 18:22  thomasdenk
22430
22431
svn1604:  Another two Unicode fixes
22432
22433
2005-12-27 18:14  thomasdenk
22434
22435
svn1603:  Added wxPropGrid to the SDK.
22436
	  Behold the wrath of Makefile.am :)
22437
22438
2005-12-27 17:31  thomasdenk
22439
22440
svn1602:  Slightly improved "Goto declaration" menu
22441
	  - does not show if Token cannot be found anyway (no more
22442
	  disturbing error message)
22443
	  - if implementation is known, "Goto implementation" is available
22444
	  
22445
	  This still needs to be worked on, "Goto implementation" could be
22446
	  shown a lot more often if the class name / namespace was looked
22447
	  up explicitely.
22448
22449
2005-12-27 16:36  tiwag
22450
22451
svn1601:  * bugfix add standard LibDir "$(#WX.lib)\\gcc_dll"
22452
	  instead of bogus "$(#WX.lib)\\gcc_dll\\msw"
22453
22454
2005-12-27 14:36  thomasdenk
22455
22456
svn1600:  Global search for wxString::operator<<(int), wrapping
22457
	  int in Format()
22458
	  Not touched: wxScintilla and contrib plugins.
22459
22460
2005-12-27 08:11  rickg22
22461
22462
svn1599:  Possibly fixed a unicode bug with linux builds in
22463
	  searchtree.h
22464
	  
22465
	  Optimized CodeCompletion with the following measures:
22466
	  1) Moved parserthread constants to wxStrings
22467
	  2) Added a "peek cache" to the tokenizer.
22468
22469
2005-12-26 16:20  rickg22
22470
22471
svn1598:  Added wxWindows Library license to licenses.h
22472
22473
2005-12-26 16:19  rickg22
22474
22475
svn1597:  Added new contrib plugin: copystrings
22476
22477
2005-12-26 16:13  thomasdenk
22478
22479
svn1596:  Added missing *.so to dialog for link libraries under
22480
	  Linux
22481
22482
2005-12-26 13:27  thomasdenk
22483
22484
svn1595:  GotoError for non-project files
22485
22486
2005-12-26 12:35  thomasdenk
22487
22488
svn1594:  Added glsl (OpenGL shading language) lexer by dodowell
22489
22490
2005-12-26 00:29  thomasdenk
22491
22492
svn1593:  Bugfix for the $(VARIABLE)libfoo.a problem (1344049)
22493
22494
2005-12-25 23:04  thomasdenk
22495
22496
svn1592:  Fixed recursive CheckForExternallyModifiedFiles bug
22497
	  (1382961)
22498
22499
2005-12-25 22:02  thomasdenk
22500
22501
svn1591:  Patch for auto-indent bracket bug (1387621)
22502
22503
2005-12-25 21:50  thomasdenk
22504
22505
svn1590:  Fixed white space condension in configuration.
22506
	  This fixes bug 1382551 at the same time.
22507
22508
2005-12-25 21:27  thomasdenk
22509
22510
svn1589:  Applied patch for Bug 1389450 (Title bar shows file was
22511
	  created)
22512
	  - I am unable to reproduce the bug, but the patch is harmless :)
22513
22514
2005-12-25 07:43  rickg22
22515
22516
svn1588:  * Fixed unicode bug in searchtree.cpp
22517
	  * Optimized a bit of searchtree
22518
	  * Added CODECOMPLETION_PROFILING #define for profiling
22519
	  codecompletion (parser.cpp)
22520
22521
2005-12-24 13:51  rickg22
22522
22523
svn1587:  Included searchtree.* in CodeBlocks-Newbuild.cbp
22524
22525
2005-12-24 13:29  rickg22
22526
22527
svn1586:  Added appglobals to src/src/Makefile.am
22528
22529
2005-12-24 13:24  rickg22
22530
22531
svn1585:  Added searchtree to Makefile.am
22532
22533
2005-12-24 07:03  rickg22
22534
22535
svn1584:  Added new SearchTree class for the codecompletion
22536
	  plugin
22537
22538
2005-12-23 11:19  tiwag
22539
22540
svn1583:  * FindInFiles "Search results" tab keeps old searches
22541
	  optionally (checkbox added to FindInFiles dialog box)
22542
22543
2005-12-23 08:24  mandrav
22544
22545
svn1582:  * Fixed some issues with unicode.
22546
22547
2005-12-22 14:51  mandrav
22548
22549
svn1581:  * Changed the build process to use a state machine.
22550
	  Each step of the process is executed before going to the next.
22551
	  So, for example, if a pre-build step alters a file in the target
22552
	  which causes recompilation of the target, it is now caught
22553
	  correctly.
22554
	  * Fixed all issues with custom vars not being set correctly (or
22555
	  timely).
22556
22557
2005-12-22 14:47  mandrav
22558
22559
svn1580:  * Added workspace context menu entries to Save, SaveAs
22560
	  or Close the workspace.
22561
	  * Fixed remembering the selected target when a project is opened
22562
	  and not ask to save the project every time the active target
22563
	  changes (unless it's different from the original).
22564
22565
2005-12-22 10:48  mandrav
22566
22567
svn1579:  * Added standard wxWidgets resources in the main
22568
	  executable. This fixes the right-pointing cursor showing over the
22569
	  editor's margin.
22570
22571
2005-12-20 21:59  thomasdenk
22572
22573
svn1578:  Per-target variables work properly now.
22574
	  Added unified project file (ANSI/Unicode).
22575
	  Fixed copyright sign in "start here" page
22576
22577
2005-12-20 20:34  thomasdenk
22578
22579
svn1577:  Applied patch to warn about missing workspace
22580
22581
2005-12-20 20:19  thomasdenk
22582
22583
svn1576:  Enabled russian roulette mode for tab menu.
22584
22585
2005-12-20 18:52  thomasdenk
22586
22587
svn1575:  Do not show missing files in history.
22588
22589
2005-12-20 18:06  thomasdenk
22590
22591
svn1574:  Bugfix.
22592
22593
2005-12-20 15:31  thomasdenk
22594
22595
svn1573:  Fixed tab-menu save/saveall
22596
22597
2005-12-20 13:07  mandrav
22598
22599
svn1572:  * Updates in the main project file.
22600
22601
2005-12-20 12:24  mandrav
22602
22603
svn1571:  * Full support for projects residing in UNC paths.
22604
22605
2005-12-20 10:04  mandrav
22606
22607
svn1570:  * Fixed minor cosmetic error in importing MSVC7+
22608
	  projects (patch by der_meister).
22609
22610
2005-12-20 09:56  mandrav
22611
22612
svn1569:  * Fixed code-completion wrong return type recognition
22613
	  for list of functions available in file (patch by killerbot).
22614
22615
2005-12-20 09:53  mandrav
22616
22617
svn1568:  * Added missing "Not found" message for some failed
22618
	  searches (patch by s280z28).
22619
22620
2005-12-20 09:46  mandrav
22621
22622
svn1567:  * Speed fix for saving/loading the code-completion
22623
	  cache from/to a network drive (patch by s280z28).
22624
22625
2005-12-20 09:24  mandrav
22626
22627
svn1566:  * Debugger watches are now expanded by default.
22628
	  * When a watched value changes (turns red), it is automatically
22629
	  expanded and made visible.
22630
	  * Added watches tree context menu entry "Dereference pointer" to
22631
	  dereference the selected pointer value.
22632
	  * Added watches tree context menu entry "Watch '*this'" to add a
22633
	  watch for *this.
22634
22635
2005-12-19 22:43  thomasdenk
22636
22637
svn1565:  Streamlined project file.
22638
22639
2005-12-19 22:38  byo
22640
22641
svn1564:  * Fixed bugs in wxCheckListBox (refreshing when content
22642
	  changed, proper data order when sorted flag is on, clearing
22643
	  arrays when editing fixed)
22644
	  * Fixed bug in code created in wizard - id argument is required
22645
	  for wxStatusBar in Linux
22646
22647
2005-12-19 16:40  byo
22648
22649
svn1563:  Updated wxSmith wizard
22650
22651
2005-12-19 10:07  byo
22652
22653
svn1562:  Missing files
22654
22655
2005-12-19 01:01  thomasdenk
22656
22657
svn1561:  Single instance dialog explains better what is wrong.
22658
22659
2005-12-18 22:01  byo
22660
22661
svn1560:  * Added missing files
22662
	  * Fixed typo in Makefile.am
22663
22664
2005-12-18 19:20  mandrav
22665
22666
svn1559:  * Fixed cbProject::AddFile() not working correctly for
22667
	  precompiled headers (bug #1378737).
22668
22669
2005-12-18 19:11  mandrav
22670
22671
svn1558:  * Make sure the open files tree height is not saved if
22672
	  it is zero.
22673
22674
2005-12-18 18:57  thomasdenk
22675
22676
svn1557:  Applied patch for filegroups saving [1384504]
22677
22678
2005-12-18 18:10  mandrav
22679
22680
svn1556:  * Updated XML lexer (patch by sethjackson).
22681
	  * Added CSS lexer (contributed by sethjackson).
22682
22683
2005-12-18 17:55  zlika
22684
22685
svn1555:  Fixed a bug in the parsing function and a compiler
22686
	  warning
22687
22688
2005-12-18 17:54  zlika
22689
22690
svn1554:  Fixed a compiler warning
22691
22692
2005-12-18 17:14  thomasdenk
22693
22694
svn1553:  Removed inline keyword.
22695
22696
2005-12-18 16:44  mandrav
22697
22698
svn1552:  * Enabled popup menu in editor tabs (unix). Working
22699
	  good with wxGTK-2.6.1 and Gnome 2.12. If it gives trouble to some
22700
	  people we might as well make it optional...
22701
22702
2005-12-18 16:28  mandrav
22703
22704
svn1551:  * Added missing #include in project properties dialog.
22705
22706
2005-12-18 14:20  thomasdenk
22707
22708
svn1550:  Removed gcc attributes.
22709
22710
2005-12-18 14:19  thomasdenk
22711
22712
svn1549:  CRC32 calculation uses wxUInt32 now.
22713
22714
2005-12-18 13:28  mandrav
22715
22716
svn1548:  * Fixed some warnings given by gcc4.0 in
22717
	  configmanager.cpp.
22718
22719
2005-12-18 12:44  mandrav
22720
22721
svn1547:  * Added "Print" toolbar button.
22722
	  * Added large icon for "Print".
22723
22724
2005-12-18 12:24  mandrav
22725
22726
svn1546:  * Fixed C::B building itself, using
22727
	  CodeBlocks-unix.cbp. Just run ./update after building and use
22728
	  devel/run.sh or output/run.sh to launch it.
22729
22730
2005-12-18 10:22  mandrav
22731
22732
svn1545:  * Used replacement of offsetof() macro in script
22733
	  bindings to avoid warnings.
22734
22735
2005-12-18 10:15  mandrav
22736
22737
svn1544:  * Fixed bug with printing only one page.
22738
22739
2005-12-18 01:46  thomasdenk
22740
22741
svn1543:  A few Unicode fixes.
22742
22743
2005-12-17 18:16  thomasdenk
22744
22745
svn1542:  Replaced double-underscore macros with
22746
	  triple-underscore due to problems encountered with codestats
22747
	  plugin.
22748
22749
2005-12-17 15:38  byo
22750
22751
svn1541:  * Added wxCheckListBox widget
22752
	  * Changed wizzard to wizard
22753
	  * Fixed some Unicode bugs
22754
22755
2005-12-17 15:38  rickg22
22756
22757
svn1540:  Fixed unicode bug with __DATE__ and __TIME__.
22758
22759
2005-12-17 15:22  pecan
22760
22761
svn1539:  Allowed more key combos & fixed missing menu labels
22762
22763
2005-12-17 13:41  thomasdenk
22764
22765
svn1538:  Modifications for saving wxDockIt's binary data in
22766
	  Unicode
22767
22768
2005-12-17 01:48  thomasdenk
22769
22770
svn1537:  Simplified regex, renamed a few variables, exchanged
22771
	  2-3 lines... seems to work nicely now.
22772
22773
2005-12-17 00:40  byo
22774
22775
svn1536:  Updated to wxPropertyGrid 1.0.6.1
22776
22777
2005-12-16 23:26  byo
22778
22779
svn1535:  * Fixed some unicode-compilation problems
22780
	  * Does not load url in wxHtmlWindow in editor (loading may take
22781
	  some time)
22782
	  * Added wxSlider widget
22783
	  * Added scroll bar to widget palette
22784
	  * Fixed some invalid project options in Wizard
22785
22786
2005-12-16 16:52  thomasdenk
22787
22788
svn1534:  Fixed per-project variables.
22789
22790
2005-12-16 16:34  thomasdenk
22791
22792
svn1533:  Corrected autorevision path.
22793
22794
2005-12-16 14:20  byo
22795
22796
svn1532:  Added widgets:
22797
	  * wxChoice
22798
	  * wxHtmlWindow
22799
	  * wxStaticBox
22800
22801
2005-12-16 12:52  thomasdenk
22802
22803
svn1531:  Replaced const char* with const wxChar*
22804
	  This hopefully fixes the Unicode crash, in any case it is not
22805
	  worse... :)
22806
22807
2005-12-16 12:40  thomasdenk
22808
22809
svn1530:  Fixed "Project tree shows unmodified file as modified"
22810
	  bug [1381831]
22811
	  Use _C() for filename in ConfigManager.
22812
22813
2005-12-16 11:34  byo
22814
22815
svn1529:  Added wxListCtrl widget
22816
22817
2005-12-16 11:08  thomasdenk
22818
22819
svn1528:  Apply syntax styling on "Save As" [Bug 1382152]
22820
22821
2005-12-16 10:41  thomasdenk
22822
22823
svn1527:  Added filter for *.so files to search dialog.
22824
	  http://sourceforge.net/tracker/index.php?func=detail&aid=1354367&group_id=126998&atid=707418
22825
22826
2005-12-16 10:30  thomasdenk
22827
22828
svn1526:  Applied Tip-of-the-day patch.
22829
	  
22830
	  http://sourceforge.net/tracker/index.php?func=detail&aid=1355376&group_id=126998&atid=707418
22831
22832
2005-12-16 10:20  thomasdenk
22833
22834
svn1525:  Placed lockfile for wxSingleInstanceChecker in system
22835
	  temp folder, as some people have the home folder on a NFS volume
22836
	  (locking fails).
22837
	  Changed TiXDocument to use fn_str() rather than mb_str(). This
22838
	  hopefully makes it load Unicode pathnames correctly on all
22839
	  systems now. Changed order of illegal characters to be slightly
22840
	  more efficient.
22841
22842
2005-12-15 21:49  mandrav
22843
22844
svn1524:  * Fixed all errors regarding search and replace using
22845
	  regular expressions.
22846
22847
2005-12-15 21:10  thomasdenk
22848
22849
svn1523:  Added Linux makefile for autorevision again.
22850
22851
2005-12-15 20:24  thomasdenk
22852
22853
svn1522:  Removed the setting of some environment variables
22854
	  (apparently unneeded).
22855
	  **Revert this change if code completion should fail to find its
22856
	  files.**
22857
22858
2005-12-15 20:11  thomasdenk
22859
22860
svn1521:  Removed a debug messagebox.
22861
22862
2005-12-15 20:07  thomasdenk
22863
22864
svn1520:  Updated start here page.
22865
	  Commit changed project (did not save on last commit)
22866
22867
2005-12-15 19:56  thomasdenk
22868
22869
svn1519:  Updated project so it compiles again.
22870
	  Added revision number access functions to ConfigManager
22871
	  Added revision number display to cbException
22872
	  Modified the about dialog using ConfigManager functions
22873
	  Removed revision.h from project (does not belong there)
22874
	  Added revision.h to svn's ignore list
22875
22876
2005-12-15 19:30  thomasdenk
22877
22878
svn1518:  Added recent version of autorevision.
22879
22880
2005-12-15 19:22  thomasdenk
22881
22882
svn1517:  Deleted wrong version of autorevision
22883
22884
2005-12-15 17:38  byo
22885
22886
svn1516:  Added new widgets:
22887
	  * wxScrolledWindow
22888
	  * wxCalendarCtrl
22889
	  * wxChoicebook
22890
	  * wxGenericDirCtrl
22891
22892
2005-12-15 17:07  mandrav
22893
22894
svn1515:  * Fixed FreeBSD discovery macro (from __FREEBSD__ to
22895
	  __FreeBSD__).
22896
22897
2005-12-15 17:02  mandrav
22898
22899
svn1514:  * Added AutoRevision tool in autotools build system.
22900
22901
2005-12-15 15:36  mandrav
22902
22903
svn1513:  * Added AutoRevision tool to automatically update
22904
	  src/revision.h based on the SVN revision of the working copy.
22905
	  * Changed all macros in src/appglobals.h to const wxString.
22906
22907
2005-12-15 11:12  thomasdenk
22908
22909
svn1512:  Added (unsigned char) casts to chars used as array
22910
	  subscripts.
22911
	  This removes the many warning messages produced by wxScintilla.
22912
22913
2005-12-15 10:22  thomasdenk
22914
22915
svn1511:  Few optimizations for times and language, and fixed a
22916
	  typo.
22917
22918
2005-12-14 19:59  pecan
22919
22920
svn1510:  KeyBinder changes 2005/12/14 by pecan
22921
22922
2005-12-14 16:03  thomasdenk
22923
22924
svn1509:  Updated template projects to use global user variables
22925
	  as in
22926
	  http://forums.codeblocks.org/index.php?topic=1635.msg11857#msg11857
22927
	  - all wxwidgets
22928
	  - glfw
22929
	  - ogre_gcc
22930
22931
2005-12-14 01:57  thomasdenk
22932
22933
svn1508:  Took out offending inlines.
22934
22935
2005-12-14 00:14  thomasdenk
22936
22937
svn1507:  Changed gcc attribute macros to lowercase for better
22938
	  readability.
22939
	  Changed likely() and unlikely() so they work with arbitrary
22940
	  values.
22941
	  Added some more attribute macros.
22942
	  Added attributes to the block allocator and to code completion.
22943
	  Marked Manager::isappShutingDown() as deprecated.
22944
22945
2005-12-13 22:21  thomasdenk
22946
22947
svn1506:  Renamed uVarMan to m_uVarMan
22948
	  Recalc variables if project == 0
22949
22950
2005-12-13 13:10  mandrav
22951
22952
svn1505:  * Added missing #include in keybinder plugin.
22953
22954
2005-12-13 13:09  mandrav
22955
22956
svn1504:  * Renamed src/src/globals.h to src/src/appglobals.h.
22957
	  * Fixed linux compilation of src/src/prefix.cpp which was broken
22958
	  with the latest FreeBSD patch.
22959
22960
2005-12-13 12:17  thomasdenk
22961
22962
svn1503:  Bindings for gcc attributes
22963
22964
2005-12-13 12:13  thomasdenk
22965
22966
svn1502:  Added forgotten file.
22967
22968
2005-12-13 12:12  thomasdenk
22969
22970
svn1501:  Fixed 1-pixel error in filesave.png
22971
	  Added plug.png
22972
22973
2005-12-13 10:27  mandrav
22974
22975
svn1500:  * Fixed bug with wrong object extension given to PCHs
22976
	  (since relevant patch by Lieven).
22977
22978
2005-12-13 00:35  mandrav
22979
22980
svn1499:  * Implemented project dependencies inside workspaces.
22981
	  * SDK version pumped to 1.6.2.
22982
22983
2005-12-13 00:19  thomasdenk
22984
22985
svn1498:  Removed wxKeybinder menu entry
22986
22987
2005-12-12 21:20  thomasdenk
22988
22989
svn1497:  Cleaned up MacrosManager:
22990
	  - The compiler no longer hands CustomVars over as environment
22991
	  variables
22992
	  - Variables are looked up in a map rather than brute forcing a
22993
	  wxArrayString
22994
	  - Uses one regex with correct semantics instead of looping
22995
	  through two greedy patterns
22996
	  - Simple while(regex.Matches()) loop, no obscure stuff with break
22997
	  and continue
22998
	  - RecalcVars is called exactly once per target instead of eight
22999
	  times per file
23000
	  - Uses char and operator[] instead of char* and Contains() for
23001
	  single characters
23002
	  - Manager::Get()->GetUserVarManager() is called exactly once
23003
	  instead once per match
23004
23005
2005-12-12 19:48  mandrav
23006
23007
svn1496:  * Added missing
23008
	  src/plugins/contrib/keybinder/Makefile.am.
23009
23010
2005-12-12 18:17  mandrav
23011
23012
svn1495:  * Added "File->Close workspace" menu item.
23013
23014
2005-12-12 18:02  mandrav
23015
23016
svn1494:  * Removed wxKeyBinder from src/src.
23017
	  * Added keybinder plugin (maintained by pecan).
23018
23019
2005-12-12 17:05  mandrav
23020
23021
svn1493:  * Added "--profile" command-line option as an alias to
23022
	  "--personality".
23023
23024
2005-12-12 15:19  byo
23025
23026
svn1492:  Added wxSmith Project wizard
23027
23028
2005-12-12 15:07  thomasdenk
23029
23030
svn1491:  Per-project custom vars were not being replaced.
23031
23032
2005-12-12 14:58  mandrav
23033
23034
svn1490:  * Made find-in-files results display only the relative
23035
	  filename.
23036
23037
2005-12-12 14:41  tiwag
23038
23039
svn1489:  * bugfix 1362777 - custom compilerset output parsing
23040
	  regular expressions were not loaded
23041
23042
2005-12-12 14:34  mandrav
23043
23044
svn1488:  * Added "Cancel" button in find-in-files dialog.
23045
	  * Fixed find-in-files bug when custom files search mask is empty.
23046
	  * Fixed find-in-files to remember the last custom search path,
23047
	  until the active project changes.
23048
23049
2005-12-12 14:19  mandrav
23050
23051
svn1487:  * Debugger now doesn't center the active line
23052
	  on-screen, when debugging.
23053
	  * Fixed debugger options not being correctly set.
23054
	  * Removed warning messages from debugger's watches tree.
23055
23056
2005-12-12 14:08  mandrav
23057
23058
svn1486:  * Added "Edit->Goto matching brace" (Ctrl-Shift-B)
23059
	  functionality.
23060
	  * Changed EditorBase::GotoLine(int line, bool
23061
	  centerOnScreen=true) to select if the line should be centered
23062
	  on-screen.
23063
23064
2005-12-12 12:55  mandrav
23065
23066
svn1485:  * Fixed generated object extension, when build target
23067
	  uses a different compiler than the project (fix by Lieven).
23068
23069
2005-12-10 18:33  mandrav
23070
23071
svn1484:  * Added "exit" 16x16 menu icon.
23072
23073
2005-12-10 18:29  mandrav
23074
23075
svn1483:  * Added some more 16x16 icons.
23076
	  * Added icons in some menu entries.
23077
23078
2005-12-10 18:18  mandrav
23079
23080
svn1482:  * Applied FreeBSD compatibility patch by Sean Bryant.
23081
23082
2005-12-09 20:51  thomasdenk
23083
23084
svn1481:  Bug 1377072
23085
23086
2005-12-09 18:04  mandrav
23087
23088
svn1480:  * Fixed a build bug under non-windows platforms.
23089
23090
2005-12-09 14:58  mandrav
23091
23092
svn1479:  * Fixed a few unicode errors in sdk/macrosmanager.cpp.
23093
23094
2005-12-09 14:55  mandrav
23095
23096
svn1478:  * Removed wrongly added src/src/associations.* from
23097
	  autotools builds.
23098
23099
2005-12-09 12:11  mandrav
23100
23101
svn1477:  * Implemented "Disassembly" command for CDB debugger.
23102
23103
2005-12-09 10:01  mandrav
23104
23105
svn1476:  * Renamed "GDB Debugger" plugin to "Debugger".
23106
	  * Added "Settings->Debugger" menu item.
23107
23108
2005-12-09 09:52  mandrav
23109
23110
svn1475:  * Fixed debugger "Run to cursor" not working some
23111
	  times.
23112
	  * Set GDB debugger's disassembly to print demangled funtion
23113
	  names.
23114
	  * Set default debugger name for MSCV compiler.
23115
23116
2005-12-08 23:05  thomasdenk
23117
23118
svn1474:  replaced _T("...") with DEFAULT_BATCH_BUILD_ARGS
23119
23120
2005-12-08 11:49  mandrav
23121
23122
svn1473:  * Fixed another potential-crash bug.
23123
23124
2005-12-08 11:38  mandrav
23125
23126
svn1472:  * Fixed crash when cancelling opening a file C::B
23127
	  doesn't know how to handle (bug #1376155).
23128
23129
2005-12-08 09:39  mandrav
23130
23131
svn1471:  * Fixed "Compile file" command to work again (would
23132
	  fail before the project was built at least once).
23133
23134
2005-12-07 14:34  mandrav
23135
23136
svn1470:  * Fixed bug in code-completion (parsing non-source
23137
	  files - closes bug #1350355).
23138
23139
2005-12-07 14:08  byo
23140
23141
svn1469:  Another missing files :|
23142
23143
2005-12-07 14:07  mandrav
23144
23145
svn1468:  * Removed cmd.exe from being used in compilation
23146
	  commands automatically.
23147
23148
2005-12-07 13:46  mandrav
23149
23150
svn1467:  * Fixed setting last activated target when opening a
23151
	  project.
23152
23153
2005-12-07 13:25  thomasdenk
23154
23155
svn1466:  Revert 1461 (not necessary)
23156
23157
2005-12-07 13:14  byo
23158
23159
svn1465:  Limited memory usage for resources without opened
23160
	  editors
23161
	  Fixed some bugs
23162
23163
2005-12-07 13:12  mandrav
23164
23165
svn1464:  * Added src/src/associations.* in autotools build
23166
	  system.
23167
23168
2005-12-07 12:46  mandrav
23169
23170
svn1463:  * Fixed pre-build and post-build steps generation.
23171
23172
2005-12-07 12:00  byo
23173
23174
svn1462:  * Added support for XRC files (mime handler allow
23175
	  opening them inside wxSmith)
23176
	  * Replaced char* -> wxString conversions with _U() macro
23177
23178
2005-12-07 11:32  thomasdenk
23179
23180
svn1461:  Removed -lwxmsw and -Lsdk/tinyxml from the wxScintilla
23181
	  target to avoid "The following character string is too long"
23182
	  error.
23183
23184
2005-12-07 09:59  mandrav
23185
23186
svn1460:  * Updated project to include the new src/associations.*
23187
	  files.
23188
23189
2005-12-07 09:55  mandrav
23190
23191
svn1459:  * Fixed a null pointer dereference in plugin manager.
23192
	  * Changed PluginWizard generated project's compiler options.
23193
	  * Added "Set now" button for associations in Environment settings
23194
	  dialog.
23195
	  * Added "Batch builds" page in Environment settings dialog to
23196
	  allow editing the extra command-line arguments used for batch
23197
	  builds through shell extensions. This way the user could define a
23198
	  personality, for example.
23199
	  * Added "--batch-build-notify" command-line option. Displays a
23200
	  message box with the exit code when the build is over.
23201
23202
2005-12-07 09:48  byo
23203
23204
svn1458:  Fixed some seg faults
23205
23206
2005-12-07 09:11  byo
23207
23208
svn1457:  Added missing files
23209
23210
2005-12-07 09:07  byo
23211
23212
svn1456:  Patched corrupted resources and code
23213
23214
2005-12-07 02:00  byo
23215
23216
svn1455:  Moved wxSmithMime to separate files
23217
23218
2005-12-06 17:16  mandrav
23219
23220
svn1454:  * Fixed a unicode error in app.cpp
23221
	  * Included the PCH in projectfile.cpp
23222
23223
2005-12-06 14:07  thomasdenk
23224
23225
svn1453:  Fixed two compiler warnings (directcommands and
23226
	  uservarmanager).
23227
	  Added "Build" and "Rebuild (clean)" Explorer context menu entries
23228
	  for project files and workspaces.
23229
23230
2005-12-06 11:56  mandrav
23231
23232
svn1452:  * When creating a new project from template, add the
23233
	  files to the project as relative filenames (last part of bug
23234
	  #1370744).
23235
23236
2005-12-06 09:32  mandrav
23237
23238
svn1451:  * Added "Export target to new project" functionality
23239
	  (in project properties dialog).
23240
	  * Documented IBaseLoader and ProjectLoader SDK classes.
23241
23242
2005-12-05 15:30  thomasdenk
23243
23244
svn1450:  Few additions for use when builing releases
23245
23246
2005-12-05 13:42  mandrav
23247
23248
svn1449:  * Fixed unicode error in sdk/cbplugin.h.
23249
23250
2005-12-05 13:09  mandrav
23251
23252
svn1448:  * Plugins that are not allowed to load, are not loaded
23253
	  at all now (they used to, but just remained disabled). Speeds
23254
	  start-up time now for special personalities.
23255
	  * Added plugin function to free a plugin.
23256
	  * Added plugin function to acquire the name of a plugin without
23257
	  loading it.
23258
	  * Changed the plugin function to acquire its SDK version. Added
23259
	  "release" number in version.
23260
	  * Current plugin SDK is at version 1.6.1.
23261
	  * All the above plugin-related updates require no changes at all
23262
	  to existing plugins (besides a rebuild).
23263
23264
2005-12-04 15:51  thomasdenk
23265
23266
svn1446:  Notify plugins on File-->New
23267
23268
2005-12-04 15:31  mandrav
23269
23270
svn1445:  * Fixed checks for file associations (windows only).
23271
23272
2005-12-04 15:08  mandrav
23273
23274
svn1444:  * Added info log when a pending breakpoint is resolved.
23275
	  * Fixed GDB backtrace.
23276
23277
2005-12-04 12:39  mandrav
23278
23279
svn1443:  * Fixed project being incorrectly reported as modified
23280
	  (bug #1370746).
23281
	  * Moved "active target" information to the layout file (instead
23282
	  to the project file).
23283
23284
2005-12-04 12:03  mandrav
23285
23286
svn1442:  * Building/Rebuilding/Cleaning a workspace now uses the
23287
	  same build target for all projects (assuming they match).
23288
23289
2005-12-04 11:30  mandrav
23290
23291
svn1441:  * Added cbProject::DuplicateBuildTarget().
23292
	  * Re-designed project properties dialog.
23293
	  * Added button to duplicate a build target in project properties.
23294
	  * Removed "Dependencies dir" setting from project properties (not
23295
	  using "make" anymore).
23296
	  * Removed "Custom deps" page from file properties (not using
23297
	  "make" anymore).
23298
	  * Fixed a major memory leak in cbProject.
23299
23300
2005-12-04 02:55  cyberkoa
23301
23302
svn1440:  Unicode fix
23303
23304
2005-12-04 00:36  byo
23305
23306
svn1439:  Added mime handler (currently supporting only wxs
23307
	  files)
23308
23309
2005-12-03 23:23  mandrav
23310
23311
svn1438:  * When creating a new project/target, make the
23312
	  suggested output filename relative to the project file (bug
23313
	  #1370744).
23314
23315
2005-12-03 23:10  mandrav
23316
23317
svn1437:  * Moved notification message for project loading to a
23318
	  later stage because code-completion kicked in too early and the
23319
	  perceived project loading time was long. It now seems to load
23320
	  almost immediately.
23321
	  * Project now supports files from different drives (for windows).
23322
23323
2005-12-03 23:04  byo
23324
23325
svn1436:  Fixed bug with invalid code generation when variable
23326
	  name contains special phrases inside (like "pos" or "size")
23327
23328
2005-12-03 22:20  mandrav
23329
23330
svn1435:  * Added missing files sdk/projectfile.cpp|h
23331
23332
2005-12-03 21:21  mandrav
23333
23334
svn1434:  * Updated sdk.doxy, the file to generate SDK
23335
	  documentation using doxygen.
23336
23337
2005-12-03 20:54  mandrav
23338
23339
svn1433:  * Written documentation for cbProject,
23340
	  ProjectBuildTarget and ProjectFile.
23341
	  * Moved declaration and definition of ProjectFile and pfDetails
23342
	  in sdk/projectfile.cpp|h.
23343
	  * Added ProjectBuildTarget::GetFilesList() to get a list of files
23344
	  belonging to the target for easy iteration.
23345
	  * Further improved project loading times by ~75%. Please note
23346
	  cbProject::AddFile()'s documentation...
23347
23348
2005-12-03 11:58  thomasdenk
23349
23350
svn1432:  Bugfix for list entries not showing spaces.
23351
23352
2005-12-03 11:17  mandrav
23353
23354
svn1431:  * Moved main frame showing at the very last stage of
23355
	  the app loading process. This speeds app startup because there's
23356
	  no GUI visible until everything's loaded.
23357
	  * Removed --hidden command-line option. It's implicitly used for
23358
	  batch builds, because the GUI is not responsive anyway.
23359
23360
2005-12-03 09:44  mandrav
23361
23362
svn1430:  * ~35% speed-up of project loading.
23363
23364
2005-12-02 23:25  mandrav
23365
23366
svn1429:  * Fixed wrong MinGW macro for static library creation
23367
	  (bad ranlib parameter).
23368
23369
2005-12-02 23:12  mandrav
23370
23371
svn1428:  * Fixed _UU macro used in unicode conversion.
23372
	  * Fixed build error in ConfigManager in unicode builds.
23373
	  * Command shell is used for compilation only, not for target
23374
	  execution.
23375
23376
2005-12-02 22:57  mandrav
23377
23378
svn1427:  * Re-enabled custom vars in target options (filename,
23379
	  working dir, etc) which was broken with the latest changes in the
23380
	  compiler.
23381
	  * Fixed single file compilation to work when filename contains
23382
	  spaces.
23383
23384
2005-12-02 21:19  mandrav
23385
23386
svn1426:  * Implemented missing ListBoxImpl::SetList() in
23387
	  wxScintilla (also submitted it as a patch to wxCode).
23388
23389
2005-12-02 14:44  mandrav
23390
23391
svn1425:  * Fixed bug (typo) in compiler plugin, which broke the
23392
	  build under linux.
23393
23394
2005-12-02 13:21  mandrav
23395
23396
svn1424:  * Updated compiler's IsRunning() method to return the
23397
	  correct value.
23398
23399
2005-12-02 13:19  mandrav
23400
23401
svn1423:  * Fixed a memory leak in compiler plugin.
23402
	  * Updated debugger to work with the revamped compiler interface.
23403
23404
2005-12-02 12:54  mandrav
23405
23406
svn1422:  * Added --target command-line option for batch builds.
23407
	  * Revamped compiler plugin to use a commands queue. Simplified a
23408
	  lot now.
23409
	  * Added a few missing #includes.
23410
	  * Plugins SDK version pumped to 1.6.
23411
23412
2005-12-01 23:00  thomasdenk
23413
23414
svn1421:  Various optimizations without changing the actual
23415
	  algorithm.
23416
	  In optimized build, parsing is now twice as fast.
23417
23418
2005-12-01 22:57  thomasdenk
23419
23420
svn1420:  Better block allocator (by order of magnitude faster,
23421
	  and includes performance counters and a leak detector).
23422
	  Made more classes block allocated where it makes sense.
23423
	  Changed heap-allocated Mutexes to stack-allocated
23424
	  CriticalSections.
23425
23426
2005-11-30 14:59  mandrav
23427
23428
svn1419:  * Fix in PersonalityManager to return the default
23429
	  personality if no other specified.
23430
23431
2005-11-30 14:39  mandrav
23432
23433
svn1418:  * Added command line options for batch builds
23434
	  (--hidden, --rebuild and --build). They operate on the
23435
	  project/workspace command-line argument. Still have to save the
23436
	  build log to a file...
23437
	  * Fixed personalities to work again. For each personality, a
23438
	  different .conf file is used (instead of default.conf).
23439
23440
2005-11-30 06:00  cyberkoa
23441
23442
svn1417:  Update style with MASK for different platform
23443
23444
2005-11-30 05:55  cyberkoa
23445
23446
svn1416:  Update the styles , with MASK for different platform
23447
23448
2005-11-30 05:49  cyberkoa
23449
23450
svn1415:  Update the styles , with MASK for different platform
23451
23452
2005-11-29 21:14  mandrav
23453
23454
svn1414:  * AnnoyingDialog now is centered after layout.
23455
	  * More than one plugin can now be contained in a given library
23456
	  (DLL). No changes are needed in existing code, except the obvious
23457
	  rebuild. Plugin SDK version pumped to 1.5.
23458
23459
2005-11-29 13:31  mandrav
23460
23461
svn1413:  * Fixed minor update issue with "New project" dialog.
23462
	  * Changed a log message in cbThreadPool.
23463
	  * Fixed issues with temporary breakpoints not being deleted in
23464
	  debugger.
23465
23466
2005-11-29 11:06  mandrav
23467
23468
svn1412:  * Fixed --enable-contrib autotools option.
23469
23470
2005-11-29 11:03  mandrav
23471
23472
svn1411:  * Added
23473
	  src/plugins/compilergcc/cmdlinegenerator.(cpp|h) in the
23474
	  autotools build system.
23475
23476
2005-11-29 09:57  mandrav
23477
23478
svn1410:  * Updated wxScintilla to version 1.66 (patched for
23479
	  C::B).
23480
	  * Fixed bugs with searching/replacing using regular expressions.
23481
23482
2005-11-29 08:58  mandrav
23483
23484
svn1409:  * Fix for last commit (missing parenthesis).
23485
23486
2005-11-29 08:30  mandrav
23487
23488
svn1408:  * Shortened the length of the build target combo box on
23489
	  the compiler toolbar.
23490
	  * Display error debugging target in the debugger's log, when
23491
	  using the CBD driver.
23492
23493
2005-11-28 17:13  mandrav
23494
23495
svn1407:  * PCH generation directory always first in search list
23496
	  (even for #include "" form).
23497
23498
2005-11-28 14:34  mandrav
23499
23500
svn1406:  * Fixed minor UI bug in compiler options (bug
23501
	  #1368208).
23502
23503
2005-11-28 13:06  mandrav
23504
23505
svn1405:  * Disabled makefile generation because it's out-of-sync
23506
	  with the current build capabilities.
23507
	  * Added CmdLineGenerator for generating build commands.
23508
	  * Made custom makefile invocation commands customizable.
23509
	  * "GNU make" build method is now *only* used in projects with
23510
	  custom Makefile.
23511
	  * Changed defaults for project files: PCH in object dir, "Include
23512
	  target in ALL" off.
23513
	  * Project file version pumped to 1.2.
23514
	  * Removed "update" and "doc" targets from main project.
23515
	  * Fixed unicode issu in configmanager.h.
23516
23517
2005-11-28 05:52  rickg22
23518
23519
svn1404:  Fixed an omission with the optimized makefile
23520
	  generation
23521
23522
2005-11-28 05:43  rickg22
23523
23524
svn1403:  Optimized compile commands and makefile generation
23525
23526
2005-11-28 01:18  byo
23527
23528
svn1402:  Fixed bugs with identifiers predefined in wxWidgets.
23529
	  Now can use integer values as ids (when using XRC, -1 is only
23530
	  acceptable)
23531
23532
2005-11-28 00:25  byo
23533
23534
svn1401:  Removed invalid #endif in generated sources
23535
23536
2005-11-27 18:56  mandrav
23537
23538
svn1400:  Removed file/folder
23539
23540
2005-11-27 17:17  rickg22
23541
23542
svn1398:  Fixed bug #1326031 - C::B Crashes if you start
23543
	  compiling a project and then close
23544
23545
2005-11-27 04:43  rickg22
23546
23547
svn1397:  New projects from templates are saved automatically
23548
	  (along with their files) after created. Note: We need to do the
23549
	  same with new projects created from wizards.
23550
23551
2005-11-26 21:20  cyberkoa
23552
23553
svn1396:  testing SVN commit
23554
23555
2005-11-26 21:19  mandrav
23556
23557
svn1395:  * Added src/sdk/editpairdlg.* and
23558
	  src/plugins/debuggergdb/debuggerstate.* to the autotools build
23559
	  system.
23560
23561
2005-11-26 21:17  mandrav
23562
23563
svn1394:  * Changed encoding of wxPdfDocument/src/pdfbarcode.cpp
23564
	  because it couldn't be compiled in unicode.
23565
	  * Removed "#pragma interface" from
23566
	  wxPdfDocument/include/wx/pdfencrypt.h because it messed with
23567
	  exported symbols.
23568
23569
2005-11-26 19:53  mandrav
23570
23571
svn1393:  * Editor configuration dialog now remembers the last
23572
	  selected theme language.
23573
23574
2005-11-26 19:36  mandrav
23575
23576
svn1392:  * Added "Source code" page with info on checking out
23577
	  C::B's source code using SVN.
23578
23579
2005-11-26 16:14  ceniza
23580
23581
svn1391:  * Updated wxPdfDocument to version 0.6
23582
	  * Enabled the PDF exporter to use fill color thanks to the new
23583
	  functions in wxPdfDocument
23584
	  * Now PDF exporter is able to wrap lines, once again, thanks to
23585
	  the new functions in wxPdfDocument
23586
23587
2005-11-26 15:10  ceniza
23588
23589
svn1390:  * Changed indentation style (nothing to worry about)
23590
	  * Fixed bug of not reading indentation size (in spaces) correctly
23591
23592
2005-11-26 13:57  mandrav
23593
23594
svn1389:  * Adding "web" module (part 3).
23595
23596
2005-11-26 13:57  mandrav
23597
23598
svn1388:  * Adding "web" module (part 2).
23599
23600
2005-11-26 13:53  mandrav
23601
23602
svn1387:  * Adding "web" module (part 1).
23603
23604
2005-11-26 13:45  mandrav
23605
23606
svn1386:  * Added "docs" module.
23607
23608
2005-11-25 09:58  mandrav
23609
23610
svn1385:  * Added EditPairDlg, a generic dialog to edit a
23611
	  key/value pair. Currently used for adding/editing custom vars in
23612
	  compiler options.
23613
	  * Allow custom variables to be empty.
23614
23615
2005-11-25 08:51  mandrav
23616
23617
svn1384:  * Fixed broken syntax highlighting.
23618
	  * Fixed "Reset defaults" for color sets would reset colors for
23619
	  all languages instead of the selected one.
23620
23621
2005-11-24 19:01  mandrav
23622
23623
svn1383:  * Fixed bug in new project saving code.
23624
23625
2005-11-24 13:30  mandrav
23626
23627
svn1382:  * Updated project file CodeBlocks.cbp. You can now
23628
	  build C::B using it (no global user vars are used). Default
23629
	  custom variables are set-up for unicode builds.
23630
	  * Fixed every missing #include for non-PCH builds.
23631
	  * Fixed some compiler warnings in various files.
23632
	  * Converted all XML generation (project, layout and workspace
23633
	  files) from using string streams to using TiXmlDocument directly.
23634
23635
2005-11-24 05:36  cyberkoa
23636
23637
svn1381:  Fix bugs on lines 221,222,223 that does not compile in
23638
	  Unicode where Element->Attribute(xxx) should be encoded in
23639
	  wxConvUTF8 so that can be assigned to wxString variable
23640
23641
2005-11-24 03:07  rickg22
23642
23643
svn1380:  Optimized a bit the stability tweak.
23644
23645
2005-11-23 21:52  byo_spoon
23646
23647
svn1379:  * Changes style system to support style flags
23648
	  * Some minor bug fixes
23649
23650
2005-11-23 14:41  mandrav
23651
23652
svn1378:  * Created DebuggerState class for the debugger plugin.
23653
	  This will eventually be managing everything shared between the
23654
	  debugger and C::B. Currently, breakpoints are handled by this
23655
	  class.
23656
23657
2005-11-22 22:06  thomas-denk
23658
23659
svn1377:  Untitled2 bug.
23660
23661
2005-11-22 15:09  byo_spoon
23662
23663
svn1376:  Extended style class
23664
23665
2005-11-22 12:39  mandrav
23666
23667
svn1375:  * Fixed debugger watches tree to be updated on-the-fly.
23668
23669
2005-11-22 03:49  rickg22
23670
23671
svn1374:  Added NDEBUG flag to the astyle plugin so it won't be
23672
	  in the "debug" version.
23673
23674
2005-11-21 23:10  byo_spoon
23675
23676
svn1373:  Implemented application-managment system
23677
23678
2005-11-21 22:02  mandrav
23679
23680
svn1372:  * Minor UI change in new project dialog.
23681
23682
2005-11-21 21:25  mandrav
23683
23684
svn1371:  * Re-arranged the debugger menu a bit.
23685
	  * Added message to close active editors before entering keyboard
23686
	  configuration.
23687
23688
2005-11-21 20:59  thomas-denk
23689
23690
svn1370:  Illegal configuration key
23691
23692
2005-11-21 20:27  thomas-denk
23693
23694
svn1369:  Two illegal config keys
23695
23696
2005-11-21 14:43  mandrav
23697
23698
svn1368:  * Implemented watching local variables and function
23699
	  arguments for CDB debugger driver.
23700
23701
2005-11-21 13:55  mandrav
23702
23703
svn1367:  * Fixed "debug" MSVC compiler option.
23704
	  * MessageManager's DebugLogWarning() and DebugLogError() are now
23705
	  printed in blue and read, respectively.
23706
	  * Fixed debugger watches to work correctly for both drivers.
23707
23708
2005-11-21 11:04  mandrav
23709
23710
svn1366:  * Removed (hidden actually) "Watches" tree root item.
23711
23712
2005-11-21 10:58  mandrav
23713
23714
svn1365:  * Fixed error with debugger tree's "Load watch file".
23715
23716
2005-11-21 10:28  mandrav
23717
23718
svn1364:  * Changed wxRmDir to wxRmdir in sc_io.cpp as it is
23719
	  platform-neutral this way.
23720
23721
2005-11-20 22:16  byo_spoon
23722
23723
svn1363:  * Refreshing event property grid to keep it up to date
23724
	  * Addeed some debug info when automatically correcting resources
23725
23726
2005-11-20 21:47  mandrav
23727
23728
svn1362:  * Fixed issues with recent projects/files history.
23729
23730
2005-11-20 17:51  mandrav
23731
23732
svn1361:  * Added missing include for sdk in autotools build.
23733
	  * Added function to save debugger watches as a watch file for
23734
	  later reloading (patch by Morten).
23735
23736
2005-11-20 17:18  mandrav
23737
23738
svn1360:  * Added AnnoyingDialog in autotools build system.
23739
23740
2005-11-20 08:49  mandrav
23741
23742
svn1359:  * Fixed some unicode issues in AnnoyingDialog.
23743
	  * Fixed toolbar not setting to 32x32 pixels.
23744
23745
2005-11-20 02:49  ceniza
23746
23747
svn1358:  * Fixed bug introduced with the new ConfigManager
23748
	  * Enabled the creation of a help file called default
23749
23750
2005-11-20 00:20  byo_spoon
23751
23752
svn1357:  * Fixed bug with overlapping styles
23753
	  * Minor changes of colour and font property
23754
	  * Set wxDEFAULT_FRAME_STYLE as default style when creating frame
23755
23756
2005-11-20 00:00  mandrav
23757
23758
svn1356:  * Added genric dialog with checkbox for the user to
23759
	  select if it should be displayed again.
23760
	  "Settings->Environment->Dialogs" can be used to re-enable
23761
	  disabled dialogs. Called AnnoyingDialog :)
23762
	  * Used AnnoyingDialog in compiler plugin.
23763
	  * Moved settings for network proxy in
23764
	  "Settings->Environment->Network".
23765
23766
2005-11-19 23:20  byo_spoon
23767
23768
svn1355:  Fixed bug with invalid auto-generate code when
23769
	  discarding editor changes
23770
23771
2005-11-19 22:26  mandrav
23772
23773
svn1354:  * Fixed macro for creating static library with
23774
	  DigitalMars (by hd).
23775
	  * Added -q option to Borland's command lines to suppress the
23776
	  banner (by hd).
23777
23778
2005-11-19 22:21  mandrav
23779
23780
svn1353:  * Added "Load watch script" for debuggers (patch by
23781
	  Morten).
23782
23783
2005-11-19 21:48  mandrav
23784
23785
svn1352:  * Fixed search in class browser.
23786
23787
2005-11-19 20:23  mandrav
23788
23789
svn1351:  * Improved class browser.
23790
	  * Added null-pointer checks in debugger plugin.
23791
23792
2005-11-18 20:51  mandrav
23793
23794
svn1350:  * Implemented watches support for CDB debugger.
23795
	  * Implemented tooltip evaluation support for CDB debugger.
23796
23797
2005-11-18 14:45  mandrav
23798
23799
svn1349:  * Implemented backtrace for CDB debugger driver.
23800
	  * In previous commit, added hardcoded support to select debugger
23801
	  based on compiler. Basically CDB is selected for compiler index 1
23802
	  (MSVCTK) and GDB for everything else. Until a configuration
23803
	  dialog is made, it will suffice.
23804
23805
2005-11-18 14:16  mandrav
23806
23807
svn1348:  * Added support for temporary breakpoints in CDB
23808
	  debugger driver (for run-to-cursor).
23809
23810
2005-11-18 13:57  byo_spoon
23811
23812
svn1347:  Fixed project settings in NewBuild
23813
23814
2005-11-18 13:22  mandrav
23815
23816
svn1346:  * Fixed exception raised in ToolsManager because of
23817
	  invalid path name used in configuration.
23818
23819
2005-11-18 13:15  thomas-denk
23820
23821
svn1345:  Explicit "Find in files" menu item
23822
23823
2005-11-18 13:07  mandrav
23824
23825
svn1344:  * Fixed a bug in filenames conversion for debugger.
23826
23827
2005-11-18 11:29  mandrav
23828
23829
svn1343:  * Update class browser only once when an editor gets
23830
	  activated.
23831
23832
2005-11-18 10:29  mandrav
23833
23834
svn1342:  * Added two new SDK events: cbEVT_EDITOR_ACTIVATED and
23835
	  cbEVT_EDITOR_DEACTIVATED.
23836
	  * Added class-browser option to display either all project
23837
	  symbols or only current editor's symbols.
23838
	  * Fixed saving/loading order of recent files/projects history.
23839
23840
2005-11-17 21:58  mandrav
23841
23842
svn1341:  * Added help_plugin, source_exporter and wxSmith in
23843
	  autotools build system.
23844
23845
2005-11-17 19:04  mandrav
23846
23847
svn1340:  * Merged branch "yt" to HEAD.
23848
	  * Added ContribPlugins.workspace to build all contrib plugins.
23849
23850
2005-11-16 23:32  byo_spoon
23851
23852
svn1333:  Added Tooltips for buttons inside window editor
23853
23854
2005-11-15 05:15  cyberkoa
23855
23856
svn1308:  Modify so that the styles in wxSmith /defwidgets/wxs*
23857
	  according to styles in WX_DIR/src/xrc/xh_* - update on
23858
	  wxsnotebook.cpp
23859
23860
2005-11-13 01:49  cyberkoa
23861
23862
svn1288:  Modify so that the styles in wxSmith /defwidgets/wxs*
23863
	  according to styles in WX_DIR/src/xrc/xh_*
23864
23865
2005-11-12 15:35  byo_spoon
23866
23867
svn1285:  Changed code generation method - now it uses current
23868
	  editor settings (tabs, eol mode) and automatically indent codee
23869
	  relatively to code header
23870
23871
2005-11-12 13:36  byo_spoon
23872
23873
svn1281:  Small bug fix (closing preview when closing editor)
23874
23875
2005-11-12 12:26  byo_spoon
23876
23877
svn1275:  * Window preview is no longer modal
23878
	  * Preview can be closed by pressing ESC key
23879
	  * Include section in newly created files uses precompiled headers
23880
23881
2005-11-11 22:19  byo_spoon
23882
23883
svn1263:  Window editor improovements:
23884
	  * Added ability to use 16x16 icons in toolset
23885
	  * Palette is refreshed when changing icon size
23886
	  * Unblocked standard options in quick configure panel
23887
23888
2005-11-11 03:47  ceniza
23889
23890
svn1261:  * Fixed bug #1350933: Disappearing help plugin entries
23891
	  -> Using slashes or backslashes is not allowed to name help file
23892
	  entries anymore
23893
23894
2005-11-11 00:18  byo_spoon
23895
23896
svn1255:  *** empty log message ***
23897
23898
2005-11-10 12:31  byo_spoon
23899
23900
svn1242:  * Removed palette at the bottom
23901
	  * Added Quick Properties
23902
23903
2005-11-09 18:00  ceniza
23904
23905
svn1230:  Changed compilation and linking flags for the Linux
23906
	  project for wxWidgets 2.6
23907
23908
2005-11-09 16:16  ceniza
23909
23910
svn1227:  * Added project file for Linux using wxWidgets 2.6*
23911
	  Modified sources to compile under Linux
23912
23913
2005-11-09 16:14  ceniza
23914
23915
svn1224:  Added project file for Linux using wxWidgets 2.6
23916
23917
2005-11-09 13:40  ceniza
23918
23919
svn1221:  The filename for the exported file is now suggested
23920
	  from the source filename
23921
23922
2005-11-08 16:25  ceniza
23923
23924
svn1214:  Removed call to SetAutoPageBreak
23925
23926
2005-11-08 14:40  byo_spoon
23927
23928
svn1212:  Fixed some damaged resources
23929
23930
2005-11-07 23:41  byo_spoon
23931
23932
svn1205:  * Moved widget list to bottom of editor (it was to
23933
	  close to files notebok)
23934
	  * Added code supporting new buttons inside editor
23935
	  * Changed pch generation method
23936
23937
2005-11-07 12:37  byo_spoon
23938
23939
svn1203:  * Added some missing includes when compiling without
23940
	  pch
23941
	  * Updated project file for Linux
23942
23943
2005-11-07 02:41  ceniza
23944
23945
svn1200:  Updated plugin information
23946
23947
2005-11-07 02:11  ceniza
23948
23949
svn1188:  Added PDF exporter
23950
23951
2005-11-07 01:52  ceniza
23952
23953
svn1185:  Added PDF exporter
23954
23955
2005-11-06 22:56  byo_spoon
23956
23957
svn1184:  Small bug with code-generation fixed
23958
23959
2005-11-06 06:43  cyberkoa
23960
23961
svn1150:  Redraw 16x16 icon. Redesign wxDatePickerCtrl icon
23962
23963
2005-11-04 16:19  byo_spoon
23964
23965
svn1133:  * Started working on new palette style
23966
	  * Bug fixes
23967
23968
2005-11-04 10:41  byo_spoon
23969
23970
svn1123:  * Changed BaseParams to BaseProperties
23971
	  * Moved wxsWidgetManager and wxsBaseProperties to separate files
23972
	  * Set classes to be exported (symbol names will be used inside
23973
	  .RPT file)
23974
	  * Added 16x16 icons into palette
23975
23976
2005-11-03 15:07  mandrav
23977
23978
svn1120:  * Changed global user vars scope operator from :: to #
23979
	  (messed up when used with wxFileName).
23980
	  * Fixed bug of disappearing compiler copies.
23981
23982
2005-11-03 12:00  tiwag
23983
23984
svn1119:  libray path for standard wxWidgets installation
23985
	  corrected
23986
23987
2005-11-02 17:01  mandrav
23988
23989
svn1118:  * Added editpathdlg.cpp/h in codeblocks-newbuild.cbp
23990
23991
2005-11-02 16:52  mandrav
23992
23993
svn1117:  * Fixed include path when PCH is generated in the
23994
	  object output dir.
23995
	  * Added missing #includes in editpathdlg.cpp and
23996
	  uservarmanager.cpp
23997
23998
2005-11-02 14:56  ceniza
23999
24000
svn1116:  Added Export submenu
24001
24002
2005-11-02 14:51  mandrav
24003
24004
svn1115:  * Fixed sorting order in class-browser.
24005
	  * Added Ogre material lexer (contributed by nfz).
24006
24007
2005-11-02 14:49  mandrav
24008
24009
svn1114:  * Updated autotools build system.
24010
24011
2005-11-02 14:12  mandrav
24012
24013
svn1113:  * Allow editing all three types of keywords for each
24014
	  lexer.
24015
	  * Allow editing filemasks for each lexer.
24016
24017
2005-11-02 13:01  thomas-denk
24018
24019
svn1112:  Project to allow test-driving new global vars feature.
24020
	  Original project left intact lest the RC2 users can't compile.
24021
24022
2005-11-01 16:22  mandrav
24023
24024
svn1111:  * Updated autotools build system and fixed a couple of
24025
	  unicode compatibility issues.
24026
24027
2005-11-01 14:54  mandrav
24028
24029
svn1110:  * Added new UserVarManager (thanks to Thomas)
24030
	  * Fixed a couple of bugs in EditPathDlg
24031
24032
2005-11-01 11:46  zlika
24033
24034
svn1109:  Fix resource zip name problem with the unix cbp
24035
24036
2005-11-01 09:54  mandrav
24037
24038
svn1108:  * Fixed bug when creating a new file which already
24039
	  exists on disk (bug #1344082)
24040
24041
2005-11-01 05:06  rickg22
24042
24043
svn1107:  Fixed bug #1342507 - CB keeps asking about a file that
24044
	  no longer exists
24045
24046
2005-11-01 04:33  rickg22
24047
24048
svn1106:  Fixed crash on "New File" when there's "untitled1" on
24049
	  the harddisk (bug #1344082)
24050
24051
2005-10-31 09:44  thomas-denk
24052
24053
svn1105:  bug #1342953 (right-click loses selection) better
24054
	  implementation, deselects on click outside selection now to
24055
	  re-enable "Find declaration of..."
24056
24057
2005-10-31 07:53  thomas-denk
24058
24059
svn1104:  Bug #1342953
24060
24061
2005-10-30 13:22  zlika
24062
24063
svn1103:  Added column sorting and colors in call graph
24064
24065
2005-10-28 08:33  mandrav
24066
24067
svn1101:  * Fixed crash when using "--personality" command line
24068
	  option
24069
24070
2005-10-27 13:48  mandrav
24071
24072
svn1099:  * Merged latest bug-fix about PCH from
24073
	  CODEBLOCKS_1_0RC2_FINAL
24074
24075
2005-10-27 07:27  zlika
24076
24077
svn1097:  Fix end of lines problem
24078
24079
2005-10-27 07:19  thomas-denk
24080
24081
svn1096:  Fixed the wxUSleep / wxUsleep typo.
24082
24083
2005-10-26 19:35  byo_spoon
24084
24085
svn1095:  Added missing resource files
24086
24087
2005-10-26 15:28  byo_spoon
24088
24089
svn1094:  * Added icon into Widgets tab
24090
	  * Changed icons to support transparency
24091
	  * Added dynamically changing quick properties stuff inside
24092
	  palette
24093
24094
2005-10-26 13:26  mandrav
24095
24096
svn1093:  * Merged latest changes from CODEBLOCKS_1_0RC2_FINAL
24097
24098
2005-10-24 20:27  mandrav
24099
24100
svn1087:  * Fixed wxWidgets templates
24101
24102
2005-10-24 20:18  mandrav
24103
24104
svn1086:  * Updated ChangeLog for version 1.0rc2
24105
24106
2005-10-24 13:30  byo_spoon
24107
24108
svn1085:  * Added InitDialog event handler
24109
	  * Fixed some bugs related to event handlers
24110
24111
2005-10-24 12:09  byo_spoon
24112
24113
svn1082:  * Fixed dialog-initializing code generation (now using
24114
	  Create() instead of constructor)
24115
	  * Fixed bug with crashes after configuring wxSmith
24116
	  * Addef Fit() and SetSizeHints() methods to code generated by
24117
	  sizers
24118
24119
2005-10-24 08:03  mandrav
24120
24121
svn1081:  * Fixed a small bug in PluginWizard's generated code.
24122
	  * Fixed selecting directories when adding paths in global
24123
	  compiler options.
24124
24125
2005-10-23 21:53  ceniza
24126
24127
svn1068:  * ODT Exporter added. * The exporters now inherit from
24128
	  BaseExporter.
24129
24130
2005-10-23 20:58  mandrav
24131
24132
svn1067:  * Fixed debugger plugin not working correctly with
24133
	  unicode wx.
24134
24135
2005-10-23 19:03  mandrav
24136
24137
svn1063:  * Updated new splash screen
24138
24139
2005-10-22 14:06  byo_spoon
24140
24141
svn1062:  update.bat will put all resources also into output
24142
	  directory
24143
24144
2005-10-22 13:24  ceniza
24145
24146
svn1061:  Ampersand now written as &amp; in the HTML Exporter
24147
24148
2005-10-22 13:21  ceniza
24149
24150
svn1060:  Fixed background color bug in the HTML Exporter
24151
24152
2005-10-22 10:33  byo_spoon
24153
24154
svn1057:  Changed options to generate precompiled headers
24155
	  automatically
24156
24157
2005-10-22 09:46  mandrav
24158
24159
svn1056:  * Added explanation string in file options dialog,
24160
	  regarding "Priority weight" setting.
24161
24162
2005-10-22 00:35  byo_spoon
24163
24164
svn1055:  Added support for precompiled headers
24165
24166
2005-10-21 15:20  mandrav
24167
24168
svn1054:  * Updated Makefile.am for "StartHere" page resources
24169
24170
2005-10-21 12:56  mandrav
24171
24172
svn1044:  * Added some eye-candy (courtesy by Thomas)
24173
24174
2005-10-21 11:26  mandrav
24175
24176
svn1041:  * Updated wxWidgets templates. Added support for
24177
	  unicode builds and a precompiled header.
24178
24179
2005-10-21 09:58  mandrav
24180
24181
svn1040:  * Finally fixed honouring the "compile" and "link" unit
24182
	  flags when loading a project
24183
	  * PluginWizard now asks to create and save the new project
24184
	  *after* the dialog has run
24185
24186
2005-10-21 07:44  mandrav
24187
24188
svn1036:  * Removed reference to stc.h in PCH files
24189
	  * Fixed a typo in tips.txt
24190
	  * Removed obsolete menu entry "View->Manager position"
24191
24192
2005-10-21 07:04  byo_spoon
24193
24194
svn1035:  Fixed bug when generating localized characters (ASCII >
24195
	  0x80) in code
24196
24197
2005-10-21 02:15  ceniza
24198
24199
svn1034:  Added RTF Exporter
24200
24201
2005-10-21 02:13  ceniza
24202
24203
svn1033:  Changed a tab to spaces
24204
24205
2005-10-20 20:55  byo_spoon
24206
24207
svn1032:  Fixed some bugs (seg-faults)
24208
24209
2005-10-20 19:33  mandrav
24210
24211
svn1031:  * Bug fix: when adding files in project, only mark as
24212
	  "compile/link" the right kind of files (was broken from PCH
24213
	  support)
24214
24215
2005-10-20 13:24  mandrav
24216
24217
svn1030:  * Fixed certain context menu entries not working in
24218
	  project manager and class-browser.
24219
24220
2005-10-20 13:14  mandrav
24221
24222
svn1029:  * Fixed bug when opening a workspace by double-clicking
24223
	  in explorer. Would open the workspace, close it and re-open it.
24224
	  Pointed out by tiwag.
24225
24226
2005-10-20 09:58  mandrav
24227
24228
svn1028:  * Added PCH support in contrib plugins.
24229
24230
2005-10-20 08:57  mandrav
24231
24232
svn1027:  * Bug fix: when adding a new header file to the
24233
	  project, by default don't make it compile/link.
24234
	  * Bug fix: when setting a header file as compilable (e.g. PCH),
24235
	  make sure it has been assigned a valid compiler variable.
24236
24237
2005-10-20 08:36  mandrav
24238
24239
svn1026:  * Fixed a possible bug in cbThreadPool::FreeThreads()
24240
	  implementation (patch by Thomas)
24241
24242
2005-10-20 08:18  mandrav
24243
24244
svn1025:  * When using "Go to line", ensure destination line is
24245
	  not currently fodled or, if it is, unfold it (feature #1329422).
24246
24247
2005-10-20 08:07  mandrav
24248
24249
svn1024:  * Added "Save project" menu entry under "File", to
24250
	  avoid confusion for users (bug #1323196).
24251
24252
2005-10-20 07:55  mandrav
24253
24254
svn1023:  * Bug fix: correctly remember position and size when
24255
	  closing the app while minimized (bug #1324114).
24256
24257
2005-10-20 07:38  mandrav
24258
24259
svn1022:  * When message pane is set to auto-hide and is hidden,
24260
	  when unset in env. options show the message pane again.
24261
24262
2005-10-20 07:32  mandrav
24263
24264
svn1021:  * Fixed bug with refreshing custom vars in compiler
24265
	  options, when changing compiler (bug #1327769)
24266
24267
2005-10-19 21:04  mandrav
24268
24269
svn1020:  * Fixed freeze bug on closing a project (related to
24270
	  thread pool)
24271
24272
2005-10-19 20:53  mandrav
24273
24274
svn1019:  * Fixed wrong cast of void* to integer in parser.cpp
24275
	  (broke build in 64-bit CPUs)
24276
24277
2005-10-19 20:39  mandrav
24278
24279
svn1018:  * Added precompiled header support in unix build system
24280
24281
2005-10-19 17:17  mandrav
24282
24283
svn1017:  * Fixed broken src/src/printdlg.h (from last PCH
24284
	  commit)
24285
24286
2005-10-19 13:50  mandrav
24287
24288
svn1016:  * Added precompiled headers (PCH) support :)
24289
24290
2005-10-18 23:01  byo_spoon
24291
24292
svn1015:  Fixed bugs with colours/font of main resource's window
24293
24294
2005-10-17 19:08  ceniza
24295
24296
svn1014:  Now uses current font type and size, and also
24297
	  background color.
24298
24299
2005-10-17 15:34  mispunt
24300
24301
svn1013:  fix unicode support in wxSafeShowMessage
24302
24303
2005-10-17 10:22  byo_spoon
24304
24305
svn1012:  Small bug fixes
24306
24307
2005-10-17 09:43  mandrav
24308
24309
svn1011:  * Added a mutex lock in Parser::Clear() (would lock-up
24310
	  if more than one projects were open).
24311
	  * Added exception handling in more places, regarding plugins.
24312
	  * Added new contrib plugin ("source_exporter") to export open
24313
	  file to HTML (authored and maintained by Ceniza).
24314
24315
2005-10-16 12:24  zlika
24316
24317
svn1010:  Increased robustness of the parser
24318
24319
2005-10-16 08:23  mandrav
24320
24321
svn1009:  * Added cbEditor::GetColorSet().
24322
24323
2005-10-15 23:35  byo_spoon
24324
24325
svn1008:  Fixed problems with static line widget and some small
24326
	  bugs
24327
24328
2005-10-14 19:10  byo_spoon
24329
24330
svn1007:  Fixed some bugs in dragging system, added some features
24331
24332
2005-10-14 09:41  mandrav
24333
24334
svn1006:  * Removed a superfluous mutex locking in parser (may
24335
	  have caused a deadlock on shutdown).
24336
	  * Implemented search in arbitrary paths/filemasks for
24337
	  find-in-files.
24338
	  * Enabled "Search->Find" when no project is open, to allow
24339
	  searching in files.
24340
24341
2005-10-14 08:05  mandrav
24342
24343
svn1005:  * Fixed ugly bug when auto-wrap for search was enabled
24344
	  and the found text was deleted before wrapping around.
24345
	  * Implemented quick and ugly hack for certain compilers static
24346
	  lib creation (bcc, dmc) that need a + or - sign in front of every
24347
	  object in the link command. New compiler macros added for this:
24348
	  $-link_objects, $+link_objects, $-+link_objects and
24349
	  $+-link_objects (adding the respective symbols between $ and
24350
	  link_objects).
24351
24352
2005-10-14 03:14  rickg22
24353
24354
svn1004:  Fixed freeze-on-startup (99% CPU) bug. Added more debug
24355
	  messages for the parser.
24356
24357
2005-10-13 22:38  byo_spoon
24358
24359
svn1003:  Fixed bugs when adding new resources
24360
24361
2005-10-13 14:18  byo_spoon
24362
24363
svn1002:  Improoved visual interface
24364
24365
2005-10-12 23:06  byo_spoon
24366
24367
svn0997:  Added Dragging assistance
24368
	  Added plugin configuration dialog
24369
24370
2005-10-12 16:24  byo_spoon
24371
24372
svn0996:  Added settings dialog
24373
	  Linux bug fixes
24374
24375
2005-10-11 22:49  byo_spoon
24376
24377
svn0995:  Fixed linux post-build script (icons are now copied
24378
	  properly)
24379
24380
2005-10-11 21:55  byo_spoon
24381
24382
svn0994:  Fixed some linunx-compatibility problems
24383
24384
2005-10-11 20:38  byo_spoon
24385
24386
svn0993:  Fixed some bugs in dragging routines
24387
24388
2005-10-11 08:27  byo_spoon
24389
24390
svn0992:  Improoved dragging routines
24391
24392
2005-10-10 17:28  byo_spoon
24393
24394
svn0991:  Improved preview picture fetching system (removed many
24395
	  visual artifacts)
24396
24397
2005-10-10 12:14  byo_spoon
24398
24399
svn0990:  Fixed bugs in drag window
24400
24401
2005-10-10 09:56  mandrav
24402
24403
svn0989:  * Re-uploaded the correct glfw.png template icon
24404
24405
2005-10-10 09:55  mandrav
24406
24407
svn0988:  * Removed broken glfw.png template icon
24408
24409
2005-10-09 21:59  mandrav
24410
24411
svn0987:  * Added GLFW project template (by Thomas Denk).
24412
24413
2005-10-09 15:23  mandrav
24414
24415
svn0986:  * Updated setup files
24416
24417
2005-10-09 14:29  mandrav
24418
24419
svn0985:  * Fixed build log's background color to respect system
24420
	  settings (partly, patch #1318460 by Paul Mandalka)
24421
24422
2005-10-09 09:29  mandrav
24423
24424
svn0984:  * EditorBase::Saved() is now actually called.
24425
	  * PluginManager now logs an error in the debug log if it can't
24426
	  load a plugin, instead of displaying a message.
24427
24428
2005-10-07 13:32  mandrav
24429
24430
svn0983:  * Added editor configuration option: auto-wrap search
24431
	  when EOF reached (patch by tiwag).
24432
	  * Display the active editor's full filename in the status bar
24433
	  (patch by tiwag).
24434
	  * Correctly update active editor's column/line when switching
24435
	  editor tabs (patch by tiwag).
24436
24437
2005-10-07 13:03  mandrav
24438
24439
svn0982:  * Fixed wrong tooltip in code-completion plugin's cache
24440
	  settings
24441
24442
2005-10-07 12:56  mandrav
24443
24444
svn0981:  * Fixed order of projects being added as source dirs
24445
	  for the debugger (bug #1281125).
24446
	  * Added debugger configuration option, whether to add the other
24447
	  open projects (if any) as search dirs (bug #1281125).
24448
24449
2005-10-07 12:17  byo_spoon
24450
24451
svn0980:  Fixed some bugs
24452
	  Started to improove widget-dragging routines
24453
24454
2005-10-07 11:34  mandrav
24455
24456
svn0979:  * Fixed UI glitch in find-in-files (the editor that
24457
	  performs the search, that should be invisible)
24458
	  * Display a progress bar while the find-in-files search is
24459
	  performed because it can take some time (rfe #1252189).
24460
24461
2005-10-07 11:21  mandrav
24462
24463
svn0978:  * Added EditorBase::OnBeforeBuildContextMenu() and
847 by mandrav
* Updated ChangeLog for version 1.0rc2
24464
	  EditorBase::OnAfterBuildContextMenu() which are called before and
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
24465
	  after (respectively) context menu creation. Used in cbEditor to
24466
	  move the caret to where the mouse cursor is, before creating the
24467
	  context menu. This is because some menu entries scan the word
24468
	  under the cursor and without this, it needed first a left click
24469
	  on the word in interest and then a right click. Now it's done in
24470
	  a simple right-click. This also implements RFE #1264036.
24471
24472
2005-10-07 10:41  mandrav
24473
24474
svn0977:  * Allow multiple files selection when adding link
24475
	  libraries (rfe #1290628).
24476
	  * Remember last directory when opening dialog for dir selection
24477
	  (rfe #1294446 ).
24478
24479
2005-10-07 09:46  mandrav
24480
24481
svn0976:  * Fixed check for externally modified files not to
24482
	  check files just created and are still in the SaveAs dialog (bug
24483
	  #1303774)
24484
24485
2005-10-07 09:27  mandrav
24486
24487
svn0975:  * Fixed find and replace dialogs to keep extra spaces
24488
	  in saved history (bug #1305208)
24489
24490
2005-10-07 09:19  mandrav
24491
24492
svn0974:  * Added extra parameter "trimSpaces" in
24493
	  GetArrayFromString()
24494
	  * Removed cbPlugin::GetSDKVersionMajor() and
847 by mandrav
* Updated ChangeLog for version 1.0rc2
24495
	  cbPlugin::GetSDKVersionMinor() (moved inside following macros).
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
24496
	  * Added CB_DECLARE_PLUGIN() and CB_IMPLEMENT_PLUGIN(name) to ease
847 by mandrav
* Updated ChangeLog for version 1.0rc2
24497
	  the plugin binding.
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
24498
	  * Updated all plugins in CVS to use the above macros.
24499
	  * Fixed code generated from PluginWizard to comply to the above
847 by mandrav
* Updated ChangeLog for version 1.0rc2
24500
	  changes.
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
24501
	  * Fixed warnings in code generated from PluginWizard for
847 by mandrav
* Updated ChangeLog for version 1.0rc2
24502
	  cbProjectWizardPlugin plugins
24503
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
24504
2005-10-07 08:00  mispunt
24505
24506
svn0973:  fix unicode support.
24507
24508
2005-10-07 07:49  mandrav
24509
24510
svn0972:  * Updated plugin manager's messages when a plugin fails
24511
	  to load.
24512
	  * Fixed crash when adding to-do item at EOF and selecting to add
24513
	  it in "New line below current line" (bug #1300981)
24514
24515
2005-10-06 10:33  mispunt
24516
24517
svn0971:  Fix combobox in toolbar for wx2.6.2
24518
24519
2005-10-05 17:54  mandrav
24520
24521
svn0970:  * Added Zlika in the AUTHORS file
24522
24523
2005-10-05 12:15  mandrav
24524
24525
svn0969:  * Fixed bug in code-completion inheritance support on
24526
	  cache serialization
24527
24528
2005-10-04 19:59  mandrav
24529
24530
svn0968:  * Linux build system updates.
24531
24532
2005-10-04 19:32  mandrav
24533
24534
svn0967:  * Fixed "jump to declaration" and "open #include"
24535
	  editor's context menu functions, to try to work for
24536
	  out-of-project files too (based on the active project include
24537
	  paths).
24538
24539
2005-10-04 19:02  mandrav
24540
24541
svn0966:  * Re-enabled inheritance calculation in code-completion
24542
	  plugin (accidentally removed when we switched to thread pooling).
24543
24544
2005-10-04 09:17  mandrav
24545
24546
svn0965:  * Fixed bug in code-completion cache saving/loading, by
24547
	  completely redesigning the process. No wonder why code-completion
24548
	  didn't work for a lot of people...
24549
24550
2005-10-03 19:14  zlika
24551
24552
svn0964:  Minor cosmetic changes in the code
24553
24554
2005-10-03 13:38  mandrav
24555
24556
svn0963:  * Fixed bug in code-completion that would clear the
24557
	  list of compiler include dirs on cache load. Maybe that's why
24558
	  code-completion wouldn't work for many people.
24559
	  * Added "Find declaration of [keyword]" in editor's context menu,
847 by mandrav
* Updated ChangeLog for version 1.0rc2
24560
	  when right-clicking a token (provided by code-completion).
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
24561
	  * Added "Open #include file: [file]" in editor's context menu,
24562
	  when right-clicking an #include line (provided by
24563
	  code-completion).
24564
24565
2005-10-03 12:02  mandrav
24566
24567
svn0961:  * Fixed pluginwizard build error under non-windows
24568
	  platforms
24569
24570
2005-10-02 16:48  ceniza
24571
24572
svn0960:  Fixed bug 1250786: AStyle duplicates last line.
24573
24574
2005-10-02 08:59  mandrav
24575
24576
svn0959:  * Moved devel/share/codeblocks/tips.txt to src/tips.txt
24577
	  again
24578
24579
2005-10-02 08:50  mandrav
24580
24581
svn0958:  * Updated setup files
24582
24583
2005-10-02 08:48  mandrav
24584
24585
svn0957:  * Fixed error with MSVC Toolkit not linking resources
24586
	  into compiled DLL.
24587
24588
2005-10-01 23:49  byo_spoon
24589
24590
svn0956:  Small fixup
24591
24592
2005-10-01 23:27  byo_spoon
24593
24594
svn0955:  Added paste option
24595
	  Added dragging support inside resource tree
24596
	  Added macros for singletons and common functions
24597
24598
2005-10-01 21:20  mandrav
24599
24600
svn0954:  * Moved src/tips.txt to devel/share/codeblocks/tips.txt
24601
24602
2005-10-01 20:58  mandrav
24603
24604
svn0953:  * Updated update scripts
24605
24606
2005-10-01 20:52  mandrav
24607
24608
svn0952:  * Moved src/tips.txt to devel/share/codeblocks/tips.txt
24609
	  * Updated update scripts accordingly
24610
24611
2005-10-01 20:45  mandrav
24612
24613
svn0951:  * Updated setup files and a couple of broken templates
24614
	  * Updated AUTHORS file
24615
24616
2005-10-01 19:26  mandrav
24617
24618
svn0950:  * Last updates before 1.0rc2 is packaged
24619
24620
2005-10-01 08:46  mandrav
24621
24622
svn0949:  * Plugin SDK changed slightly by making some functions
24623
	  'const' (SDK version is now 1.1).
24624
	  * Existing base plugins updated for the above SDK change.
24625
	  * Implemented "new-project-wizard" plugin handling. Just create
847 by mandrav
* Updated ChangeLog for version 1.0rc2
24626
	  plugins now...
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
24627
	  * ProjectManager::NewProject() now accepts a filename argument
24628
	  (to avoid the SaveAs dialog when a project is created
24629
	  programmatically).
24630
	  * Changed Irrlicht template's category from "Multimedia" to
24631
	  "2D/3D Graphics" to conform with the other templates conventions.
24632
24633
2005-10-01 08:10  byo_spoon
24634
24635
svn0948:  Added cut option to editor,
24636
	  Fixed some bugs when copying/cutting multiple selection
24637
24638
2005-10-01 03:51  cyberkoa
24639
24640
svn0947:  Add in wxStaticLine, with icons
24641
24642
2005-09-30 22:27  byo_spoon
24643
24644
svn0946:  Added ability to handle multiple widgets inside one
24645
	  wxDataObject
24646
	  Added Copy support inside editor
24647
	  Some minor changes
24648
24649
2005-09-30 21:25  zlika
24650
24651
svn0945:  Added other languages recognized
24652
24653
2005-09-29 22:05  byo_spoon
24654
24655
svn0944:  Added wxDataObject derived class supporting wxsWidget
24656
24657
2005-09-29 18:18  zlika
24658
24659
svn0943:  Problem with extra empty lines in the source code fixed
24660
24661
2005-09-29 14:02  mandrav
24662
24663
svn0942:  * Added cbProjectWizardPlugin plugin interface for "new
24664
	  project" wizard plugins
24665
	  * Added three new SDK events: EVT_DOCK_WINDOW, EVT_UNDOCK_WINDOW
24666
	  and EVT_SHOW_DOCK_WINDOW to allow for non-main-application
24667
	  windows (e.g. plugin windows) to be integrated with the docking
24668
	  system (main app has just stubs for now; not enough time to test
24669
	  before RC2)
24670
24671
2005-09-28 13:56  mandrav
24672
24673
svn0941:  * Renamed debugger's "Disassembly window" to "CPU
24674
	  window"
24675
	  * Debugger's CPU window now displays CPU registers
24676
	  * Debugger's CPU window disassembly follows source code debugging
24677
	  (shows active address). CPU registers are not automatically
24678
	  updated yet,
24679
	  * Renamed compiler's message panes to "Build log" and "Build
847 by mandrav
* Updated ChangeLog for version 1.0rc2
24680
	  messages"
24681
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
24682
2005-09-28 13:00  byo_spoon
24683
24684
svn0940:  Added Undo/Redo support
24685
	  Cleaned
24686
24687
2005-09-26 20:53  sprat
24688
24689
svn0939:  solved a problem with vc6 configurations that were not
24690
	  matched correctly
24691
24692
2005-09-25 18:21  mandrav
24693
24694
svn0938:  * Added a forgotten Makefile.am file
24695
24696
2005-09-25 15:46  mandrav
24697
24698
svn0937:  * Added gprof profiler plugin in contrib section.
24699
	  Authored and maintained by Zlika.
24700
24701
2005-09-25 14:50  mandrav
24702
24703
svn0936:  * Fixed some unicode issues in codestat plugin
24704
24705
2005-09-25 12:29  mandrav
24706
24707
svn0935:  * Added --enable-contrib switch to configure for
24708
	  contrib plugins (currently only codestat)
24709
	  * Added CodeStatistics contrib plugin to project. Authored and
24710
	  maintained by Zlika.
24711
24712
2005-09-25 11:48  mandrav
24713
24714
svn0934:  * Fixed a Makefile.am which didn't respect the DESTDIR
24715
	  variable (patch by prakashkc)
24716
24717
2005-09-25 09:51  mandrav
24718
24719
svn0933:  * Fixed MSVC workspace importers to correctly work
24720
	  under non-windows platforms
24721
24722
2005-09-25 09:04  sprat
24723
24724
svn0932:  another attemp to solve the linux filenames problem in
24725
	  msvc loaders
24726
24727
2005-09-23 22:26  byo_spoon
24728
24729
svn0931:  Integrated with current editor managment system
24730
	  Resource structure is now shown only when editor is opened
24731
	  Fixed some minor bugs
24732
24733
2005-09-23 16:59  sprat
24734
24735
svn0930:  fixed some problems with unix/win32 filenames in MSVC
24736
	  workspace loaders
24737
24738
2005-09-23 12:47  mandrav
24739
24740
svn0929:  * Made browse-for-directory dialog resizable (patch by
24741
	  charlie)
24742
	  * When debugging, automatically launch a backtrace if program
24743
	  breaks on signal (like SIGSEGV)
24744
24745
2005-09-22 06:35  mandrav
24746
24747
svn0928:  * Fixed a couple of unicode issues in wxDockIt
24748
24749
2005-09-21 15:42  byo_spoon
24750
24751
svn0927:  Fixeed bugs when generating new variable names and
24752
	  identfiers
24753
24754
2005-09-20 19:52  byo_spoon
24755
24756
svn0926:  Fixed some bugs with unocide support
24757
24758
2005-09-19 20:59  mandrav
24759
24760
svn0925:  * Added sdk/cbexception.h in the build system.
24761
24762
2005-09-19 16:34  mispunt
24763
24764
svn0924:  fix unicode support.
24765
24766
2005-09-19 11:38  mandrav
24767
24768
svn0923:  * Fixed broken CG lexer
24769
24770
2005-09-19 11:37  mandrav
24771
24772
svn0922:  * Fixed some unicode issues.
24773
	  * Fixed tips.txt file not found under linux.
24774
24775
2005-09-19 09:28  mandrav
24776
24777
svn0921:  Added cbException class
24778
24779
2005-09-19 09:14  mandrav
24780
24781
svn0920:  * Added basic exception handling
24782
24783
2005-09-19 07:55  mandrav
24784
24785
svn0919:  * Fixed broken project files
24786
24787
2005-09-18 16:51  mandrav
24788
24789
svn0918:  * Fixed broken project files from last commit
24790
24791
2005-09-18 11:26  mandrav
24792
24793
svn0917:  * Changed root tag in all codeblocks XML files from
24794
	  "Code::Blocks*" to "CodeBlocks*" to be XML compilant.
24795
24796
2005-09-18 11:04  mandrav
24797
24798
svn0916:  * Added more validity checks in some code that *could*
24799
	  crash codeblocks under linux
24800
24801
2005-09-17 22:55  byo_spoon
24802
24803
svn0915:  Added wxNotebook and wxListbook
24804
24805
2005-09-17 14:56  byo_spoon
24806
24807
svn0914:  Updated project files
24808
24809
2005-09-17 14:54  byo_spoon
24810
24811
svn0913:  Generalized system of handling child widgets (preparing
24812
	  for wxNotebook and wxListBook)
24813
	  Added wxSplitterWindow
24814
24815
2005-09-16 21:28  byo_spoon
24816
24817
svn0912:  Added colours and font properties
24818
24819
2005-09-16 18:43  mandrav
24820
24821
svn0911:  * Display bug report dialog in case of a crash. Valid
24822
	  only with wx2.6.
24823
24824
2005-09-16 11:09  mispunt
24825
24826
svn0910:  fix unicode support.
24827
24828
2005-09-15 21:40  byo_spoon
24829
24830
svn0909:  Added XRC import option
24831
24832
2005-09-11 19:05  mandrav
24833
24834
svn0908:  * Unicode fix.
24835
24836
2005-09-11 15:57  mandrav
24837
24838
svn0907:  * Fixed external dependencies checking for
24839
	  commands-only targets (bug #1245128).
24840
24841
2005-09-11 15:19  mandrav
24842
24843
svn0906:  * Fixed "additional output files" target property to
24844
	  save properly (bug #1245110).
24845
24846
2005-09-11 13:53  mandrav
24847
24848
svn0905:  * A couple of unicode fixes.
24849
24850
2005-09-11 11:48  mandrav
24851
24852
svn0904:  * Fixed Ogre and Irrlicht templates for linux
24853
24854
2005-09-11 09:26  mandrav
24855
24856
svn0903:  * Fixed a bug (silly typo) in thread pool where if the
24857
	  number of CPUs present was unknown, no thread was created. Now,
24858
	  at least one thread is created.
24859
24860
2005-09-11 08:39  mandrav
24861
24862
svn0902:  * Command-line switch --prefix now expects the
24863
	  top-level install dir, e.g. /usr/local instead of
24864
	  /usr/local/share/codeblocks.
24865
24866
2005-09-10 08:19  mandrav
24867
24868
svn0901:  * Fixed error in linking libraries that don't have the
24869
	  'lib' prefix (bug #1286147).
24870
24871
2005-09-10 08:16  mandrav
24872
24873
svn0900:  * Fixed syntax highlighting recognizing files with
24874
	  non-lowercase extensions (bug #1286115).
24875
24876
2005-09-09 13:55  mandrav
24877
24878
svn0899:  * Fixed wxDockit unicode compatibility under gtk
24879
	  (hopefully).
24880
	  * Link wxdockit as a convenience library so that it doesn't get
847 by mandrav
* Updated ChangeLog for version 1.0rc2
24881
	  installed.
24882
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
24883
2005-09-09 12:21  mandrav
24884
24885
svn0898:  * Fixed broken EOLs in some files
24886
24887
2005-09-09 10:37  mandrav
24888
24889
svn0897:  * Re-added mime images as binary files
24890
24891
2005-09-09 10:36  mandrav
24892
24893
svn0896:  * Removing mime images because they were not added as
24894
	  binary files
24895
24896
2005-09-09 03:17  rickg22
24897
24898
svn0895:  Set default options "Watch variables" and "Watch
24899
	  locals" to 1
24900
24901
2005-09-08 22:31  mandrav
24902
24903
svn0894:  * Fixed --prefix command line option not taken into
24904
	  account.
24905
	  * Fixed font size in "start here" page for some platforms.
24906
	  * Fixed zip resources creation in wrong directories.
24907
	  * Added file associations (*.cbp, *.workspace) setup for
24908
	  non-windows platforms (tested in linux/gnome).
24909
24910
2005-09-08 12:54  mandrav
24911
24912
svn0893:  * Added configuration option for displaying (or not)
24913
	  code-completion cache loading/saving progress
24914
24915
2005-09-08 07:55  mandrav
24916
24917
svn0892:  * Made wxDockit unicode compatible
24918
24919
2005-09-07 19:03  ceniza
24920
24921
svn0891:  Fixed project files to create resource file.
24922
24923
2005-09-07 17:55  mandrav
24924
24925
svn0890:  * Added "Ensure consistent EOLs" editor configuration
24926
	  option.
24927
24928
2005-09-07 16:21  mandrav
24929
24930
svn0889:  * Added xp-manifest plugin to the build system (valid
24931
	  only under windows)
24932
24933
2005-09-07 11:51  mandrav
24934
24935
svn0888:  * Added missing build files for templates/
24936
	  subdirectories
24937
24938
2005-09-07 11:13  mandrav
24939
24940
svn0887:  * Updated build system: now supports correctly 'make
847 by mandrav
* Updated ChangeLog for version 1.0rc2
24941
	  clean|distclean|dist'.
24942
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
24943
2005-09-07 09:55  mandrav
24944
24945
svn0886:  * Fixed a typo in astyle plugin's K&R sample syntax
24946
	  * Removed -lgmon from linker options for GCC compiler "Profile
24947
	  code" option, when in non-windows platforms
24948
24949
2005-09-07 08:14  mandrav
24950
24951
svn0885:  * Updated build system files
24952
24953
2005-09-06 22:02  mandrav
24954
24955
svn0884:  * Fixing the GNU build system
24956
24957
2005-09-06 21:47  mandrav
24958
24959
svn0883:  * Fixing GNU build system
24960
24961
2005-09-06 19:03  mandrav
24962
24963
svn0882:  * Converted some build system files to unix format
24964
24965
2005-09-06 18:32  byo_spoon
24966
24967
svn0881:  Fixed bugs in drag window
24968
	  Added ability to move multiple selected widgets
24969
24970
2005-09-06 14:46  byo_spoon
24971
24972
svn0880:  Fixed bugs with frag point positioning on GTK
24973
24974
2005-09-06 11:54  byo_spoon
24975
24976
svn0879:  Fixed bug causing crashes on GTK (related to
24977
	  wxTreeCtrl)
24978
24979
2005-09-06 11:49  mandrav
24980
24981
svn0878:  * Added --with-wx-* flags for configure. Also
24982
	  re-organized the build system a bit.
24983
24984
2005-09-06 07:18  mandrav
24985
24986
svn0877:  * Fixed an oversight in thread pool which could lead to
24987
	  wrong behaviour and/or crashes
24988
24989
2005-09-05 21:30  byo_spoon
24990
24991
svn0876:  Added ability to use long strings in properties,
24992
	  some minor changes and bugfixes
24993
24994
2005-09-05 17:21  mandrav
24995
24996
svn0875:  * Removed hard-coded path in bootstrap
24997
24998
2005-09-05 13:51  byo_spoon
24999
25000
svn0874:  Addedd new edit mode - with xrc file (dialog is loaded
25001
	  from automatically generated xrc file, there's no generating
25002
	  code)
25003
	  Changes in configuration files - new resourcees are stored
25004
	  insided .wxs files
25005
	  wxSmith now uses wxsmith-generated dialog when adding new
847 by mandrav
* Updated ChangeLog for version 1.0rc2
25006
	  resources
25007
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25008
2005-09-05 07:43  mandrav
25009
25010
svn0873:  * Added missing Makefile.am for templates
25011
25012
2005-09-05 06:59  mandrav
25013
25014
svn0872:  * Added missing Makefile.am for console runner
25015
25016
2005-09-04 23:40  rickg22
25017
25018
svn0871:  Renamed "Crash protection" in environment options to
25019
	  "Improved stability"
25020
25021
2005-09-04 23:33  rickg22
25022
25023
svn0870:  Fixed recent segfault in compiler plugin when
25024
	  (ironically) "crash protection" was enabled
25025
	  Updated debugger plugin to put the debug menu after "build"
25026
25027
2005-09-04 22:52  rickg22
25028
25029
svn0869:  Fixed issue with console runner under unicode
25030
25031
2005-09-04 21:11  mandrav
25032
25033
svn0868:  * Fixed hang-issue introduced in thread pool with last
25034
	  commits
25035
25036
2005-09-04 20:30  mandrav
25037
25038
svn0867:  * Updated compiler plugin to correctly locate console
25039
	  runner
25040
25041
2005-09-04 19:42  mandrav
25042
25043
svn0866:  * Updated autotools files (wrong files were added)
25044
25045
2005-09-04 19:27  mandrav
25046
25047
svn0865:  * Added autoconf/automake build system for non-windows
25048
	  platforms
25049
	  * Fixed bug with '--prefix' command-line option not taken into
847 by mandrav
* Updated ChangeLog for version 1.0rc2
25050
	  account
25051
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25052
2005-09-04 19:17  mandrav
25053
25054
svn0864:  * Re-organizing and cleaning source tree
25055
25056
2005-09-04 03:18  rickg22
25057
25058
svn0863:  Fixed crashes on early exit in the improved thread
25059
	  model
25060
25061
2005-09-03 20:14  rickg22
25062
25063
svn0862:  Changed the thread pool to use joinable threads.
25064
25065
2005-09-03 10:30  mandrav
25066
25067
svn0861:  * Converted broken EOL in some files
25068
25069
2005-09-03 10:27  mandrav
25070
25071
svn0860:  * Made windows-only compilers be compilable only under
25072
	  windows
25073
25074
2005-09-02 23:50  rickg22
25075
25076
svn0859:  Fixed compilation error in compilerMSVC.cpp
25077
25078
2005-09-02 21:07  mandrav
25079
25080
svn0858:  * Fixed bug with blank names in newly added files (to
25081
	  project).
25082
25083
2005-09-02 20:22  mandrav
25084
25085
svn0857:  * Renamed "Compile" to "Build" in compiler menus
25086
25087
2005-09-02 18:32  byo_spoon
25088
25089
svn0856:  Fixed some bugs with wxsDragWindow on Linux
25090
25091
2005-09-02 16:38  mandrav
25092
25093
svn0855:  * Added /DEBUG linker option in "Produce debugging
25094
	  symbols" MSVC compiler option.
25095
25096
2005-09-02 16:26  mandrav
25097
25098
svn0854:  * Made ConfigManager *not* expand environment variables
25099
	  by default (bug #1275158)
25100
25101
2005-09-02 12:58  mandrav
25102
25103
svn0853:  * When the find/replace dialogs are shown, focus the
25104
	  text box to be ready for typing (bug #1244500)
25105
	  * Fixed global/selection auto scope setting for find dialog
25106
	  * Added extra check in debugger to not start if the compiler is
847 by mandrav
* Updated ChangeLog for version 1.0rc2
25107
	  working
25108
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25109
2005-09-02 10:42  mandrav
25110
25111
svn0852:  * Fixed single-file (without project) compile command
25112
	  to work for all compilers and not only for gcc (bug #1253868)
25113
25114
2005-09-02 09:34  mandrav
25115
25116
svn0851:  * Fixed bug where on build target deletion, it would
25117
	  destroy the first build target's settings (bug #1265485)
25118
25119
2005-09-02 09:25  byo_spoon
25120
25121
svn0850:  Removed all dynamic_cast-s (causing seg faults when
25122
	  -fno-rtti specified)
25123
25124
2005-09-02 08:58  mandrav
25125
25126
svn0849:  * Added check when a project is created/saved to use
25127
	  the correct extension (bug #1280345)
25128
25129
2005-09-02 08:46  mandrav
25130
25131
svn0848:  * Improved time needed to add new files to project
25132
	  * Re-phrased "Generating project tree" to "Loading project files"
847 by mandrav
* Updated ChangeLog for version 1.0rc2
25133
	  when loading projects
25134
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25135
2005-09-02 03:09  rickg22
25136
25137
svn0847:  Fixed unicode issue with projectloader.cpp
25138
25139
2005-09-01 20:00  mandrav
25140
25141
svn0846:  * Fixed a compiler warning
25142
25143
2005-09-01 19:58  mandrav
25144
25145
svn0845:  * Added progress dialogs for some (potentially) lengthy
25146
	  operations: adding files to project recursively and
25147
	  loading/saving of code-completion cache
25148
25149
2005-09-01 18:10  mandrav
25150
25151
svn0844:  * Removed env. variable substitution on .vcproj import.
25152
	  C::B can handle it just fine as a variable.
25153
	  * On project load, detect invalid compiler for project/targets
25154
	  and ask the user which one to use (bug #1274811)
25155
25156
2005-09-01 17:08  mandrav
25157
25158
svn0843:  * When adding a new target in the project, use the same
25159
	  compiler as the project's
25160
25161
2005-09-01 16:59  mandrav
25162
25163
svn0842:  * Fixed compiling in the root folder, e.g. C:\ (bug
25164
	  #1276944)
25165
25166
2005-09-01 11:30  mandrav
25167
25168
svn0841:  * Better handling of modified files outside the IDE:
25169
	  r/w->r/o, r/o->r/w, deletion (patch #1250107 by kjliew)
25170
25171
2005-09-01 10:09  mandrav
25172
25173
svn0840:  * Unified MacrosManager::ReplaceMacros() and
847 by mandrav
* Updated ChangeLog for version 1.0rc2
25174
	  MacrosManager::ReplaceEnvVars()
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25175
	  * Added <TARGET_TITLE>_OUTPUT_FILE and <TARGET_TITLE>_OUTPUT_DIR
25176
	  to known macros (TARGET_TITLE must be upper-case)
25177
25178
2005-09-01 09:13  mandrav
25179
25180
svn0839:  * Fixed "find" bug #1262909
25181
25182
2005-09-01 08:33  mandrav
25183
25184
svn0838:  * Updates in cbThreadPool
25185
	  * No more using events for communication between code-completion
847 by mandrav
* Updated ChangeLog for version 1.0rc2
25186
	  parser and its threads (yay!)
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25187
	  * GUI is now much more responsive when code-completion is parsing
25188
	  :)
25189
25190
2005-09-01 08:14  sprat
25191
25192
svn0837:  Solved the double open problem when clicking source
25193
	  files in the explorer
25194
25195
2005-08-31 05:24  byo_spoon
25196
25197
svn0836:  Added project files for unix
25198
25199
2005-08-30 20:55  mandrav
25200
25201
svn0835:  * Updated unix project files and makefiles
25202
25203
2005-08-30 20:24  mandrav
25204
25205
svn0834:  * Added cbThreadPool :D
25206
	  * Converted code-completion to use thread-pooling instead of
847 by mandrav
* Updated ChangeLog for version 1.0rc2
25207
	  launching oh-so-many threads.
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25208
	  * Removed code-completion setting for number of running threads.
25209
	  It now depends on the number of CPUs.
25210
25211
2005-08-30 12:29  mandrav
25212
25213
svn0833:  * Updated sample code for Fortran/F77 lexer (patch
25214
	  #1265454)
25215
25216
2005-08-30 12:27  mandrav
25217
25218
svn0832:  * Fixed a compiler warning in sdk/editormanager.cpp.
25219
	  * When a file is saved, it is stripped of excessive spaces and
847 by mandrav
* Updated ChangeLog for version 1.0rc2
25220
	  unifies newlines used. Wrapped it all in a single undo action.
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25221
	  * Added support for <Notice> nodes in templates, used for
25222
	  messages displayed when a new project is created by a template.
25223
	  Can be a child of <Template> or <Option>.
25224
	  * Added template files for Irrlicht (improved template originally
847 by mandrav
* Updated ChangeLog for version 1.0rc2
25225
	  created by Cmoibenlepro - patch #1275141).
25226
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25227
2005-08-30 11:53  byo_spoon
25228
25229
svn0831:  Added event-handling code
25230
25231
2005-08-30 07:24  rickg22
25232
25233
svn0830:  Finally fixed crash-on-exit (confirmed by Tiwag) with
25234
	  the Split Panel class.
25235
25236
2005-08-30 07:12  sprat
25237
25238
svn0829:  replaced offending wxArrayString empty() by IsEmpty()
25239
25240
2005-08-30 03:22  rickg22
25241
25242
svn0828:  Possibly fixed crash in wxSplitPanel class
25243
25244
2005-08-29 06:33  sprat
25245
25246
svn0827:  Quake3 msvc solution import bug solved. Now build
25247
	  configurations are treated properly.
25248
25249
2005-08-28 15:16  ceniza
25250
25251
svn0826:  Modified project file to use wxscintilla.
25252
25253
2005-08-28 14:05  mandrav
25254
25255
svn0825:  * Bug fix with message-pane initial size
25256
25257
2005-08-28 08:32  mandrav
25258
25259
svn0824:  * Fixed a compiler warning
25260
25261
2005-08-27 20:27  rickg22
25262
25263
svn0823:  Fixed open files tree position crashing problems. Also
25264
	  fixed issue with the open files tree view option disabling.
25265
25266
2005-08-27 16:46  byo_spoon
25267
25268
svn0822:  Fixed bug in wxsRadioBox widget
25269
	  Fixed some other minor bugs
25270
25271
2005-08-27 15:19  rickg22
25272
25273
svn0821:  Fixed bug that appeared when merging the two branches
25274
25275
2005-08-27 11:17  byo_spoon
25276
25277
svn0820:  Integrated with new widgets, fixed bugs with invalid
25278
	  position in drag window
25279
25280
2005-08-27 09:54  mandrav
25281
25282
svn0819:  * Fixed messages-auto-close bug, re-appearing after the
25283
	  merge
25284
25285
2005-08-27 09:40  mandrav
25286
25287
svn0818:  * Added new project template for the SDCC compiler
25288
	  (contributed by Stanimir Jordanov)
25289
25290
2005-08-27 09:30  mandrav
25291
25292
svn0817:  * Renamed "Create static library" to "Create import
25293
	  library" in project properties dialog (bug #1274513)
25294
25295
2005-08-27 08:53  mandrav
25296
25297
svn0816:  * Fixed crash-on-shutdown when built with wx2.6
25298
	  * Fixed desktop freezing when opening a project (merge error)
25299
	  * Fixed a couple of compiler warnings
25300
25301
2005-08-27 03:50  rickg22
25302
25303
svn0815:  Fixed close-button error on docking windows after cvs
25304
	  merge
25305
25306
2005-08-27 03:16  cyberkoa
25307
25308
svn0814:  Add in the following controls
25309
	  
847 by mandrav
* Updated ChangeLog for version 1.0rc2
25310
	  1. wxdatepickerctrl
25311
	  2. wxradiobox
25312
	  3. wxradiobutton
25313
	  4. wxscrollbar
25314
	  5. wxspinctrl
25315
	  6. wxspinbutton
25316
	  7. wxtreectrl
25317
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25318
2005-08-26 20:56  byo_spoon
25319
25320
svn0813:  fixed incompatibilities after merging branches and
25321
	  after using wxscintilla
25322
25323
2005-08-26 13:19  mandrav
25324
25325
svn0812:  * More project file updates
25326
25327
2005-08-26 12:47  mandrav
25328
25329
svn0811:  * Mass newlines conversion (broken during the merge)
25330
25331
2005-08-26 12:41  mandrav
25332
25333
svn0810:  * Bug-fix in wxDockit
25334
25335
2005-08-26 12:07  mandrav
25336
25337
svn0809:  * Project file updates
25338
25339
2005-08-26 11:15  mandrav
25340
25341
svn0808:  * Merged VERSION_1_0 branch to HEAD. HEAD is now in
25342
	  sync and all devs are advised to use it.
25343
25344
2005-08-23 06:45  sprat
25345
25346
svn0799:  ProjectBuildTarget now have:
847 by mandrav
* Updated ChangeLog for version 1.0rc2
25347
	  - a reference on the parent project
25348
	  - (inter-)target dependencies
25349
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25350
2005-08-20 08:04  mandrav
25351
25352
svn0765:  * Added lexer files for NVidia CG (by anonymous)
25353
	  * Added lexer files for Fortran77 (by Martin Halle)
25354
25355
2005-08-15 14:20  byo_spoon
25356
25357
svn0753:  Added automated #includes generation,
25358
	  Added wxTextCtrl and wxGauge
25359
25360
2005-08-13 23:16  byo_spoon
25361
25362
svn0752:  Added automated IDs generation, fixed some bugs
25363
25364
2005-08-13 20:36  byo_spoon
25365
25366
svn0751:  Added support for almost all sizers
25367
25368
2005-08-13 01:25  byo_spoon
25369
25370
svn0749:  Added spacer
25371
25372
2005-08-12 23:38  byo_spoon
25373
25374
svn0748:  Added code avoiding adding both sizers and widgets
25375
	  inside one container window,
25376
	  removed test resource inside wxSmith
25377
25378
2005-08-12 22:09  byo_spoon
25379
25380
svn0747:  Added "Selected" property for string lists, fixed bug
25381
	  with default selection when sorted flag was set
25382
25383
2005-08-12 00:46  byo_spoon
25384
25385
svn0745:  Coded system for validating some deefault properties
25386
25387
2005-08-09 12:52  byo_spoon
25388
25389
svn0735:  Added support for wxPropertyGrid
25390
25391
2005-08-09 12:48  byo_spoon
25392
25393
svn0728:  Added support for wxPropertyGrid
25394
25395
2005-08-06 17:23  byo_spoon
25396
25397
svn0700:  Added compatibility with unicode version
25398
25399
2005-08-05 21:55  ceniza
25400
25401
svn0696:  Ready for UNICODE.
25402
25403
2005-08-04 23:27  byo_spoon
25404
25405
svn0690:  Added support for panels and frames
25406
25407
2005-08-03 23:51  byo_spoon
25408
25409
svn0685:  Minor bugfixes
25410
25411
2005-08-03 21:26  byo_spoon
25412
25413
svn0684:  Fixed bugs when deleting widget or closing C::B
25414
25415
2005-08-02 23:56  byo_spoon
25416
25417
svn0683:  Added cursors to drag window
25418
25419
2005-08-02 20:45  byo_spoon
25420
25421
svn0682:  Drag points coded
25422
25423
2005-08-02 20:03  ceniza
25424
25425
svn0681:  Added project file to compile the help plugin under
25426
	  Linux with wxWidgets 2.4.x
25427
25428
2005-08-02 20:01  ceniza
25429
25430
svn0680:  First step for Linux support. Usable
25431
25432
2005-08-01 11:28  mandrav
25433
25434
svn0675:  * Updated unix project file and Makefile.unix
25435
	  * Fixed editor caret and focus line disappearing under linux
25436
	  * Fixed all dialogs to appear correctly under linux
25437
	  * Enabled opened files tree under linux
25438
25439
2005-07-31 10:28  mandrav
25440
25441
svn0671:  * Fixed more bugs in compiler "Run" command when the
25442
	  target's output or host application used environment variables.
25443
	  Should be OK now.
25444
25445
2005-07-31 09:03  mandrav
25446
25447
svn0669:  * Fixed bug in compiler "Run" command when the target's
25448
	  output used environment variables
25449
25450
2005-07-31 08:37  mandrav
25451
25452
svn0667:  * Merged latest change from VERSION_1_0, mainly
25453
	  regarding compiler options dialog
25454
25455
2005-07-30 22:44  byo_spoon
25456
25457
svn0664:  Working on dragging layer
25458
25459
2005-07-30 19:19  mandrav
25460
25461
svn0663:  * When pressing "Run" it checks if the project isn't
25462
	  built and displays a message (bug #1245691)
25463
25464
2005-07-30 12:36  mandrav
25465
25466
svn0661:  * Enabled "Find" function for files without project
25467
	  (bug #1247438)
25468
25469
2005-07-30 12:30  mandrav
25470
25471
svn0659:  * Fixed code-completion wrong type recognition when
25472
	  type was close to << (bug #1243639)
25473
25474
2005-07-30 10:57  mandrav
25475
25476
svn0656:  * Improved MinGW detection from registry (patch
25477
	  #1247912 by zieQ)
25478
25479
2005-07-30 10:48  mandrav
25480
25481
svn0654:  * Fixed notebook flickering while opening project files
25482
	  (thanks to Thomas).
25483
25484
2005-07-30 10:21  mandrav
25485
25486
svn0653:  * Fixed wrong expanding of environment variables in the
663 by mandrav
* Re-organizing and cleaning source tree
25487
	  code-completion parser, resulting to innacurate parsing
25488
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25489
2005-07-30 09:56  mandrav
25490
25491
svn0650:  * Added patch for wxHandleFatalExceptions (patch
25492
	  #1236036 by orfanik)
25493
25494
2005-07-30 09:47  mandrav
25495
25496
svn0648:  * Updated setup files to use a treeview for plugins
25497
	  selection (thanks to Julien Lecomte)
25498
25499
2005-07-30 09:35  mandrav
25500
25501
svn0647:  * Merged last updates from VERSION_1_0 branch
25502
25503
2005-07-29 09:25  mandrav
25504
25505
svn0645:  * Fixed debugger tooltip evaluation not shown (bug
25506
	  #1240575)
25507
	  * Added more options for the MSVC compiler (patch #1247085 by
25508
	  zieQ)
25509
	  * When creating new file, do not default to .rc extension. Does
25510
	  not append an extension anymore.
25511
	  * Fixed setting for default editor background color.
25512
25513
2005-07-29 00:45  byo_spoon
25514
25515
svn0640:  Started working on size/position change using mouse
25516
25517
2005-07-28 23:34  byo_spoon
25518
25519
svn0639:  Minor bug fixes
25520
25521
2005-07-28 07:32  ceniza
25522
25523
svn0638:  Bugfix when adding a new help file. Any file can be
25524
	  added as help file and it'll run with the associated program. The
25525
	  beginning of crossplatform.
25526
25527
2005-07-26 20:43  byo_spoon
25528
25529
svn0637:  Minor bug fixes
25530
25531
2005-07-24 21:28  mandrav
25532
25533
svn0629:  * Updated credits in about dialog
25534
	  * Updated setup file
25535
25536
2005-07-24 20:58  mandrav
25537
25538
svn0623:  * Updated setup files and program version number
25539
25540
2005-07-24 11:57  mandrav
25541
25542
svn0622:  * Updated unix project file and makefile for wx2.6
25543
25544
2005-07-24 03:55  ceniza
25545
25546
svn0621:  Bugfix: 'default' cannot be used to name a helpfile
25547
	  (it's for internal use of the plugin).
25548
25549
2005-07-24 03:17  ceniza
25550
25551
svn0620:  Using vector's [] operator where possible. Better UI
25552
	  updating. Removed useless Cancel button. Fixed, I hope, default
25553
	  help file being incorrectly updated. Other minor bugfixes.
25554
25555
2005-07-23 09:49  mandrav
25556
25557
svn0619:  * Updated wx2.6 project file and makefile
25558
	  * Fixed most of the warnings
25559
	  * Changed gcc's debugging switch from -g to -ggdb (users should
25560
	  reset compiler defaults for this to take effect).
25561
25562
2005-07-23 09:12  mandrav
25563
25564
svn0617:  * Removed -w switch (no warnings) and added -Wall (all
25565
	  warnings) in the wx2.6 project file.
25566
	  * Polished the "New project from template dialog" a bit.
25567
	  * Updated the "Start here" page to display the app version
663 by mandrav
* Re-organizing and cleaning source tree
25568
	  (hardcoded for now).
25569
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25570
2005-07-23 03:43  ceniza
25571
25572
svn0616:  From hashmap to vector. Up and Down buttons in
25573
	  Configure Dialog. Bugfixes with default help file being
25574
	  _randomly_ set. Calling a help file without a keyword will launch
25575
	  it with the associated application. Coding style and more.
25576
25577
2005-07-22 09:55  ceniza
25578
25579
svn0615:  Minor changes. Commit test.
25580
25581
2005-07-22 09:19  mandrav
25582
25583
svn0613:  * Fixed more issues with custom vars in target's output
25584
	  and dependencies checking in direct-mode.
25585
	  * When editing a custom variable the project is now marked dirty.
25586
25587
2005-07-22 08:47  mandrav
25588
25589
svn0611:  * Fixed various issues with custom variables and
25590
	  paths-with-spaces handling.
25591
	  * Custom variables can be used now in target's output, object
25592
	  output and dependencies output.
25593
25594
2005-07-21 10:33  mandrav
25595
25596
svn0603:  * Updated templates to support targets-per-file added.
25597
	  * Added OGRE project template.
25598
25599
2005-07-21 09:21  mandrav
25600
25601
svn0601:  * Fixed deaded bug that would crash the app when
25602
	  loading the project's code-completion cache (under certain
25603
	  circumstances).
25604
	  * Removed forgotten debugging logs from custom vars.
25605
25606
2005-07-21 08:58  mandrav
25607
25608
svn0600:  * Added custom vars support in target's working dir
25609
25610
2005-07-21 08:32  mandrav
25611
25612
svn0598:  * Made small toolbar size (16x16) the default for new
25613
	  installations.
25614
25615
2005-07-21 08:17  mandrav
25616
25617
svn0595:  * Added option to disable code-completion. Class
25618
	  browser is not affected.
25619
	  * Added tooltips in all code-completion options.
25620
	  * Fixed the order of timestamps checking before build, for
25621
	  target's output and additional output files.
25622
25623
2005-07-20 20:13  mandrav
25624
25625
svn0594:  * Updated project file for wx2.4
25626
25627
2005-07-20 19:57  mandrav
25628
25629
svn0593:  * Updated project file for wx2.4
25630
25631
2005-07-20 17:53  mandrav
25632
25633
svn0587:  * Added "additional output files" property in build
25634
	  targets. If the target's output or andy of these files are older
25635
	  than the external dependencies, the target is relinked. Useful
25636
	  especially for "commands only" targets where the target has
25637
	  unknown output (without this property).
25638
25639
2005-07-20 12:09  mandrav
25640
25641
svn0586:  * Fixed wrong handling of arguments with spaces in
25642
	  console_runner (bug #1241253).
25643
25644
2005-07-20 11:56  mandrav
25645
25646
svn0585:  * Added ability to choose the project's filename when
25647
	  creating a new project from a user template (rfe #1241487)
25648
	  * Fixed the bug displaying "path contains to many .."
25649
25650
2005-07-19 09:50  mandrav
25651
25652
svn0583:  * Finally really fixed freezing (disappearing)
25653
	  workspace.
25654
25655
2005-07-19 09:10  mandrav
25656
25657
svn0581:  * Fixed debugger not working when the debugger's log is
25658
	  not enabled (bug #1240575).
25659
	  * Fixed debugger tooltip evaluation to stay open (bug #1240575).
25660
	  * Fixed debugger's watches tree to remember it's open state after
663 by mandrav
* Re-organizing and cleaning source tree
25661
	  each refresh (bug #1240575).
25662
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25663
2005-07-18 11:51  mandrav
25664
25665
svn0579:  * Made code-completion custom variables aware (in
25666
	  include dirs)
25667
25668
2005-07-18 10:30  mandrav
25669
25670
svn0577:  * Fixed issue with "disappearing" workspace on certain
663 by mandrav
* Re-organizing and cleaning source tree
25671
	  circumstances.
25672
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25673
2005-07-18 10:18  mandrav
25674
25675
svn0575:  * Fixed todo plugin not counting lines correctly in
25676
	  mixed line-endings files (bug #1207611)
25677
25678
2005-07-18 10:03  mandrav
25679
25680
svn0573:  * Fixed some issues with pre-build and post-build steps
25681
	  (bug #1236730)
25682
25683
2005-07-18 09:20  mandrav
25684
25685
svn0571:  * Open files tree splitter position is now saved (bug
25686
	  #1239862)
25687
25688
2005-07-18 08:41  mandrav
25689
25690
svn0570:  * Fixed typo in regexes previously commited
25691
25692
2005-07-18 08:34  mandrav
25693
25694
svn0568:  * Updated GCC regexes (patch #1235978 by tiwag)
25695
	  * Added "Defaults" button in compiler regexes configuration, to
663 by mandrav
* Re-organizing and cleaning source tree
25696
	  revert to factory-defaults
25697
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25698
2005-07-17 20:26  mandrav
25699
25700
svn0566:  * Fixed single-file compiling with GNU make.
25701
	  * Fixed custom build commands issue when compiling with GNU make.
25702
	  * Added more macros in custom build commands.
25703
25704
2005-07-17 18:05  mandrav
25705
25706
svn0565:  * Enabled File/Close and File/Save menu entries for
25707
	  editors other than builtin (i.e. cbEditor).
25708
25709
2005-07-17 17:13  mispunt
25710
25711
svn0563:  Making path relative, exclude ./sdk/tinyxml/
25712
25713
2005-07-17 16:43  mandrav
25714
25715
svn0562:  * Fixed a compilation warning.
25716
25717
2005-07-17 16:30  mandrav
25718
25719
svn0560:  * Fixed special issues when compiling single file not
25720
	  belonging in a project (not handling paths with spaces and
25721
	  crashing sometimes). Thanks to ceniza for pointing it out.
25722
25723
2005-07-15 22:51  byo_spoon
25724
25725
svn0559:  Fixed some bugs with generation of new dialog
25726
25727
2005-07-15 15:18  byo_spoon
25728
25729
svn0556:  Fixed bug with wxSplitterWindow and wxDockIt panels
25730
25731
2005-07-15 13:47  mandrav
25732
25733
svn0555:  * Added debugger option to display the debugger's raw
25734
	  output log (bug #1237624)
25735
25736
2005-07-15 13:18  mandrav
25737
25738
svn0552:  * Fixed TODO entry lost and not recreated bug (Bug
25739
	  #1234517)
25740
25741
2005-07-15 12:25  mandrav
25742
25743
svn0550:  * Added ability to compile single file not belonging to
25744
	  a project (rfe #1187697)
25745
25746
2005-07-15 11:17  mandrav
25747
25748
svn0549:  * Fixed bug that wouldn't compile single file in a
25749
	  project
25750
25751
2005-07-15 09:35  mandrav
25752
25753
svn0547:  * Fixed bug with auto-hiding the message pane
25754
25755
2005-07-15 08:47  mandrav
25756
25757
svn0545:  * Fixed environment variables applying order (only
25758
	  tested with direct-build-mode)
25759
25760
2005-07-14 22:46  byo_spoon
25761
25762
svn0544:  Improoved Code-Generation system (added working on
25763
	  files)
25764
25765
2005-07-14 20:46  mandrav
25766
25767
svn0542:  * Fixed the target type for "update" and "doc" in the
25768
	  wx2.6 project file.
25769
	  * Fixed smart indent not working when typing at the end of file.
25770
25771
2005-07-14 16:17  mandrav
25772
25773
svn0541:  * Fixed error in small debugger toolbar using one large
25774
	  icon
25775
25776
2005-07-14 11:53  mandrav
25777
25778
svn0539:  * Merged custom variables updates from VERSION_1_0
25779
25780
2005-07-13 22:22  byo_spoon
25781
25782
svn0536:  Fixed bugs with code generation inside widgets with
25783
	  string lists
25784
25785
2005-07-13 10:22  mandrav
25786
25787
svn0535:  * Fixed bug with environment/custom variables working
25788
	  only in global compiler options
25789
	  * Custom variables are now set as environment variables for the
25790
	  build process
25791
	  * Updated wx2.6 project file and Makefile.wx2.6 to use WX_DIR and
25792
	  WX_CFG custom variables
25793
25794
2005-07-13 08:25  mandrav
25795
25796
svn0533:  * Fixed "disappearing workspace" bug
25797
25798
2005-07-12 20:32  byo_spoon
25799
25800
svn0532:  Migrated to wxWidgets 2.6.1
25801
25802
2005-07-11 10:59  mandrav
25803
25804
svn0529:  * Updated win32 wx2.6 project file and Makefile.wx2.6
25805
	  as well as the README and TODO files
25806
25807
2005-07-11 10:31  mandrav
25808
25809
svn0528:  * Added wxDockIt docking library
25810
	  * Changed signature of "void cbPlugin::BuiltToolbar()" to "bool
25811
	  cbPlugin::BuildToolbar()". Plugins should return true if they
25812
	  built a toolbar, false if not.
25813
	  * As of this commit, wx2.6 is the officially used version in
25814
	  C::B.
25815
25816
2005-07-09 04:49  rickg22
25817
25818
svn0527:  Corrected minor details in the xml lexer
25819
25820
2005-07-09 04:37  rickg22
25821
25822
svn0526:  Implemented Lexer and Code folding for XML
25823
25824
2005-07-08 17:47  byo_spoon
25825
25826
svn0525:  Added new icons for wxListBox and wxComboBox
25827
25828
2005-07-08 17:31  byo_spoon
25829
25830
svn0524:  Added wxListBox maintained by cyberkoa
25831
25832
2005-07-08 11:44  mandrav
25833
25834
svn0523:  * Minor bug-fix in compiler options dialog, regarding
25835
	  editing directories.
25836
25837
2005-07-08 11:37  mandrav
25838
25839
svn0522:  * Fixed bug with the early env. vars substitution. Now
25840
	  they 're substituted before compilation.
25841
25842
2005-07-08 09:49  mandrav
25843
25844
svn0521:  * Added MacrosManager::ReplaceEnvVars()
25845
	  * All compiler options/directories support environment vars now
663 by mandrav
* Re-organizing and cleaning source tree
25846
	  (yes, templates too :) )
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25847
	  * Fixed "Make relative" dialog popped up twice when editing
663 by mandrav
* Re-organizing and cleaning source tree
25848
	  paths/filenames (patch #1234455 by CrayzeeIvan)
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25849
	  * Added template for QT-4.0.0 applications, provided by Martin
663 by mandrav
* Re-organizing and cleaning source tree
25850
	  Migasiewicz (patch #1234295)
25851
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25852
2005-07-07 22:03  byo_spoon
25853
25854
svn0520:  Started working on code generation on-the-fly
25855
25856
2005-07-07 07:37  mandrav
25857
25858
svn0519:  * Updated unix project file and Makefile.unix
25859
25860
2005-07-06 23:06  rickg22
25861
25862
svn0518:  Fixed bug #1208287 - unable to rename project
25863
25864
2005-07-06 21:57  rickg22
25865
25866
svn0517:  Finished fixing bug # 1232661 Message window height
25867
	  (size) is not stored
25868
25869
2005-07-06 18:03  rickg22
25870
25871
svn0516:  Fixed bug #1211251 - "select text mode" after source
25872
	  code updated outside C::B
25873
25874
2005-07-05 13:57  mandrav
25875
25876
svn0515:  * Fixed bug with file groups and masks containing
25877
	  slashes or backslashes (bug #1232658).
25878
	  * Removed some debugging statements in lexer loading.
25879
25880
2005-07-05 13:28  mandrav
25881
25882
svn0514:  * Added support for the "this" keyword in
25883
	  code-completion (bug #1232372).
25884
25885
2005-07-05 13:11  mandrav
25886
25887
svn0513:  * Fixed message window size not stored (bug #1232661) -
25888
	  at least when not set to auto-open
25889
25890
2005-07-05 12:05  mandrav
25891
25892
svn0512:  * Updated all win32 wx2.6 build files :)
25893
25894
2005-07-05 07:45  mandrav
25895
25896
svn0511:  * Added functionality to manually edit paths (patch
25897
	  #1232379 by CrayzeeIvan)
25898
	  * Removed LinkLibDlg from compiler plugin (functionality provided
25899
	  by the above patch)
25900
	  * Updated win32 project file and Makefile
25901
25902
2005-07-04 20:53  mandrav
25903
25904
svn0510:  * Fixed StartHere page to work under linux
25905
25906
2005-07-04 10:57  mandrav
25907
25908
svn0509:  * Added the target option to *not* use
25909
	  console_runner.exe for console projects (rfe #1209057).
25910
	  * Bug fix in class parser not recognizing tokens starting with
663 by mandrav
* Re-organizing and cleaning source tree
25911
	  underscores (fix by Ceniza).
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25912
	  * Applied wx2.6.1 compatibility changes (patch #1230781 by
25913
	  orfanik)
25914
25915
2005-07-04 09:27  mandrav
25916
25917
svn0508:  * Fixed crash bug when a duplicate lexer is loaded.
25918
25919
2005-07-04 07:48  mandrav
25920
25921
svn0507:  * Added missing image files for patch #1231979
25922
	  (debugger step-out)
25923
25924
2005-07-04 07:44  mandrav
25925
25926
svn0506:  * Debugger: Added Step Out feature to enable quick exit
25927
	  of current { } block. Useful for bypassing for() and while()
25928
	  loop. (patch #1231979 by kjliew)
25929
	  * Debugger: Stop can be used to kill hung debug session. (patch
25930
	  #1231979 by kjliew)
25931
	  * Debugger: Added "Toggle breakpoint" and "Run to Cursor" to
25932
	  editor right-click menu. (patch #1231979 by kjliew)
25933
	  * Debugger: Fixed "Run To Cursor" breakpoint not to use relative
663 by mandrav
* Re-organizing and cleaning source tree
25934
	  pathname, but only the filename. (patch #1231979 by kjliew)
25935
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
25936
2005-07-03 21:15  mandrav
25937
25938
svn0505:  * Helped issue with FreeBSD build not finding the
25939
	  current app dir (binreloc error/bug?). If the base path is found
25940
	  to be empty, return the current dir (".")
25941
25942
2005-07-03 14:52  mandrav
25943
25944
svn0504:  * Make sure all open files have valid content, after
25945
	  creating a new file/project becuase some of the new files might
25946
	  overwrite existing ones (bug #1225895)
25947
25948
2005-07-03 10:50  mandrav
25949
25950
svn0503:  * Fixed bug with VCTK where libraries with 3 or less
25951
	  chars didn't get the ".lib" appended (bug #1218054)
25952
25953
2005-07-03 10:26  mandrav
25954
25955
svn0502:  * Enabled contructors/destructors to appear in
25956
	  code-completion (bug #1229078)
25957
25958
2005-07-03 10:12  mandrav
25959
25960
svn0501:  * Fixed "adding files too slow" (bug #1231537)
25961
	  * Added "add files recursively" option (rfe #1231603)
25962
	  * Added MultiSelectDlg::SelectWildcard() function
25963
	  * Updated win32 Makefile
25964
25965
2005-07-03 07:58  mandrav
25966
25967
svn0500:  * Removed code that could lead to crash from the
25968
	  ClassBrowser destructor.
25969
25970
2005-07-03 00:53  rickg22
25971
25972
svn0499:  Completed support for custom editors in the Open Files
25973
	  Tree. Added virtual bool VisibleToTree() in editorbase.
25974
25975
2005-07-03 00:05  rickg22
25976
25977
svn0498:  Updated EditorManager to allow "queryclosing" of custom
25978
	  editors (was implemented, but not enabled)
25979
25980
2005-07-02 23:56  rickg22
25981
25982
svn0497:  Fix for bug #1231566: "Phantom" editor lines when
25983
	  closing file. (Fix attempt #1)
25984
25985
2005-07-02 19:04  mandrav
25986
25987
svn0496:  * Bug-fix on styles not being set properly in AStyle
25988
	  plugin (by Ceniza)
25989
25990
2005-07-02 17:48  rickg22
25991
25992
svn0495:  Fixed bug [ 1231461 ] "Global compiler options" cause
25993
	  crash
25994
25995
2005-07-01 20:11  mandrav
25996
25997
svn0494:  * Added comment/uncomment to overcome the limited
25998
	  functionality of "toggle comment" that was implemented (patch by
25999
	  CrayzeeIvan).
26000
	  * Updated unix project file and Makefile.unix
26001
26002
2005-07-01 18:58  mandrav
26003
26004
svn0493:  * Updated AStyle plugin to use aStyle-1.17.0-dev. Also
26005
	  fixed some settings not being applied. Contributed by Ceniza.
26006
26007
2005-07-01 14:04  mandrav
26008
26009
svn0492:  * Added lexer files for "Hitachi H8 Assembler",
26010
	  provided by tiwag
26011
	  * Added lexer files for GameMonkey scripts
26012
	  * Fixed combobox drop-down size in language selection for editor
663 by mandrav
* Re-organizing and cleaning source tree
26013
	  colors
26014
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26015
2005-06-29 16:11  byo_spoon
26016
26017
svn0491:  Added property for wxArrayString
26018
26019
2005-06-29 12:40  byo_spoon
26020
26021
svn0490:  Added mouse-blocking event handler for default widget
26022
	  preview
26023
26024
2005-06-28 20:34  byo_spoon
26025
26026
svn0489:  wxsComboBox base addeed by cyberkoa
26027
26028
2005-06-28 13:45  mandrav
26029
26030
svn0488:  * Fixed win32 SDL template linker libs (thanks to
663 by mandrav
* Re-organizing and cleaning source tree
26031
	  Former_Drill_Instructor from the forums)
26032
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26033
2005-06-27 20:31  mandrav
663 by mandrav
* Re-organizing and cleaning source tree
26034
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26035
svn0487:  * Updated lexers keywords specification.
26036
	  * Added separate documentation comments configuration for C/C++
663 by mandrav
* Re-organizing and cleaning source tree
26037
	  lexer.
26038
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26039
2005-06-27 11:25  mandrav
26040
26041
svn0486:  * Correct fix for the "deadlock on file changed outside
26042
	  the IDE" (added cbEditor::Touch()).
26043
26044
2005-06-27 08:08  mandrav
26045
26046
svn0485:  * Updated unix project file and Makefile.unix
26047
26048
2005-06-26 17:17  mandrav
26049
26050
svn0484:  * Fixed workspace unfolding on every update (bug
26051
	  #1214926)
26052
26053
2005-06-26 16:32  mandrav
26054
26055
svn0483:  * Fixed "dead-lock" when a file is modified outside the
26056
	  IDE and the IDE is minimized (bug #1222697)
26057
26058
2005-06-26 16:06  mandrav
26059
26060
svn0482:  * Enable GDB breakpoints on constructors/destructors.
26061
	  Works with GDB 6.3.1 (patch #1227446 by kjliew)
26062
	  * Allow using "Step into" to start a debugging session (patch
26063
	  #1227446 by kjliew)
26064
	  * Close/kill a debug session if C::B is shutting down (patch
26065
	  #1227446 by kjliew)
26066
	  * Breakpoints fix for DLL source files (patch #1227446 by kjliew)
26067
	  * Enabled "Find in files" when no editor is open
26068
	  * Added README.txt in lexers dir with *rough* comments on usage.
26069
26070
2005-06-24 21:53  mandrav
26071
26072
svn0480:  * Updates to the new editor color sets (themes) XML
26073
	  system.
26074
	  * Added theme for win32 resources (*.rc)
26075
26076
2005-06-24 13:56  mandrav
26077
26078
svn0479:  * Re-designed the editor color sets (themes).
26079
	  Configuration is now loaded from XML files, one file
26080
	  per-language. Two languages are currently provided: C/C++ and
26081
	  Lua. More languages can be added by merely adding XML files :)
26082
26083
2005-06-21 09:17  mandrav
26084
26085
svn0478:  * Included "settings.h" in editorbase.h (or all derived
26086
	  editors should)
26087
26088
2005-06-21 09:12  mandrav
26089
26090
svn0477:  * Fixed bug in debugger's backtrace window (when
26091
	  cleared, the columns weren't recreated rendering it useless).
26092
26093
2005-06-21 09:08  mandrav
26094
26095
svn0476:  * When the max compiler errors limit is reached, a
26096
	  message stating it is being added in the compiler log, so that
26097
	  the user knows that there are more errors with his code but are
26098
	  not shown.
26099
	  * Applied patch for "Debug->Run to cursor" to be enabled during
663 by mandrav
* Re-organizing and cleaning source tree
26100
	  debugging too (patch submitted by kjliew in bug #1223029)
26101
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26102
2005-06-21 08:49  mandrav
26103
26104
svn0475:  * Applied regex patch for compiler's depslib (patch
26105
	  #1224472 submitted by joaander)
26106
26107
2005-06-21 08:30  mandrav
26108
26109
svn0474:  * Added smart as-you-type indentation in editor
26110
	  * Added editor configuration option to enable/disable smart
663 by mandrav
* Re-organizing and cleaning source tree
26111
	  indentation
26112
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26113
2005-06-18 15:52  rickg22
26114
26115
svn0473:  Added DLLIMPORT clause to messagemanager.h
26116
26117
2005-06-18 15:40  rickg22
26118
26119
svn0472:  Removed conflicting DLLIMPORT from startherepage.cpp
26120
26121
2005-06-18 15:40  rickg22
26122
26123
svn0471:  Editormanager's Queryclose now works with EditorBase
26124
26125
2005-06-17 09:30  mandrav
26126
26127
svn0470:  * Fixed output parsing for all compilers to
26128
	  "understand" the "-" character in filenames (bug #1206508).
26129
26130
2005-06-17 09:22  mandrav
26131
26132
svn0469:  * Fixed handling of files without extension by the
26133
	  default MIME handler plugin (bug #1205788).
26134
26135
2005-06-17 08:46  mandrav
26136
26137
svn0468:  * Fixed recognition of linker libraries when importing
26138
	  Dev-Cpp projects (bug #1213209).
26139
	  * Fixed resource files linking setting when importing Dev-Cpp
26140
	  projects (bug #1213209).
26141
26142
2005-06-17 08:25  mandrav
26143
26144
svn0467:  * Made "single-instance-check" configurable in
26145
	  environment settings (need to be disabled to develop C::B!)
26146
	  * Updated win32 Makefile
26147
26148
2005-06-17 08:07  mandrav
26149
26150
svn0466:  * Implemented running instances check and allow only
26151
	  one instance running (bug #1214922).
26152
26153
2005-06-17 06:47  rickg22
26154
26155
svn0465:  Added support for context menu's in EditorBase class.
26156
26157
2005-06-16 18:21  mandrav
26158
26159
svn0464:  * Fixed code-completion popping up after the "." or
26160
	  "->" operators even when it shouldn't - like pressing shortcut
26161
	  keys like Ctrl-C (bug #1221020)
26162
26163
2005-06-16 17:44  mandrav
26164
26165
svn0463:  * Fixed "Categorize by file types" not working in the
26166
	  project tree submenu (bug #1221458)
26167
26168
2005-06-16 17:38  mandrav
26169
26170
svn0462:  * Fixed crash when search-in-files returned no results
26171
	  (bug #1221560)
26172
26173
2005-06-16 05:18  rickg22
26174
26175
svn0461:  Fixed incompatibility with VC++ (changed struct Tool to
26176
	  class Tool)
26177
26178
2005-06-16 04:23  rickg22
26179
26180
svn0460:  Added "openfilestree.h" which contains wxTreeItemData
26181
	  definitions (used by cbProject and EditorManager)
26182
26183
2005-06-16 03:18  rickg22
26184
26185
svn0459:  Removed useless editor interface option from the
26186
	  environment settings dialog (bug #1221373)
26187
26188
2005-06-16 03:17  rickg22
26189
26190
svn0458:  Replaced include "editorbase.h" for a class declaration
26191
	  to speed up compile times
26192
26193
2005-06-15 13:24  mandrav
26194
26195
svn0457:  * Fixed force re-linking when external dependencies are
26196
	  updated (bug #1215105). External dependencies are set in project
26197
	  properties.
26198
26199
2005-06-15 12:32  mandrav
26200
26201
svn0456:  * Fixed default file filter for Project->Open (bug
26202
	  #1213466).
26203
26204
2005-06-15 12:26  mandrav
26205
26206
svn0455:  * Made object filename (in project file properties)
26207
	  read-only (bug #1216213).
26208
26209
2005-06-15 12:21  mandrav
26210
26211
svn0454:  * Fixed output filename always converted to lowercse
26212
	  (bug #1216213). Also fixed it project-wide...
26213
26214
2005-06-15 10:58  mandrav
26215
26216
svn0453:  * Fixed bug with post-build commands not loaded when
26217
	  pre-build commands exist (bug #1218938)
26218
26219
2005-06-15 10:53  mandrav
26220
26221
svn0452:  * Fixed toolbar visibility not saved (bug #1215013)
26222
26223
2005-06-15 04:22  rickg22
26224
26225
svn0451:  Revamped Editorbase class. Filenames, customizable
26226
	  context menus available for all subclasses. Default context menu
26227
	  includes all "save" and "close" items.
26228
26229
2005-06-10 13:05  mandrav
26230
26231
svn0450:  * Fixed bug in "Search->Goto function" (introduced
26232
	  earlier)
26233
26234
2005-06-10 10:11  mandrav
26235
26236
svn0449:  * Fixed wrong static library linker command line for
26237
	  DigitalMars (bug #1209395)
26238
26239
2005-06-10 09:50  mandrav
26240
26241
svn0448:  * Fixed "save-all doesn't refresh open files tree" (bug
26242
	  #1216529)
26243
	  * Modified files in open files tree use different icon now
26244
	  instead of '*' (rfe #1216535)
26245
	  * "Save" menu item in open files tree context menu doesn't
26246
	  display now, if the file is not modified
26247
26248
2005-06-10 08:44  mandrav
26249
26250
svn0447:  * Display full info on file's functions (instead of
26251
	  just the name) in "Search->Goto function" (bug #1217442)
26252
26253
2005-06-10 08:41  mandrav
26254
26255
svn0446:  * Added "Remove files" and "Project tree" menu items in
26256
	  project tree context menu (rfe #1211361)
26257
26258
2005-06-10 06:37  rickg22
26259
26260
svn0445:  Changed "Execution Parameters" to "Program Arguments"
26261
26262
2005-06-10 06:24  rickg22
26263
26264
svn0444:  Added "Save, Save All" to cbEditor's context menu entry
26265
26266
2005-06-09 05:42  rickg22
26267
26268
svn0443:  Fixed memory leak in editor context menu.
26269
	  * Simplified context menu for open files tree
26270
26271
2005-06-09 05:42  rickg22
26272
26273
svn0442:  Fixed redundant class selector in constructor
26274
26275
2005-06-07 19:03  mandrav
26276
26277
svn0441:  * Added editor's context menu in the open files tree
26278
	  (rfe #1216570)
26279
26280
2005-06-07 09:16  mandrav
26281
26282
svn0440:  * Added "not implemented" message in "import
26283
	  configuration" function... (bug #1215460)
26284
26285
2005-06-06 22:30  byo_spoon
26286
26287
svn0439:  Added icons for widgets
26288
26289
2005-06-01 11:09  mandrav
26290
26291
svn0438:  * Minor bug fix
26292
26293
2005-05-31 19:37  mandrav
26294
26295
svn0437:  * Updated OpenWatcom support (patch #1211424 from Carl
26296
	  Young)
26297
	  * Removed wlib_wrapper OpenWatcom static lib wrapper (no longer
663 by mandrav
* Re-organizing and cleaning source tree
26298
	  needed)
26299
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26300
2005-05-29 21:56  mandrav
26301
26302
svn0436:  * Updated linux project file for wx2.6 and
26303
	  Makefile.unix.wx2.6
26304
26305
2005-05-29 17:30  mandrav
26306
26307
svn0435:  * Updated linux project file and Makefile.unix
26308
26309
2005-05-29 16:54  mandrav
26310
26311
svn0434:  * Fixed "default workspace" bug, introduced in last
26312
	  commit
26313
26314
2005-05-29 09:05  mandrav
26315
26316
svn0433:  * Removed forgotten hard-coded limit of 50 max logged
26317
	  compiler errors and made it configurable (bug #1210561)
26318
26319
2005-05-29 08:50  mandrav
26320
26321
svn0432:  * Fixed saving workspace
26322
26323
2005-05-29 02:39  rickg22
26324
26325
svn0430:  Fixed Notebook+Shift-Tab bug
26326
26327
2005-05-28 23:49  byo_spoon
26328
26329
svn0429:  Can add new dialogs now
26330
26331
2005-05-28 22:04  rickg22
26332
26333
svn0428:  Fixed bug in FindInFiles which showed report for
26334
	  unexistent files in project
26335
26336
2005-05-28 21:49  mandrav
26337
26338
svn0427:  * Fixed crash bug with some links of the "Start here"
26339
	  page (bug #1210471)
26340
	  * Added rudimentary compiler support for OpenWatcom thanks to an
26341
	  anonymous user who provided me the details (no compiler options
26342
	  yet)
26343
	  * Added wlib_wrapper project for building static libs with
663 by mandrav
* Re-organizing and cleaning source tree
26344
	  OpenWatcom
26345
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26346
2005-05-28 20:04  mandrav
26347
26348
svn0426:  * Added patch #1210465: Jump to definition on
26349
	  double-click in class browser
26350
26351
2005-05-28 19:44  rickg22
26352
26353
svn0425:  Added more tips
26354
26355
2005-05-28 16:26  mandrav
26356
26357
svn0424:  * Implemented "Find In Files" ;)
26358
26359
2005-05-28 12:08  byo_spoon
26360
26361
svn0423:  Added event system to handle global events
26362
26363
2005-05-28 10:24  mandrav
26364
26365
svn0422:  * Added editor configuration for the tab text
26366
	  displaying file's name only or relative filename from project
26367
	  file
26368
26369
2005-05-28 09:55  mandrav
26370
26371
svn0421:  * Updated files for wx2.6
26372
26373
2005-05-28 07:55  byo_spoon
26374
26375
svn0420:  Added some missing files
26376
26377
2005-05-28 05:10  rickg22
26378
26379
svn0419:  Added shortcuts to emulate MDI behavior:
663 by mandrav
* Re-organizing and cleaning source tree
26380
	  Ctrl-F4,Ctrl-Shift-F4,Ctrl-F6,Ctrl-Shift-F6.
26381
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26382
2005-05-27 22:32  byo_spoon
26383
26384
svn0418:  Unified event handling for previewed widgets, added
26385
	  wxToggleButton, fixed scrollbars bug for widgets palette
26386
26387
2005-05-27 19:34  mandrav
26388
26389
svn0417:  * Fixed bug that wouldn't save regex's in advanced
26390
	  compiler options, if edited a regex and pressed OK directly.
26391
26392
2005-05-27 16:53  mandrav
26393
26394
svn0416:  * Fixed crash bug when opening a project using an
26395
	  invalid compiler (bug #1209789)
26396
26397
2005-05-27 16:26  mandrav
26398
26399
svn0415:  * Fixed crashes when launching for the first time and
26400
	  there is no C::B configuration stored.
26401
26402
2005-05-27 15:03  byo_spoon
26403
26404
svn0414:  Fixed bug with editor's placement
26405
26406
2005-05-27 13:53  byo_spoon
26407
26408
svn0413:  First attempt to fix incompatibilities with new editor
663 by mandrav
* Re-organizing and cleaning source tree
26409
	  system
26410
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26411
2005-05-27 11:43  mandrav
26412
26413
svn0412:  * Updated Makefile with the latest changes
26414
26415
2005-05-27 11:41  mandrav
26416
26417
svn0411:  * Converted from MDI to wxNotebook :)
26418
	  * Note to plugin developers: Manager::Get()->GetAppWindow() now
26419
	  returns a wxFrame as opposed to wxMDIParentFrame. Also,
26420
	  EditorBase is now a wxPanel instead of wxMDIChildFrame.
26421
	  * Added two new SDK events: EVT_APP_STARTUP_DONE (fires when app
26422
	  finished loading) and EVT_APP_START_SHUTDOWN (fires just before
26423
	  app starts shutting down).
26424
	  * Added "Start here" page with common tasks (can be disabled in
26425
	  env. settings).
26426
26427
2005-05-27 08:51  byo_spoon
26428
26429
svn0410:  Removes dome bugs
26430
26431
2005-05-27 00:41  byo_spoon
26432
26433
svn0409:  Fixed dbugs with properties panel, added easy widget
26434
	  deefinition system
26435
26436
2005-05-25 23:35  byo_spoon
26437
26438
svn0408:  Xrc-saving system is working now, rededsigned xml
26439
	  generation system a little bit
26440
26441
2005-05-25 19:46  mandrav
26442
26443
svn0407:  * Used wxListCtrl::ClearAll() instead of wrongly used
663 by mandrav
* Re-organizing and cleaning source tree
26444
	  wxListCtrl::Clear() in debuggergdb/backtracedlg.cpp
26445
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26446
2005-05-25 16:39  byo_spoon
26447
26448
svn0406:  Fixed bugs with wx 2.4 sizers
26449
26450
2005-05-25 09:54  byo_spoon
26451
26452
svn0405:  Switched to wxWidgets 2.4
26453
26454
2005-05-25 09:52  mandrav
26455
26456
svn0404:  * Correct fix for link command bug
26457
	  * Added DevPak plugin
26458
26459
2005-05-25 08:09  mandrav
26460
26461
svn0403:  * Fixed recently introduced compiler bug that wouldn't
26462
	  link the output file if no objects needed to be compiled.
26463
26464
2005-05-24 09:56  byo_spoon
26465
26466
svn0402:  Added ability to create and delete widgets inside form
26467
26468
2005-05-23 20:27  mandrav
26469
26470
svn0401:  * Fixed bug in resizing the manager tree when it was on
26471
	  the right side of the app
26472
26473
2005-05-23 20:18  byo_spoon
26474
26475
svn0400:  First Update
26476
26477
2005-05-23 12:51  mandrav
26478
26479
svn0399:  * Updated included TinyXML to export its classes.
26480
	  * Fixed "Close all projects" which was not working.
26481
26482
2005-05-23 09:12  mandrav
26483
26484
svn0398:  * Added wxSmith (RAD editor) plugin in
26485
	  plugins/contrib/wxSmith. Maintainer: byo
26486
26487
2005-05-22 21:07  mandrav
26488
26489
svn0397:  * Added stream logging (e.g. LOGSTREAM << "Hello
26490
	  world\n") - look documentation in messagemanager.h
26491
	  * Fixed bugs occuring when using projects/targets with invalid
663 by mandrav
* Re-organizing and cleaning source tree
26492
	  compiler (e.g. from another machine/OS)
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26493
	  * Fixed UI glitch when repositioning the manager tree in an empty
663 by mandrav
* Re-organizing and cleaning source tree
26494
	  workspace
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26495
	  * Added "auto-hide" operation for message pane (experimental)
26496
	  * Added environment configuration for message pane "auto-hide"
663 by mandrav
* Re-organizing and cleaning source tree
26497
	  functionality and default/blank workspace loading on startup
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26498
	  * Don't ask to save the default workspace, if it is not loaded at
663 by mandrav
* Re-organizing and cleaning source tree
26499
	  start-up (new configuration option)
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26500
	  * Ignore read-only files when checking for modifications outside
26501
	  the IDE (bug #1206222)
26502
26503
2005-05-21 11:09  mandrav
26504
26505
svn0396:  * Fixed crash when debugging a project/target
26506
	  configured to use an invalid debugger
26507
26508
2005-05-21 11:09  mandrav
26509
26510
svn0395:  * Fixed crash when compiling a project/target
26511
	  configured to use an invalid compiler
26512
26513
2005-05-20 13:37  mandrav
26514
26515
svn0394:  * Fixed compiling projects with different compilers per
26516
	  target, when using GNU "make".
26517
26518
2005-05-20 07:37  mandrav
26519
26520
svn0393:  * Made manager tree dockable on the left *or* right
26521
	  side of the IDE (View->Manager position).
26522
26523
2005-05-19 13:53  mandrav
26524
26525
svn0392:  * Removed "Commands" compiler options page when showing
26526
	  global options (it's not a global option)
26527
	  * Removed "Custom vars" compiler options page when showing
663 by mandrav
* Re-organizing and cleaning source tree
26528
	  non-global options (it's a global option)
26529
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26530
2005-05-19 13:43  mandrav
26531
26532
svn0391:  * Fixed "some compiler messages wrongly colored as
26533
	  errors" issue (bug #1198732)
26534
26535
2005-05-19 13:16  mandrav
26536
26537
svn0390:  * Added 'strip' option to GCC
26538
26539
2005-05-19 13:03  mandrav
26540
26541
svn0389:  * Added "always run" checkbox for pre/post-build
26542
	  commands.
26543
26544
2005-05-18 12:09  mandrav
26545
26546
svn0388:  * Fixed compiler bug that would use the project-wide
26547
	  compiler for all targets. This was clearly wrong, as we can
26548
	  configure the compiler per-target... (still needs work for
26549
	  Makefiles though)
26550
	  * Made pre/post build steps run no matter if the linking phase
26551
	  runs or not (as per the relevant forums discussion).
26552
26553
2005-05-16 13:59  mandrav
26554
26555
svn0387:  * Fixed code-completion to correctly understand what
26556
	  function the cursor is in (didn't work for functions not under a
663 by mandrav
* Re-organizing and cleaning source tree
26557
	  class/namespace).
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26558
	  * Added folder plugins/contrib for hosting third-party plugins,
26559
	  maintained by their authors. All contributed plugins will have
26560
	  their own project file and will not be included in the normal
26561
	  Code::Blocks build.
26562
	  * Added the first third-party contributed plugin: HelpPlugin. It
26563
	  was contributed by bourricot and will be maintained by him.
26564
	  Located in plugins/contrib/help_plugin.
26565
26566
2005-05-16 07:35  mandrav
26567
26568
svn0386:  * Changed version to 1.0-cvs
26569
	  * Updated (not officially supported) linux build files for
663 by mandrav
* Re-organizing and cleaning source tree
26570
	  wxWidgets-2.6.0
26571
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26572
2005-05-15 19:48  mandrav
26573
26574
svn0384:  * Updated ChangeLog for 1.0-finalbeta
26575
26576
2005-05-15 19:22  mandrav
26577
26578
svn0383:  * Fixed debugger to work again under win98
26579
	  * Updated setup files
26580
26581
2005-05-15 13:04  mandrav
26582
26583
svn0382:  * Removed the debugger's debugging log (prior to
26584
	  releasing finalbeta)
26585
	  * Updated version to 1.0-finalbeta
26586
26587
2005-05-13 09:13  mandrav
26588
26589
svn0381:  * Enabled "working dir" build target setting for
26590
	  dynamic libraries (bug #1201182)
26591
26592
2005-05-11 11:58  mandrav
26593
26594
svn0380:  * Added new 64x64 icon (xpm) for unix
26595
26596
2005-05-11 11:40  mandrav
26597
26598
svn0379:  * Fixed debugger's behaviour under linux
26599
26600
2005-05-11 11:29  mandrav
26601
26602
svn0378:  * Updated unix project file and Makefile.unix
26603
	  * Fixed error in auto-complete keywords loading, where it would
663 by mandrav
* Re-organizing and cleaning source tree
26604
	  wrongly try to expand environment variables
26605
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26606
2005-05-11 10:11  mandrav
26607
26608
svn0377:  * "Debug" button in debugger's toolbar, now behaves as
26609
	  "Continue" if the program is already being debugged
26610
26611
2005-05-11 10:02  mandrav
26612
26613
svn0376:  * Added "Disassembly" debugging window
26614
	  * Added "Back-trace" debugging window
26615
	  * Display message that the user cannot "run" a commands-only
26616
	  target
26617
26618
2005-05-11 01:27  rickg22
26619
26620
svn0375:  * Fixed debuggergdb compilation problems that appeared
26621
	  with the path handling patch.
26622
26623
2005-05-10 01:55  rickg22
26624
26625
svn0374:  * Fixed missing user32 in OpenGL template
26626
26627
2005-05-10 01:37  rickg22
26628
26629
svn0373:  * Moved braces highlighting to the SDK for coherence.
26630
	  + Improved braces highlighting to detect braces in the previous
26631
	  cursor position.
26632
26633
2005-05-09 11:22  mandrav
26634
26635
svn0372:  * Modified new icon (made it a little brighter)
26636
	  * Modified the small codeblocks setup logo to use the new "3D"
26637
	  style
26638
26639
2005-05-09 09:21  mandrav
26640
26641
svn0371:  * Corrected filenames sent to the debugger plus allowed
26642
	  debugging of filenames with spaces (patch #1197802 by Eric
26643
	  Burnett)
26644
	  * Fixed some cases where the debugger's watches tree would get
663 by mandrav
* Re-organizing and cleaning source tree
26645
	  malformed (wrong fields separation)
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26646
	  * Added Eric Burnett to contributors in the about dialog
26647
26648
2005-05-09 03:30  rickg22
26649
26650
svn0370:  + Added thanks to JA Ortega for the 3d icon
26651
26652
2005-05-09 03:22  rickg22
26653
26654
svn0369:  Added 3D icon. Thanks to Juan Antonio Ortega.
26655
26656
2005-05-08 21:56  rickg22
26657
26658
svn0368:  Various usability enhancements to the compiler options:
26659
	  + Libraries, variables and paths can be added/edited/deleted with
26660
	  the INS/ENTER/DEL keys.
26661
	  + Most dialogs are now OK/Cancel instead of YES/NO (this means
26662
	  you can press ESC to abort them)
26663
	  + Added extra confirmation ("Are you really sure?") for "reset to
26664
	  compiler defaults".
26665
26666
2005-05-08 15:40  rickg22
26667
26668
svn0367:  + Added thanks to Chris Raschko (chrispunkt) for the 3D
26669
	  logo
26670
26671
2005-05-08 15:30  rickg22
26672
26673
svn0366:  * Moved compiler settings outside the "plugins" menu.
26674
26675
2005-05-08 15:29  rickg22
26676
26677
svn0365:  + Updated the Code::Blocks logo to the 3D version
26678
26679
2005-05-08 10:43  mandrav
26680
26681
svn0364:  * Added "extra paths" in compiler configuration (added
26682
	  in environment PATH while running compiler)
26683
26684
2005-05-08 09:31  mandrav
26685
26686
svn0363:  * Fixed working directory when using makefiles (bug
26687
	  #1197518)
26688
	  * Added keywords auto-completion in editor (not to be confused
26689
	  with the code-completion plugin). Check editor's configuration,
663 by mandrav
* Re-organizing and cleaning source tree
26690
	  "Auto-complete" page for more info...
26691
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26692
2005-05-07 21:45  rickg22
26693
26694
svn0362:  Fixed early exit hang/crash by replacing
26695
	  wxPostEvent(x,e) with x->ProcessEvent(e) in pluginmanager.cpp
26696
26697
2005-05-07 14:29  rickg22
26698
26699
svn0361:  Fixed early exit hang/crash by replacing
26700
	  wxPostEvent(x,e) with x->ProcessEvent(e) in pluginmanager.cpp
26701
26702
2005-05-05 06:34  mandrav
26703
26704
svn0359:  * Added gcc compiler option -O3 (rfe #1191601)
26705
26706
2005-05-03 09:59  mandrav
26707
26708
svn0358:  * Added "reparse now" entry in class browser's context
26709
	  menu, when on root item
26710
26711
2005-05-03 05:10  rickg22
26712
26713
svn0357:  Added menu option: "Save Workspace as..."
26714
26715
2005-05-02 18:17  mandrav
26716
26717
svn0356:  * Fixed search dialog to not set "selected-text" search
26718
	  by default, if the selected text is just the searched word (bug
26719
	  #1192823)
26720
26721
2005-05-02 07:35  mandrav
26722
26723
svn0355:  * Project execution setting "host application" is now
26724
	  remembered (bug #1191932)
26725
26726
2005-05-02 07:28  mandrav
26727
26728
svn0354:  * Fixed toolbar show/hide (side-effect: bug #1192650)
26729
	  * Added debugger's resources to project.
26730
26731
2005-04-29 16:07  mandrav
26732
26733
svn0353:  * Added "gdb-initial-commands" in debugger's
26734
	  configuration (useful for new users to avoid creating .gdbinit)
26735
	  * By default, for console projects, debugger is configured with
26736
	  "set new-console on"
26737
26738
2005-04-29 15:44  mandrav
26739
26740
svn0352:  * Show message for "Compiler/Create distribution" when
26741
	  "make" is not used
26742
	  * Fix code-completion cache saving when closing C::B
26743
26744
2005-04-29 09:26  mandrav
26745
26746
svn0351:  * Added Makefile.unix.wx2.6 (codeblocks doesn't work
26747
	  well with wx2.6)
26748
	  * Fixed a "deprecated" warning for wx2.6
26749
26750
2005-04-28 09:41  mandrav
26751
26752
svn0350:  * Replaced yes-no buttons with ok-cancel in "search
26753
	  text not found" dialog, to dismiss with Escape (bug #1191222)
26754
26755
2005-04-28 09:36  mandrav
26756
26757
svn0349:  * Implemented code-completion cache (rfe #1190481).
26758
	  * Code-completion plugin's configuration dialog updated.
26759
26760
2005-04-27 12:27  mandrav
26761
26762
svn0348:  * Updated unix build files
26763
26764
2005-04-27 12:13  mandrav
26765
26766
svn0347:  * Added PersonalityManager to support different
26767
	  personalities/profiles (see documentation in
26768
	  sdk/personalitymanager.h for info)
26769
26770
2005-04-26 13:15  mandrav
26771
26772
svn0346:  * Updated "wxWindows" strings to "wxWidgets" in the
26773
	  wxWidgets template.
26774
26775
2005-04-26 13:07  mandrav
26776
26777
svn0345:  * Removed obsolete wxHIDE_READONLY flag from file
26778
	  dialogs
26779
26780
2005-04-26 11:01  mandrav
26781
26782
svn0344:  * Global resource compiler dirs are remembered now (bug
26783
	  #1186685)
26784
26785
2005-04-26 10:52  mandrav
26786
26787
svn0343:  * Fixed handling of filenames with spaces in default
26788
	  MIME handler plugin (bug #1187231)
26789
26790
2005-04-25 13:35  mandrav
26791
26792
svn0342:  * Fixed recursion bug in class-browser's
26793
	  class-ancestors handling.
26794
26795
2005-04-25 12:32  mandrav
26796
26797
svn0341:  * Added new project file for building Code::Blocks with
663 by mandrav
* Re-organizing and cleaning source tree
26798
	  wxWidgets-2.6.0. Also added a small HOWTO of the process.
26799
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26800
2005-04-25 12:10  mandrav
26801
26802
svn0340:  * Fixed SDL template icon
26803
26804
2005-04-25 12:07  mandrav
26805
26806
svn0339:  * Re-adding template images, as binaries this time
26807
26808
2005-04-25 12:05  mandrav
26809
26810
svn0338:  * Removing template images (corrupted because they were
26811
	  not added as binaries)
26812
26813
2005-04-25 11:55  mandrav
26814
26815
svn0337:  * Re-organized templates folder to allow for different
26816
	  templates based on OS
26817
26818
2005-04-25 09:20  mandrav
26819
26820
svn0336:  * Fixed error in compiler's run command that wouldn't
26821
	  work under linux
26822
26823
2005-04-25 08:27  mandrav
26824
26825
svn0335:  * Updated linux build files
26826
26827
2005-04-25 07:32  mandrav
26828
26829
svn0334:  * Updated win32 Makefile (after fixing a small bug in
663 by mandrav
* Re-organizing and cleaning source tree
26830
	  makefilegenerator.cpp)
26831
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26832
2005-04-23 23:50  rickg22
26833
26834
svn0333:  * Fixed display bug in Open Files tree (top editor was
26835
	  not refreshed on layout loading)
26836
26837
2005-04-23 23:08  rickg22
26838
26839
svn0332:  * all opened cbEditors are maximized on opening (except
26840
	  when loading) by default
26841
26842
2005-04-23 18:55  rickg22
26843
26844
svn0331:  Fixed "random file on top at startup" bug
26845
26846
2005-04-23 14:16  rickg22
26847
26848
svn0330:  Files opened from the project tree (double click) are
26849
	  opened with the current window's normal/maximized state
26850
26851
2005-04-23 13:43  rickg22
26852
26853
svn0329:  Added various #if's to manage incompatibilities between
26854
	  wx2.4.2 and wx.2.5+
26855
26856
2005-04-23 08:06  mandrav
26857
26858
svn0328:  * Removed all warnings about deprecated symbols when
26859
	  compiling with wxWidgets-2.6.0
26860
26861
2005-04-23 02:29  rickg22
26862
26863
svn0327:  * Restores (in theory) the top editor when loading
26864
	  workspace. In practice, however, that editor isn't found (!?)
26865
	  * Maximizes the last opened file after loading workspace
26866
26867
2005-04-22 13:37  mandrav
26868
26869
svn0326:  * Fixes for compilation with wxWidgets-2.6.0
26870
	  * Project files and Makefiles *not* updated - something's wrong
26871
	  with MDI...
26872
26873
2005-04-21 15:52  mandrav
26874
26875
svn0325:  * Updated XP-style-manifest location in win32 resource
26876
	  file
26877
26878
2005-04-21 13:13  mandrav
26879
26880
svn0324:  * Added EditorBase class to allow for custom editors,
26881
	  beside the builtin. cbEditor inherits it and so must do every
26882
	  custom editor.
26883
	  * Updated whole project for the above change.
26884
26885
2005-04-21 08:40  mandrav
26886
26887
svn0323:  * Fixed bug in search function
26888
26889
2005-04-21 07:49  mandrav
26890
26891
svn0322:  * Improved project loading times by using a hashmap in
663 by mandrav
* Re-organizing and cleaning source tree
26892
	  cbProject::GetFileByFilename()
26893
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26894
2005-04-21 03:12  rickg22
26895
26896
svn0321:  * Further optimized project loading (AddFile)
26897
26898
2005-04-21 01:31  rickg22
26899
26900
svn0320:  Optimized building of the project tree: AddFile now
26901
	  only checks for existing files if(!m_CurrentlyLoading).
26902
26903
2005-04-20 13:17  mandrav
26904
26905
svn0319:  * Bug-fix in .vcproj importer: compiler search dirs
26906
	  * Bug-fix in .dsp importer: no compiler options imported some
26907
	  times (bug #1186606)
26908
26909
2005-04-20 13:03  rickg22
26910
26911
svn0318:  + Added message "Generating project tree..." in
26912
	  projectloader
26913
	  * Pinpointed loading bottleneck in cbproject.cpp (Added TODO
26914
	  item)
26915
26916
2005-04-20 08:56  mandrav
26917
26918
svn0317:  * Fixed ToDo list not refreshing (bug #1185950)
26919
26920
2005-04-20 08:25  mandrav
26921
26922
svn0316:  * When a file of unknown type is opened, the MIME
26923
	  handler plugins are asked to open it.
26924
26925
2005-04-20 07:48  mandrav
26926
26927
svn0315:  * Speed-up project loading times (broken by my last
26928
	  commit about the"unnamed-new-files" bug)
26929
26930
2005-04-20 02:34  rickg22
26931
26932
svn0314:  * Skipped the base path calculation if the project is
26933
	  still loading (now does it at the end of ProjectLoader::DoUnits).
26934
	  Still works as usual when adding the files manually.
26935
26936
2005-04-19 13:20  mandrav
26937
26938
svn0313:  * Don't default to "search in selected text" for
26939
	  searches, when the selected text is the result of the previous
26940
	  search (rfe #1144178)
26941
26942
2005-04-19 13:07  mandrav
26943
26944
svn0312:  * Display "text not found" message if the search failed
26945
	  (rfe #1143936)
26946
26947
2005-04-19 12:35  mandrav
26948
26949
svn0311:  * Correct fix for unnamed-new-files in project tree
26950
26951
2005-04-18 14:37  mandrav
26952
26953
svn0310:  * Resource files are highlighted like C/C++ files (rfe
26954
	  #1184765)
26955
26956
2005-04-17 19:03  mandrav
26957
26958
svn0309:  * Fixed bug when creating a new project from template,
26959
	  where the files in the tree wouldn't have names (visual glitch).
663 by mandrav
* Re-organizing and cleaning source tree
26960
26961
2005-04-17 17:14  rickg22
26962
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
26963
svn0308:  Removed manifest file from the output directory (it's
26964
	  already copied by update.bat from the setup directory)
26965
26966
2005-04-17 14:14  rickg22
26967
26968
svn0307:  Fixed typo library in the wxwindows_static.cbp
26969
26970
2005-04-17 01:29  rickg22
26971
26972
svn0306:  * You can now build statically-linked wxWidgets
26973
	  projects (note: needs libwxmsw.a in your library directory)
26974
26975
2005-04-16 17:35  mandrav
26976
26977
svn0304:  * Added missing manifest file for XP styles in
26978
	  repository
26979
26980
2005-04-16 17:26  mandrav
26981
26982
svn0303:  * Preparing for 1.0-beta7
26983
26984
2005-04-16 17:20  mandrav
26985
26986
svn0302:  * Updated ChangeLog for 1.0-beta7
26987
26988
2005-04-16 16:31  mandrav
26989
26990
svn0301:  * Updated code-completion
26991
	  * A small future-bug fix (!) in cbProject
26992
26993
2005-04-15 21:44  mandrav
26994
26995
svn0300:  * Fixed a project tree flicker-less update issue
26996
26997
2005-04-15 21:29  mandrav
26998
26999
svn0299:  * Improved handling of externally modified files (rfe
27000
	  #1183847)
27001
	  * Updated win32 Makefile
27002
27003
2005-04-15 20:46  mandrav
27004
27005
svn0298:  * Removed most of the project tree flickering on
27006
	  certain actions
27007
27008
2005-04-15 20:08  mandrav
27009
27010
svn0297:  * When "cleaning" a dynamic library target (dll), the
27011
	  .def exports file is not deleted anymore, because it might be
27012
	  supplied by the user (bug #1183690)
27013
27014
2005-04-15 16:32  mandrav
27015
27016
svn0296:  * Updated unix project file and Makefile.unix
27017
	  * Updated some #includes to work in linux (quotes used instead of
27018
	  angled
27019
	  braces)
27020
27021
2005-04-15 12:01  mandrav
27022
27023
svn0295:  * Fixed generated Makefile to correctly create needed
27024
	  dirs for objects and dependencies output
27025
	  * Fixed project tree to contain "clean" paths (folders). No more
663 by mandrav
* Re-organizing and cleaning source tree
27026
	  ".." folders ;)
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
27027
	  * Fixed objects and dependencies output to behave correctly even
27028
	  for relative files in dirs above the project file's dir
27029
27030
2005-04-15 02:45  rickg22
27031
27032
svn0294:  * Disabled Project menus (even popup menus) when
27033
	  Project hasn't finished loading.
27034
	  * Replaced annoying "Project files are still being loaded"
663 by mandrav
* Re-organizing and cleaning source tree
27035
	  wxMessageBox() with a much more friendly wxBell().
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
27036
	  * Fixed crash in MainFrame::OnProjectCloseProject (a "return;"
27037
	  was missing inside the "if").
27038
27039
2005-04-14 12:05  mandrav
27040
27041
svn0293:  * Added ChooseDirectory() function in globals.cpp - use
27042
	  this if you want a dir selector dialog
27043
	  * Because of the above, absolute paths are now possible where a
27044
	  path is entered (like compiler dirs, working directory, etc)
27045
	  * Replaced all calls to other dir selector dialogs to use the new
663 by mandrav
* Re-organizing and cleaning source tree
27046
	  ChooseDirectory()
27047
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
27048
2005-04-14 10:04  mandrav
27049
27050
svn0292:  * Bug-fix that, upon "Run", would try to locate the
27051
	  executable in the working dir.
27052
27053
2005-04-14 09:28  mandrav
27054
27055
svn0291:  * Removed calls to wxSafeYield() which disabled input
27056
	  and made the program slower (at least appeared to be)
27057
	  * Updated project file options dialog to support multiple build
663 by mandrav
* Re-organizing and cleaning source tree
27058
	  targets. Contribution by Tim Baker (patch #1182707)
27059
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
27060
2005-04-14 03:38  rickg22
27061
27062
svn0290:  Added Tim Baker's regexp patch
27063
27064
2005-04-13 18:10  mandrav
27065
27066
svn0289:  * Added initial printing support :)
27067
27068
2005-04-13 13:17  rickg22
27069
27070
svn0288:  Restored opening windows showing (aka flicker) so the
27071
	  program won't seem to be slow
27072
27073
2005-04-13 12:37  mandrav
27074
27075
svn0287:  * Added "working dir" build target property (used for
27076
	  program execution)
27077
	  * Updated code-completion's intelligence to look inside
27078
	  namespaces for unknown tokens
27079
27080
2005-04-13 11:36  mandrav
27081
27082
svn0286:  * Fixed MSVS7 importer to correctly detect .vcproj
27083
	  version and adjust importing accordingly
27084
27085
2005-04-13 08:19  mandrav
27086
27087
svn0285:  * Updated unix project file and Makefile.unix
27088
27089
2005-04-12 22:01  mandrav
27090
27091
svn0284:  * Updated win32 Makefile
27092
27093
2005-04-12 21:08  mandrav
27094
27095
svn0283:  * Added missing source files from compiler plugin
27096
	  (sorry!)
27097
27098
2005-04-12 20:49  mandrav
27099
27100
svn0282:  * Updates in dependencies generation by Tim Baker
27101
	  (patch #1181730)
27102
	  * Corrected a couple of #include's
27103
27104
2005-04-12 11:07  mandrav
27105
27106
svn0281:  * Fixed search directories re-ordering in compiler
27107
	  options (bug #1181038)
27108
27109
2005-04-12 11:01  mandrav
27110
27111
svn0280:  * Global compile options (compiler/linker dirs/options)
27112
	  are now put after the project options (bug #1180420)
27113
27114
2005-04-10 10:01  mandrav
27115
27116
svn0279:  * Updated "about" dialog (contributors part) and
27117
	  contact email
27118
27119
2005-04-10 09:51  mandrav
27120
27121
svn0278:  * Updated dependencies generation for direct-mode,
27122
	  using Tim Baker's patches (#1179956 and #1179950). Changes offer
27123
	  a huge speed increase and there is no need for individual .depend
27124
	  files anymore. One dependency file per-project is used now to
27125
	  cache the file dependencies. The per-target dependency output
27126
	  directory setting is now used only for "make-mode" compiling.
27127
27128
2005-04-10 09:07  mandrav
27129
27130
svn0277:  * Added separate setting for resource compiler dirs
27131
	  * Re-arranged the compiler options dialog: merged the compiler
27132
	  and linker dirs and added resource dirs, all in one page
27133
	  * Added message display when the debugger isn't set and a
27134
	  debugging session has been requested (bug #1180013)
27135
	  * Updated win32 Makefile and project
27136
27137
2005-04-10 03:23  rickg22
27138
27139
svn0276:  + Added Tim Baker's (yet another) optimization patch
27140
	  for directcommands.cpp
27141
	  * Removed "Esc" accelerator key from "abort" compiler menu
27142
	  (didn't work, anyway)
27143
27144
2005-04-10 02:45  rickg22
27145
27146
svn0275:  + Added maintenance comments and CVS ID tags to
663 by mandrav
* Re-organizing and cleaning source tree
27147
	  directcommands.cpp
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
27148
27149
2005-04-10 02:37  rickg22
27150
27151
svn0274:  + Added "self" parameter to wxSafeYield for
27152
	  messagemanager (this should allow *in theory* changing tabs. In
27153
	  practice it doesn't work, but doesn't harm either so i'm leaving
27154
	  it like that)
27155
	  + Added user friendly error message to the debugger in case the
27156
	  default debugger is not set up.
27157
	  * Fixed display glitch in the Compiler Settings dialog (xrc).
27158
27159
2005-04-09 22:24  rickg22
27160
27161
svn0273:  To do items for beta 1.8 and above
27162
27163
2005-04-09 19:48  rickg22
27164
27165
svn0272:  * Fixed "ugly DDE error" bug (TODO: Add a button in
27166
	  settings to "Set File associations now")
27167
27168
2005-04-09 07:53  mandrav
27169
27170
svn0271:  * Removed from CVS the obsolete .dsp files. They were
27171
	  old and unmaintained and they were cluttering the base dir.
27172
27173
2005-04-08 11:46  mandrav
27174
27175
svn0270:  * Updated project file with the latest fixes about
27176
	  commands-only targets
27177
27178
2005-04-08 11:39  mandrav
27179
27180
svn0269:  * Fixed filename issue with commands-only targets (bug
27181
	  #1178232)
27182
27183
2005-04-08 10:01  mandrav
27184
27185
svn0268:  * Improved templates handling in class-parser
27186
27187
2005-04-08 05:41  rickg22
27188
27189
svn0267:  * Sped up (a little) project/workspace loading (less
27190
	  flicker, etc)
27191
	  * Added new parameter to EditorManager::Open to speed up project
663 by mandrav
* Re-organizing and cleaning source tree
27192
	  loading (doesn't search for projectfile data anymore, since we
27193
	  already have it)
27194
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
27195
2005-04-08 01:40  rickg22
27196
27197
svn0266:  * Replaced all occurrences of wxYield() with
27198
	  wxSafeYield(). wxYield() is _NOT_ safe for critical operations
27199
	  and may lead to unexpected crashes.
27200
27201
2005-04-07 13:41  mandrav
27202
27203
svn0265:  * Minor update to class browser to display "jump to
27204
	  implementation" only where appropriate.
27205
	  * Added union support in class-parser
27206
	  * Fixed handling of nameless structs (f.e. used in unions) in
663 by mandrav
* Re-organizing and cleaning source tree
27207
	  class-parser
27208
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
27209
2005-04-07 12:52  mandrav
27210
27211
svn0264:  * Added "jump to implementation" class-parser
27212
	  functionality for the symbols tab - Needs testing.
27213
27214
2005-04-07 11:22  mandrav
27215
27216
svn0263:  * Fixed class-parser handling of multiple var
27217
	  declarations on a single line, e.g. "int x,y,z;" (bug #1162313)
27218
27219
2005-04-07 11:02  mandrav
27220
27221
svn0262:  * Both single and double-click on a compiler error,
27222
	  jumps to the error line (bug #1178104)
27223
27224
2005-04-07 10:43  mandrav
27225
27226
svn0261:  * Fixed handling of unnamed enums in class-parser
27227
	  * Corrected line number calculation for class-parser tokens (used
27228
	  in "jump to declaration")
27229
27230
2005-04-07 05:47  rickg22
27231
27232
svn0260:  * Moved some methods of Editor Manager into the
27233
	  protected area
27234
	  *** Fixed thread crashing on early exit
27235
	  (TODO: Fix project manager's freeze on early project closing)
27236
27237
2005-04-07 02:57  rickg22
27238
27239
svn0259:  + Added managed thread class for later use.
27240
27241
2005-04-07 02:46  rickg22
27242
27243
svn0258:  Added managed thread class for future reimplementation
27244
	  of parserthread (WARNING: Not tested yet)
27245
27246
2005-04-06 21:03  mandrav
27247
27248
svn0257:  * Added message that files outside project can't be
27249
	  compiled (bug #1177988)
27250
	  * Added setup file for the full package (codeblocks + mingw)
27251
27252
2005-04-06 11:30  mandrav
27253
27254
svn0256:  * Added menu entry "View/Open files list"
27255
27256
2005-04-06 04:47  rickg22
27257
27258
svn0255:  * Fixed bug in Files Tree that didn't show files
27259
	  created with "new"
27260
	  * FIXED THE ANNOYING FLICKER WHEN OPENING PROJECTS!! :D
27261
27262
2005-04-05 11:31  mandrav
27263
27264
svn0254:  * Fixed generated Makefile to use relative paths for
27265
	  object and deps directories (bug #1175490)
27266
27267
2005-04-05 11:14  mandrav
27268
27269
svn0253:  * Fixed bug with spaces in link library filename
27270
	  (#1167228)
27271
27272
2005-04-05 11:02  mandrav
27273
27274
svn0252:  * Added deps calculation speed-up patches, contributed
27275
	  by Tim Baker (patch #1174658, #1174545)
27276
27277
2005-04-05 10:50  mandrav
27278
27279
svn0251:  * Added MSVC7Loader patches contributed by Tim Baker
27280
	  (patch #1174519)
27281
	  * Fixed wrong importing of AdditionalIncludeDirectories from
27282
	  .vcproj files (bug #1173826)
27283
27284
2005-04-05 09:49  mandrav
27285
27286
svn0250:  * Added configuration entry for selections in editor
27287
	  colors configuration (RFE #1175452)
27288
27289
2005-04-05 09:24  mandrav
27290
27291
svn0249:  * Added "View whitespace" editor option to display
27292
	  spaces and tabs (RFE #1174716)
27293
27294
2005-04-05 04:17  rickg22
27295
27296
svn0248:  * Fixed critical bug where some project files were
27297
	  deleted on "clean".
27298
27299
2005-04-05 04:12  rickg22
27300
27301
svn0247:  * Removed output filename "codeblocks.cbp" from
27302
	  non-compilable targets. (TODO: Need to find out how it was added
27303
	  there in the first place)
27304
27305
2005-04-04 05:14  rickg22
27306
27307
svn0246:  + Added notice that says "Find in files not implemented
27308
	  yet".
27309
27310
2005-04-04 04:20  rickg22
27311
27312
svn0245:  * Fixed tiny bug that made the File Tree disappear if
27313
	  the sash was moved to the top.
27314
27315
2005-04-04 03:41  rickg22
27316
27317
svn0244:  + Added drag and drop support for opening files - send
27318
	  bug reports to rick_g22.
27319
27320
2005-04-03 22:07  rickg22
27321
27322
svn0243:  + Added auxiliary wxWidget classes for the SDK.
27323
	  (xtra_classes.cpp - add your own classes here)
27324
27325
2005-04-03 22:05  rickg22
27326
27327
svn0242:  Moved Files Tree into separate pane
27328
27329
2005-04-01 13:48  mandrav
27330
27331
svn0241:  * Semi-fix for "early-shutdown-crash" bug (related to
663 by mandrav
* Re-organizing and cleaning source tree
27332
	  code-completion plugin)
27333
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
27334
2005-04-01 07:23  rickg22
27335
27336
svn0240:  * Fixed bug in Editor Tree when renaming files
27337
	  * Cleaned up code in Editor Tree stuff (editormanager)
27338
27339
2005-03-31 12:16  mandrav
27340
27341
svn0239:  * Fixed one reason for the "early-shutdown-crash" bug
27342
	  (the other is code-completion - still under investigation)
27343
27344
2005-03-31 08:31  mandrav
27345
27346
svn0238:  * Fixed GDB filenames compatibility in debugger plugin
27347
	  * When adding a new file in a project, checks are made that it's
27348
	  not already a member
27349
	  * Fixed MS Visual Studio project file importer to correctly
27350
	  recurse project files
27351
	  * Fixed bug in update UI events introduced with the addition of
663 by mandrav
* Re-organizing and cleaning source tree
27352
	  opened files list
27353
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
27354
2005-03-31 07:37  rickg22
27355
27356
svn0237:  + New feature: Editor Tree above the project tree. With
27357
	  one click you can switch between files.
27358
	  (Also shows which files are modified)
27359
27360
2005-03-27 17:53  rickg22
27361
27362
svn0236:  * Fixed bug #1167477: "Save all projects" resets the
27363
	  workspace name
27364
27365
2005-03-27 07:48  rickg22
27366
27367
svn0235:  * Fixed bug 1167913 (cancel button on close
27368
	  misbehavior)
27369
27370
2005-03-27 07:40  rickg22
27371
27372
svn0234:  * Fixed bug #1167913 (Save project cancel button
27373
	  doesn't work).
27374
	  * Also, modified the workspace/project/files closing process.
27375
	  Before closing ANYTHING, it checks EVERYTHING for modifications
27376
	  and asks user to save. This way, if the user presses "cancel",
27377
	  the state of the workspace is not modified at all.
27378
27379
2005-03-26 21:32  rickg22
27380
27381
svn0233:  "Cancel" button on close now works when project is
27382
	  modified. However this is a temporary fix (see notes)
27383
27384
2005-03-26 20:40  rickg22
27385
27386
svn0232:  + Added stop button to compiler toolbar
27387
	  * Converted debugger plugin to XRC
27388
27389
2005-03-26 06:45  rickg22
27390
27391
svn0231:  * Fixed "disappearing-combo" bug in toolbar
27392
27393
2005-03-26 02:59  rickg22
27394
27395
svn0230:  + Included copying of manifest file in update.bat
27396
27397
2005-03-26 02:57  rickg22
27398
27399
svn0229:  * Moved manifest file to /src/setup
27400
27401
2005-03-26 02:52  rickg22
27402
27403
svn0228:  * Moved winxp manifest file to /src/setup
27404
27405
2005-03-26 02:48  rickg22
27406
27407
svn0227:  + manager.cpp: Added menu,toolbar and xrc auxiliary
27408
	  functions
27409
	  * compilergcc.cpp: Simplified menu and toolbar building process
27410
27411
2005-03-26 01:08  rickg22
27412
27413
svn0225:  * Minor aesthetic update (hides splash screen before
27414
	  showing main window)
27415
27416
2005-03-22 15:10  mandrav
27417
27418
svn0223:  * Fixed environment variables substitution in MS VS
27419
	  project importer
27420
27421
2005-03-21 21:33  rickg22
27422
27423
svn0222:  * Converted Main and Compiler Menus to XRC.
27424
	  * Added "Compiler options" in compiler menu (xrc)
27425
	  * Copied some project options to File Menu (xrc)
27426
	  * Fixed ugly non-space in compiler toolbar
27427
	  * Synced compiler target tool's xrc id with source
27428
27429
2005-03-19 12:59  mandrav
27430
27431
svn0220:  * Fixed win32 Makefile
27432
27433
2005-03-19 12:35  mandrav
27434
27435
svn0219:  * Updated unix project file and Makefile.unix
27436
	  * Updated ChangeLog for beta6
27437
27438
2005-03-19 11:39  mandrav
27439
27440
svn0218:  * Fixed MinGW auto-detection to search in app path too
27441
	  * Fixed debugger to respect the debugger setting of the compiler
27442
27443
2005-03-19 10:49  mandrav
27444
27445
svn0217:  * Bug-fix: when changing toolbar size in environment
27446
	  settings, the compiler's build target combobox would be cleared
27447
27448
2005-03-19 10:40  mandrav
27449
27450
svn0216:  * Finally fixed (really!) the issue with the initial
27451
	  output filename for new projects (was wrong in many cases)
27452
	  * Updated the "install compiler" readme file
27453
	  * Minor updates regarding the release of beta6 (version, authors,
663 by mandrav
* Re-organizing and cleaning source tree
27454
	  etc)
27455
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
27456
2005-03-19 09:51  mandrav
27457
27458
svn0215:  * Added "wildcard selection" and "toggle selection"
27459
	  functionality in GenericMultiSelectDlg
27460
	  * Fixed loading/saving state of the layout
27461
	  * Updated all available templates to the current project format
27462
27463
2005-03-18 21:23  mandrav
27464
27465
svn0214:  * Improved workspaces handling
27466
	  * Workspaces are now added to recent files
27467
	  * Fixed compiler's "target" combobox disappearing (visual glitch)
27468
	  * Removed debugger's toolbar (until dockable toolbars are
663 by mandrav
* Re-organizing and cleaning source tree
27469
	  implemented)
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
27470
	  * Added elementary debugger options dialog
27471
27472
2005-03-17 17:09  mandrav
27473
27474
svn0213:  * Fixed: files/paths names loaded from project file,
27475
	  are converted to OS-accepted paths/files
27476
27477
2005-03-17 14:54  mandrav
27478
27479
svn0212:  * When adding a new ToDo item, the last used type is
27480
	  remembered now.
27481
27482
2005-03-17 14:48  mandrav
27483
27484
svn0211:  * Fixed "debugger program not remembered" bug
27485
27486
2005-03-16 16:41  mandrav
27487
27488
svn0210:  * Fixed erroneous substitution for $static_output macro
27489
27490
2005-03-16 11:32  mandrav
27491
27492
svn0209:  * Added "new" and "delete" buttons in
27493
	  defaultmimehandler settings dialog.
27494
27495
2005-03-15 19:06  mandrav
27496
27497
svn0208:  * Fixed main toolbar (accidentally had toggle buttons)
27498
27499
2005-03-15 16:50  mandrav
27500
27501
svn0207:  * Fixed bug where new projects' default target wouldn't
27502
	  have an output filename
27503
27504
2005-03-15 13:28  mandrav
27505
27506
svn0206:  * Fixed "tatic_output" bug when working with GNU "make"
27507
	  and static libraries
27508
	  * Updated win32 Makefile
27509
27510
2005-03-15 09:36  mandrav
27511
27512
svn0205:  * Re-designed the "Import/Export settings" dialog
27513
27514
2005-03-14 19:07  mandrav
27515
27516
svn0204:  * Updated files for succesfull linux compilation
27517
27518
2005-03-14 09:47  mandrav
27519
27520
svn0203:  * Fixed filenames handling/conversion throughout the
27521
	  project. It should be much more consistent now.
27522
	  * Added default MIME handler plugin (to open unknown types of
27523
	  files in the project tree).
27524
	  * Fixed generated Makefile to treat output directories the same
27525
	  as direct-mode.
27526
	  * Added more GCC compiler options.
27527
	  * Added version numbers in the plugins SDK.
27528
	  * Updated plugin wizard to support the latest SDK changes.
27529
	  * Fully documented all types of plugins (sdk/cbplugin.h).
27530
	  * SDK: Added new MessageManager::DebugLogWarning() and
663 by mandrav
* Re-organizing and cleaning source tree
27531
	  MessageManager::DebugLogError() functions.
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
27532
	  * SDK: Removed cbPlugin::RemoveMenu() and
27533
	  cbPlugin::RemoveToolbar() functions.
27534
27535
2005-03-12 17:58  mandrav
27536
27537
svn0202:  * Disabled on-the-fly plugins enabling/disabling (could
27538
	  crash under certain circumstances)
27539
27540
2005-03-12 16:47  rickg22
27541
27542
svn0201:  * Added sanity checks to project loading functions
27543
27544
2005-03-12 11:09  mandrav
27545
27546
svn0200:  * Fixed some filename issues under linux
27547
27548
2005-03-11 21:42  mandrav
27549
27550
svn0199:  * Fixed a missing command output redirection to
27551
	  /dev/null in linux update script
27552
27553
2005-03-11 21:39  mandrav
27554
27555
svn0198:  * Updated linux project, Makefile.unix and fixed a bug
27556
	  that caused the linux version to crash on exit
27557
27558
2005-03-11 18:53  mandrav
27559
27560
svn0197:  * Fixed small bug in MS Visual Studio project importer
27561
27562
2005-03-11 17:52  mandrav
27563
27564
svn0196:  * Fixed bug #1154511 (devcpp project importer)
27565
27566
2005-03-11 14:51  mandrav
27567
27568
svn0195:  * Added "Static Library" template
27569
27570
2005-03-11 14:25  mandrav
27571
27572
svn0194:  * Fixed bug that would crash on exit, if no plugins
27573
	  were loaded
27574
27575
2005-03-10 16:31  mandrav
27576
27577
svn0193:  * Fixed error in debugger toolbar (not
27578
	  enabling/disabling items)
27579
27580
2005-03-10 14:35  mandrav
27581
27582
svn0192:  * Improved MSVC 6 project file importer - supports
27583
	  selection of multiple configurations to import
27584
	  * Added importer for MSVC 6 workspaces (*.dsw)
27585
	  * Added importer for MS Visual Studio solutions (*.sln)
27586
	  * Updated MSVC compiler regex's
27587
27588
2005-03-10 13:49  rickg22
27589
27590
svn0191:  + Added XRC resources for debugger toolbar
27591
27592
2005-03-09 18:51  mandrav
27593
27594
svn0190:  * Added color output in compiler messages list
27595
27596
2005-03-09 17:40  mandrav
27597
27598
svn0189:  * Fixed a just-introduced bug in workspace management
27599
27600
2005-03-09 16:43  mandrav
27601
27602
svn0188:  * Conversion to use cbWorkspace, done
27603
27604
2005-03-09 15:14  mandrav
27605
27606
svn0187:  * Created new SDK class: cbWorkspace (to give it some
27607
	  more features than save/load only) - WIP
27608
27609
2005-03-09 10:14  mandrav
27610
27611
svn0186:  * Added "Toolbar iscons size" setting in environment
27612
	  settings dialog.
27613
	  * Fixed compiler's and debugger's menu removal
27614
	  * Removed plugins menu removal from application shut down
27615
	  procedure (the menus are all freed upon app exit).
27616
27617
2005-03-09 04:59  rickg22
27618
27619
svn0185:  * Turned projectmanager::BuildMenu() into static
27620
	  function.
27621
27622
2005-03-08 22:48  mandrav
27623
27624
svn0184:  * Fixed a small compiler plugin menu bug
27625
	  * Re-added the missing project menu entries
27626
	  * Added some extra clean-up code in main app (maybe it gets rid
27627
	  of the crashes some people experience on exit)
27628
27629
2005-03-08 15:01  mandrav
27630
27631
svn0183:  * Bug-fix in setting breakpoints *before* debugger
27632
	  launch.
27633
27634
2005-03-08 13:50  rickg22
27635
27636
svn0182:  Replaced static vars with heap vars in config manager
27637
	  (fixes crash on end)
27638
27639
2005-03-08 07:50  mandrav
27640
27641
svn0181:  * Updated Makefile (Makefile.unix still needs update).
27642
	  * Updated MS Visual Studio project loader to use the project's
663 by mandrav
* Re-organizing and cleaning source tree
27643
	  compiler for all targets it creates.
27644
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
27645
2005-03-06 23:53  mandrav
27646
27647
svn0180:  * Fixed MS Visual Studio project importer. Imports
27648
	  multiple configurations and correctly substitutes MSVC macros.
27649
	  Almost perfect now :)
27650
27651
2005-03-06 23:22  rickg22
27652
27653
svn0179:  Added credits (or blames) of code changes for future
27654
	  references
27655
27656
2005-03-06 23:13  rickg22
27657
27658
svn0178:  Fixed annoying warnings in Astyle plugin. (was using
27659
	  signed integers in various for loops)
27660
27661
2005-03-06 19:20  rickg22
27662
27663
svn0177:  Added sanitycheck.h to project
27664
27665
2005-03-06 19:15  rickg22
27666
27667
svn0176:  Fixed node segfault on a couple of managers that use
27668
	  linked lists.
27669
	  Added "sanity check" to all manager classes (checks for
27670
	  self==NULL before doing anything)
27671
	  Added Manager::isappShuttingDown() function that helps in
27672
	  Manager::Free().
27673
27674
2005-03-06 19:08  rickg22
27675
27676
svn0175:  Added debugging help lines for Win32 platform. Requires
27677
	  directive __CBDEBUG__ and to be compiled as "console app" to
27678
	  work.
27679
27680
2005-03-05 20:55  rickg22
27681
27682
svn0174:  Fixes segfault on early exit
27683
27684
2005-03-05 20:49  rickg22
27685
27686
svn0173:  Fixed segfault on early shutdown
27687
27688
2005-03-05 20:42  rickg22
27689
27690
svn0172:  Fixes segfault on early exit.
27691
27692
2005-03-05 20:33  rickg22
27693
27694
svn0171:  Fixes early shutdown crash. WARNING: Bug chains to ALL
27695
	  *_manager classes. They need fixes, too!
27696
27697
2005-03-05 20:13  rickg22
27698
27699
svn0170:  GetActiveEditor() Returns NULL instead of generating a
27700
	  segfault
27701
27702
2005-03-05 13:33  rickg22
27703
27704
svn0169:  Fixed memory leak caused by popup menu fix (just added
27705
	  a delete at the end)
27706
27707
2005-03-05 06:14  rickg22
27708
27709
svn0168:  Fixed bug [ 1096905 ] Crash under FC2.
27710
	  (Lesson learned: Don't use stack variables for menus. They get
27711
	  destroyed after function call - on menu closing they get
27712
	  destroyed again, possibly generating a segfault)
27713
27714
2005-03-05 05:24  rickg22
27715
27716
svn0167:  Modified to load plugins from SDK.
27717
	  Fixed the dreaded "DoClearTargetMenu()" bug (fix must've been
27718
	  lost in CVS somewhere)
27719
27720
2005-03-05 05:20  rickg22
27721
27722
svn0166:  moved "xtra_res" files to the SDK. And added copyright
27723
	  notice (they were adapted from the wxxrc library)
27724
27725
2005-03-04 20:56  rickg22
27726
27727
svn0165:  Main toolbar in XRC
27728
27729
2005-03-04 10:57  rickg22
27730
27731
svn0164:  Moved Compiler plugin toolbar into XRC resources. The
27732
	  resources are loaded with the new class wxXMLToolBarAddOnHandler
27733
	  (xtra_res.cpp).
663 by mandrav
* Re-organizing and cleaning source tree
27734
	  Converted id's in main.cpp into XRCID("idName") for future
27735
	  conversions.
27736
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
27737
2005-03-04 04:13  rickg22
27738
27739
svn0163:  Removed output/share directory from the project
27740
27741
2005-03-04 03:42  rickg22
27742
27743
svn0162:  Output directory tree is unnecessary to be in CVS.
27744
	  "update" shell scripts will take care of creating it from now on.
27745
27746
2005-03-04 03:29  rickg22
27747
27748
svn0161:  Updated scripts create output directory tree.
27749
	  Additionally, they create resource trees inside zip files (for
27750
	  use with XRC)
27751
27752
2005-03-03 22:12  mandrav
27753
27754
svn0160:  * Temporary fix for Linux compilation
27755
	  * Updated Makefile.unix
27756
27757
2005-03-03 05:07  rickg22
27758
27759
svn0159:  16x16 and normal icons in plugin. These will make it
27760
	  into the plugin's resources zip file (see "update" makefile).
27761
27762
2005-03-03 05:03  rickg22
27763
27764
svn0158:  16x16 icons in main
27765
27766
2005-03-03 02:20  rickg22
27767
27768
svn0157:  16x16 icons in plugin. Additionally, all future icons
27769
	  will go under plugins/*/resources/images
27770
27771
2005-03-03 02:11  rickg22
27772
27773
svn0156:  16x16 icons in plugin. Additionally, all future icons
27774
	  will go under plugins/*/resources/images
27775
27776
2005-03-03 01:57  rickg22
27777
27778
svn0155:  New directory for 16x16 icons
27779
27780
2005-03-02 10:19  mandrav
27781
27782
svn0154:  * Fixed bug #1149964 (various To-Do bugs)
27783
27784
2005-03-02 09:18  mandrav
27785
27786
svn0153:  * Fixed bug #1153876 (click on compiler error in
27787
	  listbox, doesn't always open the file in the editor)
27788
27789
2005-03-01 14:52  mandrav
27790
27791
svn0152:  * Debugging watches are correctly parsed now
27792
	  * Added default debugging watches locals and function args
27793
	  * Added word-under-the-mouse debugger evaluation
27794
	  * Fixed bug in CodeBlocksEvent copy ctor
27795
27796
2005-02-25 10:43  mandrav
27797
27798
svn0151:  * Optimized dependencies calculations in direct build
27799
	  mode (70% - 90% less time needed!)
27800
	  * Updated win32 Makefile
27801
27802
2005-02-24 15:03  mandrav
27803
27804
svn0150:  * Projects now "remember" their active build target
27805
	  * Fixed debugger bugs with multi-build-target projects
27806
27807
2005-02-24 10:54  mandrav
27808
27809
svn0149:  * Added environment option "Check for externally
27810
	  modified files"
27811
	  * Fixed editor bug with new files not correctly assigned to
27812
	  active project (if selected so)
27813
27814
2005-02-23 15:23  mandrav
27815
27816
svn0148:  * Fixed bug in build output directory creation
27817
	  * Objects and dependencies output directories are now global (not
27818
	  in the same directory as the source file) - less source clutter
27819
	  :)
27820
	  * Speeded up projects tree updating
27821
	  * Added button to toggle marked files in project options dialog
663 by mandrav
* Re-organizing and cleaning source tree
27822
	  (assign files to target listbox)
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
27823
	  * Updated workspaces to work with relative project filenames
27824
27825
2005-02-22 23:15  mandrav
27826
27827
svn0147:  * Fixed buggy GetArrayFromString()
27828
	  * Fixed dev-cpp importer
27829
27830
2005-02-22 15:00  mandrav
27831
27832
svn0146:  * Fixed dynamic library compiler command for MinGW
27833
	  * Fixed bug in "Compile'n'Run" option when a target was selected
27834
	  in the targets listbox
27835
	  * Updated direct build mode to create object and dependenciy
663 by mandrav
* Re-organizing and cleaning source tree
27836
	  directories recursively
27837
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
27838
2005-02-21 14:54  mandrav
27839
27840
svn0145:  Fixed a compiler warning
27841
27842
2005-02-19 11:55  mandrav
27843
27844
svn0144:  * Updated SDK doxygen filename in "doc" target
27845
27846
2005-02-19 11:53  mandrav
27847
27848
svn0143:  * When adding files to a project, multiple target
27849
	  selection is allowed
27850
	  * Added documentation to ProjectManager
27851
	  * Add new target "doc" to build SDK documentation using doxygen
27852
	  * Fixed bug in $static_output macro replacement in compiler
27853
	  commands
27854
27855
2005-02-18 14:03  mandrav
27856
27857
svn0142:  * Updated C-source templates to create .c files instead
27858
	  of .cpp
27859
27860
2005-02-18 13:59  mandrav
27861
27862
svn0141:  * Fixed bug that when creating new project from
27863
	  template, the default compiler was not used for the build targets
27864
27865
2005-02-18 13:50  mandrav
27866
27867
svn0140:  * Added "Add files" and "Remove files" in Project menu
27868
27869
2005-02-17 22:37  mandrav
27870
27871
svn0139:  * Fixed a minor bug in the GCC compiler command lines
27872
27873
2005-02-17 12:43  mandrav
27874
27875
svn0138:  * Fixed bug #1124251
27876
27877
2005-02-17 12:19  mandrav
27878
27879
svn0137:  * Added "Reset defaults" button for compiler in
27880
	  compiler options to reset all the compiler's settings
27881
	  * Added preprocessor error regex for GCC
27882
	  * Projects/targets now ignore duplicate dirs for compiler/linker
27883
	  * Added Dev-C++ auto-detection for GCC, if MinGW is not detected
663 by mandrav
* Re-organizing and cleaning source tree
27884
	  (win32 only)
27885
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
27886
2005-02-16 15:09  mandrav
27887
27888
svn0136:  * Fixed bug #1123572 (erroneous dev-cpp project
27889
	  importing)
27890
27891
2005-02-16 14:14  mandrav
27892
27893
svn0135:  * Refactored compiler output parsing into user-defined
27894
	  regular expressions ;)
27895
	  * Fixed small bug in project/target linker options ordering
27896
27897
2005-02-15 12:34  mandrav
27898
27899
svn0134:  * Added linker program setting for static libs, in
27900
	  compiler.
27901
	  * Added compiler command macro "$lib_linker"
27902
	  * Updated compiler commands based on the above
27903
	  * Fixed BCC compiler command for static lib creation
27904
	  * Fixed auto-name suggestion for static libs to respect the
663 by mandrav
* Re-organizing and cleaning source tree
27905
	  compiler's settings
27906
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
27907
2005-02-15 11:32  mandrav
27908
27909
svn0133:  * Fixed compiler commands for all supported compilers
27910
	  (except BCC's DLL & LIB generation)
27911
27912
2005-02-14 13:47  mandrav
27913
27914
svn0132:  * Added contributors section in about dialog
27915
27916
2005-02-14 13:34  mandrav
27917
27918
svn0131:  * Separated link objects from resource objects macros
27919
	  (needed for BCC and possibly other compilers)
27920
	  * Fixed BCC support (for executables at least)
27921
	  * Added DigitalMars compiler support (thanks to Hakki Dogusan who
663 by mandrav
* Re-organizing and cleaning source tree
27922
	  contributed it)
27923
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
27924
2005-02-13 22:42  mandrav
27925
27926
svn0130:  * Changed codeblocks version to 1.0-cvs (forgot it
27927
	  earlier...)
27928
27929
2005-02-13 22:39  mandrav
27930
27931
svn0129:  * Added message for project file update to newer
27932
	  version
27933
27934
2005-02-13 22:19  mandrav
27935
27936
svn0128:  * Separated linker libraries from the rest of the
27937
	  linker options. Codeblocks offers to auto-detect used libraries
27938
	  and configure the project accordingly, if the said project was
27939
	  saved with an earlier version of codeblocks.
27940
	  * Because of the above, the project file format changed subtly
27941
	  (conversion of older projects is done automatically, on first
27942
	  open).
27943
27944
2005-02-12 20:58  mandrav
27945
27946
svn0127:  * Separated link libraries from other linker options in
27947
	  compiler
27948
27949
2005-02-11 15:00  mandrav
27950
27951
svn0126:  * Fixed minor bug in editor color themes switching
27952
27953
2005-02-11 12:38  mandrav
27954
27955
svn0125:  * Fixed configuration expporting to file (importing not
27956
	  implemented yet)
27957
	  * Added menu "Settings/Import-export configuration"
27958
27959
2005-02-10 14:30  mandrav
27960
27961
svn0124:  * Added multiple themes support in editor color options
27962
	  * Support is on the way for importing/exporting various (or all)
663 by mandrav
* Re-organizing and cleaning source tree
27963
	  configuration settings to/from file
27964
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
27965
2005-02-10 10:00  mandrav
27966
27967
svn0123:  * Fixed editor color configuration
27968
	  * Added "Default" style in editor color configuration
27969
	  * Added "Reset defaults" button in editor color configuration
27970
27971
2005-02-02 12:39  mandrav
27972
27973
svn0122:  * Added editor configuration option for tab size
27974
27975
2005-01-31 14:36  mandrav
27976
27977
svn0121:  * Fixed crash on tree right-clicking in project's build
27978
	  options
27979
27980
2005-01-30 21:09  mandrav
27981
27982
svn0119:  Updated Makefile to add sdk/autodetectcompilers.(cpp |
27983
	  h)
27984
27985
2005-01-30 20:49  mandrav
27986
27987
svn0118:  Updated setup script for version 1.0-beta5
27988
27989
2005-01-30 20:42  mandrav
27990
27991
svn0117:  Updated ChangeLog for version 1.0-beta5
27992
27993
2005-01-30 20:20  mandrav
27994
27995
svn0116:  * Fixed bug that would mess compiler options when
27996
	  continually switching compiler in compiler options
27997
	  * Debugger pops a message if no debugging info in executable
27998
27999
2005-01-30 09:41  mandrav
28000
28001
svn0115:  * Changed the plugins SDK
28002
	  * Corrected plugins loading/unloading on-the-fly
28003
	  * Moved menu entry "Settings/Manage plugins" to "Plugins/Manage
28004
	  plugins"
28005
28006
2005-01-29 11:59  mandrav
28007
28008
svn0114:  * Fixed CompilerMSVC to compile under non-win32
28009
	  platforms
28010
28011
2005-01-29 11:29  mandrav
28012
28013
svn0113:  * PluginWizard now creates a new project for the plugin
28014
	  it generates
28015
	  * Added some developer's documentation in cbProject tree building
28016
	  * Renamed menu entry "Settings/Plugins" to "Settings/Manage
28017
	  plugins" to better reflect its purpose
28018
28019
2005-01-28 18:16  mandrav
28020
28021
svn0112:  * Added option in code-completion to disable SmartSense
28022
	  (provide non context-sensitive matches)
28023
28024
2005-01-28 14:24  mandrav
28025
28026
svn0111:  * Added support for user-templates
28027
	  * Re-organized the "Project" menu to eliminate the clutter
28028
28029
2005-01-28 12:48  mandrav
28030
28031
svn0110:  * Added configuration for default code for new files
28032
	  (in editor settings)
28033
28034
2005-01-28 08:15  mandrav
28035
28036
svn0109:  Bug fix: When creating new source file, it was not
28037
	  added to the current project (by asking the user)
28038
28039
2005-01-26 21:22  mandrav
28040
28041
svn0108:  * When compiling in direct-mode, dependencies are
28042
	  always generated and checked
28043
	  * Fixed compilers auto-detection
28044
	  * Fixed editor issue under Win98 (could not open any file in the
28045
	  editor)
28046
	  * Changed version to 1.0-beta5
28047
28048
2005-01-26 15:02  mandrav
28049
28050
svn0107:  * Fixed bug that recent file history would disappear if
28051
	  plugins were loaded/unloaded
28052
	  * Added "Auto-detect" button in compiler configuration dialog,
28053
	  under "Programs" page
28054
	  * Added "--clear-configuration" command-line option to completely
28055
	  clear all configuration settings (used by the win32 uninstaller)
28056
	  * Added "--no-dde" command-line option to disable DDE server
28057
	  startup under win32
28058
	  * Removed first-run message about compilers (moved to win32
28059
	  setup)
28060
	  * Added some web shortcuts for use by the win32 installer
28061
	  * Added compiler-howto
28062
28063
2005-01-26 11:59  mandrav
28064
28065
svn0106:  Fixed a typo in last commit
28066
28067
2005-01-26 11:40  mandrav
28068
28069
svn0105:  * If a plugin crashes Code::Blocks on activation, when
28070
	  the app is executed again the user is asked to allow the
28071
	  offending plugin's activation
28072
28073
2005-01-25 11:25  mandrav
28074
28075
svn0104:  * MSVC Free Toolkit 2003 is now really auto-detected
28076
	  * Add comment in the build banner for the build mode ("make" or
28077
	  direct)
28078
28079
2005-01-24 12:54  mandrav
28080
28081
svn0103:  * Bug-fix for debugger error message about "working
28082
	  directory needs an argument"
28083
	  * Bug-fix for compiler in direct-build-mode where the last
28084
	  process exit code would persist until a new build
28085
28086
2005-01-23 17:38  mandrav
28087
28088
svn0102:  * Fixed plugins loading/unloading on-the-fly
28089
	  * Changed all error reporting from wxLogError() to
28090
	  wxMessageBox(), so that it appears immediately
28091
28092
2005-01-22 22:25  mandrav
28093
28094
svn0101:  * Fixed direct-build-mode under linux
28095
	  * Fixed default editor font under linux
28096
28097
2005-01-22 12:39  mandrav
28098
28099
svn0100:  * Added binreloc (under unix), to correctly report the
28100
	  executable's
28101
	  full-path filename
28102
28103
2005-01-22 12:07  mandrav
28104
28105
svn0099:  * Updated unix project file and Makefile.unix
28106
	  * Added "update" shell script for unix
28107
	  * Add error handling for some linker errors
28108
	  * Fixed bug that would export Makefile in the wrong dir if
28109
	  direct-build-mode was enabled and the project was not compiled
28110
	  once...
28111
	  ----------------------------------------------------------------------
28112
28113
2005-01-22 11:11  mandrav
28114
28115
svn0098:  * Fixed non-working environment options
28116
	  * Fixed compiling of win32 resource files with the new
28117
	  direct-build-mode
28118
28119
2005-01-20 21:55  mandrav
28120
28121
svn0097:  * Fixed CompileAll and RebuildAll in direct-build-mode
28122
	  * Added menu entries to change project order in project tree
28123
28124
2005-01-19 15:04  mandrav
28125
28126
svn0096:  * Compiler can now be configured per-target (was
28127
	  per-project)
28128
28129
2005-01-18 23:09  mandrav
28130
28131
svn0095:  * Half-implemented user template saving
28132
28133
2005-01-18 15:06  mandrav
28134
28135
svn0094:  * Fixed compilers auto-detection
28136
	  * Added "Set as default" button in compiler options, to set the
28137
	  default compiler for new projects
28138
28139
2005-01-18 12:00  mandrav
28140
28141
svn0093:  * Fixed dependencies generation in direct-mode
28142
	  * Moved "make update" commands to a batch file named update.bat
28143
	  (will add update.sh for unix too)
28144
28145
2005-01-17 22:22  mandrav
28146
28147
svn0092:  * When using "make" for builds, respect logging setting
28148
	  * Partial fix for incomplete dependencies generation in
28149
	  direct-mode
28150
	  * Added code to set the default compiler - no GUI option yet
28151
28152
2005-01-17 14:24  mandrav
28153
28154
svn0091:  Started implementing auto compiler discovery
28155
28156
2005-01-17 13:17  mandrav
28157
28158
svn0090:  * Done with new compiler mode (no GNU "make"
28159
	  requirement)
28160
	  * Minor bug-fixes
28161
28162
2005-01-16 22:31  mandrav
28163
28164
svn0089:  * Removed GNU "make" requirement for the compiler
28165
	  plugin (WIP: ~80% done)
28166
	  * Refined some compiler options (in "Others" tab)
28167
	  * Support for user templates (WIP: ~50% done)
28168
28169
2005-01-10 11:22  mandrav
28170
28171
svn0088:  Fixed support for Borlans's compiler (works now for
28172
	  executables, but not yet for libs and dlls)
28173
	  Added two new options in advanced compiler settings: Force add
28174
	  quotes for filenames in compiler/linker command-lines (needed for
28175
	  BCC)
28176
28177
2005-01-09 12:20  mandrav
28178
28179
svn0087:  Added DLL template
28180
28181
2005-01-06 10:01  mandrav
28182
28183
svn0086:  Updated Makefile.unix and unix project file to create a
28184
	  "run.sh" script
28185
	  under src/output and src/devel. Use this script to launch
28186
	  Code::Blocks
28187
28188
2005-01-04 19:57  mandrav
28189
28190
svn0084:  Updated ChangeLog for version 1.0-beta4
28191
28192
2005-01-04 15:15  mandrav
28193
28194
svn0083:  Final touches before newest version release.
28195
28196
2005-01-03 22:17  mandrav
28197
28198
svn0082:  Fixed some menu entries enabling/disabling as
28199
	  appropriate
28200
28201
2005-01-03 14:59  mandrav
28202
28203
svn0081:  Fixes in MSVC compiler and loader
28204
	  Minor bug-fixes
28205
28206
2005-01-02 22:10  mandrav
28207
28208
svn0080:  Added unix project file (and updated unix Makefile)
28209
	  ----------------------------------------------------------------------
28210
28211
2005-01-02 20:13  mandrav
28212
28213
svn0079:  Added MS Visual Studio import (preliminary)
28214
	  Added reporting of number of warnings/errors on build end
28215
	  When importing a project, the user is asked if compiler/linker
28216
	  options should be converted for GCC
28217
	  When importing a project, the user is asked what compiler to use
28218
	  for the imported project
28219
	  Fixed error reporting for MSVC compiler (should catch all errors
28220
	  now)
28221
28222
2004-12-30 15:00  mandrav
28223
28224
svn0078:  Fixed typo in projectmanager.cpp
28225
	  GCC warnings/errors are now detected properly
28226
	  Double-clicking a warning/error in the "Compiler messages" tab
28227
	  displays a message box with the error (useful for long errors)
28228
28229
2004-12-30 10:27  mandrav
28230
28231
svn0077:  Changes for succesfull compilation under
28232
	  Linux/wxWidgets-2.5.3
28233
28234
2004-12-30 07:59  mandrav
28235
28236
svn0076:  Fixed bug #1092685 - Right clicking in debugger's
28237
	  watches tree (empty space) had no effect
28238
28239
2004-12-29 21:40  mandrav
28240
28241
svn0075:  *** empty log message ***
28242
28243
2004-12-29 13:24  mandrav
28244
28245
svn0074:  Fine-tuned support for MS VC Free Toolkit 2003
28246
	  Added support for Borland C++ Compiler 5.5
28247
28248
2004-12-29 11:02  mandrav
28249
28250
svn0073:  Fixed MS VC Toolkit 2003 integration
28251
28252
2004-12-29 10:06  mandrav
28253
28254
svn0072:  Improved handling of read-only files
28255
28256
2004-12-29 08:30  mandrav
28257
28258
svn0071:  Bug-fix: codeblocks would crash on exit, if the
28259
	  "Symbols" or "Watches" tab was active in the project manager
28260
28261
2004-12-27 11:41  mandrav
28262
28263
svn0070:  Bug-fix in code-completion's plugin tokenizer
28264
28265
2004-12-26 22:10  mandrav
28266
28267
svn0069:  Added preliminary VC Toolkit 2003 compiler support
28268
28269
2004-12-25 23:25  mandrav
28270
28271
svn0068:  Object and dependencies output directory is now
28272
	  configurable per build-target (defaults to ".objs" and ".deps"
28273
	  respectively)
28274
28275
2004-12-24 15:52  mandrav
28276
28277
svn0067:  Custom makefiles are now supported (makefile will not
28278
	  be auto-generated)
28279
	  Bug-fix: compile single-file was not working after some changes
28280
	  in the makefile generation
28281
28282
2004-12-24 15:17  mandrav
28283
28284
svn0066:  Removed obsolete folder 'www' (used when the project
28285
	  was hosted by tigris.org)
28286
28287
2004-12-19 14:14  mandrav
28288
28289
svn0065:  Bug-fix in class wizard plugin
28290
	  All dependencies are generated in a subfolder .deps and all
28291
	  object files are generated in a subfolder .objs (to make source
28292
	  dir stay clean)
28293
	  Makefile is now generated correctly (even with filenames with
28294
	  spaces -- all cases). Got to check it under Linux...
28295
	  Code::Blocks is now built and distributed with wxWidgets 2.4.2
28296
28297
2004-12-18 20:09  mandrav
28298
28299
svn0064:  Fixed bug in setup script that wouldn't install main
28300
	  executable if no shortcut was requested
28301
	  Many bug-fixes relating to crashes on exit
28302
	  Fixed bug that wouldn't allow changing of compiler's master path
28303
	  Fixed bug in win32 generated makefile
28304
	  Changed default color for C++ keywords and default gutter color
28305
	  in editor
28306
	  Added manifest file to adopt win XP look and feel under, err, XP
28307
	  ;)
28308
28309
2004-12-18 09:40  mandrav
28310
28311
svn0063:  Bug-fix in generated Makefile plus some other minor
28312
	  bug-fixes
28313
28314
2004-12-18 09:08  mandrav
28315
28316
svn0062:  Improved file association handling on startup. Asks
28317
	  before establishing associations.
28318
	  CVS:
28319
	  ----------------------------------------------------------------------
28320
	  CVS: Issue number:
28321
	  CVS: If this change addresses one or more issues,
28322
	  CVS: then enter the issue number(s) here.
28323
	  CVS: Obtained from:
28324
	  CVS: If this change has been taken from another system,
28325
	  CVS: then name the system in this line, otherwise delete it.
28326
	  CVS: Submitted by:
28327
	  CVS: If this code has been contributed to the project by someone
28328
	  else; i.e.,
28329
	  CVS: they sent us a patch or a set of diffs, then include their
28330
	  name/email
28331
	  CVS: address here. If this is your work then delete this line.
28332
	  CVS: Reviewed by:
28333
	  CVS: If we are doing pre-commit code reviews and someone else has
28334
	  CVS: reviewed your changes, include their name(s) here.
28335
	  CVS: If you have not had it reviewed then delete this line.
28336
28337
2004-11-29 21:41  mandrav
28338
28339
svn0061:  Compiler: Minor bug-fixes
28340
	  Compiler: Improved generated Makefile
28341
	  Code-completion: Now compiles and runs under Linux (kind of...);
28342
	  still
28343
	  needs work to become stable
28344
	  General: UI updates + minor bug fixes
28345
28346
2004-11-18 22:44  mandrav
28347
28348
svn0060:  Fixed debugger process hanging under Linux (same
28349
	  problem as the compiler
28350
	  used to have)
28351
28352
2004-11-07 11:26  mandrav
28353
28354
svn0059:  More Unix compilation updates and some bug-fixes
28355
28356
2004-11-06 23:19  mandrav
28357
28358
svn0058:  Dependencies are now generated in a .deps subdirectory
28359
28360
2004-10-31 22:04  mandrav
28361
28362
svn0057:  Temporary fix for crash under wxGTK when editor's popup
28363
	  menu hides (introduced mem-leak now, I 'm afraid)
28364
	  XRC resource updates
28365
28366
2004-10-31 10:52  mandrav
28367
28368
svn0056:  Linux version fixes:
28369
	  Fixed hang on compiler process end. Remains to do the same for
28370
	  the debugger.
28371
	  Also fixed a bug in the editor color sets (themes).
28372
	  The Linux version is starting to stabilize :)
28373
28374
2004-10-29 14:08  mandrav
28375
28376
svn0055:  Added Makefile.unix for unix builds. Finally compiles
28377
	  under Linux. Tested under Debian unstable.
28378
	  Small updates to make code compile under Linux.
28379
28380
2004-10-24 08:21  mandrav
28381
28382
svn0054:  Templates: Fixed bug that on creating a new project
28383
	  from template, would overwrite any existing files without asking
28384
	  for permission.
28385
28386
2004-10-22 16:18  mandrav
28387
28388
svn0053:  Compiler: Bug-fix in compiler options (duplicated
28389
	  -lgmon each time the "Build options" dialog was visited)
28390
	  Compiler: Bug-fix for profiling compiler option (wouldn't add -pg
28391
	  in linker options)
28392
28393
2004-10-13 21:36  mandrav
28394
28395
svn0052:  Added meta-keywords in index.html
28396
28397
2004-10-06 18:10  mandrav
28398
28399
svn0050:  Updated for version 1.0-beta3
28400
28401
2004-10-06 17:12  mandrav
28402
28403
svn0049:  * Added exchndl.dll to report fatal exceptions (win32
28404
	  only)
28405
	  * Prepared setup file for version 1.0beta3
28406
	  * Added new setup images
28407
28408
2004-09-30 21:54  mandrav
28409
28410
svn0048:  Cumulative commit featuring the following updates:
28411
	  
28412
	  * Code-completion plugin: Fixed bug that would skip "extern "C"
28413
	  {}" blocks
28414
	  * Compiler GCC plugin: If compilation errors occur, jump to
28415
	  first/next error, not warning (if there are any)
28416
	  * Core: Introduced "Project/Import/Visual C++ project" option
28417
	  * Compiler GCC plugin: Generated Makefile doesn't complain
28418
	  anymore when the same project file is included in multiple
28419
	  targets
28420
	  * ClassWizard plugin: Change current directory to project's base
28421
	  path (if a project is open) before generating the new class
28422
	  * Debugger GDB plugin: Switch to output directory before start of
28423
	  debugging session
28424
	  * Code-completion plugin: Make sure preprocessor definitions are
28425
	  not stored under namespaces or classes
28426
	  * Code-completion plugin: Many updates and bug-fixes regarding
28427
	  code-completion using namespaces
28428
	  * Project manager: Added "Project/Activate Prior" and
28429
	  "Project/Activate Next" for easy navigation between open projects
28430
	  * Project manager: Added "File/Properties" for active editor
28431
	  * Project manager: Changed "Project/Properties" to display the
28432
	  project properties (it would display the selected file's
28433
	  properties in the project tree, if one was selected)
28434
	  * Project manager: Fixed "Build Options" tree context menu entry,
28435
	  to display the build options for the "clicked" project
28436
	  * Tools manager: Bug-fix (didn't substitute macros)
28437
	  * Code-completion plugin: Fix crash if namespace was used in
28438
	  class inheritance
28439
	  * Code-completion plugin: Fix superfluous namespaces in class
28440
	  browser
28441
28442
2004-06-14 07:29  mandrav
28443
28444
svn0047:  + cbPlugin interface change: cbPlugin::Release() and
28445
	  cbPlugin::OnRelease() changed to cbPlugin::Release(bool
28446
	  appShutDown) and cbPlugin::OnRelease(bool appShutDown)
28447
	  respectively. Fixes app crashes during shutdown. See
28448
	  documentation for details.
28449
	  + Added sdk/managerproxy.h and sdk/managers/* to the project.
28450
	  + Fixed small glitch in (un)commenting code.
28451
28452
2004-06-11 04:22  mhaggag
28453
28454
svn0046:  * Minor bug fixes
28455
	  * Reduced the number of memory leaks a little :)
28456
	  * No longer using relative include paths for plugins
28457
	  * Plugin classes no longer exported
28458
	  * Minor code cleanup
28459
	  * Created VC6 projects for all plugins
28460
28461
2004-06-05 09:59  mandrav
28462
28463
svn0045:  + Fixed multiple-undo-needed for reverting
28464
	  (un)commented code.
28465
	  + Added (un)comment menu item in UpdateUI code so that it's
28466
	  enabled/disabled accordingly.
28467
	  + Added shortcut for (un)commenting: Shift-Ctrl-C (btw, we have
28468
	  to somehow make shortcuts configurable)
28469
	  + Fixed project file (and Makefile) to have the wx library
28470
	  version as a variable.
28471
28472
2004-06-04 22:12  mhaggag
28473
28474
svn0044:  * Added VC++6 workspaces/project files for cb. Plugins
28475
	  not done yet, though.
28476
	  * Added "Comment/Uncomment Selection"
28477
	  * Fixed XRC Resource Loading Issue (under wx2.4.2)
28478
	  * Fixed "Checking Uncheckable Item" assertions
28479
	  * Changed absolute include paths to relative include paths (no
28480
	  need to set the SDK path
28481
	  in the include paths when relative addressing does the job)
28482
28483
2004-06-02 09:14  mandrav
28484
28485
svn0043:  Bug-fix on last enhancement (check externally modified
28486
	  files)
28487
28488
2004-06-02 09:04  mandrav
28489
28490
svn0042:  Added menu items under "Edit/End-of-line mode" to set
28491
	  the editor's EOL mode.
28492
28493
2004-06-02 09:03  mandrav
28494
28495
svn0041:  Enhancement: Detect file modifications outside the IDE
28496
	  and ask to reload file.
28497
28498
2004-06-02 09:01  mandrav
28499
28500
svn0040:  Made AStyle plugin to respect EOL mode of editor.
28501
28502
2004-06-02 09:00  mandrav
28503
28504
svn0039:  Bug-fix: under some special cases file would appear
28505
	  modified when it was not.
28506
	  Enhancement: Detect file modifications outside the IDE and ask to
28507
	  reload file.
28508
28509
2004-05-28 07:56  mandrav
28510
28511
svn0038:  Bug-fix: some files would appear to be modified when
28512
	  they shouldn't be (and they actually weren't).
28513
28514
2004-05-28 07:54  mandrav
28515
28516
svn0037:  + Updated fullscreen mode to save panes' visibility
28517
	  state before switching and restoring it afterwards. Also updated
28518
	  View menu items to be synchronized with the current view state.
28519
	  + Added panes' visibility state in Save/LoadWindowState.
28520
28521
2004-05-28 07:18  mandrav
28522
28523
svn0036:  Modifications by MHaggag:
28524
	  + Added fullscreen support under "View/Fullscreen".
28525
	  + Fixed bottom sash problem.
28526
	  + Fix "Goto line" dialog.
28527
28528
2004-05-25 10:58  mandrav
28529
28530
svn0035:  Bug-fix in new AStyle plugin (already?): it would eat
28531
	  empty lines...
28532
28533
2004-05-25 10:39  mandrav
28534
28535
svn0034:  Added new plugin: AStyle source formatter
28536
28537
2004-05-21 12:59  mandrav
28538
28539
svn0033:  Fixed a typo in tips.txt (thanks Muhammad).
28540
	  Implemented "Properties" item in editor's popup menu.
28541
	  Added "Properties" and "Build options" in project menu.
28542
	  Updated cbEditor::Open() to associate the correct ProjectFile
28543
	  with the editor.
28544
28545
2004-05-17 08:14  mandrav
28546
28547
svn0032:  Updated/added compiler's popup menu entries in
28548
	  ProjectManager.
28549
	  ProjectManager now calls plugins to add popup menu items on
28550
	  empty-space right-click too.
28551
28552
2004-05-16 20:56  mandrav
28553
28554
svn0031:  Bug-fix: when compiling/rebuilding all projects, the
28555
	  command queue wouldn't clear properly.
28556
	  Debugger: make known all open projects to debugger (for cases
28557
	  where the user has a library open along with an app that uses
28558
	  that library)
28559
	  Compiler: Display a warning before "Rebuild all projects"
28560
28561
2004-05-16 11:05  mandrav
28562
28563
svn0030:  Added ExternalDeps property in ProjectBuildTarget. This
28564
	  way a target can be dependent on an external file (a static lib
28565
	  for example).
28566
	  Added a helper dialog EditArrayFileDlg. It works like
28567
	  EditArrayStringDlg but provides a file selector.
28568
	  In src/globals.h APP_VERSION now is defined as 1.0 while another
28569
	  definition APP_ACTUAL_VERSION is 1.0-cvs. Changed it so that
28570
	  config settings don't reset every new release (although a formula
28571
	  for transferring settings should be established).
28572
28573
2004-05-14 21:44  mandrav
28574
28575
svn0028:  Updated setup file for version 1.0-beta2
28576
28577
2004-05-14 18:01  mandrav
28578
28579
svn0027:  Updated ChangeLog for version 1.0-beta2
28580
28581
2004-05-14 13:11  mandrav
28582
28583
svn0026:  Updated setup file for 1.0-beta2
28584
28585
2004-05-14 12:43  mandrav
28586
28587
svn0025:  * A couple of small bug-fixes in compiler plugin
28588
	  * Disabled use of "Settings/Plugins" menu item (plugins
28589
	  enable/disable)
28590
	  * Increased version to 1.0-beta2
28591
28592
2004-05-14 11:08  mandrav
28593
28594
svn0024:  * Added "File/Save workspace" to select workspace
28595
	  filename instead of always using the default workspace
28596
	  * Added file association for workspaces
28597
28598
2004-05-14 10:27  mandrav
28599
28600
svn0023:  * Added a tips dialog to show on start-up and under
28601
	  Help/Tips
28602
	  * Added tips.txt file (one tip per-line; to disable a tip put a #
663 by mandrav
* Re-organizing and cleaning source tree
28603
	  at the start of the line)
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
28604
	  * Commented out a #pragma directive in sdk/tinyxml/tinystr.h to
663 by mandrav
* Re-organizing and cleaning source tree
28605
	  stop a gcc warning
28606
4587 by jenslody
* changed directory-layout if codeblocks gets build with automake, to make it more compliant with the "Filesystem Hierarchy Standard"
28607
2004-05-14 09:24  mandrav
28608
28609
svn0022:  Fixed a nasty UI glitch where the MessageManager logs
28610
	  would not be correctly laid out until *manually* resizing
28611
	  MessageManager
28612
28613
2004-05-14 07:43  mandrav
28614
28615
svn0021:  * Bug-fix: Tools menu messed-up after "configure tools"
28616
	  * Added new class MenuItemsManager to manage menu items for
28617
	  classes that need to add menu items and then remove them
28618
	  (ToolsManager, plugins etc)
28619
28620
2004-05-11 13:48  mandrav
28621
28622
svn0020:  [Compiler]: generated Makefile contains code to
28623
	  automatically create the target dirs (if they do not exist)
28624
28625
2004-05-11 12:37  mandrav
28626
28627
svn0019:  Fixed some UI-related behaviour in project options
28628
	  dialog
28629
28630
2004-05-11 11:33  mandrav
28631
28632
svn0018:  Bug-fix: crash on global compiler options add/edit dirs
28633
28634
2004-05-11 07:51  mandrav
28635
28636
svn0017:  Bug-fix: global compiler settings, add compiler dir
28637
	  crash
28638
28639
2004-05-10 14:06  mandrav
28640
28641
svn0016:  Bug-fix for the last commit :(
28642
28643
2004-05-10 11:23  mandrav
28644
28645
svn0015:  Project file and Makefile updated
28646
28647
2004-05-10 11:18  mandrav
28648
28649
svn0014:  Changed ToDo plugin interface: it now adds a tab in the
28650
	  bottom view
28651
28652
2004-05-10 08:26  mandrav
28653
28654
svn0013:  Update symbols browser images
28655
28656
2004-05-10 07:35  mandrav
28657
28658
svn0012:  Changed namespaces display in symbols browser
28659
28660
2004-05-09 20:07  mandrav
28661
28662
svn0011:  Bug fix: wrong relative filename for private resources
28663
28664
2004-05-09 20:01  mandrav
28665
28666
svn0010:  Added forgotten files
28667
28668
2004-05-09 12:42  mandrav
28669
28670
svn0008:  Added some missing images
28671
28672
2004-05-09 12:32  mandrav
28673
28674
svn0007:  Added forgotten file src_private.rc
28675
	  Updated Makefile
28676
28677
2004-05-09 11:53  mandrav
28678
28679
svn0006:  Removed useless README.txt from CVS
28680
28681
2004-05-09 11:51  mandrav
28682
28683
svn0005:  Initial import of project
28684
28685
2004-05-09 10:37  mandrav
28686
28687
svn0004:  Added Handbook link in index.html
28688
28689
2004-05-09 10:34  mandrav
28690
28691
svn0003:  Updated initial index.html
28692
28693
2004-05-09 08:56  httpd
28694
28695
svn0002:  Initial data for the codeblocks project
28696
28697
2004-05-09 08:56  
28698
28699
svn0001:  New repository initialized by cvs2svn.
28700